diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /lib/libc/gen | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'lib/libc/gen')
247 files changed, 247 insertions, 247 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 68258da45639..289098e5378a 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.6 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/lib/libc/gen/Makefile.inc,v 1.128 2007/09/28 02:22:56 scf Exp $ # machine-independent gen sources .PATH: ${.CURDIR}/${MACHINE_ARCH}/gen ${.CURDIR}/gen diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map index 697775a7e913..545371d0f809 100644 --- a/lib/libc/gen/Symbol.map +++ b/lib/libc/gen/Symbol.map @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/Symbol.map,v 1.6 2007/05/31 13:01:33 deischen Exp $ */ FBSD_1.0 { diff --git a/lib/libc/gen/__getosreldate.c b/lib/libc/gen/__getosreldate.c index 69aac07ea7f5..76a485c589bf 100644 --- a/lib/libc/gen/__getosreldate.c +++ b/lib/libc/gen/__getosreldate.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/__getosreldate.c,v 1.1 2007/07/04 23:27:38 peter Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/__xuname.c b/lib/libc/gen/__xuname.c index cf8b21f516ca..c93e1eebc363 100644 --- a/lib/libc/gen/__xuname.c +++ b/lib/libc/gen/__xuname.c @@ -31,7 +31,7 @@ /*static char sccsid[] = "From: @(#)uname.c 8.1 (Berkeley) 1/4/94";*/ #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/__xuname.c,v 1.13 2007/01/09 00:27:52 imp Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/_pthread_stubs.c b/lib/libc/gen/_pthread_stubs.c index a3e55b085ee0..72c660c894dd 100644 --- a/lib/libc/gen/_pthread_stubs.c +++ b/lib/libc/gen/_pthread_stubs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/_pthread_stubs.c,v 1.13 2006/03/05 18:10:27 deischen Exp $"); #include <signal.h> #include <pthread.h> diff --git a/lib/libc/gen/_rand48.c b/lib/libc/gen/_rand48.c index 279bbc362394..4dbf0d7681f8 100644 --- a/lib/libc/gen/_rand48.c +++ b/lib/libc/gen/_rand48.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/_rand48.c,v 1.2 2002/03/22 21:52:05 obrien Exp $"); #include "rand48.h" diff --git a/lib/libc/gen/_spinlock_stub.c b/lib/libc/gen/_spinlock_stub.c index a130c8e46e84..3a54c3315345 100644 --- a/lib/libc/gen/_spinlock_stub.c +++ b/lib/libc/gen/_spinlock_stub.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/_spinlock_stub.c,v 1.10 2007/01/12 07:31:30 imp Exp $"); #include <stdio.h> diff --git a/lib/libc/gen/_thread_init.c b/lib/libc/gen/_thread_init.c index acaf65cf518c..afcd8563c320 100644 --- a/lib/libc/gen/_thread_init.c +++ b/lib/libc/gen/_thread_init.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/_thread_init.c,v 1.5 2002/02/01 00:57:29 obrien Exp $"); #include <sys/types.h> diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3 index 70e7c6e739a4..0139e0c46868 100644 --- a/lib/libc/gen/alarm.3 +++ b/lib/libc/gen/alarm.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)alarm.3 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/alarm.3,v 1.17 2007/01/09 00:27:52 imp Exp $ .\" .Dd April 19, 1994 .Dt ALARM 3 diff --git a/lib/libc/gen/alarm.c b/lib/libc/gen/alarm.c index 318be4c0f21d..6846af3af83c 100644 --- a/lib/libc/gen/alarm.c +++ b/lib/libc/gen/alarm.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)alarm.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/alarm.c,v 1.3 2007/01/09 00:27:53 imp Exp $"); /* * Backwards compatible alarm. diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3 index 27c6fd16c987..3e2aaa38c862 100644 --- a/lib/libc/gen/arc4random.3 +++ b/lib/libc/gen/arc4random.3 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" Manual page, using -mandoc macros -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/arc4random.3,v 1.16 2003/07/31 06:18:24 das Exp $ .\" .Dd April 15, 1997 .Dt ARC4RANDOM 3 diff --git a/lib/libc/gen/arc4random.c b/lib/libc/gen/arc4random.c index 21dd09fb73e3..b2db08da2fc5 100644 --- a/lib/libc/gen/arc4random.c +++ b/lib/libc/gen/arc4random.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/arc4random.c,v 1.12 2007/05/25 10:40:33 delphij Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/assert.c b/lib/libc/gen/assert.c index 73e199ce7e41..3e380c3a878d 100644 --- a/lib/libc/gen/assert.c +++ b/lib/libc/gen/assert.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)assert.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/assert.c,v 1.8 2007/01/09 00:27:53 imp Exp $"); #include <assert.h> #include <stdio.h> diff --git a/lib/libc/gen/basename.3 b/lib/libc/gen/basename.3 index 33a0a717d910..32dd14f03a70 100644 --- a/lib/libc/gen/basename.3 +++ b/lib/libc/gen/basename.3 @@ -25,7 +25,7 @@ .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $OpenBSD: basename.3,v 1.12 2000/04/18 03:01:25 aaron Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/basename.3,v 1.8 2006/10/12 14:31:17 ru Exp $ .\" .Dd October 12, 2006 .Dt BASENAME 3 diff --git a/lib/libc/gen/basename.c b/lib/libc/gen/basename.c index 9552ab348666..c5da4636d502 100644 --- a/lib/libc/gen/basename.c +++ b/lib/libc/gen/basename.c @@ -31,7 +31,7 @@ static char rcsid[] = "$OpenBSD: basename.c,v 1.4 1999/05/30 17:10:30 espie Exp #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/basename.c,v 1.7 2002/12/30 01:41:14 marcel Exp $"); #include <errno.h> #include <libgen.h> diff --git a/lib/libc/gen/check_utility_compat.3 b/lib/libc/gen/check_utility_compat.3 index 7a96bac15c5c..70242831902c 100644 --- a/lib/libc/gen/check_utility_compat.3 +++ b/lib/libc/gen/check_utility_compat.3 @@ -26,7 +26,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/check_utility_compat.3,v 1.3 2005/01/20 09:17:02 ru Exp $ .\" .Dd October 27, 2002 .Os diff --git a/lib/libc/gen/check_utility_compat.c b/lib/libc/gen/check_utility_compat.c index 0ccdec115a87..716f5b2679d2 100644 --- a/lib/libc/gen/check_utility_compat.c +++ b/lib/libc/gen/check_utility_compat.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/check_utility_compat.c,v 1.3 2003/05/01 19:03:13 nectar Exp $"); /* * I din't use "namespace.h" here because none of the relevant utilities diff --git a/lib/libc/gen/clock.3 b/lib/libc/gen/clock.3 index 6a585e57df7e..a1fbd75b3e19 100644 --- a/lib/libc/gen/clock.3 +++ b/lib/libc/gen/clock.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)clock.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/clock.3,v 1.12 2007/01/09 00:27:53 imp Exp $ .\" .Dd June 4, 1993 .Dt CLOCK 3 diff --git a/lib/libc/gen/clock.c b/lib/libc/gen/clock.c index b405cda02723..8a4ec9e06466 100644 --- a/lib/libc/gen/clock.c +++ b/lib/libc/gen/clock.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)clock.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/clock.c,v 1.4 2007/01/09 00:27:53 imp Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/lib/libc/gen/closedir.c b/lib/libc/gen/closedir.c index 9d45529bac01..dd8ccb8392a9 100644 --- a/lib/libc/gen/closedir.c +++ b/lib/libc/gen/closedir.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)closedir.c 8.1 (Berkeley) 6/10/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/closedir.c,v 1.11 2007/01/09 00:27:53 imp Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3 index e97505f07de6..8b8da39f456b 100644 --- a/lib/libc/gen/confstr.3 +++ b/lib/libc/gen/confstr.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)confstr.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/confstr.3,v 1.15 2007/01/09 00:27:53 imp Exp $ .\" .Dd December 3, 2006 .Dt CONFSTR 3 diff --git a/lib/libc/gen/confstr.c b/lib/libc/gen/confstr.c index 2f9a061696c8..386c635b4463 100644 --- a/lib/libc/gen/confstr.c +++ b/lib/libc/gen/confstr.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)confstr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/confstr.c,v 1.10 2007/01/09 00:27:53 imp Exp $"); #include <sys/param.h> diff --git a/lib/libc/gen/crypt.c b/lib/libc/gen/crypt.c index ab1a79901225..bd15c7b507ea 100644 --- a/lib/libc/gen/crypt.c +++ b/lib/libc/gen/crypt.c @@ -35,7 +35,7 @@ #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/crypt.c,v 1.9 2007/01/09 00:27:53 imp Exp $"); #include <stdio.h> #include <string.h> diff --git a/lib/libc/gen/ctermid.3 b/lib/libc/gen/ctermid.3 index 3402d1d5b0f7..dfc28c3759df 100644 --- a/lib/libc/gen/ctermid.3 +++ b/lib/libc/gen/ctermid.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ctermid.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/ctermid.3,v 1.12 2007/01/09 00:27:53 imp Exp $ .\" .Dd June 4, 1993 .Dt CTERMID 3 diff --git a/lib/libc/gen/ctermid.c b/lib/libc/gen/ctermid.c index f88b1f578198..d5177190c6a0 100644 --- a/lib/libc/gen/ctermid.c +++ b/lib/libc/gen/ctermid.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)ctermid.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/ctermid.c,v 1.4 2007/01/09 00:27:53 imp Exp $"); #include <stdio.h> #include <paths.h> diff --git a/lib/libc/gen/daemon.3 b/lib/libc/gen/daemon.3 index 34db96603839..4d0b5b775da2 100644 --- a/lib/libc/gen/daemon.3 +++ b/lib/libc/gen/daemon.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)daemon.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/daemon.3,v 1.15 2007/01/09 00:27:53 imp Exp $ .\" .Dd June 9, 1993 .Dt DAEMON 3 diff --git a/lib/libc/gen/daemon.c b/lib/libc/gen/daemon.c index ba2a542bfb78..451bcb8d9fa4 100644 --- a/lib/libc/gen/daemon.c +++ b/lib/libc/gen/daemon.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/daemon.c,v 1.8 2007/01/09 00:27:53 imp Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/gen/devname.3 b/lib/libc/gen/devname.3 index c05d0bac4781..65535564b904 100644 --- a/lib/libc/gen/devname.3 +++ b/lib/libc/gen/devname.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)devname.3 8.2 (Berkeley) 4/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/devname.3,v 1.19 2007/01/09 00:27:53 imp Exp $ .\" .Dd February 22, 2005 .Dt DEVNAME 3 diff --git a/lib/libc/gen/devname.c b/lib/libc/gen/devname.c index 21e46e6b0e04..1b4743e2111a 100644 --- a/lib/libc/gen/devname.c +++ b/lib/libc/gen/devname.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)devname.c 8.2 (Berkeley) 4/29/95"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/devname.c,v 1.11 2007/01/09 00:27:53 imp Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index 353def2651ed..f80d8c9b5e5d 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)directory.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/directory.3,v 1.16 2007/01/09 00:27:53 imp Exp $ .\" .Dd June 4, 1993 .Dt DIRECTORY 3 diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3 index cb821ce7f0b1..61a6a0b10461 100644 --- a/lib/libc/gen/dirname.3 +++ b/lib/libc/gen/dirname.3 @@ -25,7 +25,7 @@ .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $OpenBSD: dirname.3,v 1.9 2000/04/18 03:01:25 aaron Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/dirname.3,v 1.9 2006/10/12 14:31:17 ru Exp $ .\" .Dd October 12, 2006 .Dt DIRNAME 3 diff --git a/lib/libc/gen/dirname.c b/lib/libc/gen/dirname.c index 56b75f63716e..8a4e1c948b40 100644 --- a/lib/libc/gen/dirname.c +++ b/lib/libc/gen/dirname.c @@ -31,7 +31,7 @@ static char rcsid[] = "$OpenBSD: dirname.c,v 1.4 1999/05/30 17:10:30 espie Exp $ #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/dirname.c,v 1.7 2002/12/30 01:41:14 marcel Exp $"); #include <errno.h> #include <libgen.h> diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c index bd15a47318e0..1fcbada82228 100644 --- a/lib/libc/gen/disklabel.c +++ b/lib/libc/gen/disklabel.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)disklabel.c 8.2 (Berkeley) 5/3/95"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/disklabel.c,v 1.17 2007/01/09 00:27:53 imp Exp $"); #include <sys/param.h> #define DKTYPENAMES diff --git a/lib/libc/gen/dladdr.3 b/lib/libc/gen/dladdr.3 index 414fa49a3e90..0bb62759a624 100644 --- a/lib/libc/gen/dladdr.3 +++ b/lib/libc/gen/dladdr.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/dladdr.3,v 1.8 2004/07/02 23:52:10 ru Exp $ .\" .Dd February 5, 1998 .Os diff --git a/lib/libc/gen/dlfcn.c b/lib/libc/gen/dlfcn.c index 39ba141a3308..89f29fcfa031 100644 --- a/lib/libc/gen/dlfcn.c +++ b/lib/libc/gen/dlfcn.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/dlfcn.c,v 1.14 2007/04/03 18:35:20 kan Exp $"); /* * Linkage to services provided by the dynamic linker. diff --git a/lib/libc/gen/dlfunc.c b/lib/libc/gen/dlfunc.c index 72a683a055d1..933ea19c62bd 100644 --- a/lib/libc/gen/dlfunc.c +++ b/lib/libc/gen/dlfunc.c @@ -2,7 +2,7 @@ * This source file is in the public domain. * Garrett A. Wollman, 2002-05-28. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/dlfunc.c,v 1.3 2002/09/11 05:05:48 mike Exp $ */ #include <dlfcn.h> diff --git a/lib/libc/gen/dlinfo.3 b/lib/libc/gen/dlinfo.3 index 9433fb6e9d12..37195beca1e6 100644 --- a/lib/libc/gen/dlinfo.3 +++ b/lib/libc/gen/dlinfo.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/dlinfo.3,v 1.9 2005/01/20 09:17:02 ru Exp $ .\" .Dd February 14, 2003 .Os diff --git a/lib/libc/gen/dllockinit.3 b/lib/libc/gen/dllockinit.3 index 98d10749485e..99811ab2724a 100644 --- a/lib/libc/gen/dllockinit.3 +++ b/lib/libc/gen/dllockinit.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/dllockinit.3,v 1.14 2004/07/02 23:52:10 ru Exp $ .\" .Dd July 5, 2000 .Os diff --git a/lib/libc/gen/dlopen.3 b/lib/libc/gen/dlopen.3 index 118e165ba433..3a3c87874f47 100644 --- a/lib/libc/gen/dlopen.3 +++ b/lib/libc/gen/dlopen.3 @@ -30,7 +30,7 @@ .\" Copyright (c) 1991 Sun Microsystems, Inc. .\" .\" @(#) dlopen.3 1.6 90/01/31 SMI -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/dlopen.3,v 1.28 2004/06/03 10:13:26 roam Exp $ .\" .Dd September 10, 2002 .Os diff --git a/lib/libc/gen/drand48.c b/lib/libc/gen/drand48.c index 672b5eef6b19..92aeb80f9ca2 100644 --- a/lib/libc/gen/drand48.c +++ b/lib/libc/gen/drand48.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/drand48.c,v 1.2 2002/03/22 21:52:05 obrien Exp $"); #include "rand48.h" diff --git a/lib/libc/gen/erand48.c b/lib/libc/gen/erand48.c index cdb3ec85052b..4b0c1dfe989b 100644 --- a/lib/libc/gen/erand48.c +++ b/lib/libc/gen/erand48.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/erand48.c,v 1.2 2002/03/22 21:52:05 obrien Exp $"); #include "rand48.h" diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3 index 7c7720b71e19..6da3ed6146d5 100644 --- a/lib/libc/gen/err.3 +++ b/lib/libc/gen/err.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)err.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/err.3,v 1.23 2007/01/09 00:27:53 imp Exp $ .\" .Dd March 6, 1999 .Dt ERR 3 diff --git a/lib/libc/gen/err.c b/lib/libc/gen/err.c index cf4d0f0e8df4..ba59bb5c2dc5 100644 --- a/lib/libc/gen/err.c +++ b/lib/libc/gen/err.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/err.c,v 1.14 2007/01/09 00:27:53 imp Exp $"); #include "namespace.h" #include <err.h> diff --git a/lib/libc/gen/errlst.c b/lib/libc/gen/errlst.c index bc3e0c98f3f4..a2f98237ff80 100644 --- a/lib/libc/gen/errlst.c +++ b/lib/libc/gen/errlst.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)errlst.c 8.2 (Berkeley) 11/16/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/errlst.c,v 1.9 2007/01/09 00:27:53 imp Exp $"); #include <stdio.h> diff --git a/lib/libc/gen/errno.c b/lib/libc/gen/errno.c index 02e0351badc2..7d98857d6363 100644 --- a/lib/libc/gen/errno.c +++ b/lib/libc/gen/errno.c @@ -25,6 +25,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/errno.c,v 1.1 2002/10/09 08:04:24 peter Exp $"); int errno; diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index daeccd10bf47..cc25bef9b488 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)exec.3 8.3 (Berkeley) 1/24/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/exec.3,v 1.26 2007/01/09 00:27:53 imp Exp $ .\" .Dd January 24, 1994 .Dt EXEC 3 diff --git a/lib/libc/gen/exec.c b/lib/libc/gen/exec.c index 2cf7a36de163..6b85651af6e3 100644 --- a/lib/libc/gen/exec.c +++ b/lib/libc/gen/exec.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)exec.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/exec.c,v 1.23 2007/01/09 00:27:53 imp Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/fmtcheck.3 b/lib/libc/gen/fmtcheck.3 index 366355849fdb..1a5bb5468299 100644 --- a/lib/libc/gen/fmtcheck.3 +++ b/lib/libc/gen/fmtcheck.3 @@ -31,7 +31,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/fmtcheck.3,v 1.9 2004/07/02 23:52:10 ru Exp $ .Dd October 16, 2002 .Os .Dt FMTCHECK 3 diff --git a/lib/libc/gen/fmtcheck.c b/lib/libc/gen/fmtcheck.c index ca93983d9e0d..f6673aa8f69d 100644 --- a/lib/libc/gen/fmtcheck.c +++ b/lib/libc/gen/fmtcheck.c @@ -35,7 +35,7 @@ /* $NetBSD: fmtcheck.c,v 1.2 2000/11/01 01:17:20 briggs Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/fmtcheck.c,v 1.8 2005/03/21 08:00:55 das Exp $"); #include <stdio.h> #include <string.h> diff --git a/lib/libc/gen/fmtmsg.3 b/lib/libc/gen/fmtmsg.3 index 7995d7bd31c5..3320bd045e7b 100644 --- a/lib/libc/gen/fmtmsg.3 +++ b/lib/libc/gen/fmtmsg.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/fmtmsg.3,v 1.4 2002/12/04 18:57:44 ru Exp $ .\" .Dd August 5, 2002 .Dt FMTMSG 3 diff --git a/lib/libc/gen/fmtmsg.c b/lib/libc/gen/fmtmsg.c index 6caabbbb884d..4db35dc9c102 100644 --- a/lib/libc/gen/fmtmsg.c +++ b/lib/libc/gen/fmtmsg.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/fmtmsg.c,v 1.5 2003/05/01 19:03:13 nectar Exp $"); #include <fmtmsg.h> #include <stdio.h> diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index 489b2a80c5d9..0ff709b29f90 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fnmatch.3 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/fnmatch.3,v 1.19 2007/01/09 00:27:53 imp Exp $ .\" .Dd July 18, 2004 .Dt FNMATCH 3 diff --git a/lib/libc/gen/fnmatch.c b/lib/libc/gen/fnmatch.c index e697bdcedf20..18d6817bee4b 100644 --- a/lib/libc/gen/fnmatch.c +++ b/lib/libc/gen/fnmatch.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/fnmatch.c,v 1.18 2007/01/09 00:27:53 imp Exp $"); /* * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6. diff --git a/lib/libc/gen/fpclassify.3 b/lib/libc/gen/fpclassify.3 index a547eeb45466..decb473f457d 100644 --- a/lib/libc/gen/fpclassify.3 +++ b/lib/libc/gen/fpclassify.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/fpclassify.3,v 1.6 2005/01/27 05:46:16 das Exp $ .\" .Dd January 26, 2005 .Dt FPCLASSIFY 3 diff --git a/lib/libc/gen/fpclassify.c b/lib/libc/gen/fpclassify.c index 754a1df50a2f..1dafcfc74c63 100644 --- a/lib/libc/gen/fpclassify.c +++ b/lib/libc/gen/fpclassify.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/fpclassify.c,v 1.2 2005/02/06 03:23:31 das Exp $ */ #include <sys/endian.h> diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index 390da750d790..fd5b6aeeb0e9 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)frexp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/frexp.3,v 1.13 2007/01/09 00:27:53 imp Exp $ .\" .Dd March 4, 2005 .Dt FREXP 3 diff --git a/lib/libc/gen/frexp.c b/lib/libc/gen/frexp.c index 53483da88568..24e10697e5cc 100644 --- a/lib/libc/gen/frexp.c +++ b/lib/libc/gen/frexp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/frexp.c,v 1.1 2004/07/18 21:23:39 das Exp $ */ #include <math.h> diff --git a/lib/libc/gen/fstab.c b/lib/libc/gen/fstab.c index 9dac476c4c67..69eb70bc53c5 100644 --- a/lib/libc/gen/fstab.c +++ b/lib/libc/gen/fstab.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)fstab.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/fstab.c,v 1.15 2007/01/09 00:27:53 imp Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3 index a1c7dde54589..436b77e8375f 100644 --- a/lib/libc/gen/ftok.3 +++ b/lib/libc/gen/ftok.3 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/ftok.3,v 1.16 2004/07/02 23:52:10 ru Exp $ .Dd June 24, 1994 .Os .Dt FTOK 3 diff --git a/lib/libc/gen/ftok.c b/lib/libc/gen/ftok.c index 4269e370c9f4..6c7157ae70b9 100644 --- a/lib/libc/gen/ftok.c +++ b/lib/libc/gen/ftok.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/ftok.c,v 1.7 2004/06/01 06:53:07 tjr Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/lib/libc/gen/fts-compat.c b/lib/libc/gen/fts-compat.c index 83f9c67a2031..1d4834fb537a 100644 --- a/lib/libc/gen/fts-compat.c +++ b/lib/libc/gen/fts-compat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/fts-compat.c,v 1.29 2007/08/23 05:09:31 yar Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/fts-compat.h b/lib/libc/gen/fts-compat.h index 7eb03a649943..a95750f49deb 100644 --- a/lib/libc/gen/fts-compat.h +++ b/lib/libc/gen/fts-compat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)fts.h 8.3 (Berkeley) 8/14/94 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/fts-compat.h,v 1.12 2007/08/23 05:09:31 yar Exp $ */ #ifndef _FTS_H_ diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index ad6e513b5d20..34b61407674a 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fts.3 8.5 (Berkeley) 4/16/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/fts.3,v 1.23 2007/01/09 00:27:53 imp Exp $ .\" .Dd January 7, 2005 .Dt FTS 3 diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c index 83f9c67a2031..3b6c6f461e9f 100644 --- a/lib/libc/gen/fts.c +++ b/lib/libc/gen/fts.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/fts.c,v 1.28 2007/01/09 00:27:53 imp Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/ftw.3 b/lib/libc/gen/ftw.3 index ba8859b4a330..1458baeb5c7b 100644 --- a/lib/libc/gen/ftw.3 +++ b/lib/libc/gen/ftw.3 @@ -18,7 +18,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/ftw.3,v 1.3 2005/11/23 15:41:36 ru Exp $ .\" .Dd July 5, 2004 .Dt FTW 3 diff --git a/lib/libc/gen/ftw.c b/lib/libc/gen/ftw.c index 0177712143ee..959c9cc680a1 100644 --- a/lib/libc/gen/ftw.c +++ b/lib/libc/gen/ftw.c @@ -27,7 +27,7 @@ static const char rcsid[] = "$OpenBSD: ftw.c,v 1.4 2004/07/07 16:05:23 millert E #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/ftw.c,v 1.4 2004/08/24 13:00:55 tjr Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/lib/libc/gen/getbootfile.3 b/lib/libc/gen/getbootfile.3 index 5130c64ba6b9..eb3d6a62e3d7 100644 --- a/lib/libc/gen/getbootfile.3 +++ b/lib/libc/gen/getbootfile.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)gethostname.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getbootfile.3,v 1.14 2007/01/09 00:27:53 imp Exp $ .\" .Dd September 23, 1994 .Dt GETBOOTFILE 3 diff --git a/lib/libc/gen/getbootfile.c b/lib/libc/gen/getbootfile.c index aa23247f90b8..09823caef8fc 100644 --- a/lib/libc/gen/getbootfile.c +++ b/lib/libc/gen/getbootfile.c @@ -31,7 +31,7 @@ static char sccsid[] = "From: @(#)gethostname.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getbootfile.c,v 1.9 2007/01/09 00:27:53 imp Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/getbsize.3 b/lib/libc/gen/getbsize.3 index 1407051e1204..55d33485637a 100644 --- a/lib/libc/gen/getbsize.3 +++ b/lib/libc/gen/getbsize.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getbsize.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getbsize.3,v 1.11 2007/01/09 00:27:53 imp Exp $ .\" .Dd June 4, 1993 .Dt GETBSIZE 3 diff --git a/lib/libc/gen/getbsize.c b/lib/libc/gen/getbsize.c index 277eeb454aee..afadbe0e84ca 100644 --- a/lib/libc/gen/getbsize.c +++ b/lib/libc/gen/getbsize.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)getbsize.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getbsize.c,v 1.8 2007/01/09 00:27:53 imp Exp $"); #include <err.h> #include <stdio.h> diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index c6401f8c8ace..60c383aeb0f0 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getcap.3 8.4 (Berkeley) 5/13/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getcap.3,v 1.30 2007/02/11 18:14:49 maxim Exp $ .\" .Dd March 22, 2002 .Dt GETCAP 3 diff --git a/lib/libc/gen/getcap.c b/lib/libc/gen/getcap.c index 0f0bb207a8d1..1df85b4d9419 100644 --- a/lib/libc/gen/getcap.c +++ b/lib/libc/gen/getcap.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)getcap.c 8.3 (Berkeley) 3/25/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getcap.c,v 1.20 2007/01/09 00:27:53 imp Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/getcontext.3 b/lib/libc/gen/getcontext.3 index 2fda6b8ced42..c2963adebd96 100644 --- a/lib/libc/gen/getcontext.3 +++ b/lib/libc/gen/getcontext.3 @@ -33,7 +33,7 @@ .\" THE USE OF THIS SOFTWARE, EVEN IF PACKET DESIGN IS ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getcontext.3,v 1.3 2004/12/03 14:10:04 rse Exp $ .\" .Dd September 10, 2002 .Dt GETCONTEXT 3 diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3 index 12a2bd664afd..17f039ea0d50 100644 --- a/lib/libc/gen/getcwd.3 +++ b/lib/libc/gen/getcwd.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getcwd.3 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getcwd.3,v 1.17 2007/01/09 00:27:53 imp Exp $ .\" .Dd November 24, 1997 .Dt GETCWD 3 diff --git a/lib/libc/gen/getcwd.c b/lib/libc/gen/getcwd.c index 0cd320853912..d06210b5d0dc 100644 --- a/lib/libc/gen/getcwd.c +++ b/lib/libc/gen/getcwd.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)getcwd.c 8.5 (Berkeley) 2/7/95"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getcwd.c,v 1.29 2007/01/09 00:27:53 imp Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/getdiskbyname.3 b/lib/libc/gen/getdiskbyname.3 index ed13539c27f4..d6558f4f8936 100644 --- a/lib/libc/gen/getdiskbyname.3 +++ b/lib/libc/gen/getdiskbyname.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getdiskbyname.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getdiskbyname.3,v 1.10 2007/01/09 00:27:53 imp Exp $ .\" .Dd June 4, 1993 .Dt GETDISKBYNAME 3 diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index 480c746ae80f..246ddbf2380a 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gethostname.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getdomainname.3,v 1.21 2007/01/09 00:27:53 imp Exp $ .\" .Dd May 6, 1994 .Dt GETDOMAINNAME 3 diff --git a/lib/libc/gen/getdomainname.c b/lib/libc/gen/getdomainname.c index 21eb66def4b1..5b19f7b3456a 100644 --- a/lib/libc/gen/getdomainname.c +++ b/lib/libc/gen/getdomainname.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)gethostname.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getdomainname.c,v 1.8 2007/01/09 00:27:53 imp Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/getfsent.3 b/lib/libc/gen/getfsent.3 index 306db64135c3..a2217264e2e2 100644 --- a/lib/libc/gen/getfsent.3 +++ b/lib/libc/gen/getfsent.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getfsent.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getfsent.3,v 1.17 2007/01/09 00:27:53 imp Exp $ .\" .Dd April 7, 2003 .Dt GETFSENT 3 diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3 index da2ed8ccbcbd..670c953831f6 100644 --- a/lib/libc/gen/getgrent.3 +++ b/lib/libc/gen/getgrent.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)getgrent.3 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getgrent.3,v 1.28 2007/01/09 00:27:53 imp Exp $ .\" .Dd April 16, 2003 .Dt GETGRENT 3 diff --git a/lib/libc/gen/getgrent.c b/lib/libc/gen/getgrent.c index 7da84f7ae329..32c501cc42c1 100644 --- a/lib/libc/gen/getgrent.c +++ b/lib/libc/gen/getgrent.c @@ -31,7 +31,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getgrent.c,v 1.36 2006/09/18 09:34:48 maxim Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/getgrouplist.3 b/lib/libc/gen/getgrouplist.3 index 3f7faa2431ab..18cb9c890b64 100644 --- a/lib/libc/gen/getgrouplist.3 +++ b/lib/libc/gen/getgrouplist.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getgrouplist.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getgrouplist.3,v 1.9 2007/01/09 00:27:53 imp Exp $ .\" .Dd June 9, 1993 .Dt GETGROUPLIST 3 diff --git a/lib/libc/gen/getgrouplist.c b/lib/libc/gen/getgrouplist.c index 3510a311161e..88333419eab3 100644 --- a/lib/libc/gen/getgrouplist.c +++ b/lib/libc/gen/getgrouplist.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)getgrouplist.c 8.2 (Berkeley) 12/8/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getgrouplist.c,v 1.15 2007/01/09 00:27:53 imp Exp $"); /* * get credential diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3 index 00853ef1b32e..d48103bb2894 100644 --- a/lib/libc/gen/gethostname.3 +++ b/lib/libc/gen/gethostname.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gethostname.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/gethostname.3,v 1.17 2007/01/09 00:27:54 imp Exp $ .\" .Dd August 18, 2003 .Dt GETHOSTNAME 3 diff --git a/lib/libc/gen/gethostname.c b/lib/libc/gen/gethostname.c index c83805e5ccb7..65af7160aeee 100644 --- a/lib/libc/gen/gethostname.c +++ b/lib/libc/gen/gethostname.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)gethostname.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/gethostname.c,v 1.8 2007/01/09 00:27:54 imp Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/getloadavg.3 b/lib/libc/gen/getloadavg.3 index 5a77ecbd149e..05bbebdeea89 100644 --- a/lib/libc/gen/getloadavg.3 +++ b/lib/libc/gen/getloadavg.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getloadavg.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getloadavg.3,v 1.9 2007/01/09 00:27:54 imp Exp $ .\" .Dd June 4, 1993 .Dt GETLOADAVG 3 diff --git a/lib/libc/gen/getloadavg.c b/lib/libc/gen/getloadavg.c index 127d3e8de094..a38093fdad7d 100644 --- a/lib/libc/gen/getloadavg.c +++ b/lib/libc/gen/getloadavg.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)getloadavg.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getloadavg.c,v 1.3 2007/01/09 00:27:54 imp Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/lib/libc/gen/getlogin.c b/lib/libc/gen/getlogin.c index dc85d3a6952a..294aef8a2386 100644 --- a/lib/libc/gen/getlogin.c +++ b/lib/libc/gen/getlogin.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)getlogin.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getlogin.c,v 1.10 2007/01/09 00:27:54 imp Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3 index dc83e377e17e..e5b6f179935d 100644 --- a/lib/libc/gen/getmntinfo.3 +++ b/lib/libc/gen/getmntinfo.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getmntinfo.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getmntinfo.3,v 1.13 2007/01/09 00:27:54 imp Exp $ .\" .Dd June 9, 1993 .Dt GETMNTINFO 3 diff --git a/lib/libc/gen/getmntinfo.c b/lib/libc/gen/getmntinfo.c index 2b532f642c8a..24b7886c6da7 100644 --- a/lib/libc/gen/getmntinfo.c +++ b/lib/libc/gen/getmntinfo.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getmntinfo.c,v 1.5 2007/01/09 00:27:54 imp Exp $"); #include <sys/param.h> #include <sys/ucred.h> diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3 index 4cc2a2126b52..6fe027136f48 100644 --- a/lib/libc/gen/getnetgrent.3 +++ b/lib/libc/gen/getnetgrent.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getnetgrent.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getnetgrent.3,v 1.13 2007/01/09 00:27:54 imp Exp $ .\" .Dd June 4, 1993 .Dt GETNETGRENT 3 diff --git a/lib/libc/gen/getnetgrent.c b/lib/libc/gen/getnetgrent.c index ca75d9b8d6c9..773cdd10e107 100644 --- a/lib/libc/gen/getnetgrent.c +++ b/lib/libc/gen/getnetgrent.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)getnetgrent.c 8.2 (Berkeley) 4/27/95"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getnetgrent.c,v 1.35 2007/01/09 00:27:54 imp Exp $"); #include <ctype.h> #include <stdio.h> diff --git a/lib/libc/gen/getosreldate.3 b/lib/libc/gen/getosreldate.3 index ff4d10e6854a..dc4adcec5aab 100644 --- a/lib/libc/gen/getosreldate.3 +++ b/lib/libc/gen/getosreldate.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getosreldate.3,v 1.3 2005/12/03 05:11:07 ambrisko Exp $ .\" .Dd December 2, 2005 .Dt GETOSRELDATE 3 diff --git a/lib/libc/gen/getosreldate.c b/lib/libc/gen/getosreldate.c index 086da6a70330..547b10a7089e 100644 --- a/lib/libc/gen/getosreldate.c +++ b/lib/libc/gen/getosreldate.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)gethostid.c 8.1 (Berkeley) 6/2/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getosreldate.c,v 1.9 2007/01/09 00:27:54 imp Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/getpagesize.3 b/lib/libc/gen/getpagesize.3 index 8369a854c434..2c10efd96ddd 100644 --- a/lib/libc/gen/getpagesize.3 +++ b/lib/libc/gen/getpagesize.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getpagesize.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getpagesize.3,v 1.12 2007/01/09 00:27:54 imp Exp $ .\" .Dd June 4, 1993 .Dt GETPAGESIZE 3 diff --git a/lib/libc/gen/getpagesize.c b/lib/libc/gen/getpagesize.c index d796b9d77a04..1467ca87d8a2 100644 --- a/lib/libc/gen/getpagesize.c +++ b/lib/libc/gen/getpagesize.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)getpagesize.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getpagesize.c,v 1.6 2007/01/09 00:27:54 imp Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/getpass.3 b/lib/libc/gen/getpass.3 index 85dcdced2fe7..62d20a7351c8 100644 --- a/lib/libc/gen/getpass.3 +++ b/lib/libc/gen/getpass.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getpass.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getpass.3,v 1.12 2007/01/09 00:27:54 imp Exp $ .\" .Dd June 4, 1993 .Dt GETPASS 3 diff --git a/lib/libc/gen/getpeereid.3 b/lib/libc/gen/getpeereid.3 index 12999e501b09..6b5aed038870 100644 --- a/lib/libc/gen/getpeereid.3 +++ b/lib/libc/gen/getpeereid.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getpeereid.3,v 1.6 2002/12/18 10:13:54 ru Exp $ .\" .Dd July 15, 2001 .Dt GETPEEREID 3 diff --git a/lib/libc/gen/getpeereid.c b/lib/libc/gen/getpeereid.c index 5ecb243b53c5..5608c4893230 100644 --- a/lib/libc/gen/getpeereid.c +++ b/lib/libc/gen/getpeereid.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getpeereid.c,v 1.6 2002/12/16 13:42:13 maxim Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/lib/libc/gen/getprogname.3 b/lib/libc/gen/getprogname.3 index 53d39a60526b..5ea703ef8ed3 100644 --- a/lib/libc/gen/getprogname.3 +++ b/lib/libc/gen/getprogname.3 @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getprogname.3,v 1.5 2001/10/01 16:08:51 ru Exp $ .\" .Dd May 1, 2001 .Dt GETPROGNAME 3 diff --git a/lib/libc/gen/getprogname.c b/lib/libc/gen/getprogname.c index fd51d1322517..4be82e32152a 100644 --- a/lib/libc/gen/getprogname.c +++ b/lib/libc/gen/getprogname.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getprogname.c,v 1.4 2002/03/29 22:43:41 markm Exp $"); #include "namespace.h" #include <stdlib.h> diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index 65092abab1fb..0c094aa84035 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)getpwent.3 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getpwent.3,v 1.30 2007/01/09 00:27:54 imp Exp $ .\" .Dd April 16, 2003 .Dt GETPWENT 3 diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index f729cdf1d417..afd195f11f19 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -31,7 +31,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getpwent.c,v 1.90 2006/04/28 12:03:35 ume Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/getttyent.3 b/lib/libc/gen/getttyent.3 index 0be79910013e..4dab0b8e1012 100644 --- a/lib/libc/gen/getttyent.3 +++ b/lib/libc/gen/getttyent.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getttyent.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getttyent.3,v 1.15 2007/01/09 00:27:54 imp Exp $ .\" .Dd November 17, 1996 .Dt GETTTYENT 3 diff --git a/lib/libc/gen/getttyent.c b/lib/libc/gen/getttyent.c index 8249fada84fc..4a3d3feecce3 100644 --- a/lib/libc/gen/getttyent.c +++ b/lib/libc/gen/getttyent.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)getttyent.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getttyent.c,v 1.16 2007/01/09 00:27:54 imp Exp $"); #include <ttyent.h> #include <stdio.h> diff --git a/lib/libc/gen/getusershell.3 b/lib/libc/gen/getusershell.3 index 1559519c88f6..7648f89a6864 100644 --- a/lib/libc/gen/getusershell.3 +++ b/lib/libc/gen/getusershell.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getusershell.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getusershell.3,v 1.12 2007/01/09 00:27:54 imp Exp $ .\" .Dd January 16, 1999 .Dt GETUSERSHELL 3 diff --git a/lib/libc/gen/getusershell.c b/lib/libc/gen/getusershell.c index b0da2a1d5cdc..6e2fd6fbeb91 100644 --- a/lib/libc/gen/getusershell.c +++ b/lib/libc/gen/getusershell.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)getusershell.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ /* $NetBSD: getusershell.c,v 1.17 1999/01/25 01:09:34 lukem Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getusershell.c,v 1.10 2007/01/09 00:27:54 imp Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/getvfsbyname.3 b/lib/libc/gen/getvfsbyname.3 index 65da50ba9dee..e2b4d55326da 100644 --- a/lib/libc/gen/getvfsbyname.3 +++ b/lib/libc/gen/getvfsbyname.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kvm_getvfsbyname.3 8.3 (Berkeley) 5/4/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/getvfsbyname.3,v 1.18 2007/04/05 21:17:52 pjd Exp $ .\" .Dd April 5, 2007 .Dt GETVFSBYNAME 3 diff --git a/lib/libc/gen/getvfsbyname.c b/lib/libc/gen/getvfsbyname.c index 0d896bbe6300..b7c7e2ab38b8 100644 --- a/lib/libc/gen/getvfsbyname.c +++ b/lib/libc/gen/getvfsbyname.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)kvm_getvfsbyname.c 8.1 (Berkeley) 4/3/95"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/getvfsbyname.c,v 1.11 2007/01/09 00:27:54 imp Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index 4c912bbdddc9..4473427b55a0 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)glob.3 8.3 (Berkeley) 4/16/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/glob.3,v 1.32 2007/01/09 00:27:54 imp Exp $ .\" .Dd September 1, 2004 .Dt GLOB 3 diff --git a/lib/libc/gen/glob.c b/lib/libc/gen/glob.c index c75f6efb7f9d..d0a1a2ad899c 100644 --- a/lib/libc/gen/glob.c +++ b/lib/libc/gen/glob.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/glob.c,v 1.26 2007/01/09 00:27:54 imp Exp $"); /* * glob(3) -- a superset of the one defined in POSIX 1003.2. diff --git a/lib/libc/gen/initgroups.3 b/lib/libc/gen/initgroups.3 index 2fe2dd984e16..6bcde647c37e 100644 --- a/lib/libc/gen/initgroups.3 +++ b/lib/libc/gen/initgroups.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)initgroups.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/initgroups.3,v 1.13 2007/01/09 00:27:54 imp Exp $ .\" .Dd June 4, 1993 .Dt INITGROUPS 3 diff --git a/lib/libc/gen/initgroups.c b/lib/libc/gen/initgroups.c index 299ae503556c..2cb8c33846f5 100644 --- a/lib/libc/gen/initgroups.c +++ b/lib/libc/gen/initgroups.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)initgroups.c 8.1 (Berkeley) 6/4/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/initgroups.c,v 1.9 2007/01/09 00:27:54 imp Exp $"); #include <sys/param.h> diff --git a/lib/libc/gen/isatty.c b/lib/libc/gen/isatty.c index 076b824a4409..e6153ac69876 100644 --- a/lib/libc/gen/isatty.c +++ b/lib/libc/gen/isatty.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)isatty.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/isatty.c,v 1.6 2007/01/09 00:27:54 imp Exp $"); #include <termios.h> #include <unistd.h> diff --git a/lib/libc/gen/isgreater.3 b/lib/libc/gen/isgreater.3 index 010615530810..3f37cf59dc70 100644 --- a/lib/libc/gen/isgreater.3 +++ b/lib/libc/gen/isgreater.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/isgreater.3,v 1.3 2005/02/06 03:23:31 das Exp $ .\" .Dd February 12, 2003 .Dt ISGREATER 3 diff --git a/lib/libc/gen/isinf.c b/lib/libc/gen/isinf.c index 4a4152a5a032..932675dc33dd 100644 --- a/lib/libc/gen/isinf.c +++ b/lib/libc/gen/isinf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/isinf.c,v 1.2 2004/07/10 15:52:26 marcel Exp $ */ #include <math.h> diff --git a/lib/libc/gen/isnan.c b/lib/libc/gen/isnan.c index ec81362f4f99..fd9f029f14e8 100644 --- a/lib/libc/gen/isnan.c +++ b/lib/libc/gen/isnan.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/isnan.c,v 1.2 2004/09/24 06:33:22 das Exp $ */ #include <math.h> diff --git a/lib/libc/gen/jrand48.c b/lib/libc/gen/jrand48.c index 17076205559a..f47bf2aa0a3f 100644 --- a/lib/libc/gen/jrand48.c +++ b/lib/libc/gen/jrand48.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/jrand48.c,v 1.2 2002/03/22 21:52:05 obrien Exp $"); #include "rand48.h" diff --git a/lib/libc/gen/lcong48.c b/lib/libc/gen/lcong48.c index ab0d1f762d80..8b11e08c57c4 100644 --- a/lib/libc/gen/lcong48.c +++ b/lib/libc/gen/lcong48.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/lcong48.c,v 1.2 2002/03/22 21:52:05 obrien Exp $"); #include "rand48.h" diff --git a/lib/libc/gen/ldexp.3 b/lib/libc/gen/ldexp.3 index e8e4fbac5ebb..8d67766a1aa2 100644 --- a/lib/libc/gen/ldexp.3 +++ b/lib/libc/gen/ldexp.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ldexp.3 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/ldexp.3,v 1.11 2007/01/09 00:27:54 imp Exp $ .\" .Dd March 4, 2005 .Dt LDEXP 3 diff --git a/lib/libc/gen/ldexp.c b/lib/libc/gen/ldexp.c index 887f673ee9a5..3d59050ebdad 100644 --- a/lib/libc/gen/ldexp.c +++ b/lib/libc/gen/ldexp.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/ldexp.c,v 1.1 2005/01/22 06:03:40 das Exp $"); #include <sys/types.h> #include <machine/endian.h> diff --git a/lib/libc/gen/lockf.3 b/lib/libc/gen/lockf.3 index cb3b8ef39d46..bf6b7b1ca623 100644 --- a/lib/libc/gen/lockf.3 +++ b/lib/libc/gen/lockf.3 @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/lockf.3,v 1.13 2004/07/02 23:52:10 ru Exp $ .\" .Dd December 19, 1997 .Dt LOCKF 3 diff --git a/lib/libc/gen/lockf.c b/lib/libc/gen/lockf.c index c448f1804072..375b2ce4d50e 100644 --- a/lib/libc/gen/lockf.c +++ b/lib/libc/gen/lockf.c @@ -36,7 +36,7 @@ /* $NetBSD: lockf.c,v 1.1 1997/12/20 20:23:18 kleink Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/lockf.c,v 1.8 2002/02/01 00:57:29 obrien Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/gen/lrand48.c b/lib/libc/gen/lrand48.c index 44a7f5d0e924..948b923a529d 100644 --- a/lib/libc/gen/lrand48.c +++ b/lib/libc/gen/lrand48.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/lrand48.c,v 1.2 2002/03/22 21:52:05 obrien Exp $"); #include "rand48.h" diff --git a/lib/libc/gen/makecontext.3 b/lib/libc/gen/makecontext.3 index ad55e7abcb47..36e3ce811b2e 100644 --- a/lib/libc/gen/makecontext.3 +++ b/lib/libc/gen/makecontext.3 @@ -33,7 +33,7 @@ .\" THE USE OF THIS SOFTWARE, EVEN IF PACKET DESIGN IS ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/makecontext.3,v 1.4 2002/12/19 09:40:21 ru Exp $ .\" .Dd September 10, 2002 .Dt MAKECONTEXT 3 diff --git a/lib/libc/gen/modf.3 b/lib/libc/gen/modf.3 index f406cedc4ffa..37c2a55a547a 100644 --- a/lib/libc/gen/modf.3 +++ b/lib/libc/gen/modf.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)modf.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/modf.3,v 1.9 2007/01/09 00:27:54 imp Exp $ .\" .Dd June 4, 1993 .Dt MODF 3 diff --git a/lib/libc/gen/mrand48.c b/lib/libc/gen/mrand48.c index ef20fb87bf50..f65ed779088a 100644 --- a/lib/libc/gen/mrand48.c +++ b/lib/libc/gen/mrand48.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/mrand48.c,v 1.2 2002/03/22 21:52:05 obrien Exp $"); #include "rand48.h" diff --git a/lib/libc/gen/msgctl.3 b/lib/libc/gen/msgctl.3 index 79787255395c..ca0578b1f3da 100644 --- a/lib/libc/gen/msgctl.3 +++ b/lib/libc/gen/msgctl.3 @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/msgctl.3,v 1.20 2006/08/09 18:05:44 maxim Exp $ .\"/ .Dd November 24, 1997 .Dt MSGCTL 3 diff --git a/lib/libc/gen/msgget.3 b/lib/libc/gen/msgget.3 index e257c607d1ee..d87574734d74 100644 --- a/lib/libc/gen/msgget.3 +++ b/lib/libc/gen/msgget.3 @@ -28,7 +28,7 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/msgget.3,v 1.13 2002/12/18 10:13:54 ru Exp $ .\" .\"/ .Dd August 17, 1995 diff --git a/lib/libc/gen/msgrcv.3 b/lib/libc/gen/msgrcv.3 index e554dcdf4ba1..25a56905e260 100644 --- a/lib/libc/gen/msgrcv.3 +++ b/lib/libc/gen/msgrcv.3 @@ -28,7 +28,7 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/msgrcv.3,v 1.20 2005/06/14 10:56:02 ru Exp $ .\" .\"/ .Dd June 15, 2005 diff --git a/lib/libc/gen/msgsnd.3 b/lib/libc/gen/msgsnd.3 index fc802b38ba7b..5825c3aa694b 100644 --- a/lib/libc/gen/msgsnd.3 +++ b/lib/libc/gen/msgsnd.3 @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/msgsnd.3,v 1.21 2006/10/12 11:42:41 ru Exp $ .\" .Dd October 12, 2006 .Dt MSGSND 3 diff --git a/lib/libc/gen/nftw.c b/lib/libc/gen/nftw.c index 43110c1a3b4a..01b099a6871c 100644 --- a/lib/libc/gen/nftw.c +++ b/lib/libc/gen/nftw.c @@ -27,7 +27,7 @@ static const char rcsid[] = "$OpenBSD: nftw.c,v 1.4 2004/07/07 16:05:23 millert #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/nftw.c,v 1.1 2004/08/24 13:00:55 tjr Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3 index 9c39b78d341f..2bb58a33b04b 100644 --- a/lib/libc/gen/nice.3 +++ b/lib/libc/gen/nice.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nice.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/nice.3,v 1.12 2007/01/09 00:27:54 imp Exp $ .\" .Dd June 4, 1993 .Dt NICE 3 diff --git a/lib/libc/gen/nice.c b/lib/libc/gen/nice.c index e8375e891539..f24d12d117e6 100644 --- a/lib/libc/gen/nice.c +++ b/lib/libc/gen/nice.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)nice.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/nice.c,v 1.4 2007/01/09 00:27:54 imp Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3 index 5bcd72a0f97d..d5d3c48e1f8b 100644 --- a/lib/libc/gen/nlist.3 +++ b/lib/libc/gen/nlist.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nlist.3 8.3 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/nlist.3,v 1.8 2007/01/09 00:27:54 imp Exp $ .\" .Dd April 19, 1994 .Dt NLIST 3 diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c index 690e0b0a7c0c..8dcf82b0170f 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/nlist.c,v 1.20 2007/01/09 00:27:54 imp Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/nrand48.c b/lib/libc/gen/nrand48.c index 16c8ca111b5e..3a21c3f2a546 100644 --- a/lib/libc/gen/nrand48.c +++ b/lib/libc/gen/nrand48.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/nrand48.c,v 1.2 2002/03/22 21:52:05 obrien Exp $"); #include "rand48.h" diff --git a/lib/libc/gen/opendir.c b/lib/libc/gen/opendir.c index c5386d5c6410..4266b76c82b2 100644 --- a/lib/libc/gen/opendir.c +++ b/lib/libc/gen/opendir.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)opendir.c 8.8 (Berkeley) 5/1/95"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/opendir.c,v 1.23 2007/01/09 00:27:54 imp Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/pause.3 b/lib/libc/gen/pause.3 index ce715d2b4cb1..b7ddcaee47ea 100644 --- a/lib/libc/gen/pause.3 +++ b/lib/libc/gen/pause.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pause.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/pause.3,v 1.9 2007/01/09 00:27:54 imp Exp $ .\" .Dd June 4, 1993 .Dt PAUSE 3 diff --git a/lib/libc/gen/pause.c b/lib/libc/gen/pause.c index 86d3643435d3..4847760bb217 100644 --- a/lib/libc/gen/pause.c +++ b/lib/libc/gen/pause.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)pause.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/pause.c,v 1.7 2007/01/09 00:27:54 imp Exp $"); #include <signal.h> #include <unistd.h> diff --git a/lib/libc/gen/pmadvise.c b/lib/libc/gen/pmadvise.c index 60cef637bf16..744c6e560e47 100644 --- a/lib/libc/gen/pmadvise.c +++ b/lib/libc/gen/pmadvise.c @@ -5,7 +5,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/pmadvise.c,v 1.3 2003/08/09 03:23:24 bms Exp $"); #include <sys/mman.h> diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3 index 90297e46f728..a493079bf419 100644 --- a/lib/libc/gen/popen.3 +++ b/lib/libc/gen/popen.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)popen.3 8.2 (Berkeley) 5/3/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/popen.3,v 1.18 2007/01/09 00:27:54 imp Exp $ .\" .Dd May 3, 1995 .Dt POPEN 3 diff --git a/lib/libc/gen/popen.c b/lib/libc/gen/popen.c index 9e597b95e5d2..1cf2f16feebb 100644 --- a/lib/libc/gen/popen.c +++ b/lib/libc/gen/popen.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 5/3/95"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/popen.c,v 1.19 2007/01/09 00:27:54 imp Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/posixshm.c b/lib/libc/gen/posixshm.c index 05fc1c9bf403..0baa7006950a 100644 --- a/lib/libc/gen/posixshm.c +++ b/lib/libc/gen/posixshm.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/posixshm.c,v 1.4 2002/02/01 00:57:29 obrien Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/pselect.3 b/lib/libc/gen/pselect.3 index a56a0a80a884..4b12fb7374cb 100644 --- a/lib/libc/gen/pselect.3 +++ b/lib/libc/gen/pselect.3 @@ -26,7 +26,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/pselect.3,v 1.4 2002/12/18 10:13:54 ru Exp $ .\" .Dd June 16, 2002 .Dt PSELECT 3 diff --git a/lib/libc/gen/pselect.c b/lib/libc/gen/pselect.c index 28066a204aa4..13b25538e22e 100644 --- a/lib/libc/gen/pselect.c +++ b/lib/libc/gen/pselect.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/pselect.c,v 1.6 2002/10/12 16:13:37 mike Exp $"); #include "namespace.h" #include <sys/select.h> diff --git a/lib/libc/gen/psignal.3 b/lib/libc/gen/psignal.3 index 5ad6ee2b3681..c59d79ef9853 100644 --- a/lib/libc/gen/psignal.3 +++ b/lib/libc/gen/psignal.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)psignal.3 8.2 (Berkeley) 2/27/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/psignal.3,v 1.17 2007/01/09 00:27:54 imp Exp $ .\" .Dd February 27, 1995 .Dt PSIGNAL 3 diff --git a/lib/libc/gen/psignal.c b/lib/libc/gen/psignal.c index 6fca4b18aabb..8894b1b2c8c3 100644 --- a/lib/libc/gen/psignal.c +++ b/lib/libc/gen/psignal.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)psignal.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/psignal.c,v 1.8 2007/01/09 00:27:54 imp Exp $"); /* * Print the name of the signal indicated diff --git a/lib/libc/gen/pw_scan.c b/lib/libc/gen/pw_scan.c index 9242dd054244..88904969dfa9 100644 --- a/lib/libc/gen/pw_scan.c +++ b/lib/libc/gen/pw_scan.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)pw_scan.c 8.3 (Berkeley) 4/2/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/pw_scan.c,v 1.26 2007/01/09 00:27:55 imp Exp $"); /* * This module is used to "verify" password entries by chpass(1) and diff --git a/lib/libc/gen/pw_scan.h b/lib/libc/gen/pw_scan.h index 468096c55e70..86c54c2df090 100644 --- a/lib/libc/gen/pw_scan.h +++ b/lib/libc/gen/pw_scan.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pw_scan.h 8.1 (Berkeley) 4/1/94 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/pw_scan.h,v 1.7 2007/01/09 00:27:55 imp Exp $ */ #define _PWSCAN_MASTER 0x01 diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3 index 39100822d8c0..6dfa6eec8399 100644 --- a/lib/libc/gen/pwcache.3 +++ b/lib/libc/gen/pwcache.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pwcache.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/pwcache.3,v 1.15 2007/01/09 00:27:55 imp Exp $ .\" .Dd March 22, 2002 .Dt PWCACHE 3 diff --git a/lib/libc/gen/pwcache.c b/lib/libc/gen/pwcache.c index 501d6ba9cd73..3c02e8809e12 100644 --- a/lib/libc/gen/pwcache.c +++ b/lib/libc/gen/pwcache.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)pwcache.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/pwcache.c,v 1.11 2007/01/09 00:27:55 imp Exp $"); #include <sys/types.h> diff --git a/lib/libc/gen/raise.3 b/lib/libc/gen/raise.3 index 5f422c5f0720..dbdff26825a3 100644 --- a/lib/libc/gen/raise.3 +++ b/lib/libc/gen/raise.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)raise.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/raise.3,v 1.8 2007/01/09 00:27:55 imp Exp $ .\" .Dd June 4, 1993 .Dt RAISE 3 diff --git a/lib/libc/gen/raise.c b/lib/libc/gen/raise.c index 12bd31fc7f13..e9665e8f5e86 100644 --- a/lib/libc/gen/raise.c +++ b/lib/libc/gen/raise.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)raise.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/raise.c,v 1.5 2007/01/09 00:27:55 imp Exp $"); #include <signal.h> #include <unistd.h> diff --git a/lib/libc/gen/rand48.3 b/lib/libc/gen/rand48.3 index a703ba08813f..d67f16347c2a 100644 --- a/lib/libc/gen/rand48.3 +++ b/lib/libc/gen/rand48.3 @@ -10,7 +10,7 @@ .\" to anyone/anything when using this software. .\" .\" @(#)rand48.3 V1.0 MB 8 Oct 1993 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/rand48.3,v 1.17 2005/01/20 09:17:02 ru Exp $ .\" .Dd October 8, 1993 .Dt RAND48 3 diff --git a/lib/libc/gen/rand48.h b/lib/libc/gen/rand48.h index b6602dc5a9f7..0a3d83d3c0c7 100644 --- a/lib/libc/gen/rand48.h +++ b/lib/libc/gen/rand48.h @@ -10,7 +10,7 @@ * of any kind. I shall in no event be liable for anything that happens * to anyone/anything when using this software. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/rand48.h,v 1.2 2002/02/01 01:32:19 obrien Exp $ */ #ifndef _RAND48_H_ diff --git a/lib/libc/gen/readdir.c b/lib/libc/gen/readdir.c index 8bdc6ce695ea..3f8ed0c44904 100644 --- a/lib/libc/gen/readdir.c +++ b/lib/libc/gen/readdir.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)readdir.c 8.3 (Berkeley) 9/29/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/readdir.c,v 1.13 2007/01/09 00:27:55 imp Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/readpassphrase.3 b/lib/libc/gen/readpassphrase.3 index 0d6a7ff38f16..3bd361742469 100644 --- a/lib/libc/gen/readpassphrase.3 +++ b/lib/libc/gen/readpassphrase.3 @@ -25,7 +25,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/readpassphrase.3,v 1.7 2005/01/20 09:17:02 ru Exp $ .\" .Dd December 7, 2001 .Dt READPASSPHRASE 3 diff --git a/lib/libc/gen/readpassphrase.c b/lib/libc/gen/readpassphrase.c index 983e01d89306..d100be408523 100644 --- a/lib/libc/gen/readpassphrase.c +++ b/lib/libc/gen/readpassphrase.c @@ -31,7 +31,7 @@ static const char rcsid[] = "$OpenBSD: readpassphrase.c,v 1.12 2001/12/15 05:41:00 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/readpassphrase.c,v 1.6 2002/03/09 03:16:41 green Exp $"); #include "namespace.h" #include <ctype.h> diff --git a/lib/libc/gen/rewinddir.c b/lib/libc/gen/rewinddir.c index 45e450d856ba..bdbb33e68d35 100644 --- a/lib/libc/gen/rewinddir.c +++ b/lib/libc/gen/rewinddir.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)rewinddir.c 8.1 (Berkeley) 6/8/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/rewinddir.c,v 1.6 2007/01/09 00:27:55 imp Exp $"); #include <sys/types.h> #include <dirent.h> diff --git a/lib/libc/gen/rfork_thread.3 b/lib/libc/gen/rfork_thread.3 index e985e1c99e7f..bd03d93d2e6c 100644 --- a/lib/libc/gen/rfork_thread.3 +++ b/lib/libc/gen/rfork_thread.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/rfork_thread.3,v 1.7 2003/04/27 21:07:27 robert Exp $ .\" .Dd July 29, 2000 .Dt RFORK_THREAD 3 diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3 index 42ccac2465ca..507fbde6dd5a 100644 --- a/lib/libc/gen/scandir.3 +++ b/lib/libc/gen/scandir.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)scandir.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/scandir.3,v 1.9 2007/01/09 00:27:55 imp Exp $ .\" .Dd June 4, 1993 .Dt SCANDIR 3 diff --git a/lib/libc/gen/scandir.c b/lib/libc/gen/scandir.c index cfe765d27b77..cbecd4a28eaf 100644 --- a/lib/libc/gen/scandir.c +++ b/lib/libc/gen/scandir.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)scandir.c 8.3 (Berkeley) 1/2/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/scandir.c,v 1.8 2007/01/09 00:27:55 imp Exp $"); /* * Scan the directory dirname calling select to make a list of selected diff --git a/lib/libc/gen/seed48.c b/lib/libc/gen/seed48.c index 5339b8c0c4e9..94167a7b1197 100644 --- a/lib/libc/gen/seed48.c +++ b/lib/libc/gen/seed48.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/seed48.c,v 1.2 2002/03/22 21:52:05 obrien Exp $"); #include "rand48.h" diff --git a/lib/libc/gen/seekdir.c b/lib/libc/gen/seekdir.c index c2db06d93e2d..46f79b30e7b3 100644 --- a/lib/libc/gen/seekdir.c +++ b/lib/libc/gen/seekdir.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)seekdir.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/seekdir.c,v 1.6 2007/01/09 00:27:55 imp Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/sem.c b/lib/libc/gen/sem.c index 439f0fe5c41c..fef18f6ece96 100644 --- a/lib/libc/gen/sem.c +++ b/lib/libc/gen/sem.c @@ -26,7 +26,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/sem.c,v 1.15 2005/10/18 17:24:03 stefanf Exp $ */ /* diff --git a/lib/libc/gen/sem_destroy.3 b/lib/libc/gen/sem_destroy.3 index f488b4efe08d..c10dbf3291d1 100644 --- a/lib/libc/gen/sem_destroy.3 +++ b/lib/libc/gen/sem_destroy.3 @@ -25,7 +25,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/sem_destroy.3,v 1.14 2004/07/02 16:45:56 ru Exp $ .\" .Dd February 15, 2000 .Dt SEM_DESTROY 3 diff --git a/lib/libc/gen/sem_getvalue.3 b/lib/libc/gen/sem_getvalue.3 index a8dd177ea381..ff5ab2711e08 100644 --- a/lib/libc/gen/sem_getvalue.3 +++ b/lib/libc/gen/sem_getvalue.3 @@ -25,7 +25,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/sem_getvalue.3,v 1.14 2004/07/02 16:45:56 ru Exp $ .\" .Dd February 15, 2000 .Dt SEM_GETVALUE 3 diff --git a/lib/libc/gen/sem_init.3 b/lib/libc/gen/sem_init.3 index d765a574e67b..9add88deb8fa 100644 --- a/lib/libc/gen/sem_init.3 +++ b/lib/libc/gen/sem_init.3 @@ -25,7 +25,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/sem_init.3,v 1.18 2005/07/13 13:15:21 rwatson Exp $ .\" .Dd February 15, 2000 .Dt SEM_INIT 3 diff --git a/lib/libc/gen/sem_open.3 b/lib/libc/gen/sem_open.3 index 772bdfb70dac..be53c1198b01 100644 --- a/lib/libc/gen/sem_open.3 +++ b/lib/libc/gen/sem_open.3 @@ -25,7 +25,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/sem_open.3,v 1.12.22.1 2008/01/07 21:29:29 jhb Exp $ .\" .Dd January 15, 2003 .Dt SEM_OPEN 3 diff --git a/lib/libc/gen/sem_post.3 b/lib/libc/gen/sem_post.3 index 67559cc541bd..4f10c6ae3469 100644 --- a/lib/libc/gen/sem_post.3 +++ b/lib/libc/gen/sem_post.3 @@ -25,7 +25,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/sem_post.3,v 1.15 2005/07/13 13:15:21 rwatson Exp $ .\" .Dd February 15, 2000 .Dt SEM_POST 3 diff --git a/lib/libc/gen/sem_wait.3 b/lib/libc/gen/sem_wait.3 index 43d6fad34d34..e616e958572a 100644 --- a/lib/libc/gen/sem_wait.3 +++ b/lib/libc/gen/sem_wait.3 @@ -25,7 +25,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/sem_wait.3,v 1.13 2005/07/13 13:15:22 rwatson Exp $ .\" .Dd February 15, 2000 .Dt SEM_WAIT 3 diff --git a/lib/libc/gen/semctl.c b/lib/libc/gen/semctl.c index 4b5283f897c8..4c0b249f6d80 100644 --- a/lib/libc/gen/semctl.c +++ b/lib/libc/gen/semctl.c @@ -27,7 +27,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/semctl.c,v 1.9 2003/02/16 17:29:09 nectar Exp $"); #include <sys/types.h> #include <sys/ipc.h> diff --git a/lib/libc/gen/setdomainname.c b/lib/libc/gen/setdomainname.c index cba67a759a7d..9e8eaf178767 100644 --- a/lib/libc/gen/setdomainname.c +++ b/lib/libc/gen/setdomainname.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)sethostname.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/setdomainname.c,v 1.8 2007/01/09 00:27:55 imp Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/sethostname.c b/lib/libc/gen/sethostname.c index 466ff577b29b..af1a129f1e2d 100644 --- a/lib/libc/gen/sethostname.c +++ b/lib/libc/gen/sethostname.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)sethostname.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/sethostname.c,v 1.6 2007/01/09 00:27:55 imp Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3 index 5c995f0ae677..94749cc06726 100644 --- a/lib/libc/gen/setjmp.3 +++ b/lib/libc/gen/setjmp.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)setjmp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/setjmp.3,v 1.13 2007/01/09 00:27:55 imp Exp $ .\" .Dd June 4, 1993 .Dt SETJMP 3 diff --git a/lib/libc/gen/setjmperr.c b/lib/libc/gen/setjmperr.c index 3cfeb55e04c6..98820f5fb9f4 100644 --- a/lib/libc/gen/setjmperr.c +++ b/lib/libc/gen/setjmperr.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)setjmperr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/setjmperr.c,v 1.6 2007/01/09 00:27:55 imp Exp $"); /* * This routine is called from longjmp() when an error occurs. diff --git a/lib/libc/gen/setmode.3 b/lib/libc/gen/setmode.3 index 5cab44a9326f..94fd5d16823c 100644 --- a/lib/libc/gen/setmode.3 +++ b/lib/libc/gen/setmode.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)setmode.3 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/setmode.3,v 1.12 2007/01/09 00:27:55 imp Exp $ .\" .Dd April 28, 1995 .Dt SETMODE 3 diff --git a/lib/libc/gen/setmode.c b/lib/libc/gen/setmode.c index 3966fd0e60a7..4c1e5a0dca48 100644 --- a/lib/libc/gen/setmode.c +++ b/lib/libc/gen/setmode.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)setmode.c 8.2 (Berkeley) 3/25/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/setmode.c,v 1.11 2007/01/09 00:27:55 imp Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3 index fe9f19acde6e..8792110b1c30 100644 --- a/lib/libc/gen/setproctitle.3 +++ b/lib/libc/gen/setproctitle.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/setproctitle.3,v 1.25 2004/07/02 23:52:10 ru Exp $ .\" .\" The following requests are required for all man pages. .Dd December 16, 1995 diff --git a/lib/libc/gen/setproctitle.c b/lib/libc/gen/setproctitle.c index cd705fb60946..433bba233e2e 100644 --- a/lib/libc/gen/setproctitle.c +++ b/lib/libc/gen/setproctitle.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/setproctitle.c,v 1.18 2003/07/01 09:45:35 alfred Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/setprogname.c b/lib/libc/gen/setprogname.c index 29a6cd025ec8..654bef4161b8 100644 --- a/lib/libc/gen/setprogname.c +++ b/lib/libc/gen/setprogname.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/setprogname.c,v 1.8 2002/03/29 22:43:41 markm Exp $"); #include <stdlib.h> #include <string.h> diff --git a/lib/libc/gen/shm_open.3 b/lib/libc/gen/shm_open.3 index b68e85b6bb49..e2567a3a8b11 100644 --- a/lib/libc/gen/shm_open.3 +++ b/lib/libc/gen/shm_open.3 @@ -26,7 +26,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/shm_open.3,v 1.12 2005/01/20 09:17:02 ru Exp $ .\" .Dd March 24, 2000 .Dt SHM_OPEN 3 diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3 index e5eae626014f..aae9120aa067 100644 --- a/lib/libc/gen/siginterrupt.3 +++ b/lib/libc/gen/siginterrupt.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)siginterrupt.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/siginterrupt.3,v 1.15 2007/01/09 00:27:55 imp Exp $ .\" .Dd June 4, 1993 .Dt SIGINTERRUPT 3 diff --git a/lib/libc/gen/siginterrupt.c b/lib/libc/gen/siginterrupt.c index dde474c43e0c..8620ebed5bfe 100644 --- a/lib/libc/gen/siginterrupt.c +++ b/lib/libc/gen/siginterrupt.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)siginterrupt.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/siginterrupt.c,v 1.5 2007/01/09 00:27:55 imp Exp $"); #include "namespace.h" #include <signal.h> diff --git a/lib/libc/gen/siglist.c b/lib/libc/gen/siglist.c index 1ff1337d5fa3..d3de563b8015 100644 --- a/lib/libc/gen/siglist.c +++ b/lib/libc/gen/siglist.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)siglist.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/siglist.c,v 1.6 2007/01/20 08:24:01 maxim Exp $"); #include <signal.h> diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 4086f6870805..8cfb6257b0d4 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)signal.3 8.3 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/signal.3,v 1.42 2007/01/09 00:27:55 imp Exp $ .\" .Dd June 7, 2004 .Dt SIGNAL 3 diff --git a/lib/libc/gen/signal.c b/lib/libc/gen/signal.c index c93633e23bbb..6407da3b4e7d 100644 --- a/lib/libc/gen/signal.c +++ b/lib/libc/gen/signal.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)signal.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/signal.c,v 1.4 2007/01/09 00:27:55 imp Exp $"); /* * Almost backwards compatible signal. diff --git a/lib/libc/gen/sigsetops.3 b/lib/libc/gen/sigsetops.3 index 88affad61fdb..66289af6f03f 100644 --- a/lib/libc/gen/sigsetops.3 +++ b/lib/libc/gen/sigsetops.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sigsetops.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/sigsetops.3,v 1.10 2007/01/09 00:27:55 imp Exp $ .\" .Dd December 16, 2004 .Dt SIGSETOPS 3 diff --git a/lib/libc/gen/sigsetops.c b/lib/libc/gen/sigsetops.c index cf7e688fa100..efc9192352d4 100644 --- a/lib/libc/gen/sigsetops.c +++ b/lib/libc/gen/sigsetops.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)sigsetops.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/sigsetops.c,v 1.9 2007/01/09 00:27:55 imp Exp $"); #include <errno.h> #include <signal.h> diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3 index ecfa237ad2ce..a3c42fcdc1fb 100644 --- a/lib/libc/gen/sleep.3 +++ b/lib/libc/gen/sleep.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sleep.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/sleep.3,v 1.17 2007/01/09 00:27:55 imp Exp $ .\" .Dd February 13, 1998 .Dt SLEEP 3 diff --git a/lib/libc/gen/sleep.c b/lib/libc/gen/sleep.c index cdf5828404a1..735306b54e7f 100644 --- a/lib/libc/gen/sleep.c +++ b/lib/libc/gen/sleep.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)sleep.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/sleep.c,v 1.32 2007/01/09 00:27:55 imp Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/gen/statvfs.3 b/lib/libc/gen/statvfs.3 index f9c7430f6e99..82e4d0f83723 100644 --- a/lib/libc/gen/statvfs.3 +++ b/lib/libc/gen/statvfs.3 @@ -26,7 +26,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/statvfs.3,v 1.7 2003/06/08 10:01:51 charnier Exp $ .\" .Dd July 13, 2002 .Dt STATVFS 3 diff --git a/lib/libc/gen/statvfs.c b/lib/libc/gen/statvfs.c index fe9462bd307b..303950bbfab8 100644 --- a/lib/libc/gen/statvfs.c +++ b/lib/libc/gen/statvfs.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/statvfs.c,v 1.2 2002/09/06 11:23:40 tjr Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/stringlist.3 b/lib/libc/gen/stringlist.3 index 30dd299a7a44..d1dd2f43cf16 100644 --- a/lib/libc/gen/stringlist.3 +++ b/lib/libc/gen/stringlist.3 @@ -33,7 +33,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/stringlist.3,v 1.11 2005/02/13 23:45:46 ru Exp $ .\" .Dd November 28, 1999 .Os diff --git a/lib/libc/gen/stringlist.c b/lib/libc/gen/stringlist.c index e0db3b675942..a4ad68a51eff 100644 --- a/lib/libc/gen/stringlist.c +++ b/lib/libc/gen/stringlist.c @@ -30,7 +30,7 @@ static char *rcsid = "$NetBSD: stringlist.c,v 1.2 1997/01/17 07:26:20 lukem Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/stringlist.c,v 1.8 2007/01/09 00:27:55 imp Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/gen/strtofflags.3 b/lib/libc/gen/strtofflags.3 index 38c2ff5f93dc..42bd104ec2ef 100644 --- a/lib/libc/gen/strtofflags.3 +++ b/lib/libc/gen/strtofflags.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)setmode.3 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/strtofflags.3,v 1.8 2007/01/09 00:27:55 imp Exp $ .\" .Dd January 1, 2000 .Dt STRTOFFLAGS 3 diff --git a/lib/libc/gen/strtofflags.c b/lib/libc/gen/strtofflags.c index 12db2b410909..1f6718d8aa59 100644 --- a/lib/libc/gen/strtofflags.c +++ b/lib/libc/gen/strtofflags.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/strtofflags.c,v 1.24 2007/01/09 00:27:55 imp Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/lib/libc/gen/swapcontext.c b/lib/libc/gen/swapcontext.c index c34cb235cffb..1725068a3e18 100644 --- a/lib/libc/gen/swapcontext.c +++ b/lib/libc/gen/swapcontext.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/swapcontext.c,v 1.5 2002/09/20 08:13:21 mini Exp $"); #include <sys/param.h> #include <sys/signal.h> diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index b17d8a80d5e0..5fca1ba8ade7 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sysconf.3 8.3 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/sysconf.3,v 1.25 2007/01/09 00:27:55 imp Exp $ .\" .Dd December 14, 2006 .Dt SYSCONF 3 diff --git a/lib/libc/gen/sysconf.c b/lib/libc/gen/sysconf.c index 8ea61afe1ac9..b7bd2683a3fb 100644 --- a/lib/libc/gen/sysconf.c +++ b/lib/libc/gen/sysconf.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)sysconf.c 8.2 (Berkeley) 3/20/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/sysconf.c,v 1.25 2007/04/14 13:06:57 pjd Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 1f0807b7c380..98a5f02d1074 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/sysctl.3,v 1.69 2007/04/10 11:19:52 ru Exp $ .\" .Dd April 10, 2007 .Dt SYSCTL 3 diff --git a/lib/libc/gen/sysctl.c b/lib/libc/gen/sysctl.c index eb6418e74640..66d82d04c715 100644 --- a/lib/libc/gen/sysctl.c +++ b/lib/libc/gen/sysctl.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)sysctl.c 8.2 (Berkeley) 1/4/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/sysctl.c,v 1.6 2007/01/09 00:27:55 imp Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/sysctlbyname.c b/lib/libc/gen/sysctlbyname.c index 4510fe050c9e..e949a5cde122 100644 --- a/lib/libc/gen/sysctlbyname.c +++ b/lib/libc/gen/sysctlbyname.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/sysctlbyname.c,v 1.5 2002/02/01 00:57:29 obrien Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/sysctlnametomib.c b/lib/libc/gen/sysctlnametomib.c index 1515784a5bec..1a932ec46504 100644 --- a/lib/libc/gen/sysctlnametomib.c +++ b/lib/libc/gen/sysctlnametomib.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/sysctlnametomib.c,v 1.4 2003/01/04 00:11:11 tjr Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index 91404a3f2e12..865690f61f36 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)syslog.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/syslog.3,v 1.25 2007/01/09 00:27:55 imp Exp $ .\" .Dd December 30, 2004 .Dt SYSLOG 3 diff --git a/lib/libc/gen/syslog.c b/lib/libc/gen/syslog.c index 594fb97d6fff..14e255a85908 100644 --- a/lib/libc/gen/syslog.c +++ b/lib/libc/gen/syslog.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)syslog.c 8.5 (Berkeley) 4/29/95"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/syslog.c,v 1.39 2007/01/09 00:27:55 imp Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/tcgetpgrp.3 b/lib/libc/gen/tcgetpgrp.3 index ba4d08432dd0..b4e58b876c56 100644 --- a/lib/libc/gen/tcgetpgrp.3 +++ b/lib/libc/gen/tcgetpgrp.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcgetpgrp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/tcgetpgrp.3,v 1.9 2007/01/09 00:27:55 imp Exp $ .\" .Dd June 4, 1993 .Dt TCGETPGRP 3 diff --git a/lib/libc/gen/tcsendbreak.3 b/lib/libc/gen/tcsendbreak.3 index a7e86d0aed5b..ee96504a747c 100644 --- a/lib/libc/gen/tcsendbreak.3 +++ b/lib/libc/gen/tcsendbreak.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcsendbreak.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/tcsendbreak.3,v 1.10 2007/01/09 00:27:55 imp Exp $ .\" .Dd June 4, 1993 .Dt TCSENDBREAK 3 diff --git a/lib/libc/gen/tcsetattr.3 b/lib/libc/gen/tcsetattr.3 index 01628d3d330a..5eee84f8b55a 100644 --- a/lib/libc/gen/tcsetattr.3 +++ b/lib/libc/gen/tcsetattr.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcsetattr.3 8.3 (Berkeley) 1/2/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/tcsetattr.3,v 1.14 2007/01/09 00:27:55 imp Exp $ .\" .Dd January 2, 1994 .Dt TCSETATTR 3 diff --git a/lib/libc/gen/tcsetpgrp.3 b/lib/libc/gen/tcsetpgrp.3 index 494731c4cae5..9e139b8b19ca 100644 --- a/lib/libc/gen/tcsetpgrp.3 +++ b/lib/libc/gen/tcsetpgrp.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcsetpgrp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/tcsetpgrp.3,v 1.10 2007/01/09 00:27:55 imp Exp $ .\" .Dd June 4, 1993 .Dt TCSETPGRP 3 diff --git a/lib/libc/gen/telldir.c b/lib/libc/gen/telldir.c index 77ebcbbc2bd4..b1115a0f9d8d 100644 --- a/lib/libc/gen/telldir.c +++ b/lib/libc/gen/telldir.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)telldir.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/telldir.c,v 1.9 2007/01/09 00:27:55 imp Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/gen/telldir.h b/lib/libc/gen/telldir.h index 4fb4cb6ca8aa..82cf9c1b792b 100644 --- a/lib/libc/gen/telldir.h +++ b/lib/libc/gen/telldir.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/telldir.h,v 1.2 2001/01/24 12:59:24 deischen Exp $ */ #ifndef _TELLDIR_H_ diff --git a/lib/libc/gen/termios.c b/lib/libc/gen/termios.c index 333dff4cb62f..bb30810ec91d 100644 --- a/lib/libc/gen/termios.c +++ b/lib/libc/gen/termios.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/termios.c,v 1.14 2007/01/09 00:27:55 imp Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3 index 2770e49f3860..6b63883b2b02 100644 --- a/lib/libc/gen/time.3 +++ b/lib/libc/gen/time.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)time.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/time.3,v 1.15 2007/01/09 00:27:55 imp Exp $ .\" .Dd July 18, 2003 .Dt TIME 3 diff --git a/lib/libc/gen/time.c b/lib/libc/gen/time.c index 840f9b6b7bcc..4ab423891734 100644 --- a/lib/libc/gen/time.c +++ b/lib/libc/gen/time.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/time.c,v 1.5 2007/01/09 00:27:55 imp Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/lib/libc/gen/times.3 b/lib/libc/gen/times.3 index 9775387afb6b..05dff8c19299 100644 --- a/lib/libc/gen/times.3 +++ b/lib/libc/gen/times.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)times.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/times.3,v 1.11 2007/01/09 00:27:55 imp Exp $ .\" .Dd June 4, 1993 .Dt TIMES 3 diff --git a/lib/libc/gen/times.c b/lib/libc/gen/times.c index 936511e1e439..2dfc83fb1b3c 100644 --- a/lib/libc/gen/times.c +++ b/lib/libc/gen/times.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)times.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/times.c,v 1.4 2007/01/09 00:27:55 imp Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/lib/libc/gen/timezone.3 b/lib/libc/gen/timezone.3 index dcf2665aba0f..450c5b2cdcc5 100644 --- a/lib/libc/gen/timezone.3 +++ b/lib/libc/gen/timezone.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)timezone.3 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/timezone.3,v 1.10 2007/01/09 00:27:55 imp Exp $ .\" .Dd April 19, 1994 .Dt TIMEZONE 3 diff --git a/lib/libc/gen/timezone.c b/lib/libc/gen/timezone.c index c59ae6b60877..3b2696767654 100644 --- a/lib/libc/gen/timezone.c +++ b/lib/libc/gen/timezone.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)timezone.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/timezone.c,v 1.6 2007/01/09 00:27:55 imp Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/lib/libc/gen/tls.c b/lib/libc/gen/tls.c index a669f99a9c83..c394867e195d 100644 --- a/lib/libc/gen/tls.c +++ b/lib/libc/gen/tls.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/tls.c,v 1.14 2007/02/25 21:23:50 kientzle Exp $ */ /* diff --git a/lib/libc/gen/ttyname.3 b/lib/libc/gen/ttyname.3 index ada580f6e978..a6577a95b474 100644 --- a/lib/libc/gen/ttyname.3 +++ b/lib/libc/gen/ttyname.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ttyname.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/ttyname.3,v 1.14 2007/01/09 00:27:55 imp Exp $ .\" .Dd May 14, 2005 .Dt TTYNAME 3 diff --git a/lib/libc/gen/ttyname.c b/lib/libc/gen/ttyname.c index 65436046f6b4..017320ab92fb 100644 --- a/lib/libc/gen/ttyname.c +++ b/lib/libc/gen/ttyname.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)ttyname.c 8.2 (Berkeley) 1/27/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/ttyname.c,v 1.24 2007/01/09 00:27:55 imp Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/ttyslot.c b/lib/libc/gen/ttyslot.c index a4346267fb30..635e6495fb75 100644 --- a/lib/libc/gen/ttyslot.c +++ b/lib/libc/gen/ttyslot.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)ttyslot.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/ttyslot.c,v 1.5 2007/01/09 00:27:56 imp Exp $"); #include <ttyent.h> #include <stdio.h> diff --git a/lib/libc/gen/tzset.3 b/lib/libc/gen/tzset.3 index 34ca238e1c1e..7aa92439e014 100644 --- a/lib/libc/gen/tzset.3 +++ b/lib/libc/gen/tzset.3 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tzset.3 8.2 (Berkeley) 11/17/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/tzset.3,v 1.16 2007/01/09 00:27:56 imp Exp $ .\" .Dd November 17, 1993 .Dt TZSET 3 diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3 index 47575cf73f77..4b02cd9b16d7 100644 --- a/lib/libc/gen/ualarm.3 +++ b/lib/libc/gen/ualarm.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)ualarm.3 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/ualarm.3,v 1.20 2007/01/09 00:27:56 imp Exp $ .\" .Dd April 19, 1994 .Dt UALARM 3 diff --git a/lib/libc/gen/ualarm.c b/lib/libc/gen/ualarm.c index bf75775bb853..23e816187840 100644 --- a/lib/libc/gen/ualarm.c +++ b/lib/libc/gen/ualarm.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)ualarm.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/ualarm.c,v 1.5 2007/01/09 00:27:56 imp Exp $"); #include <sys/time.h> #include <unistd.h> diff --git a/lib/libc/gen/ucontext.3 b/lib/libc/gen/ucontext.3 index 05743224a82b..86210de24bf0 100644 --- a/lib/libc/gen/ucontext.3 +++ b/lib/libc/gen/ucontext.3 @@ -33,7 +33,7 @@ .\" THE USE OF THIS SOFTWARE, EVEN IF PACKET DESIGN IS ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/ucontext.3,v 1.3 2004/07/03 22:30:08 ru Exp $ .\" .Dd September 10, 2002 .Dt UCONTEXT 3 diff --git a/lib/libc/gen/ulimit.3 b/lib/libc/gen/ulimit.3 index e4c2d769323c..3dc745f52643 100644 --- a/lib/libc/gen/ulimit.3 +++ b/lib/libc/gen/ulimit.3 @@ -21,7 +21,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/ulimit.3,v 1.5 2003/01/04 01:11:49 tjr Exp $ .\" .Dd January 4, 2003 .Dt ULIMIT 3 diff --git a/lib/libc/gen/ulimit.c b/lib/libc/gen/ulimit.c index e1bc02066209..d25ff4799ea6 100644 --- a/lib/libc/gen/ulimit.c +++ b/lib/libc/gen/ulimit.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/gen/ulimit.c,v 1.3 2003/01/04 01:11:49 tjr Exp $ */ #include <sys/types.h> diff --git a/lib/libc/gen/uname.3 b/lib/libc/gen/uname.3 index a906e79d3489..780e559ea907 100644 --- a/lib/libc/gen/uname.3 +++ b/lib/libc/gen/uname.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uname.3 8.1 (Berkeley) 1/4/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/uname.3,v 1.14 2007/01/09 00:27:56 imp Exp $ .\" .Dd December 2, 2005 .Dt UNAME 3 diff --git a/lib/libc/gen/uname.c b/lib/libc/gen/uname.c index 5a7baf7c3210..ba41ff743db1 100644 --- a/lib/libc/gen/uname.c +++ b/lib/libc/gen/uname.c @@ -31,7 +31,7 @@ static char sccsid[] = "From: @(#)uname.c 8.1 (Berkeley) 1/4/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/uname.c,v 1.10 2007/01/09 00:27:56 imp Exp $"); #define uname wrapped_uname #include <sys/param.h> diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3 index 9164f792db83..cee1e61b8389 100644 --- a/lib/libc/gen/unvis.3 +++ b/lib/libc/gen/unvis.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)unvis.3 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/unvis.3,v 1.18 2007/01/09 00:27:56 imp Exp $ .\" .Dd December 11, 1993 .Dt UNVIS 3 diff --git a/lib/libc/gen/unvis.c b/lib/libc/gen/unvis.c index 9069e5545a4f..e9c045fcb61f 100644 --- a/lib/libc/gen/unvis.c +++ b/lib/libc/gen/unvis.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/unvis.c,v 1.10 2007/01/09 00:27:56 imp Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3 index a17468b332e7..dc6109689bd0 100644 --- a/lib/libc/gen/usleep.3 +++ b/lib/libc/gen/usleep.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)usleep.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/usleep.3,v 1.19 2007/01/09 00:27:56 imp Exp $ .\" .Dd February 13, 1998 .Dt USLEEP 3 diff --git a/lib/libc/gen/usleep.c b/lib/libc/gen/usleep.c index 0454665b280d..d1691a9429c0 100644 --- a/lib/libc/gen/usleep.c +++ b/lib/libc/gen/usleep.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)usleep.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/usleep.c,v 1.30 2007/01/09 00:27:56 imp Exp $"); #include "namespace.h" #include <time.h> diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3 index 1951613d9afb..875fc83feb32 100644 --- a/lib/libc/gen/utime.3 +++ b/lib/libc/gen/utime.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)utime.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/utime.3,v 1.14 2007/01/09 00:27:56 imp Exp $ .\" .Dd June 4, 1993 .Dt UTIME 3 diff --git a/lib/libc/gen/utime.c b/lib/libc/gen/utime.c index 97bf8787956a..f5a5d8a60a33 100644 --- a/lib/libc/gen/utime.c +++ b/lib/libc/gen/utime.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)utime.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/utime.c,v 1.3 2007/01/09 00:27:56 imp Exp $"); #include <sys/time.h> diff --git a/lib/libc/gen/valloc.3 b/lib/libc/gen/valloc.3 index de58304f86a0..66f47f717c54 100644 --- a/lib/libc/gen/valloc.3 +++ b/lib/libc/gen/valloc.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)valloc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/valloc.3,v 1.14 2007/03/28 18:55:44 jasone Exp $ .\" .Dd September 13, 2005 .Dt VALLOC 3 diff --git a/lib/libc/gen/valloc.c b/lib/libc/gen/valloc.c index a5b0f75eb694..9eadd9d2debe 100644 --- a/lib/libc/gen/valloc.c +++ b/lib/libc/gen/valloc.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)valloc.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/valloc.c,v 1.5 2007/01/09 00:27:56 imp Exp $"); #include <stdlib.h> #include <unistd.h> diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 8ec16eb7c094..2fa771c33523 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)vis.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/vis.3,v 1.30 2007/01/09 00:27:56 imp Exp $ .\" .Dd April 9, 2006 .Dt VIS 3 diff --git a/lib/libc/gen/vis.c b/lib/libc/gen/vis.c index 362f4dc36c6f..94d1b22f0c8a 100644 --- a/lib/libc/gen/vis.c +++ b/lib/libc/gen/vis.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 7/19/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/vis.c,v 1.14 2007/01/09 00:27:56 imp Exp $"); #include <sys/types.h> #include <limits.h> diff --git a/lib/libc/gen/wait.c b/lib/libc/gen/wait.c index 2169b9d105c4..46e7f72df66e 100644 --- a/lib/libc/gen/wait.c +++ b/lib/libc/gen/wait.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)wait.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/wait.c,v 1.7 2007/01/09 00:27:56 imp Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/wait3.c b/lib/libc/gen/wait3.c index 609877332659..0aca31171923 100644 --- a/lib/libc/gen/wait3.c +++ b/lib/libc/gen/wait3.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)wait3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/wait3.c,v 1.4 2007/01/09 00:27:56 imp Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/waitpid.c b/lib/libc/gen/waitpid.c index b00183746b8a..47a06e8eb356 100644 --- a/lib/libc/gen/waitpid.c +++ b/lib/libc/gen/waitpid.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)waitpid.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/waitpid.c,v 1.7 2007/01/09 00:27:56 imp Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/gen/wordexp.3 b/lib/libc/gen/wordexp.3 index 02fc25312fe0..81254a4ec24a 100644 --- a/lib/libc/gen/wordexp.3 +++ b/lib/libc/gen/wordexp.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/gen/wordexp.3,v 1.9 2006/04/18 21:37:24 ceri Exp $ .\" .Dd July 29, 2004 .Dt WORDEXP 3 diff --git a/lib/libc/gen/wordexp.c b/lib/libc/gen/wordexp.c index a437543bca40..b09d397624ef 100644 --- a/lib/libc/gen/wordexp.c +++ b/lib/libc/gen/wordexp.c @@ -37,7 +37,7 @@ #include <wordexp.h> #include "un-namespace.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/wordexp.c,v 1.6 2004/06/30 13:55:08 tjr Exp $"); static int we_askshell(const char *, wordexp_t *, int); static int we_check(const char *, int); |
