History log of /freebsd-current/include/getopt.h
Revision Date Author Comments
# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


# b61a5730 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD

The SPDX folks have obsoleted the BSD-2-Clause-NetBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix


# e58eb3c4 25-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

include: General further adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 7a815afd 19-Oct-2010 Dimitry Andric <dim@FreeBSD.org>

Import the binutils-2_17-branch from the sourceware CVS repository,
exactly as it was on Tue, 7 Aug 2007 00:00:13 +0000.

Corresponds to git commit b458c361f01f7a257f897d0961d0a379ee999aaa.

This is currently (and most likely forever :) the last commit on this
branch.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 69235413 16-Feb-2010 Warner Losh <imp@FreeBSD.org>

Remove NetBSD Foundation clauses 3 & 4. They eliminated those clauses
last year.


# f981ba17 05-May-2009 David E. O'Brien <obrien@FreeBSD.org>

Flatten vendor/binutils/dist.


# 59cf8412 06-Apr-2009 Ed Maste <emaste@FreeBSD.org>

Flatten the dist tree.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 497e80a3 31-May-2008 Peter Wemm <peter@FreeBSD.org>

Reorganize the gcc vendor import work area. This flattens out a bunch
of unnecessary path components that are relics of cvs2svn.

(These are directory moves)


# f99a4b25 24-Feb-2004 Andrey A. Chernov <ache@FreeBSD.org>

Add getopt_long_only()


# 05efcb98 23-Feb-2004 Andrey A. Chernov <ache@FreeBSD.org>

In the comment tell about optreset extension for NetBSD ghetopt_long()


# de693dcb 22-Feb-2004 Andrey A. Chernov <ache@FreeBSD.org>

Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one)
use it too.


# 1919b885 22-Feb-2004 Andrey A. Chernov <ache@FreeBSD.org>

Try to better mimic GNU getopt.h which does not assume to make visible
all unistd.h functions, use _GETOPT_DECLARE define for that.


# 3f52a8ab 22-Feb-2004 Andrey A. Chernov <ache@FreeBSD.org>

Fix comment: GNU getopt.h to which this header tries to mimic does not declare
getsubopt/optreset


# a35a7e76 28-Sep-2002 Eric Melville <eric@FreeBSD.org>

Add getopt_long(3).

Obtained from: NetBSD
Sponsored by: Apple