kuriyama
a668cf24de
MFen.
2002-03-20 02:01:26 +00:00
obrien
704fcba2d8
Remove ipftest until the committer can actually test his changes.
2002-03-20 01:57:52 +00:00
mikeh
325f93132c
Fix bugs from previous commit: initialize the correct field and use
...
the correct local variable.
Caught by: Joachim Isaksson <Joachim.Isaksson@algitech.com>
Pointy hat to: mikeh
2002-03-20 01:31:15 +00:00
peter
aaba6f9a53
Cast pointers to uintptr_t rather than u_int32_t. This doesn't work too
...
well on machines with 64 bit pointers.
2002-03-19 23:28:35 +00:00
peter
ec33d1fb07
Pacify gcc-3.1.
2002-03-19 23:26:37 +00:00
peter
53b443cb28
Fix some gcc-3.1+ warnings:
...
warning: deprecated use of label at end of compound statement
umass.c:2626:46: multi-line string literals are deprecated
2002-03-19 23:20:21 +00:00
peter
d88d7f6e76
Add EFI write support to loader
2002-03-19 23:05:33 +00:00
deischen
c9f547415e
Add the ability to recognize old references to keys, and return NULL
...
when old keys are referenced (after pthread_key_delete()) via
pthread_getspecific().
2002-03-19 22:58:56 +00:00
alfred
33387bed7d
Hopefully fix make world.
...
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
2002-03-19 22:51:53 +00:00
alfred
acd70619ab
Remove __P.
2002-03-19 22:40:48 +00:00
alfred
a7cf58959a
Remove __P.
2002-03-19 22:20:14 +00:00
joe
3a7d170962
Sync the uhci_dump_foo routines with NetBSD, and remove an errant additional
...
uhci_dump_ii function that landed there, probably during a recent merge.
Spotted by: alfred
2002-03-19 22:14:08 +00:00
alfred
79e4a71822
Remove __P.
2002-03-19 21:54:18 +00:00
alfred
9f1d7f99c4
add missing semicolon.
2002-03-19 21:44:49 +00:00
alfred
5b4907de78
Remove __P.
2002-03-19 21:25:46 +00:00
phk
fb29af6323
Add the undocumented -R option to disable randomness for regression-testing.
...
Add a couple of simple regression tests accessible with "make test", they
depend on the md(4) driver.
FYI I have also tried running the test against a week old newfs and it
passed.
2002-03-19 21:05:29 +00:00
alfred
6726a8f6d3
don't generate files with __P.
2002-03-19 20:48:32 +00:00
alfred
48f3e0d158
fix blockno printf formatting warnings.
2002-03-19 20:46:30 +00:00
alfred
f072fc8f6b
Remove __P
2002-03-19 20:18:42 +00:00
alfred
e1e7cf9b48
Fix bio->bio_blkno format warning.
2002-03-19 20:12:08 +00:00
phk
12c922bef6
Further cleanups.
2002-03-19 20:01:38 +00:00
alfred
368f3b9d2b
Remove duplicate extern declarations to silence warnings.
2002-03-19 19:45:41 +00:00
imp
d8513e1e65
Remove stray register
2002-03-19 18:47:50 +00:00
imp
99910ce402
De-__P the man page, but I suspect that we need to freshly import
...
sys/disklabel.h since the one in here looks a little crunchy.
2002-03-19 18:44:56 +00:00
iedowse
c9a5a8b40d
Replace a number of similar for' loops with a new
ilog2()' function
...
that computes the base-2 log of a power of 2.
2002-03-19 17:39:01 +00:00
iedowse
aeed67ac66
Complete the ANSIfication of newfs by converting function declarations
...
to C89 style.
2002-03-19 17:20:02 +00:00
iedowse
1dd3c926cb
The FSIRAND code is always compiled in, and it is unlikely that
...
anyone needs a newfs without it. Remove the #ifdef's from around
the code and the -DFSIRAND from the Makefile. Also remove redundant
declarations of random() and srandomdev().
2002-03-19 17:03:14 +00:00
iedowse
a74032b2df
Remove the ancient STANDALONE code.
...
Approved by: phk
2002-03-19 16:47:20 +00:00
des
9614b9b117
Unbreak for KRB4 ^ KRB5 case.
...
Sponsored by: DARPA, NAI Labs
2002-03-19 16:44:11 +00:00
murray
45ee0496ab
Add graphics/gimp1 and lang/gnat to the list of must-have packages for
...
disc #3 .
Requested by: "Dennis Lowery" <dennisl@rio.com>
2002-03-19 16:40:03 +00:00
arr
c0d7862552
- Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.
2002-03-19 15:41:21 +00:00
darrenr
73cbfa9b0f
For this regression test to pass, you must run ipmon in the Australia/Victoria
...
(EST-10) timezone to generate the correct timestamps in output.
2002-03-19 15:17:06 +00:00
darrenr
2d3c3449ef
do not include the missing ip_h323_pxy.c
2002-03-19 15:14:18 +00:00
darrenr
89dcb6fa51
remove because of licence reasons
2002-03-19 15:13:27 +00:00
darrenr
5a32bbab87
both ipnat and ipfstat now use libkvm rather than their own home-rolled
...
kmem accessors, allowing them to be used with crash dumps as well as live
systems, now.
2002-03-19 15:07:30 +00:00
darrenr
d5c62d38b0
put an extern for ip6_protox in here where it is only used for kernel compiling
2002-03-19 15:01:21 +00:00
darrenr
838356f76b
put an extern for inet6sw in here and make it active only for kernel compiling
2002-03-19 14:56:59 +00:00
phk
bbc597f067
Add five GEOM oriented ioctls to get basic information about a geom device.
2002-03-19 13:54:15 +00:00
imp
2abd102587
o Remove __P
...
o Use ANSI function definitions
o mark usage() as __dead2
2002-03-19 13:29:39 +00:00
peter
601fa3904a
#if 0 some unused variables (only in #if 0 code)
2002-03-19 12:15:29 +00:00
peter
2f60b7315f
Add some break's after default: in the end of switch statements to
...
keep gcc-3.1+ happy:
ata-all.c:410: warning: deprecated use of label at end of compound statement
ata-all.c:587: warning: deprecated use of label at end of compound statement
ata-raid.c:99: warning: deprecated use of label at end of compound statement
ata-raid.c:151: warning: deprecated use of label at end of compound statement
2002-03-19 12:14:14 +00:00
peter
01bf78c85a
Move savecore build enable to MD section of Makefile, currently enabled
...
for i386 and alpha. Although it builds on sparc64, it does not yet work.
A similar hack as what is used on the sparc64 MD macros can be used to
make ia64 build too, but there doesn't seem to be much point.
2002-03-19 12:07:27 +00:00
peter
5e745bc411
Add -ffreestanding to CFLAGS for ia64. This should probably be global
...
like on the kernel.
2002-03-19 12:03:05 +00:00
jeff
c7a4b917d8
Quit a warning introduced by UMA. This only occurs on machines where
...
vm_size_t != unsigned long.
Reviewed by: phk
2002-03-19 11:49:10 +00:00
darrenr
35d3b361dd
fix conflicts generated by import, completing import of ipf3.4.25
2002-03-19 11:48:16 +00:00
darrenr
384197e0a9
This commit was generated by cvs2svn to compensate for changes in r92688,
...
which included commits to RCS files with non-trunk default branches.
2002-03-19 11:45:24 +00:00
darrenr
8753e713f5
Import IPFilter 3.4.25
2002-03-19 11:45:24 +00:00
darrenr
901b8afda6
This commit was generated by cvs2svn to compensate for changes in r92686,
...
which included commits to RCS files with non-trunk default branches.
2002-03-19 11:45:20 +00:00
darrenr
5df9698551
Import IPFilter 3.4.25
2002-03-19 11:45:20 +00:00
darrenr
d9fd79f355
fix conflicts (mostly damn rcs id's) generated by import
2002-03-19 11:44:16 +00:00