sync
css not yet complete
This commit is contained in:
		
							
								
								
									
										232
									
								
								obsd.diff
									
									
									
									
									
								
							
							
						
						
									
										232
									
								
								obsd.diff
									
									
									
									
									
								
							| @@ -2,7 +2,7 @@ | |||||||
|  |  | ||||||
| Copyright (c) 2000-2003 by Thorsten "mirabile" Glaser <x86@ePost.de> | Copyright (c) 2000-2003 by Thorsten "mirabile" Glaser <x86@ePost.de> | ||||||
| Contributors: | Contributors: | ||||||
| Copyright (c) 1968-2002 NOP by the authors of and contributors to C, | Copyright (c) 1968-2003 NOP by the authors of and contributors to C, | ||||||
|     UNIX<49>, BSD/Berkeley Unix, 386BSD, NetBSD and OpenBSD. The licen- |     UNIX<49>, BSD/Berkeley Unix, 386BSD, NetBSD and OpenBSD. The licen- | ||||||
|     ce of the file before patching also applies to the patch, unless |     ce of the file before patching also applies to the patch, unless | ||||||
|     special provisions are made. |     special provisions are made. | ||||||
| @@ -21,19 +21,19 @@ by the creation or modification of this work. Since modern computing | |||||||
| devices are error-prone, flawless behaviour cannot be expected. | devices are error-prone, flawless behaviour cannot be expected. | ||||||
|  |  | ||||||
|  |  | ||||||
| This diff, ID $MirBSD: obsd.diff,v 1.12 2003/01/21 19:25:59 tg Exp $ | This diff, ID $MirBSD: obsd.diff,v 1.13 2003/01/24 16:24:59 tg Exp $ | ||||||
| (/usr/ports/mystuff/diff-metafiles to obsd.diff) is made | (/usr/ports/mystuff/diff-metafiles to obsd.diff) is made | ||||||
| against CTM on Tue Jan 21 19:17:25 UTC 2003. | against CTM on Fri Jan 24 16:21:56 UTC 2003. | ||||||
|  |  | ||||||
| ### GENERATOR: @(#)_MirBSD: regen-obsdp.sh,v 1.5 2003/01/17 18:50:51 tg Exp $ | ### GENERATOR: @(#)_MirBSD: regen-obsdp.sh,v 1.6 2003/01/21 19:56:49 tg Exp $ | ||||||
| ### CTM OpenBSD-cvs 2962 | ### CTM OpenBSD-cvs 2971 | ||||||
| Index: src/bin/csh/csh.1 | Index: src/bin/csh/csh.1 | ||||||
| =================================================================== | =================================================================== | ||||||
| RCS file: /cvs/src/bin/csh/csh.1,v | RCS file: /cvs/src/bin/csh/csh.1,v | ||||||
| retrieving revision 1.42 | retrieving revision 1.42 | ||||||
| diff -u -r1.42 csh.1 | diff -u -r1.42 csh.1 | ||||||
| --- src/bin/csh/csh.1	13 Nov 2001 13:59:53 -0000	1.42 | --- src/bin/csh/csh.1	13 Nov 2001 13:59:53 -0000	1.42 | ||||||
| +++ src/bin/csh/csh.1	18 Jan 2003 21:12:02 -0000 | +++ src/bin/csh/csh.1	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -1839,6 +1839,9 @@ | @@ -1839,6 +1839,9 @@ | ||||||
|  .Ar cputime |  .Ar cputime | ||||||
|  (the maximum |  (the maximum | ||||||
| @@ -50,7 +50,7 @@ RCS file: /cvs/src/bin/csh/func.c,v | |||||||
| retrieving revision 1.15 | retrieving revision 1.15 | ||||||
| diff -u -r1.15 func.c | diff -u -r1.15 func.c | ||||||
| --- src/bin/csh/func.c	9 Jun 2002 05:47:05 -0000	1.15 | --- src/bin/csh/func.c	9 Jun 2002 05:47:05 -0000	1.15 | ||||||
| +++ src/bin/csh/func.c	18 Jan 2003 21:12:02 -0000 | +++ src/bin/csh/func.c	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -1156,6 +1156,7 @@ | @@ -1156,6 +1156,7 @@ | ||||||
|      { RLIMIT_MEMLOCK,	"memorylocked",	1024,	"kbytes" }, |      { RLIMIT_MEMLOCK,	"memorylocked",	1024,	"kbytes" }, | ||||||
|      { RLIMIT_NPROC,	"maxproc",	1,	"" }, |      { RLIMIT_NPROC,	"maxproc",	1,	"" }, | ||||||
| @@ -118,7 +118,7 @@ RCS file: /cvs/src/bin/ksh/c_ulimit.c,v | |||||||
| retrieving revision 1.9 | retrieving revision 1.9 | ||||||
| diff -u -r1.9 c_ulimit.c | diff -u -r1.9 c_ulimit.c | ||||||
| --- src/bin/ksh/c_ulimit.c	9 Jun 2002 05:47:05 -0000	1.9 | --- src/bin/ksh/c_ulimit.c	9 Jun 2002 05:47:05 -0000	1.9 | ||||||
| +++ src/bin/ksh/c_ulimit.c	18 Jan 2003 21:12:02 -0000 | +++ src/bin/ksh/c_ulimit.c	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -56,6 +56,9 @@ | @@ -56,6 +56,9 @@ | ||||||
|  #ifdef RLIMIT_CPU |  #ifdef RLIMIT_CPU | ||||||
|  		{ "time(cpu-seconds)", RLIMIT, RLIMIT_CPU, RLIMIT_CPU, 1, 't' }, |  		{ "time(cpu-seconds)", RLIMIT, RLIMIT_CPU, RLIMIT_CPU, 1, 't' }, | ||||||
| @@ -135,7 +135,7 @@ RCS file: /cvs/src/bin/ksh/ksh.1tbl,v | |||||||
| retrieving revision 1.48 | retrieving revision 1.48 | ||||||
| diff -u -r1.48 ksh.1tbl | diff -u -r1.48 ksh.1tbl | ||||||
| --- src/bin/ksh/ksh.1tbl	18 Sep 2002 07:33:25 -0000	1.48 | --- src/bin/ksh/ksh.1tbl	18 Sep 2002 07:33:25 -0000	1.48 | ||||||
| +++ src/bin/ksh/ksh.1tbl	18 Jan 2003 21:12:02 -0000 | +++ src/bin/ksh/ksh.1tbl	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -4018,6 +4018,11 @@ | @@ -4018,6 +4018,11 @@ | ||||||
|  .Ar n |  .Ar n | ||||||
|  .Tn CPU |  .Tn CPU | ||||||
| @@ -154,7 +154,7 @@ RCS file: /cvs/src/distrib/Makefile,v | |||||||
| retrieving revision 1.21 | retrieving revision 1.21 | ||||||
| diff -u -r1.21 Makefile | diff -u -r1.21 Makefile | ||||||
| --- src/distrib/Makefile	31 Dec 2002 16:22:00 -0000	1.21 | --- src/distrib/Makefile	31 Dec 2002 16:22:00 -0000	1.21 | ||||||
| +++ src/distrib/Makefile	18 Jan 2003 21:12:02 -0000 | +++ src/distrib/Makefile	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -1,23 +1,14 @@ | @@ -1,23 +1,14 @@ | ||||||
|  #	$OpenBSD: Makefile,v 1.21 2002/12/31 16:22:22 miod Exp $ |  #	$OpenBSD: Makefile,v 1.21 2002/12/31 16:22:22 miod Exp $ | ||||||
|   |   | ||||||
| @@ -186,7 +186,7 @@ RCS file: /cvs/src/distrib/sets/lists/base/md.i386,v | |||||||
| retrieving revision 1.344 | retrieving revision 1.344 | ||||||
| diff -u -r1.344 md.i386 | diff -u -r1.344 md.i386 | ||||||
| --- src/distrib/sets/lists/base/md.i386	15 Jan 2003 15:05:09 -0000	1.344 | --- src/distrib/sets/lists/base/md.i386	15 Jan 2003 15:05:09 -0000	1.344 | ||||||
| +++ src/distrib/sets/lists/base/md.i386	18 Jan 2003 21:12:02 -0000 | +++ src/distrib/sets/lists/base/md.i386	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -33,47 +33,6 @@ | @@ -33,47 +33,6 @@ | ||||||
|  ./usr/lib/gcc-lib/i386-unknown-openbsd3.2/2.95.3/cpp0 |  ./usr/lib/gcc-lib/i386-unknown-openbsd3.2/2.95.3/cpp0 | ||||||
|  ./usr/lib/gcc-lib/i386-unknown-openbsd3.2/2.95.3/include |  ./usr/lib/gcc-lib/i386-unknown-openbsd3.2/2.95.3/include | ||||||
| @@ -601,7 +601,7 @@ RCS file: /cvs/src/distrib/sets/lists/base/mi,v | |||||||
| retrieving revision 1.255 | retrieving revision 1.255 | ||||||
| diff -u -r1.255 mi | diff -u -r1.255 mi | ||||||
| --- src/distrib/sets/lists/base/mi	20 Jan 2003 22:10:45 -0000	1.255 | --- src/distrib/sets/lists/base/mi	20 Jan 2003 22:10:45 -0000	1.255 | ||||||
| +++ src/distrib/sets/lists/base/mi	21 Jan 2003 16:45:07 -0000 | +++ src/distrib/sets/lists/base/mi	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -45,7 +45,6 @@ | @@ -45,7 +45,6 @@ | ||||||
|  ./dev |  ./dev | ||||||
|  ./dev/MAKEDEV |  ./dev/MAKEDEV | ||||||
| @@ -2029,7 +2029,7 @@ RCS file: /cvs/src/distrib/sets/lists/comp/md.i386,v | |||||||
| retrieving revision 1.88 | retrieving revision 1.88 | ||||||
| diff -u -r1.88 md.i386 | diff -u -r1.88 md.i386 | ||||||
| --- src/distrib/sets/lists/comp/md.i386	15 Jan 2003 15:05:09 -0000	1.88 | --- src/distrib/sets/lists/comp/md.i386	15 Jan 2003 15:05:09 -0000	1.88 | ||||||
| +++ src/distrib/sets/lists/comp/md.i386	18 Jan 2003 21:12:02 -0000 | +++ src/distrib/sets/lists/comp/md.i386	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -63,9 +63,7 @@ | @@ -63,9 +63,7 @@ | ||||||
|  ./usr/include/link.h |  ./usr/include/link.h | ||||||
|  ./usr/lib/gcc-lib/i386-unknown-openbsd3.2/2.95.3/SYSCALLS.c.X |  ./usr/lib/gcc-lib/i386-unknown-openbsd3.2/2.95.3/SYSCALLS.c.X | ||||||
| @@ -2105,7 +2105,7 @@ RCS file: /cvs/src/distrib/sets/lists/comp/mi,v | |||||||
| retrieving revision 1.362 | retrieving revision 1.362 | ||||||
| diff -u -r1.362 mi | diff -u -r1.362 mi | ||||||
| --- src/distrib/sets/lists/comp/mi	19 Jan 2003 03:39:50 -0000	1.362 | --- src/distrib/sets/lists/comp/mi	19 Jan 2003 03:39:50 -0000	1.362 | ||||||
| +++ src/distrib/sets/lists/comp/mi	20 Jan 2003 15:59:17 -0000 | +++ src/distrib/sets/lists/comp/mi	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -5,12 +5,12 @@ | @@ -5,12 +5,12 @@ | ||||||
|  ./usr/bin/c++ |  ./usr/bin/c++ | ||||||
|  ./usr/bin/c++filt |  ./usr/bin/c++filt | ||||||
| @@ -2432,7 +2432,7 @@ RCS file: /cvs/src/distrib/sets/lists/etc/mi,v | |||||||
| retrieving revision 1.67 | retrieving revision 1.67 | ||||||
| diff -u -r1.67 mi | diff -u -r1.67 mi | ||||||
| --- src/distrib/sets/lists/etc/mi	16 Dec 2002 00:14:30 -0000	1.67 | --- src/distrib/sets/lists/etc/mi	16 Dec 2002 00:14:30 -0000	1.67 | ||||||
| +++ src/distrib/sets/lists/etc/mi	18 Jan 2003 21:12:02 -0000 | +++ src/distrib/sets/lists/etc/mi	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -1,10 +1,5 @@ | @@ -1,10 +1,5 @@ | ||||||
|  ./.cshrc |  ./.cshrc | ||||||
|  ./.profile |  ./.profile | ||||||
| @@ -2520,7 +2520,7 @@ RCS file: /cvs/src/distrib/sets/lists/game/mi,v | |||||||
| retrieving revision 1.14 | retrieving revision 1.14 | ||||||
| diff -u -r1.14 mi | diff -u -r1.14 mi | ||||||
| --- src/distrib/sets/lists/game/mi	23 May 2002 18:44:47 -0000	1.14 | --- src/distrib/sets/lists/game/mi	23 May 2002 18:44:47 -0000	1.14 | ||||||
| +++ src/distrib/sets/lists/game/mi	18 Jan 2003 21:12:02 -0000 | +++ src/distrib/sets/lists/game/mi	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -1,3 +1,5 @@ | @@ -1,3 +1,5 @@ | ||||||
| +./usr/bin/dict | +./usr/bin/dict | ||||||
| +./usr/bin/tinyirc | +./usr/bin/tinyirc | ||||||
| @@ -2583,7 +2583,7 @@ RCS file: /cvs/src/distrib/sets/lists/man/md.i386,v | |||||||
| retrieving revision 1.29 | retrieving revision 1.29 | ||||||
| diff -u -r1.29 md.i386 | diff -u -r1.29 md.i386 | ||||||
| --- src/distrib/sets/lists/man/md.i386	25 May 2000 21:56:28 -0000	1.29 | --- src/distrib/sets/lists/man/md.i386	25 May 2000 21:56:28 -0000	1.29 | ||||||
| +++ src/distrib/sets/lists/man/md.i386	18 Jan 2003 21:12:02 -0000 | +++ src/distrib/sets/lists/man/md.i386	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -1,4 +1,3 @@ | @@ -1,4 +1,3 @@ | ||||||
| -./usr/share/man/cat1/ld.so.0 | -./usr/share/man/cat1/ld.so.0 | ||||||
|  ./usr/share/man/cat1/ldd.0 |  ./usr/share/man/cat1/ldd.0 | ||||||
| @@ -2592,10 +2592,10 @@ diff -u -r1.29 md.i386 | |||||||
| Index: src/distrib/sets/lists/man/mi | Index: src/distrib/sets/lists/man/mi | ||||||
| =================================================================== | =================================================================== | ||||||
| RCS file: /cvs/src/distrib/sets/lists/man/mi,v | RCS file: /cvs/src/distrib/sets/lists/man/mi,v | ||||||
| retrieving revision 1.416 | retrieving revision 1.417 | ||||||
| diff -u -r1.416 mi | diff -u -r1.417 mi | ||||||
| --- src/distrib/sets/lists/man/mi	8 Jan 2003 19:10:35 -0000	1.416 | --- src/distrib/sets/lists/man/mi	22 Jan 2003 01:54:50 -0000	1.417 | ||||||
| +++ src/distrib/sets/lists/man/mi	18 Jan 2003 21:12:02 -0000 | +++ src/distrib/sets/lists/man/mi	24 Jan 2003 14:24:32 -0000 | ||||||
| @@ -67,28 +67,6 @@ | @@ -67,28 +67,6 @@ | ||||||
|  ./usr/share/info/cvsclient.info-3 |  ./usr/share/info/cvsclient.info-3 | ||||||
|  ./usr/share/info/dc.info |  ./usr/share/info/dc.info | ||||||
| @@ -2721,7 +2721,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat1/yyfix.0 |  ./usr/share/man/cat1/yyfix.0 | ||||||
|  ./usr/share/man/cat1/zcat.0 |  ./usr/share/man/cat1/zcat.0 | ||||||
|  ./usr/share/man/cat1/zcmp.0 |  ./usr/share/man/cat1/zcmp.0 | ||||||
| @@ -1482,13 +1445,8 @@ | @@ -1483,13 +1446,8 @@ | ||||||
|  ./usr/share/man/cat4/zero.0 |  ./usr/share/man/cat4/zero.0 | ||||||
|  ./usr/share/man/cat5 |  ./usr/share/man/cat5 | ||||||
|  ./usr/share/man/cat5/.rhosts.0 |  ./usr/share/man/cat5/.rhosts.0 | ||||||
| @@ -2735,7 +2735,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat5/aliases.0 |  ./usr/share/man/cat5/aliases.0 | ||||||
|  ./usr/share/man/cat5/alpha |  ./usr/share/man/cat5/alpha | ||||||
|  ./usr/share/man/cat5/bootparams.0 |  ./usr/share/man/cat5/bootparams.0 | ||||||
| @@ -1543,7 +1501,6 @@ | @@ -1544,7 +1502,6 @@ | ||||||
|  ./usr/share/man/cat5/krb.equiv.0 |  ./usr/share/man/cat5/krb.equiv.0 | ||||||
|  ./usr/share/man/cat5/krb.extra.0 |  ./usr/share/man/cat5/krb.extra.0 | ||||||
|  ./usr/share/man/cat5/krb.realms.0 |  ./usr/share/man/cat5/krb.realms.0 | ||||||
| @@ -2743,7 +2743,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat5/lastlog.0 |  ./usr/share/man/cat5/lastlog.0 | ||||||
|  ./usr/share/man/cat5/link.0 |  ./usr/share/man/cat5/link.0 | ||||||
|  ./usr/share/man/cat5/login.conf.0 |  ./usr/share/man/cat5/login.conf.0 | ||||||
| @@ -1561,7 +1518,6 @@ | @@ -1562,7 +1519,6 @@ | ||||||
|  ./usr/share/man/cat5/mvme88k |  ./usr/share/man/cat5/mvme88k | ||||||
|  ./usr/share/man/cat5/mvmeppc |  ./usr/share/man/cat5/mvmeppc | ||||||
|  ./usr/share/man/cat5/netgroup.0 |  ./usr/share/man/cat5/netgroup.0 | ||||||
| @@ -2751,7 +2751,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat5/networks.0 |  ./usr/share/man/cat5/networks.0 | ||||||
|  ./usr/share/man/cat5/newsyslog.conf.0 |  ./usr/share/man/cat5/newsyslog.conf.0 | ||||||
|  ./usr/share/man/cat5/passwd.0 |  ./usr/share/man/cat5/passwd.0 | ||||||
| @@ -1577,7 +1533,6 @@ | @@ -1578,7 +1534,6 @@ | ||||||
|  ./usr/share/man/cat5/resolver.0 |  ./usr/share/man/cat5/resolver.0 | ||||||
|  ./usr/share/man/cat5/rpc.0 |  ./usr/share/man/cat5/rpc.0 | ||||||
|  ./usr/share/man/cat5/rtadvd.conf.0 |  ./usr/share/man/cat5/rtadvd.conf.0 | ||||||
| @@ -2759,7 +2759,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat5/services.0 |  ./usr/share/man/cat5/services.0 | ||||||
|  ./usr/share/man/cat5/shells.0 |  ./usr/share/man/cat5/shells.0 | ||||||
|  ./usr/share/man/cat5/skey.0 |  ./usr/share/man/cat5/skey.0 | ||||||
| @@ -1602,7 +1557,6 @@ | @@ -1603,7 +1558,6 @@ | ||||||
|  ./usr/share/man/cat5/vgrindefs.0 |  ./usr/share/man/cat5/vgrindefs.0 | ||||||
|  ./usr/share/man/cat5/wsconsctl.conf.0 |  ./usr/share/man/cat5/wsconsctl.conf.0 | ||||||
|  ./usr/share/man/cat5/wtmp.0 |  ./usr/share/man/cat5/wtmp.0 | ||||||
| @@ -2767,7 +2767,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat6 |  ./usr/share/man/cat6 | ||||||
|  ./usr/share/man/cat6/bs.0 |  ./usr/share/man/cat6/bs.0 | ||||||
|  ./usr/share/man/cat6/cfscores.0 |  ./usr/share/man/cat6/cfscores.0 | ||||||
| @@ -1648,7 +1602,6 @@ | @@ -1649,7 +1603,6 @@ | ||||||
|  ./usr/share/man/cat8/accton.0 |  ./usr/share/man/cat8/accton.0 | ||||||
|  ./usr/share/man/cat8/activadm.0 |  ./usr/share/man/cat8/activadm.0 | ||||||
|  ./usr/share/man/cat8/activinit.0 |  ./usr/share/man/cat8/activinit.0 | ||||||
| @@ -2775,7 +2775,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat8/alpha |  ./usr/share/man/cat8/alpha | ||||||
|  ./usr/share/man/cat8/alpha/MAKEDEV.0 |  ./usr/share/man/cat8/alpha/MAKEDEV.0 | ||||||
|  ./usr/share/man/cat8/alpha/boot_alpha.0 |  ./usr/share/man/cat8/alpha/boot_alpha.0 | ||||||
| @@ -1675,7 +1628,6 @@ | @@ -1676,7 +1629,6 @@ | ||||||
|  ./usr/share/man/cat8/bootpef.0 |  ./usr/share/man/cat8/bootpef.0 | ||||||
|  ./usr/share/man/cat8/bootpgw.0 |  ./usr/share/man/cat8/bootpgw.0 | ||||||
|  ./usr/share/man/cat8/bootptest.0 |  ./usr/share/man/cat8/bootptest.0 | ||||||
| @@ -2783,7 +2783,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat8/brconfig.0 |  ./usr/share/man/cat8/brconfig.0 | ||||||
|  ./usr/share/man/cat8/ccdconfig.0 |  ./usr/share/man/cat8/ccdconfig.0 | ||||||
|  ./usr/share/man/cat8/certpatch.0 |  ./usr/share/man/cat8/certpatch.0 | ||||||
| @@ -1712,7 +1664,6 @@ | @@ -1713,7 +1665,6 @@ | ||||||
|  ./usr/share/man/cat8/dumpfs.0 |  ./usr/share/man/cat8/dumpfs.0 | ||||||
|  ./usr/share/man/cat8/editmap.0 |  ./usr/share/man/cat8/editmap.0 | ||||||
|  ./usr/share/man/cat8/edquota.0 |  ./usr/share/man/cat8/edquota.0 | ||||||
| @@ -2791,7 +2791,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat8/extattrctl.0 |  ./usr/share/man/cat8/extattrctl.0 | ||||||
|  ./usr/share/man/cat8/faithd.0 |  ./usr/share/man/cat8/faithd.0 | ||||||
|  ./usr/share/man/cat8/faq.0 |  ./usr/share/man/cat8/faq.0 | ||||||
| @@ -1750,8 +1701,6 @@ | @@ -1751,8 +1702,6 @@ | ||||||
|  ./usr/share/man/cat8/hppa/wsconscfg.0 |  ./usr/share/man/cat8/hppa/wsconscfg.0 | ||||||
|  ./usr/share/man/cat8/hppa/wsconsctl.0 |  ./usr/share/man/cat8/hppa/wsconsctl.0 | ||||||
|  ./usr/share/man/cat8/hppa/wsfontload.0 |  ./usr/share/man/cat8/hppa/wsfontload.0 | ||||||
| @@ -2800,7 +2800,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat8/httpd.0 |  ./usr/share/man/cat8/httpd.0 | ||||||
|  ./usr/share/man/cat8/i386 |  ./usr/share/man/cat8/i386 | ||||||
|  ./usr/share/man/cat8/i386/MAKEDEV.0 |  ./usr/share/man/cat8/i386/MAKEDEV.0 | ||||||
| @@ -1780,32 +1729,13 @@ | @@ -1781,32 +1730,13 @@ | ||||||
|  ./usr/share/man/cat8/iostat.0 |  ./usr/share/man/cat8/iostat.0 | ||||||
|  ./usr/share/man/cat8/ipsecadm.0 |  ./usr/share/man/cat8/ipsecadm.0 | ||||||
|  ./usr/share/man/cat8/isakmpd.0 |  ./usr/share/man/cat8/isakmpd.0 | ||||||
| @@ -2833,7 +2833,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat8/login_lchpass.0 |  ./usr/share/man/cat8/login_lchpass.0 | ||||||
|  ./usr/share/man/cat8/login_passwd.0 |  ./usr/share/man/cat8/login_passwd.0 | ||||||
|  ./usr/share/man/cat8/login_radius.0 |  ./usr/share/man/cat8/login_radius.0 | ||||||
| @@ -1835,14 +1765,11 @@ | @@ -1836,14 +1766,11 @@ | ||||||
|  ./usr/share/man/cat8/mailq.0 |  ./usr/share/man/cat8/mailq.0 | ||||||
|  ./usr/share/man/cat8/mailstats.0 |  ./usr/share/man/cat8/mailstats.0 | ||||||
|  ./usr/share/man/cat8/mailwrapper.0 |  ./usr/share/man/cat8/mailwrapper.0 | ||||||
| @@ -2848,7 +2848,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat8/mknod.0 |  ./usr/share/man/cat8/mknod.0 | ||||||
|  ./usr/share/man/cat8/modload.0 |  ./usr/share/man/cat8/modload.0 | ||||||
|  ./usr/share/man/cat8/modstat.0 |  ./usr/share/man/cat8/modstat.0 | ||||||
| @@ -1872,13 +1799,8 @@ | @@ -1873,13 +1800,8 @@ | ||||||
|  ./usr/share/man/cat8/mvme68k/installboot.0 |  ./usr/share/man/cat8/mvme68k/installboot.0 | ||||||
|  ./usr/share/man/cat8/mvme88k |  ./usr/share/man/cat8/mvme88k | ||||||
|  ./usr/share/man/cat8/mvmeppc |  ./usr/share/man/cat8/mvmeppc | ||||||
| @@ -2862,7 +2862,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat8/ndp.0 |  ./usr/share/man/cat8/ndp.0 | ||||||
|  ./usr/share/man/cat8/netgroup_mkdb.0 |  ./usr/share/man/cat8/netgroup_mkdb.0 | ||||||
|  ./usr/share/man/cat8/netstart.0 |  ./usr/share/man/cat8/netstart.0 | ||||||
| @@ -1888,7 +1810,6 @@ | @@ -1889,7 +1811,6 @@ | ||||||
|  ./usr/share/man/cat8/newsyslog.0 |  ./usr/share/man/cat8/newsyslog.0 | ||||||
|  ./usr/share/man/cat8/nfsd.0 |  ./usr/share/man/cat8/nfsd.0 | ||||||
|  ./usr/share/man/cat8/nologin.0 |  ./usr/share/man/cat8/nologin.0 | ||||||
| @@ -2870,7 +2870,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat8/ntalkd.0 |  ./usr/share/man/cat8/ntalkd.0 | ||||||
|  ./usr/share/man/cat8/pac.0 |  ./usr/share/man/cat8/pac.0 | ||||||
|  ./usr/share/man/cat8/pcnfsd.0 |  ./usr/share/man/cat8/pcnfsd.0 | ||||||
| @@ -1926,7 +1847,6 @@ | @@ -1927,7 +1848,6 @@ | ||||||
|  ./usr/share/man/cat8/renice.0 |  ./usr/share/man/cat8/renice.0 | ||||||
|  ./usr/share/man/cat8/repquota.0 |  ./usr/share/man/cat8/repquota.0 | ||||||
|  ./usr/share/man/cat8/restore.0 |  ./usr/share/man/cat8/restore.0 | ||||||
| @@ -2878,7 +2878,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat8/rip6query.0 |  ./usr/share/man/cat8/rip6query.0 | ||||||
|  ./usr/share/man/cat8/rmail.0 |  ./usr/share/man/cat8/rmail.0 | ||||||
|  ./usr/share/man/cat8/rmgroup.0 |  ./usr/share/man/cat8/rmgroup.0 | ||||||
| @@ -1944,7 +1864,6 @@ | @@ -1945,7 +1865,6 @@ | ||||||
|  ./usr/share/man/cat8/rpc.rusersd.0 |  ./usr/share/man/cat8/rpc.rusersd.0 | ||||||
|  ./usr/share/man/cat8/rpc.rwalld.0 |  ./usr/share/man/cat8/rpc.rwalld.0 | ||||||
|  ./usr/share/man/cat8/rpc.sprayd.0 |  ./usr/share/man/cat8/rpc.sprayd.0 | ||||||
| @@ -2886,7 +2886,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat8/rpcinfo.0 |  ./usr/share/man/cat8/rpcinfo.0 | ||||||
|  ./usr/share/man/cat8/rquotad.0 |  ./usr/share/man/cat8/rquotad.0 | ||||||
|  ./usr/share/man/cat8/rrestore.0 |  ./usr/share/man/cat8/rrestore.0 | ||||||
| @@ -2000,10 +1919,7 @@ | @@ -2001,10 +1920,7 @@ | ||||||
|  ./usr/share/man/cat8/sshd.0 |  ./usr/share/man/cat8/sshd.0 | ||||||
|  ./usr/share/man/cat8/ssl.0 |  ./usr/share/man/cat8/ssl.0 | ||||||
|  ./usr/share/man/cat8/starttls.0 |  ./usr/share/man/cat8/starttls.0 | ||||||
| @@ -2897,7 +2897,7 @@ diff -u -r1.416 mi | |||||||
|  ./usr/share/man/cat8/sudo.0 |  ./usr/share/man/cat8/sudo.0 | ||||||
|  ./usr/share/man/cat8/suexec.0 |  ./usr/share/man/cat8/suexec.0 | ||||||
|  ./usr/share/man/cat8/supfilesrv.0 |  ./usr/share/man/cat8/supfilesrv.0 | ||||||
| @@ -2040,27 +1956,13 @@ | @@ -2041,27 +1957,13 @@ | ||||||
|  ./usr/share/man/cat8/vax/boot_vax.0 |  ./usr/share/man/cat8/vax/boot_vax.0 | ||||||
|  ./usr/share/man/cat8/vax/format.0 |  ./usr/share/man/cat8/vax/format.0 | ||||||
|  ./usr/share/man/cat8/vax/kbd.0 |  ./usr/share/man/cat8/vax/kbd.0 | ||||||
| @@ -2931,7 +2931,7 @@ RCS file: /cvs/src/distrib/sets/lists/misc/mi,v | |||||||
| retrieving revision 1.5 | retrieving revision 1.5 | ||||||
| diff -u -r1.5 mi | diff -u -r1.5 mi | ||||||
| --- src/distrib/sets/lists/misc/mi	25 Jul 2000 16:19:04 -0000	1.5 | --- src/distrib/sets/lists/misc/mi	25 Jul 2000 16:19:04 -0000	1.5 | ||||||
| +++ src/distrib/sets/lists/misc/mi	18 Jan 2003 21:12:02 -0000 | +++ src/distrib/sets/lists/misc/mi	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -164,25 +164,6 @@ | @@ -164,25 +164,6 @@ | ||||||
|  ./usr/share/doc/smm/09.sendmail/Makefile |  ./usr/share/doc/smm/09.sendmail/Makefile | ||||||
|  ./usr/share/doc/smm/09.sendmail/intro.me |  ./usr/share/doc/smm/09.sendmail/intro.me | ||||||
| @@ -2964,7 +2964,7 @@ RCS file: /cvs/src/etc/inetd.conf,v | |||||||
| retrieving revision 1.50 | retrieving revision 1.50 | ||||||
| diff -u -r1.50 inetd.conf | diff -u -r1.50 inetd.conf | ||||||
| --- src/etc/inetd.conf	2 Aug 2002 23:27:11 -0000	1.50 | --- src/etc/inetd.conf	2 Aug 2002 23:27:11 -0000	1.50 | ||||||
| +++ src/etc/inetd.conf	18 Jan 2003 21:12:02 -0000 | +++ src/etc/inetd.conf	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -22,6 +22,7 @@ | @@ -22,6 +22,7 @@ | ||||||
|  #ntalk		dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd |  #ntalk		dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd | ||||||
|  #bootps		dgram	udp	wait	root	/usr/sbin/bootpd	bootpd |  #bootps		dgram	udp	wait	root	/usr/sbin/bootpd	bootpd | ||||||
| @@ -2979,7 +2979,7 @@ RCS file: /cvs/src/etc/sysctl.conf,v | |||||||
| retrieving revision 1.28 | retrieving revision 1.28 | ||||||
| diff -u -r1.28 sysctl.conf | diff -u -r1.28 sysctl.conf | ||||||
| --- src/etc/sysctl.conf	31 May 2002 19:35:06 -0000	1.28 | --- src/etc/sysctl.conf	31 May 2002 19:35:06 -0000	1.28 | ||||||
| +++ src/etc/sysctl.conf	18 Jan 2003 21:12:02 -0000 | +++ src/etc/sysctl.conf	21 Jan 2003 20:14:21 -0000 | ||||||
| @@ -11,12 +11,12 @@ | @@ -11,12 +11,12 @@ | ||||||
|  #net.inet.esp.enable=0		# 0=Disable the ESP IPsec protocol |  #net.inet.esp.enable=0		# 0=Disable the ESP IPsec protocol | ||||||
|  #net.inet.ah.enable=0		# 0=Disable the AH IPsec protocol |  #net.inet.ah.enable=0		# 0=Disable the AH IPsec protocol | ||||||
| @@ -3001,7 +3001,7 @@ RCS file: /cvs/src/gnu/usr.bin/perl/Configure,v | |||||||
| retrieving revision 1.11 | retrieving revision 1.11 | ||||||
| diff -u -r1.11 Configure | diff -u -r1.11 Configure | ||||||
| --- src/gnu/usr.bin/perl/Configure	27 Oct 2002 22:24:54 -0000	1.11 | --- src/gnu/usr.bin/perl/Configure	27 Oct 2002 22:24:54 -0000	1.11 | ||||||
| +++ src/gnu/usr.bin/perl/Configure	18 Jan 2003 21:12:02 -0000 | +++ src/gnu/usr.bin/perl/Configure	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -747,7 +747,7 @@ | @@ -747,7 +747,7 @@ | ||||||
|  dlsrc='' |  dlsrc='' | ||||||
|  ld='' |  ld='' | ||||||
| @@ -3017,7 +3017,7 @@ RCS file: /cvs/src/gnu/usr.bin/perl/Makefile.bsd-wrapper,v | |||||||
| retrieving revision 1.51 | retrieving revision 1.51 | ||||||
| diff -u -r1.51 Makefile.bsd-wrapper | diff -u -r1.51 Makefile.bsd-wrapper | ||||||
| --- src/gnu/usr.bin/perl/Makefile.bsd-wrapper	27 Oct 2002 22:24:54 -0000	1.51 | --- src/gnu/usr.bin/perl/Makefile.bsd-wrapper	27 Oct 2002 22:24:54 -0000	1.51 | ||||||
| +++ src/gnu/usr.bin/perl/Makefile.bsd-wrapper	18 Jan 2003 21:12:03 -0000 | +++ src/gnu/usr.bin/perl/Makefile.bsd-wrapper	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -6,9 +6,15 @@ | @@ -6,9 +6,15 @@ | ||||||
|  # To build a threaded perl, uncomment this.  Currently, there are bugs... |  # To build a threaded perl, uncomment this.  Currently, there are bugs... | ||||||
|  #THREADED=-Dusethreads |  #THREADED=-Dusethreads | ||||||
| @@ -3059,7 +3059,7 @@ RCS file: /cvs/src/gnu/usr.sbin/sendmail/sendmail/conf.c,v | |||||||
| retrieving revision 1.17 | retrieving revision 1.17 | ||||||
| diff -u -r1.17 conf.c | diff -u -r1.17 conf.c | ||||||
| --- src/gnu/usr.sbin/sendmail/sendmail/conf.c	1 Jan 2003 19:59:00 -0000	1.17 | --- src/gnu/usr.sbin/sendmail/sendmail/conf.c	1 Jan 2003 19:59:00 -0000	1.17 | ||||||
| +++ src/gnu/usr.sbin/sendmail/sendmail/conf.c	18 Jan 2003 21:12:03 -0000 | +++ src/gnu/usr.sbin/sendmail/sendmail/conf.c	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -3722,6 +3722,7 @@ | @@ -3722,6 +3722,7 @@ | ||||||
|   |   | ||||||
|  	lim.rlim_cur = lim.rlim_max = RLIM_INFINITY; |  	lim.rlim_cur = lim.rlim_max = RLIM_INFINITY; | ||||||
| @@ -3079,7 +3079,7 @@ RCS file: /cvs/src/lib/libc/gen/login_cap.c,v | |||||||
| retrieving revision 1.15 | retrieving revision 1.15 | ||||||
| diff -u -r1.15 login_cap.c | diff -u -r1.15 login_cap.c | ||||||
| --- src/lib/libc/gen/login_cap.c	15 Dec 2002 13:26:44 -0000	1.15 | --- src/lib/libc/gen/login_cap.c	15 Dec 2002 13:26:44 -0000	1.15 | ||||||
| +++ src/lib/libc/gen/login_cap.c	18 Jan 2003 21:12:03 -0000 | +++ src/lib/libc/gen/login_cap.c	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -492,6 +492,7 @@ | @@ -492,6 +492,7 @@ | ||||||
|  	char *	name; |  	char *	name; | ||||||
|  } r_list[] = { |  } r_list[] = { | ||||||
| @@ -3094,7 +3094,7 @@ RCS file: /cvs/src/lib/libc/sys/getrlimit.2,v | |||||||
| retrieving revision 1.11 | retrieving revision 1.11 | ||||||
| diff -u -r1.11 getrlimit.2 | diff -u -r1.11 getrlimit.2 | ||||||
| --- src/lib/libc/sys/getrlimit.2	18 Oct 2000 05:11:47 -0000	1.11 | --- src/lib/libc/sys/getrlimit.2	18 Oct 2000 05:11:47 -0000	1.11 | ||||||
| +++ src/lib/libc/sys/getrlimit.2	18 Jan 2003 21:12:03 -0000 | +++ src/lib/libc/sys/getrlimit.2	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -68,6 +68,9 @@ | @@ -68,6 +68,9 @@ | ||||||
|  .It Li RLIMIT_CPU |  .It Li RLIMIT_CPU | ||||||
|  The maximum amount of cpu time (in seconds) to be used by |  The maximum amount of cpu time (in seconds) to be used by | ||||||
| @@ -3111,7 +3111,7 @@ RCS file: /cvs/src/lib/libutil/passwd.c,v | |||||||
| retrieving revision 1.36 | retrieving revision 1.36 | ||||||
| diff -u -r1.36 passwd.c | diff -u -r1.36 passwd.c | ||||||
| --- src/lib/libutil/passwd.c	31 Jul 2002 21:53:12 -0000	1.36 | --- src/lib/libutil/passwd.c	31 Jul 2002 21:53:12 -0000	1.36 | ||||||
| +++ src/lib/libutil/passwd.c	18 Jan 2003 21:12:03 -0000 | +++ src/lib/libutil/passwd.c	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -354,6 +354,7 @@ | @@ -354,6 +354,7 @@ | ||||||
|  	/* Unlimited resource limits. */ |  	/* Unlimited resource limits. */ | ||||||
|  	rlim.rlim_cur = rlim.rlim_max = RLIM_INFINITY; |  	rlim.rlim_cur = rlim.rlim_max = RLIM_INFINITY; | ||||||
| @@ -3126,7 +3126,7 @@ RCS file: /cvs/src/sys/arch/i386/stand/libsa/apmprobe.c,v | |||||||
| retrieving revision 1.9 | retrieving revision 1.9 | ||||||
| diff -u -r1.9 apmprobe.c | diff -u -r1.9 apmprobe.c | ||||||
| --- src/sys/arch/i386/stand/libsa/apmprobe.c	20 Jun 2002 20:22:36 -0000	1.9 | --- src/sys/arch/i386/stand/libsa/apmprobe.c	20 Jun 2002 20:22:36 -0000	1.9 | ||||||
| +++ src/sys/arch/i386/stand/libsa/apmprobe.c	18 Jan 2003 21:12:03 -0000 | +++ src/sys/arch/i386/stand/libsa/apmprobe.c	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -68,6 +68,8 @@ | @@ -68,6 +68,8 @@ | ||||||
|   |   | ||||||
|  extern int debug; |  extern int debug; | ||||||
| @@ -3289,7 +3289,7 @@ RCS file: /cvs/src/sys/arch/i386/stand/libsa/cmd_i386.c,v | |||||||
| retrieving revision 1.24 | retrieving revision 1.24 | ||||||
| diff -u -r1.24 cmd_i386.c | diff -u -r1.24 cmd_i386.c | ||||||
| --- src/sys/arch/i386/stand/libsa/cmd_i386.c	14 Mar 2002 03:15:32 -0000	1.24 | --- src/sys/arch/i386/stand/libsa/cmd_i386.c	14 Mar 2002 03:15:32 -0000	1.24 | ||||||
| +++ src/sys/arch/i386/stand/libsa/cmd_i386.c	18 Jan 2003 21:12:03 -0000 | +++ src/sys/arch/i386/stand/libsa/cmd_i386.c	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -50,6 +50,7 @@ | @@ -50,6 +50,7 @@ | ||||||
|  int Xdiskinfo(void); |  int Xdiskinfo(void); | ||||||
|  int Xmemory(void); |  int Xmemory(void); | ||||||
| @@ -3366,7 +3366,7 @@ RCS file: /cvs/src/sys/arch/i386/stand/libsa/gidt.S,v | |||||||
| retrieving revision 1.24 | retrieving revision 1.24 | ||||||
| diff -u -r1.24 gidt.S | diff -u -r1.24 gidt.S | ||||||
| --- src/sys/arch/i386/stand/libsa/gidt.S	17 Sep 2001 13:09:47 -0000	1.24 | --- src/sys/arch/i386/stand/libsa/gidt.S	17 Sep 2001 13:09:47 -0000	1.24 | ||||||
| +++ src/sys/arch/i386/stand/libsa/gidt.S	18 Jan 2003 21:12:03 -0000 | +++ src/sys/arch/i386/stand/libsa/gidt.S	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -204,8 +204,8 @@ | @@ -204,8 +204,8 @@ | ||||||
|  	lidt	Idtr |  	lidt	Idtr | ||||||
|  	ret |  	ret | ||||||
| @@ -3393,7 +3393,7 @@ RCS file: /cvs/src/sys/arch/i386/stand/libsa/libsa.h,v | |||||||
| retrieving revision 1.35 | retrieving revision 1.35 | ||||||
| diff -u -r1.35 libsa.h | diff -u -r1.35 libsa.h | ||||||
| --- src/sys/arch/i386/stand/libsa/libsa.h	20 Jun 2002 20:22:36 -0000	1.35 | --- src/sys/arch/i386/stand/libsa/libsa.h	20 Jun 2002 20:22:36 -0000	1.35 | ||||||
| +++ src/sys/arch/i386/stand/libsa/libsa.h	18 Jan 2003 21:12:03 -0000 | +++ src/sys/arch/i386/stand/libsa/libsa.h	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -57,6 +57,12 @@ | @@ -57,6 +57,12 @@ | ||||||
|  void *getSYSCONFaddr(void); |  void *getSYSCONFaddr(void); | ||||||
|  void *getEBDAaddr(void); |  void *getEBDAaddr(void); | ||||||
| @@ -3413,7 +3413,7 @@ RCS file: /cvs/src/sys/dev/ic/dc.c,v | |||||||
| retrieving revision 1.53 | retrieving revision 1.53 | ||||||
| diff -u -r1.53 dc.c | diff -u -r1.53 dc.c | ||||||
| --- src/sys/dev/ic/dc.c	21 Oct 2002 20:30:10 -0000	1.53 | --- src/sys/dev/ic/dc.c	21 Oct 2002 20:30:10 -0000	1.53 | ||||||
| +++ src/sys/dev/ic/dc.c	18 Jan 2003 21:12:03 -0000 | +++ src/sys/dev/ic/dc.c	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -640,6 +640,7 @@ | @@ -640,6 +640,7 @@ | ||||||
|  	struct dc_softc		*sc = (struct dc_softc *)self; |  	struct dc_softc		*sc = (struct dc_softc *)self; | ||||||
|  	int			i, rval, phy_reg; |  	int			i, rval, phy_reg; | ||||||
| @@ -3453,7 +3453,7 @@ RCS file: /cvs/src/sys/dev/mii/bmtphy.c,v | |||||||
| retrieving revision 1.5 | retrieving revision 1.5 | ||||||
| diff -u -r1.5 bmtphy.c | diff -u -r1.5 bmtphy.c | ||||||
| --- src/sys/dev/mii/bmtphy.c	14 Mar 2002 01:26:35 -0000	1.5 | --- src/sys/dev/mii/bmtphy.c	14 Mar 2002 01:26:35 -0000	1.5 | ||||||
| +++ src/sys/dev/mii/bmtphy.c	18 Jan 2003 21:12:03 -0000 | +++ src/sys/dev/mii/bmtphy.c	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -93,11 +93,16 @@ | @@ -93,11 +93,16 @@ | ||||||
|  	struct mii_data *mii = ma->mii_data; |  	struct mii_data *mii = ma->mii_data; | ||||||
|  	char *model; |  	char *model; | ||||||
| @@ -3480,7 +3480,7 @@ RCS file: /cvs/src/sys/kern/kern_sig.c,v | |||||||
| retrieving revision 1.61 | retrieving revision 1.61 | ||||||
| diff -u -r1.61 kern_sig.c | diff -u -r1.61 kern_sig.c | ||||||
| --- src/sys/kern/kern_sig.c	1 Oct 2002 17:33:17 -0000	1.61 | --- src/sys/kern/kern_sig.c	1 Oct 2002 17:33:17 -0000	1.61 | ||||||
| +++ src/sys/kern/kern_sig.c	18 Jan 2003 21:12:03 -0000 | +++ src/sys/kern/kern_sig.c	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -83,7 +83,6 @@ | @@ -83,7 +83,6 @@ | ||||||
|  	{ 0, filt_sigattach, filt_sigdetach, filt_signal }; |  	{ 0, filt_sigattach, filt_sigdetach, filt_signal }; | ||||||
|   |   | ||||||
| @@ -3576,7 +3576,7 @@ RCS file: /cvs/src/sys/kern/kern_synch.c,v | |||||||
| retrieving revision 1.46 | retrieving revision 1.46 | ||||||
| diff -u -r1.46 kern_synch.c | diff -u -r1.46 kern_synch.c | ||||||
| --- src/sys/kern/kern_synch.c	15 Oct 2002 20:17:00 -0000	1.46 | --- src/sys/kern/kern_synch.c	15 Oct 2002 20:17:00 -0000	1.46 | ||||||
| +++ src/sys/kern/kern_synch.c	18 Jan 2003 21:12:03 -0000 | +++ src/sys/kern/kern_synch.c	21 Jan 2003 20:14:22 -0000 | ||||||
| @@ -737,6 +737,20 @@ | @@ -737,6 +737,20 @@ | ||||||
|  			if (rlim->rlim_cur < rlim->rlim_max) |  			if (rlim->rlim_cur < rlim->rlim_max) | ||||||
|  				rlim->rlim_cur += 5; |  				rlim->rlim_cur += 5; | ||||||
| @@ -3604,7 +3604,7 @@ RCS file: /cvs/src/sys/kern/subr_userconf.c,v | |||||||
| retrieving revision 1.31 | retrieving revision 1.31 | ||||||
| diff -u -r1.31 subr_userconf.c | diff -u -r1.31 subr_userconf.c | ||||||
| --- src/sys/kern/subr_userconf.c	29 Jul 2002 23:18:35 -0000	1.31 | --- src/sys/kern/subr_userconf.c	29 Jul 2002 23:18:35 -0000	1.31 | ||||||
| +++ src/sys/kern/subr_userconf.c	18 Jan 2003 21:12:03 -0000 | +++ src/sys/kern/subr_userconf.c	21 Jan 2003 20:14:23 -0000 | ||||||
| @@ -482,7 +482,7 @@ | @@ -482,7 +482,7 @@ | ||||||
|  		} |  		} | ||||||
|   |   | ||||||
| @@ -3629,7 +3629,7 @@ RCS file: /cvs/src/sys/kern/sys_generic.c,v | |||||||
| retrieving revision 1.41 | retrieving revision 1.41 | ||||||
| diff -u -r1.41 sys_generic.c | diff -u -r1.41 sys_generic.c | ||||||
| --- src/sys/kern/sys_generic.c	12 Aug 2002 14:32:22 -0000	1.41 | --- src/sys/kern/sys_generic.c	12 Aug 2002 14:32:22 -0000	1.41 | ||||||
| +++ src/sys/kern/sys_generic.c	18 Jan 2003 21:12:03 -0000 | +++ src/sys/kern/sys_generic.c	21 Jan 2003 20:14:23 -0000 | ||||||
| @@ -657,7 +657,7 @@ | @@ -657,7 +657,7 @@ | ||||||
|  	} */ *uap = v; |  	} */ *uap = v; | ||||||
|  	fd_set bits[6], *pibits[3], *pobits[3]; |  	fd_set bits[6], *pibits[3], *pobits[3]; | ||||||
| @@ -3654,7 +3654,7 @@ RCS file: /cvs/src/sys/kern/vfs_syscalls.c,v | |||||||
| retrieving revision 1.98 | retrieving revision 1.98 | ||||||
| diff -u -r1.98 vfs_syscalls.c | diff -u -r1.98 vfs_syscalls.c | ||||||
| --- src/sys/kern/vfs_syscalls.c	2 Oct 2002 21:56:08 -0000	1.98 | --- src/sys/kern/vfs_syscalls.c	2 Oct 2002 21:56:08 -0000	1.98 | ||||||
| +++ src/sys/kern/vfs_syscalls.c	18 Jan 2003 21:12:03 -0000 | +++ src/sys/kern/vfs_syscalls.c	21 Jan 2003 20:14:23 -0000 | ||||||
| @@ -109,7 +109,7 @@ | @@ -109,7 +109,7 @@ | ||||||
|  	char fspath[MNAMELEN]; |  	char fspath[MNAMELEN]; | ||||||
|  	struct vattr va; |  	struct vattr va; | ||||||
| @@ -3670,7 +3670,7 @@ RCS file: /cvs/src/sys/lib/libz/Makefile,v | |||||||
| retrieving revision 1.3 | retrieving revision 1.3 | ||||||
| diff -u -r1.3 Makefile | diff -u -r1.3 Makefile | ||||||
| --- src/sys/lib/libz/Makefile	8 Sep 1998 04:07:25 -0000	1.3 | --- src/sys/lib/libz/Makefile	8 Sep 1998 04:07:25 -0000	1.3 | ||||||
| +++ src/sys/lib/libz/Makefile	18 Jan 2003 21:12:03 -0000 | +++ src/sys/lib/libz/Makefile	21 Jan 2003 20:14:23 -0000 | ||||||
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||||||
|  NOPIC= |  NOPIC= | ||||||
|  NOPROFILE= |  NOPROFILE= | ||||||
| @@ -3686,7 +3686,7 @@ RCS file: /cvs/src/sys/miscfs/procfs/procfs_vnops.c,v | |||||||
| retrieving revision 1.26 | retrieving revision 1.26 | ||||||
| diff -u -r1.26 procfs_vnops.c | diff -u -r1.26 procfs_vnops.c | ||||||
| --- src/sys/miscfs/procfs/procfs_vnops.c	6 Apr 2002 23:39:51 -0000	1.26 | --- src/sys/miscfs/procfs/procfs_vnops.c	6 Apr 2002 23:39:51 -0000	1.26 | ||||||
| +++ src/sys/miscfs/procfs/procfs_vnops.c	18 Jan 2003 21:12:03 -0000 | +++ src/sys/miscfs/procfs/procfs_vnops.c	21 Jan 2003 20:14:23 -0000 | ||||||
| @@ -746,7 +746,7 @@ | @@ -746,7 +746,7 @@ | ||||||
|  	struct vnode *dvp = ap->a_dvp; |  	struct vnode *dvp = ap->a_dvp; | ||||||
|  	char *pname = cnp->cn_nameptr; |  	char *pname = cnp->cn_nameptr; | ||||||
| @@ -3702,7 +3702,7 @@ RCS file: /cvs/src/sys/miscfs/union/union_vnops.c,v | |||||||
| retrieving revision 1.19 | retrieving revision 1.19 | ||||||
| diff -u -r1.19 union_vnops.c | diff -u -r1.19 union_vnops.c | ||||||
| --- src/sys/miscfs/union/union_vnops.c	8 Jun 2002 18:43:12 -0000	1.19 | --- src/sys/miscfs/union/union_vnops.c	8 Jun 2002 18:43:12 -0000	1.19 | ||||||
| +++ src/sys/miscfs/union/union_vnops.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/miscfs/union/union_vnops.c	21 Jan 2003 20:14:23 -0000 | ||||||
| @@ -1097,7 +1097,7 @@ | @@ -1097,7 +1097,7 @@ | ||||||
|  	int error = 0; |  	int error = 0; | ||||||
|  	struct union_node *dun; |  	struct union_node *dun; | ||||||
| @@ -3718,7 +3718,7 @@ RCS file: /cvs/src/sys/net/if_bridge.c,v | |||||||
| retrieving revision 1.109 | retrieving revision 1.109 | ||||||
| diff -u -r1.109 if_bridge.c | diff -u -r1.109 if_bridge.c | ||||||
| --- src/sys/net/if_bridge.c	7 Jan 2003 17:46:59 -0000	1.109 | --- src/sys/net/if_bridge.c	7 Jan 2003 17:46:59 -0000	1.109 | ||||||
| +++ src/sys/net/if_bridge.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/net/if_bridge.c	21 Jan 2003 20:14:23 -0000 | ||||||
| @@ -2116,7 +2116,7 @@ | @@ -2116,7 +2116,7 @@ | ||||||
|  	struct tdb *tdb; |  	struct tdb *tdb; | ||||||
|  	u_int32_t spi; |  	u_int32_t spi; | ||||||
| @@ -3734,7 +3734,7 @@ RCS file: /cvs/src/sys/net/if_vlan.c,v | |||||||
| retrieving revision 1.33 | retrieving revision 1.33 | ||||||
| diff -u -r1.33 if_vlan.c | diff -u -r1.33 if_vlan.c | ||||||
| --- src/sys/net/if_vlan.c	7 Jan 2003 09:00:12 -0000	1.33 | --- src/sys/net/if_vlan.c	7 Jan 2003 09:00:12 -0000	1.33 | ||||||
| +++ src/sys/net/if_vlan.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/net/if_vlan.c	21 Jan 2003 20:14:23 -0000 | ||||||
| @@ -376,7 +376,7 @@ | @@ -376,7 +376,7 @@ | ||||||
|  		 */ |  		 */ | ||||||
|  		ifv->ifv_if.if_mtu = p->if_mtu - EVL_ENCAPLEN; |  		ifv->ifv_if.if_mtu = p->if_mtu - EVL_ENCAPLEN; | ||||||
| @@ -3747,19 +3747,19 @@ diff -u -r1.33 if_vlan.c | |||||||
| Index: src/sys/net/pf.c | Index: src/sys/net/pf.c | ||||||
| =================================================================== | =================================================================== | ||||||
| RCS file: /cvs/src/sys/net/pf.c,v | RCS file: /cvs/src/sys/net/pf.c,v | ||||||
| retrieving revision 1.305 | retrieving revision 1.307 | ||||||
| diff -u -r1.305 pf.c | diff -u -r1.307 pf.c | ||||||
| --- src/sys/net/pf.c	19 Jan 2003 13:51:56 -0000	1.305 | --- src/sys/net/pf.c	23 Jan 2003 13:35:55 -0000	1.307 | ||||||
| +++ src/sys/net/pf.c	20 Jan 2003 16:11:21 -0000 | +++ src/sys/net/pf.c	24 Jan 2003 14:31:28 -0000 | ||||||
| @@ -934,6 +934,7 @@ | @@ -942,6 +942,7 @@ | ||||||
|  	u_int32_t	opc, oh2c = *h2c; |  	u_int32_t	opc; | ||||||
|  	u_int16_t	oip = *ip; |  	u_int16_t	oip = *ip; | ||||||
|   |   | ||||||
| +	opc = 0U; | +	opc = 0U; | ||||||
|  	PF_ACPY(&oia, ia, af); |  	PF_ACPY(&oia, ia, af); | ||||||
|  	PF_ACPY(&ooa, oa, af); |  	PF_ACPY(&ooa, oa, af); | ||||||
|   |   | ||||||
| @@ -1012,12 +1013,12 @@ | @@ -1023,12 +1024,12 @@ | ||||||
|  	struct m_tag	*mtag; |  	struct m_tag	*mtag; | ||||||
|  	int		 len; |  	int		 len; | ||||||
|  #ifdef INET |  #ifdef INET | ||||||
| @@ -3775,7 +3775,7 @@ diff -u -r1.305 pf.c | |||||||
|   |   | ||||||
|  	switch (af) { |  	switch (af) { | ||||||
|  #ifdef INET |  #ifdef INET | ||||||
| @@ -1030,6 +1031,8 @@ | @@ -1041,6 +1042,8 @@ | ||||||
|  		len = sizeof(struct ip6_hdr) + sizeof(struct tcphdr); |  		len = sizeof(struct ip6_hdr) + sizeof(struct tcphdr); | ||||||
|  		break; |  		break; | ||||||
|  #endif /* INET6 */ |  #endif /* INET6 */ | ||||||
| @@ -3784,7 +3784,7 @@ diff -u -r1.305 pf.c | |||||||
|  	} |  	} | ||||||
|   |   | ||||||
|  	/* don't reply to RST packets */ |  	/* don't reply to RST packets */ | ||||||
| @@ -2323,6 +2326,8 @@ | @@ -2374,6 +2377,8 @@ | ||||||
|  			state_icmp++; |  			state_icmp++; | ||||||
|  		break; |  		break; | ||||||
|  #endif /* INET6 */ |  #endif /* INET6 */ | ||||||
| @@ -3793,7 +3793,7 @@ diff -u -r1.305 pf.c | |||||||
|  	} |  	} | ||||||
|   |   | ||||||
|  	if (direction == PF_OUT) { |  	if (direction == PF_OUT) { | ||||||
| @@ -3147,6 +3152,8 @@ | @@ -3203,6 +3208,8 @@ | ||||||
|  			state_icmp++; |  			state_icmp++; | ||||||
|  		break; |  		break; | ||||||
|  #endif /* INET6 */ |  #endif /* INET6 */ | ||||||
| @@ -3802,7 +3802,7 @@ diff -u -r1.305 pf.c | |||||||
|  	} |  	} | ||||||
|   |   | ||||||
|  	if (!state_icmp) { |  	if (!state_icmp) { | ||||||
| @@ -3315,6 +3322,8 @@ | @@ -3371,6 +3378,8 @@ | ||||||
|  			} while (!terminal); |  			} while (!terminal); | ||||||
|  			break; |  			break; | ||||||
|  #endif /* INET6 */ |  #endif /* INET6 */ | ||||||
| @@ -3811,7 +3811,7 @@ diff -u -r1.305 pf.c | |||||||
|  		} |  		} | ||||||
|   |   | ||||||
|  		switch (pd2.proto) { |  		switch (pd2.proto) { | ||||||
| @@ -4195,8 +4204,9 @@ | @@ -4251,8 +4260,9 @@ | ||||||
|  			r0.ifp = ifp; |  			r0.ifp = ifp; | ||||||
|  			r0.action = action; |  			r0.action = action; | ||||||
|  			r0.nr = -1; |  			r0.nr = -1; | ||||||
| @@ -3829,7 +3829,7 @@ RCS file: /cvs/src/sys/net/pfkeyv2.c,v | |||||||
| retrieving revision 1.84 | retrieving revision 1.84 | ||||||
| diff -u -r1.84 pfkeyv2.c | diff -u -r1.84 pfkeyv2.c | ||||||
| --- src/sys/net/pfkeyv2.c	31 Jul 2002 00:13:14 -0000	1.84 | --- src/sys/net/pfkeyv2.c	31 Jul 2002 00:13:14 -0000	1.84 | ||||||
| +++ src/sys/net/pfkeyv2.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/net/pfkeyv2.c	21 Jan 2003 20:14:23 -0000 | ||||||
| @@ -803,7 +803,7 @@ | @@ -803,7 +803,7 @@ | ||||||
|   |   | ||||||
|      struct tdb sa, *sa2 = NULL; |      struct tdb sa, *sa2 = NULL; | ||||||
| @@ -3883,7 +3883,7 @@ RCS file: /cvs/src/sys/netinet/ip_ah.c,v | |||||||
| retrieving revision 1.70 | retrieving revision 1.70 | ||||||
| diff -u -r1.70 ip_ah.c | diff -u -r1.70 ip_ah.c | ||||||
| --- src/sys/netinet/ip_ah.c	5 Jul 2002 23:20:31 -0000	1.70 | --- src/sys/netinet/ip_ah.c	5 Jul 2002 23:20:31 -0000	1.70 | ||||||
| +++ src/sys/netinet/ip_ah.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet/ip_ah.c	21 Jan 2003 20:14:23 -0000 | ||||||
| @@ -682,7 +682,7 @@ | @@ -682,7 +682,7 @@ | ||||||
|  int |  int | ||||||
|  ah_input_cb(void *op) |  ah_input_cb(void *op) | ||||||
| @@ -3908,7 +3908,7 @@ RCS file: /cvs/src/sys/netinet/ip_esp.c,v | |||||||
| retrieving revision 1.76 | retrieving revision 1.76 | ||||||
| diff -u -r1.76 ip_esp.c | diff -u -r1.76 ip_esp.c | ||||||
| --- src/sys/netinet/ip_esp.c	7 Nov 2002 15:16:17 -0000	1.76 | --- src/sys/netinet/ip_esp.c	7 Nov 2002 15:16:17 -0000	1.76 | ||||||
| +++ src/sys/netinet/ip_esp.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet/ip_esp.c	21 Jan 2003 20:14:23 -0000 | ||||||
| @@ -453,7 +453,7 @@ | @@ -453,7 +453,7 @@ | ||||||
|  esp_input_cb(void *op) |  esp_input_cb(void *op) | ||||||
|  { |  { | ||||||
| @@ -3933,7 +3933,7 @@ RCS file: /cvs/src/sys/netinet/ip_ipcomp.c,v | |||||||
| retrieving revision 1.9 | retrieving revision 1.9 | ||||||
| diff -u -r1.9 ip_ipcomp.c | diff -u -r1.9 ip_ipcomp.c | ||||||
| --- src/sys/netinet/ip_ipcomp.c	12 Sep 2002 10:11:17 -0000	1.9 | --- src/sys/netinet/ip_ipcomp.c	12 Sep 2002 10:11:17 -0000	1.9 | ||||||
| +++ src/sys/netinet/ip_ipcomp.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet/ip_ipcomp.c	21 Jan 2003 20:14:24 -0000 | ||||||
| @@ -206,7 +206,7 @@ | @@ -206,7 +206,7 @@ | ||||||
|  ipcomp_input_cb(op) |  ipcomp_input_cb(op) | ||||||
|  	void *op; |  	void *op; | ||||||
| @@ -3958,7 +3958,7 @@ RCS file: /cvs/src/sys/netinet/ip_ipsp.c,v | |||||||
| retrieving revision 1.150 | retrieving revision 1.150 | ||||||
| diff -u -r1.150 ip_ipsp.c | diff -u -r1.150 ip_ipsp.c | ||||||
| --- src/sys/netinet/ip_ipsp.c	19 Nov 2002 18:34:19 -0000	1.150 | --- src/sys/netinet/ip_ipsp.c	19 Nov 2002 18:34:19 -0000	1.150 | ||||||
| +++ src/sys/netinet/ip_ipsp.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet/ip_ipsp.c	21 Jan 2003 20:14:24 -0000 | ||||||
| @@ -867,7 +867,7 @@ | @@ -867,7 +867,7 @@ | ||||||
|  	    ntohl(tdb->tdb_spi), ipsp_address(tdb->tdb_dst), tdb->tdb_sproto); |  	    ntohl(tdb->tdb_spi), ipsp_address(tdb->tdb_dst), tdb->tdb_sproto); | ||||||
|   |   | ||||||
| @@ -3974,7 +3974,7 @@ RCS file: /cvs/src/sys/netinet/ip_output.c,v | |||||||
| retrieving revision 1.150 | retrieving revision 1.150 | ||||||
| diff -u -r1.150 ip_output.c | diff -u -r1.150 ip_output.c | ||||||
| --- src/sys/netinet/ip_output.c	10 Oct 2002 17:27:18 -0000	1.150 | --- src/sys/netinet/ip_output.c	10 Oct 2002 17:27:18 -0000	1.150 | ||||||
| +++ src/sys/netinet/ip_output.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet/ip_output.c	21 Jan 2003 20:14:24 -0000 | ||||||
| @@ -100,24 +100,24 @@ | @@ -100,24 +100,24 @@ | ||||||
|  ip_output(struct mbuf *m0, ...) |  ip_output(struct mbuf *m0, ...) | ||||||
|  { |  { | ||||||
| @@ -4011,7 +4011,7 @@ RCS file: /cvs/src/sys/netinet/ipsec_output.c,v | |||||||
| retrieving revision 1.25 | retrieving revision 1.25 | ||||||
| diff -u -r1.25 ipsec_output.c | diff -u -r1.25 ipsec_output.c | ||||||
| --- src/sys/netinet/ipsec_output.c	28 Aug 2002 15:42:41 -0000	1.25 | --- src/sys/netinet/ipsec_output.c	28 Aug 2002 15:42:41 -0000	1.25 | ||||||
| +++ src/sys/netinet/ipsec_output.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet/ipsec_output.c	21 Jan 2003 20:14:24 -0000 | ||||||
| @@ -65,15 +65,15 @@ | @@ -65,15 +65,15 @@ | ||||||
|  ipsp_process_packet(struct mbuf *m, struct tdb *tdb, int af, int tunalready) |  ipsp_process_packet(struct mbuf *m, struct tdb *tdb, int af, int tunalready) | ||||||
|  { |  { | ||||||
| @@ -4051,7 +4051,7 @@ RCS file: /cvs/src/sys/netinet/tcp_input.c,v | |||||||
| retrieving revision 1.124 | retrieving revision 1.124 | ||||||
| diff -u -r1.124 tcp_input.c | diff -u -r1.124 tcp_input.c | ||||||
| --- src/sys/netinet/tcp_input.c	11 Sep 2002 03:26:41 -0000	1.124 | --- src/sys/netinet/tcp_input.c	11 Sep 2002 03:26:41 -0000	1.124 | ||||||
| +++ src/sys/netinet/tcp_input.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet/tcp_input.c	21 Jan 2003 20:14:24 -0000 | ||||||
| @@ -432,7 +432,7 @@ | @@ -432,7 +432,7 @@ | ||||||
|  #endif /* IPSEC */ |  #endif /* IPSEC */ | ||||||
|  	int af; |  	int af; | ||||||
| @@ -4067,7 +4067,7 @@ RCS file: /cvs/src/sys/netinet/tcp_output.c,v | |||||||
| retrieving revision 1.53 | retrieving revision 1.53 | ||||||
| diff -u -r1.53 tcp_output.c | diff -u -r1.53 tcp_output.c | ||||||
| --- src/sys/netinet/tcp_output.c	28 Aug 2002 15:42:41 -0000	1.53 | --- src/sys/netinet/tcp_output.c	28 Aug 2002 15:42:41 -0000	1.53 | ||||||
| +++ src/sys/netinet/tcp_output.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet/tcp_output.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -220,8 +220,8 @@ | @@ -220,8 +220,8 @@ | ||||||
|  	register struct tcpcb *tp; |  	register struct tcpcb *tp; | ||||||
|  { |  { | ||||||
| @@ -4094,7 +4094,7 @@ RCS file: /cvs/src/sys/netinet/tcp_subr.c,v | |||||||
| retrieving revision 1.65 | retrieving revision 1.65 | ||||||
| diff -u -r1.65 tcp_subr.c | diff -u -r1.65 tcp_subr.c | ||||||
| --- src/sys/netinet/tcp_subr.c	28 Aug 2002 15:42:41 -0000	1.65 | --- src/sys/netinet/tcp_subr.c	28 Aug 2002 15:42:41 -0000	1.65 | ||||||
| +++ src/sys/netinet/tcp_subr.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet/tcp_subr.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -134,7 +134,7 @@ | @@ -134,7 +134,7 @@ | ||||||
|  #endif |  #endif | ||||||
|  int	tcp_do_sack = TCP_DO_SACK;		/* RFC 2018 selective ACKs */ |  int	tcp_do_sack = TCP_DO_SACK;		/* RFC 2018 selective ACKs */ | ||||||
| @@ -4154,7 +4154,7 @@ RCS file: /cvs/src/sys/netinet/tcp_usrreq.c,v | |||||||
| retrieving revision 1.67 | retrieving revision 1.67 | ||||||
| diff -u -r1.67 tcp_usrreq.c | diff -u -r1.67 tcp_usrreq.c | ||||||
| --- src/sys/netinet/tcp_usrreq.c	11 Sep 2002 03:15:14 -0000	1.67 | --- src/sys/netinet/tcp_usrreq.c	11 Sep 2002 03:15:14 -0000	1.67 | ||||||
| +++ src/sys/netinet/tcp_usrreq.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet/tcp_usrreq.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -783,10 +783,10 @@ | @@ -783,10 +783,10 @@ | ||||||
|  { |  { | ||||||
|  	int error = 0, s; |  	int error = 0, s; | ||||||
| @@ -4175,7 +4175,7 @@ RCS file: /cvs/src/sys/netinet/udp_usrreq.c,v | |||||||
| retrieving revision 1.86 | retrieving revision 1.86 | ||||||
| diff -u -r1.86 udp_usrreq.c | diff -u -r1.86 udp_usrreq.c | ||||||
| --- src/sys/netinet/udp_usrreq.c	28 Aug 2002 15:42:41 -0000	1.86 | --- src/sys/netinet/udp_usrreq.c	28 Aug 2002 15:42:41 -0000	1.86 | ||||||
| +++ src/sys/netinet/udp_usrreq.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet/udp_usrreq.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -714,6 +714,7 @@ | @@ -714,6 +714,7 @@ | ||||||
|  		m = NULL; |  		m = NULL; | ||||||
|  		ip6 = NULL; |  		ip6 = NULL; | ||||||
| @@ -4190,7 +4190,7 @@ RCS file: /cvs/src/sys/netinet6/in6_ifattach.c,v | |||||||
| retrieving revision 1.32 | retrieving revision 1.32 | ||||||
| diff -u -r1.32 in6_ifattach.c | diff -u -r1.32 in6_ifattach.c | ||||||
| --- src/sys/netinet6/in6_ifattach.c	12 Sep 2002 01:11:32 -0000	1.32 | --- src/sys/netinet6/in6_ifattach.c	12 Sep 2002 01:11:32 -0000	1.32 | ||||||
| +++ src/sys/netinet6/in6_ifattach.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet6/in6_ifattach.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -674,12 +674,13 @@ | @@ -674,12 +674,13 @@ | ||||||
|  	nd6_purge(ifp); |  	nd6_purge(ifp); | ||||||
|   |   | ||||||
| @@ -4221,7 +4221,7 @@ RCS file: /cvs/src/sys/netinet6/ip6_forward.c,v | |||||||
| retrieving revision 1.24 | retrieving revision 1.24 | ||||||
| diff -u -r1.24 ip6_forward.c | diff -u -r1.24 ip6_forward.c | ||||||
| --- src/sys/netinet6/ip6_forward.c	9 Jun 2002 14:38:17 -0000	1.24 | --- src/sys/netinet6/ip6_forward.c	9 Jun 2002 14:38:17 -0000	1.24 | ||||||
| +++ src/sys/netinet6/ip6_forward.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet6/ip6_forward.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -88,7 +88,7 @@ | @@ -88,7 +88,7 @@ | ||||||
|  	struct ip6_hdr *ip6 = mtod(m, struct ip6_hdr *); |  	struct ip6_hdr *ip6 = mtod(m, struct ip6_hdr *); | ||||||
|  	struct sockaddr_in6 *dst; |  	struct sockaddr_in6 *dst; | ||||||
| @@ -4237,7 +4237,7 @@ RCS file: /cvs/src/sys/netinet6/ip6_output.c,v | |||||||
| retrieving revision 1.73 | retrieving revision 1.73 | ||||||
| diff -u -r1.73 ip6_output.c | diff -u -r1.73 ip6_output.c | ||||||
| --- src/sys/netinet6/ip6_output.c	31 Oct 2002 18:02:05 -0000	1.73 | --- src/sys/netinet6/ip6_output.c	31 Oct 2002 18:02:05 -0000	1.73 | ||||||
| +++ src/sys/netinet6/ip6_output.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet6/ip6_output.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -168,7 +168,7 @@ | @@ -168,7 +168,7 @@ | ||||||
|  	struct m_tag *mtag; |  	struct m_tag *mtag; | ||||||
|  	union sockaddr_union sdst; |  	union sockaddr_union sdst; | ||||||
| @@ -4253,7 +4253,7 @@ RCS file: /cvs/src/sys/netinet6/raw_ip6.c,v | |||||||
| retrieving revision 1.17 | retrieving revision 1.17 | ||||||
| diff -u -r1.17 raw_ip6.c | diff -u -r1.17 raw_ip6.c | ||||||
| --- src/sys/netinet6/raw_ip6.c	11 Sep 2002 03:27:08 -0000	1.17 | --- src/sys/netinet6/raw_ip6.c	11 Sep 2002 03:27:08 -0000	1.17 | ||||||
| +++ src/sys/netinet6/raw_ip6.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/netinet6/raw_ip6.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -378,7 +378,8 @@ | @@ -378,7 +378,8 @@ | ||||||
|  	int error = 0; |  	int error = 0; | ||||||
|  	struct ip6_pktopts opt, *optp = NULL, *origoptp; |  	struct ip6_pktopts opt, *optp = NULL, *origoptp; | ||||||
| @@ -4270,7 +4270,7 @@ RCS file: /cvs/src/sys/nfs/nfsproto.h,v | |||||||
| retrieving revision 1.4 | retrieving revision 1.4 | ||||||
| diff -u -r1.4 nfsproto.h | diff -u -r1.4 nfsproto.h | ||||||
| --- src/sys/nfs/nfsproto.h	28 Jan 2002 22:35:57 -0000	1.4 | --- src/sys/nfs/nfsproto.h	28 Jan 2002 22:35:57 -0000	1.4 | ||||||
| +++ src/sys/nfs/nfsproto.h	18 Jan 2003 21:12:04 -0000 | +++ src/sys/nfs/nfsproto.h	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -54,18 +54,18 @@ | @@ -54,18 +54,18 @@ | ||||||
|   * Specification" |   * Specification" | ||||||
|   */ |   */ | ||||||
| @@ -4488,7 +4488,7 @@ RCS file: /cvs/src/sys/stand/boot/cmd.c,v | |||||||
| retrieving revision 1.48 | retrieving revision 1.48 | ||||||
| diff -u -r1.48 cmd.c | diff -u -r1.48 cmd.c | ||||||
| --- src/sys/stand/boot/cmd.c	14 Jul 2002 09:18:55 -0000	1.48 | --- src/sys/stand/boot/cmd.c	14 Jul 2002 09:18:55 -0000	1.48 | ||||||
| +++ src/sys/stand/boot/cmd.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/stand/boot/cmd.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -86,8 +86,19 @@ | @@ -86,8 +86,19 @@ | ||||||
|  { |  { | ||||||
|  	cmd.cmd = NULL; |  	cmd.cmd = NULL; | ||||||
| @@ -4538,7 +4538,7 @@ RCS file: /cvs/src/sys/sys/resource.h,v | |||||||
| retrieving revision 1.4 | retrieving revision 1.4 | ||||||
| diff -u -r1.4 resource.h | diff -u -r1.4 resource.h | ||||||
| --- src/sys/sys/resource.h	14 Mar 2002 01:26:52 -0000	1.4 | --- src/sys/sys/resource.h	14 Mar 2002 01:26:52 -0000	1.4 | ||||||
| +++ src/sys/sys/resource.h	18 Jan 2003 21:12:04 -0000 | +++ src/sys/sys/resource.h	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -89,8 +89,9 @@ | @@ -89,8 +89,9 @@ | ||||||
|  #define	RLIMIT_MEMLOCK	6		/* locked-in-memory address space */ |  #define	RLIMIT_MEMLOCK	6		/* locked-in-memory address space */ | ||||||
|  #define	RLIMIT_NPROC	7		/* number of processes */ |  #define	RLIMIT_NPROC	7		/* number of processes */ | ||||||
| @@ -4556,7 +4556,7 @@ RCS file: /cvs/src/sys/ufs/ffs/ffs_softdep.c,v | |||||||
| retrieving revision 1.42 | retrieving revision 1.42 | ||||||
| diff -u -r1.42 ffs_softdep.c | diff -u -r1.42 ffs_softdep.c | ||||||
| --- src/sys/ufs/ffs/ffs_softdep.c	12 Oct 2002 01:09:23 -0000	1.42 | --- src/sys/ufs/ffs/ffs_softdep.c	12 Oct 2002 01:09:23 -0000	1.42 | ||||||
| +++ src/sys/ufs/ffs/ffs_softdep.c	18 Jan 2003 21:12:04 -0000 | +++ src/sys/ufs/ffs/ffs_softdep.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -327,7 +327,7 @@ | @@ -327,7 +327,7 @@ | ||||||
|  	struct sema *semap; |  	struct sema *semap; | ||||||
|  	struct lockit *interlock; |  	struct lockit *interlock; | ||||||
| @@ -4572,7 +4572,7 @@ RCS file: /cvs/src/sys/ufs/ffs/ffs_vfsops.c,v | |||||||
| retrieving revision 1.54 | retrieving revision 1.54 | ||||||
| diff -u -r1.54 ffs_vfsops.c | diff -u -r1.54 ffs_vfsops.c | ||||||
| --- src/sys/ufs/ffs/ffs_vfsops.c	1 Aug 2002 16:41:11 -0000	1.54 | --- src/sys/ufs/ffs/ffs_vfsops.c	1 Aug 2002 16:41:11 -0000	1.54 | ||||||
| +++ src/sys/ufs/ffs/ffs_vfsops.c	18 Jan 2003 21:12:05 -0000 | +++ src/sys/ufs/ffs/ffs_vfsops.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -167,7 +167,7 @@ | @@ -167,7 +167,7 @@ | ||||||
|  	struct ufsmount *ump = NULL; |  	struct ufsmount *ump = NULL; | ||||||
|  	register struct fs *fs; |  	register struct fs *fs; | ||||||
| @@ -4588,7 +4588,7 @@ RCS file: /cvs/src/sys/uvm/uvm_amap.c,v | |||||||
| retrieving revision 1.27 | retrieving revision 1.27 | ||||||
| diff -u -r1.27 uvm_amap.c | diff -u -r1.27 uvm_amap.c | ||||||
| --- src/sys/uvm/uvm_amap.c	9 May 2002 14:13:56 -0000	1.27 | --- src/sys/uvm/uvm_amap.c	9 May 2002 14:13:56 -0000	1.27 | ||||||
| +++ src/sys/uvm/uvm_amap.c	18 Jan 2003 21:12:05 -0000 | +++ src/sys/uvm/uvm_amap.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -1007,7 +1007,7 @@ | @@ -1007,7 +1007,7 @@ | ||||||
|  	struct vm_amap *amap; |  	struct vm_amap *amap; | ||||||
|  	int slotoff, slots; |  	int slotoff, slots; | ||||||
| @@ -4604,7 +4604,7 @@ RCS file: /cvs/src/sys/uvm/uvm_map.c,v | |||||||
| retrieving revision 1.56 | retrieving revision 1.56 | ||||||
| diff -u -r1.56 uvm_map.c | diff -u -r1.56 uvm_map.c | ||||||
| --- src/sys/uvm/uvm_map.c	9 Dec 2002 02:34:59 -0000	1.56 | --- src/sys/uvm/uvm_map.c	9 Dec 2002 02:34:59 -0000	1.56 | ||||||
| +++ src/sys/uvm/uvm_map.c	18 Jan 2003 21:12:05 -0000 | +++ src/sys/uvm/uvm_map.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -304,9 +304,10 @@ | @@ -304,9 +304,10 @@ | ||||||
|   |   | ||||||
|  	RB_FOREACH(tmp, uvm_tree, &map->rbhead) { |  	RB_FOREACH(tmp, uvm_tree, &map->rbhead) { | ||||||
| @@ -4642,7 +4642,7 @@ RCS file: /cvs/src/sys/uvm/uvm_pager.c,v | |||||||
| retrieving revision 1.33 | retrieving revision 1.33 | ||||||
| diff -u -r1.33 uvm_pager.c | diff -u -r1.33 uvm_pager.c | ||||||
| --- src/sys/uvm/uvm_pager.c	29 Oct 2002 18:29:59 -0000	1.33 | --- src/sys/uvm/uvm_pager.c	29 Oct 2002 18:29:59 -0000	1.33 | ||||||
| +++ src/sys/uvm/uvm_pager.c	18 Jan 2003 21:12:05 -0000 | +++ src/sys/uvm/uvm_pager.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -795,7 +795,7 @@ | @@ -795,7 +795,7 @@ | ||||||
|  	struct vm_page *pg, *pgs[npages]; |  	struct vm_page *pg, *pgs[npages]; | ||||||
|  	struct uvm_object *uobj; |  	struct uvm_object *uobj; | ||||||
| @@ -4658,7 +4658,7 @@ RCS file: /cvs/src/sys/uvm/uvm_swap.c,v | |||||||
| retrieving revision 1.55 | retrieving revision 1.55 | ||||||
| diff -u -r1.55 uvm_swap.c | diff -u -r1.55 uvm_swap.c | ||||||
| --- src/sys/uvm/uvm_swap.c	12 Oct 2002 01:09:23 -0000	1.55 | --- src/sys/uvm/uvm_swap.c	12 Oct 2002 01:09:23 -0000	1.55 | ||||||
| +++ src/sys/uvm/uvm_swap.c	18 Jan 2003 21:12:05 -0000 | +++ src/sys/uvm/uvm_swap.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -1813,7 +1813,7 @@ | @@ -1813,7 +1813,7 @@ | ||||||
|  #ifdef UVM_SWAP_ENCRYPT |  #ifdef UVM_SWAP_ENCRYPT | ||||||
|  	vaddr_t dstkva; |  	vaddr_t dstkva; | ||||||
| @@ -4674,7 +4674,7 @@ RCS file: /cvs/src/usr.bin/passwd/Makefile,v | |||||||
| retrieving revision 1.26 | retrieving revision 1.26 | ||||||
| diff -u -r1.26 Makefile | diff -u -r1.26 Makefile | ||||||
| --- src/usr.bin/passwd/Makefile	8 May 2002 19:41:31 -0000	1.26 | --- src/usr.bin/passwd/Makefile	8 May 2002 19:41:31 -0000	1.26 | ||||||
| +++ src/usr.bin/passwd/Makefile	18 Jan 2003 21:12:05 -0000 | +++ src/usr.bin/passwd/Makefile	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -23,12 +23,16 @@ | @@ -23,12 +23,16 @@ | ||||||
|  LDADD+=	-lkrb5 -lasn1 |  LDADD+=	-lkrb5 -lasn1 | ||||||
|  .endif |  .endif | ||||||
| @@ -4701,7 +4701,7 @@ RCS file: /cvs/src/usr.bin/rdist/Makefile,v | |||||||
| retrieving revision 1.12 | retrieving revision 1.12 | ||||||
| diff -u -r1.12 Makefile | diff -u -r1.12 Makefile | ||||||
| --- src/usr.bin/rdist/Makefile	9 May 2002 19:12:40 -0000	1.12 | --- src/usr.bin/rdist/Makefile	9 May 2002 19:12:40 -0000	1.12 | ||||||
| +++ src/usr.bin/rdist/Makefile	18 Jan 2003 21:12:05 -0000 | +++ src/usr.bin/rdist/Makefile	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||||||
|   |   | ||||||
|   |   | ||||||
| @@ -4717,7 +4717,7 @@ RCS file: /cvs/src/usr.bin/rsh/Makefile,v | |||||||
| retrieving revision 1.6 | retrieving revision 1.6 | ||||||
| diff -u -r1.6 Makefile | diff -u -r1.6 Makefile | ||||||
| --- src/usr.bin/rsh/Makefile	6 May 2002 22:23:31 -0000	1.6 | --- src/usr.bin/rsh/Makefile	6 May 2002 22:23:31 -0000	1.6 | ||||||
| +++ src/usr.bin/rsh/Makefile	18 Jan 2003 21:12:05 -0000 | +++ src/usr.bin/rsh/Makefile	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||||||
|   |   | ||||||
|  .include <bsd.own.mk>	# For KERBEROS |  .include <bsd.own.mk>	# For KERBEROS | ||||||
| @@ -4733,7 +4733,7 @@ RCS file: /cvs/src/usr.bin/ssh/lib/Makefile,v | |||||||
| retrieving revision 1.37 | retrieving revision 1.37 | ||||||
| diff -u -r1.37 Makefile | diff -u -r1.37 Makefile | ||||||
| --- src/usr.bin/ssh/lib/Makefile	12 Jan 2003 16:58:52 -0000	1.37 | --- src/usr.bin/ssh/lib/Makefile	12 Jan 2003 16:58:52 -0000	1.37 | ||||||
| +++ src/usr.bin/ssh/lib/Makefile	18 Jan 2003 21:12:05 -0000 | +++ src/usr.bin/ssh/lib/Makefile	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||||||
|  CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV |  CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV | ||||||
|  .endif # KERBEROS5 |  .endif # KERBEROS5 | ||||||
| @@ -4749,7 +4749,7 @@ RCS file: /cvs/src/usr.bin/ssh/ssh.c,v | |||||||
| retrieving revision 1.189 | retrieving revision 1.189 | ||||||
| diff -u -r1.189 ssh.c | diff -u -r1.189 ssh.c | ||||||
| --- src/usr.bin/ssh/ssh.c	9 Dec 2002 16:50:08 -0000	1.189 | --- src/usr.bin/ssh/ssh.c	9 Dec 2002 16:50:08 -0000	1.189 | ||||||
| +++ src/usr.bin/ssh/ssh.c	18 Jan 2003 21:12:05 -0000 | +++ src/usr.bin/ssh/ssh.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -138,6 +138,14 @@ | @@ -138,6 +138,14 @@ | ||||||
|  /* # of replies received for global requests */ |  /* # of replies received for global requests */ | ||||||
|  static int client_global_request_id = 0; |  static int client_global_request_id = 0; | ||||||
| @@ -4826,7 +4826,7 @@ RCS file: /cvs/src/usr.bin/ssh/ssh.h,v | |||||||
| retrieving revision 1.71 | retrieving revision 1.71 | ||||||
| diff -u -r1.71 ssh.h | diff -u -r1.71 ssh.h | ||||||
| --- src/usr.bin/ssh/ssh.h	22 Jun 2002 02:00:07 -0000	1.71 | --- src/usr.bin/ssh/ssh.h	22 Jun 2002 02:00:07 -0000	1.71 | ||||||
| +++ src/usr.bin/ssh/ssh.h	18 Jan 2003 21:12:05 -0000 | +++ src/usr.bin/ssh/ssh.h	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -95,4 +95,6 @@ | @@ -95,4 +95,6 @@ | ||||||
|  /* Minimum modulus size (n) for RSA keys. */ |  /* Minimum modulus size (n) for RSA keys. */ | ||||||
|  #define SSH_RSA_MINIMUM_MODULUS_SIZE	768 |  #define SSH_RSA_MINIMUM_MODULUS_SIZE	768 | ||||||
| @@ -4840,7 +4840,7 @@ RCS file: /cvs/src/usr.bin/ssh/sshconnect2.c,v | |||||||
| retrieving revision 1.110 | retrieving revision 1.110 | ||||||
| diff -u -r1.110 sshconnect2.c | diff -u -r1.110 sshconnect2.c | ||||||
| --- src/usr.bin/ssh/sshconnect2.c	19 Dec 2002 00:06:40 -0000	1.110 | --- src/usr.bin/ssh/sshconnect2.c	19 Dec 2002 00:06:40 -0000	1.110 | ||||||
| +++ src/usr.bin/ssh/sshconnect2.c	18 Jan 2003 21:12:05 -0000 | +++ src/usr.bin/ssh/sshconnect2.c	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -47,10 +47,14 @@ | @@ -47,10 +47,14 @@ | ||||||
|  #include "canohost.h" |  #include "canohost.h" | ||||||
|  #include "msg.h" |  #include "msg.h" | ||||||
| @@ -5132,7 +5132,7 @@ RCS file: /cvs/src/usr.bin/ssh/ssh/Makefile,v | |||||||
| retrieving revision 1.42 | retrieving revision 1.42 | ||||||
| diff -u -r1.42 Makefile | diff -u -r1.42 Makefile | ||||||
| --- src/usr.bin/ssh/ssh/Makefile	20 Jun 2002 19:55:45 -0000	1.42 | --- src/usr.bin/ssh/ssh/Makefile	20 Jun 2002 19:55:45 -0000	1.42 | ||||||
| +++ src/usr.bin/ssh/ssh/Makefile	18 Jan 2003 21:12:05 -0000 | +++ src/usr.bin/ssh/ssh/Makefile	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||||||
|  DPADD+=  ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} |  DPADD+=  ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} | ||||||
|  .endif # KERBEROS5 |  .endif # KERBEROS5 | ||||||
| @@ -5148,7 +5148,7 @@ RCS file: /cvs/src/usr.bin/ssh/sshd/Makefile,v | |||||||
| retrieving revision 1.51 | retrieving revision 1.51 | ||||||
| diff -u -r1.51 Makefile | diff -u -r1.51 Makefile | ||||||
| --- src/usr.bin/ssh/sshd/Makefile	20 Jun 2002 19:55:45 -0000	1.51 | --- src/usr.bin/ssh/sshd/Makefile	20 Jun 2002 19:55:45 -0000	1.51 | ||||||
| +++ src/usr.bin/ssh/sshd/Makefile	18 Jan 2003 21:12:05 -0000 | +++ src/usr.bin/ssh/sshd/Makefile	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||||||
|  DPADD+= ${LIBKRB5} ${LIBKAFS} ${LIBASN1} ${LIBCOM_ERR} |  DPADD+= ${LIBKRB5} ${LIBKAFS} ${LIBASN1} ${LIBCOM_ERR} | ||||||
|  .endif # KERBEROS5 |  .endif # KERBEROS5 | ||||||
| @@ -5164,7 +5164,7 @@ RCS file: /cvs/src/usr.bin/sudo/Makefile.bsd-wrapper,v | |||||||
| retrieving revision 1.15 | retrieving revision 1.15 | ||||||
| diff -u -r1.15 Makefile.bsd-wrapper | diff -u -r1.15 Makefile.bsd-wrapper | ||||||
| --- src/usr.bin/sudo/Makefile.bsd-wrapper	26 Apr 2002 16:04:02 -0000	1.15 | --- src/usr.bin/sudo/Makefile.bsd-wrapper	26 Apr 2002 16:04:02 -0000	1.15 | ||||||
| +++ src/usr.bin/sudo/Makefile.bsd-wrapper	18 Jan 2003 21:12:05 -0000 | +++ src/usr.bin/sudo/Makefile.bsd-wrapper	21 Jan 2003 20:14:25 -0000 | ||||||
| @@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||||||
|  DPADD+= ${LIBSKEY} |  DPADD+= ${LIBSKEY} | ||||||
|  .endif |  .endif | ||||||
| @@ -5180,7 +5180,7 @@ RCS file: /cvs/src/usr.bin/xlint/lint1/Makefile,v | |||||||
| retrieving revision 1.3 | retrieving revision 1.3 | ||||||
| diff -u -r1.3 Makefile | diff -u -r1.3 Makefile | ||||||
| --- src/usr.bin/xlint/lint1/Makefile	11 Sep 2001 00:06:06 -0000	1.3 | --- src/usr.bin/xlint/lint1/Makefile	11 Sep 2001 00:06:06 -0000	1.3 | ||||||
| +++ src/usr.bin/xlint/lint1/Makefile	18 Jan 2003 21:12:05 -0000 | +++ src/usr.bin/xlint/lint1/Makefile	21 Jan 2003 20:14:26 -0000 | ||||||
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||||||
|  LDADD+=	-ll |  LDADD+=	-ll | ||||||
|  DPADD+=	${LIBL} |  DPADD+=	${LIBL} | ||||||
| @@ -5196,7 +5196,7 @@ RCS file: /cvs/src/usr.sbin/amd/fsinfo/Makefile,v | |||||||
| retrieving revision 1.1.1.1 | retrieving revision 1.1.1.1 | ||||||
| diff -u -r1.1.1.1 Makefile | diff -u -r1.1.1.1 Makefile | ||||||
| --- src/usr.sbin/amd/fsinfo/Makefile	18 Oct 1995 08:46:59 -0000	1.1.1.1 | --- src/usr.sbin/amd/fsinfo/Makefile	18 Oct 1995 08:46:59 -0000	1.1.1.1 | ||||||
| +++ src/usr.sbin/amd/fsinfo/Makefile	18 Jan 2003 21:12:05 -0000 | +++ src/usr.sbin/amd/fsinfo/Makefile	21 Jan 2003 20:14:26 -0000 | ||||||
| @@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||||||
|  CLEANFILES= \ |  CLEANFILES= \ | ||||||
|  	fsi_gram.c y.tab.c fsi_gram.h y.tab.h \ |  	fsi_gram.c y.tab.c fsi_gram.h y.tab.h \ | ||||||
| @@ -5212,7 +5212,7 @@ RCS file: /cvs/src/usr.sbin/arp/arp.8,v | |||||||
| retrieving revision 1.12 | retrieving revision 1.12 | ||||||
| diff -u -r1.12 arp.8 | diff -u -r1.12 arp.8 | ||||||
| --- src/usr.sbin/arp/arp.8	13 Feb 2002 08:33:25 -0000	1.12 | --- src/usr.sbin/arp/arp.8	13 Feb 2002 08:33:25 -0000	1.12 | ||||||
| +++ src/usr.sbin/arp/arp.8	18 Jan 2003 21:12:05 -0000 | +++ src/usr.sbin/arp/arp.8	21 Jan 2003 20:14:26 -0000 | ||||||
| @@ -136,6 +136,7 @@ | @@ -136,6 +136,7 @@ | ||||||
|  .Ed |  .Ed | ||||||
|  .Pp |  .Pp | ||||||
| @@ -5227,7 +5227,7 @@ RCS file: /cvs/src/usr.sbin/arp/arp.c,v | |||||||
| retrieving revision 1.25 | retrieving revision 1.25 | ||||||
| diff -u -r1.25 arp.c | diff -u -r1.25 arp.c | ||||||
| --- src/usr.sbin/arp/arp.c	3 Dec 2002 22:33:28 -0000	1.25 | --- src/usr.sbin/arp/arp.c	3 Dec 2002 22:33:28 -0000	1.25 | ||||||
| +++ src/usr.sbin/arp/arp.c	18 Jan 2003 21:12:05 -0000 | +++ src/usr.sbin/arp/arp.c	21 Jan 2003 20:14:26 -0000 | ||||||
| @@ -198,7 +198,9 @@ | @@ -198,7 +198,9 @@ | ||||||
|  	args[3] = &arg[3][0]; |  	args[3] = &arg[3][0]; | ||||||
|  	args[4] = &arg[4][0]; |  	args[4] = &arg[4][0]; | ||||||
| @@ -5245,7 +5245,7 @@ RCS file: /cvs/src/usr.sbin/pppd/Makefile,v | |||||||
| retrieving revision 1.15 | retrieving revision 1.15 | ||||||
| diff -u -r1.15 Makefile | diff -u -r1.15 Makefile | ||||||
| --- src/usr.sbin/pppd/Makefile	19 May 2002 20:47:30 -0000	1.15 | --- src/usr.sbin/pppd/Makefile	19 May 2002 20:47:30 -0000	1.15 | ||||||
| +++ src/usr.sbin/pppd/Makefile	18 Jan 2003 21:12:05 -0000 | +++ src/usr.sbin/pppd/Makefile	21 Jan 2003 20:14:26 -0000 | ||||||
| @@ -15,6 +15,6 @@ | @@ -15,6 +15,6 @@ | ||||||
|   |   | ||||||
|  LDADD=	-lpcap -lutil |  LDADD=	-lpcap -lutil | ||||||
| @@ -5260,7 +5260,7 @@ RCS file: /cvs/src/usr.sbin/rpc.lockd/Makefile,v | |||||||
| retrieving revision 1.4 | retrieving revision 1.4 | ||||||
| diff -u -r1.4 Makefile | diff -u -r1.4 Makefile | ||||||
| --- src/usr.sbin/rpc.lockd/Makefile	19 Aug 1997 08:04:55 -0000	1.4 | --- src/usr.sbin/rpc.lockd/Makefile	19 Aug 1997 08:04:55 -0000	1.4 | ||||||
| +++ src/usr.sbin/rpc.lockd/Makefile	18 Jan 2003 21:12:08 -0000 | +++ src/usr.sbin/rpc.lockd/Makefile	21 Jan 2003 20:14:26 -0000 | ||||||
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||||||
|  DPADD=	${LIBRPCSVC} |  DPADD=	${LIBRPCSVC} | ||||||
|  LDADD=	-lrpcsvc |  LDADD=	-lrpcsvc | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user