Josef Karthauser
2d4ac0e834
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 Perlstein
929ddbbb89
Remove __P.
2002-03-19 21:54:18 +00:00
Alfred Perlstein
67b362072d
add missing semicolon.
2002-03-19 21:44:49 +00:00
Alfred Perlstein
4d77a549fe
Remove __P.
2002-03-19 21:25:46 +00:00
Poul-Henning Kamp
89fb8ee796
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 Perlstein
1f31a77ce8
don't generate files with __P.
2002-03-19 20:48:32 +00:00
Alfred Perlstein
205c9d4c30
fix blockno printf formatting warnings.
2002-03-19 20:46:30 +00:00
Alfred Perlstein
789f12fe69
Remove __P
2002-03-19 20:18:42 +00:00
Alfred Perlstein
be1673823f
Fix bio->bio_blkno format warning.
2002-03-19 20:12:08 +00:00
Poul-Henning Kamp
8409849dd0
Further cleanups.
2002-03-19 20:01:38 +00:00
Alfred Perlstein
72b1d826be
Remove duplicate extern declarations to silence warnings.
2002-03-19 19:45:41 +00:00
Warner Losh
c1fdb43f59
Remove stray register
2002-03-19 18:47:50 +00:00
Warner Losh
34ef9eb5e6
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
Ian Dowse
475df34ac2
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
Ian Dowse
bf57cced53
Complete the ANSIfication of newfs by converting function declarations
...
to C89 style.
2002-03-19 17:20:02 +00:00
Ian Dowse
f7b48c89c8
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
Ian Dowse
9710700cb1
Remove the ancient STANDALONE code.
...
Approved by: phk
2002-03-19 16:47:20 +00:00
Dag-Erling Smørgrav
1d9e2b0ad5
Unbreak for KRB4 ^ KRB5 case.
...
Sponsored by: DARPA, NAI Labs
2002-03-19 16:44:11 +00:00
Murray Stokely
fbc32c9b69
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
Andrew R. Reiter
08a54da785
- Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.
2002-03-19 15:41:21 +00:00
Darren Reed
95ca00720d
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
Darren Reed
40c407243f
do not include the missing ip_h323_pxy.c
2002-03-19 15:14:18 +00:00
Darren Reed
8617526df1
remove because of licence reasons
2002-03-19 15:13:27 +00:00
Darren Reed
a2a5557d65
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
Darren Reed
620fa9eb93
put an extern for ip6_protox in here where it is only used for kernel compiling
2002-03-19 15:01:21 +00:00
Darren Reed
dcb46aa29b
put an extern for inet6sw in here and make it active only for kernel compiling
2002-03-19 14:56:59 +00:00
Poul-Henning Kamp
00dcdc8d67
Add five GEOM oriented ioctls to get basic information about a geom device.
2002-03-19 13:54:15 +00:00
Warner Losh
1fa5ae8f93
o Remove __P
...
o Use ANSI function definitions
o mark usage() as __dead2
2002-03-19 13:29:39 +00:00
Peter Wemm
3acb2ae91f
#if 0 some unused variables (only in #if 0 code)
2002-03-19 12:15:29 +00:00
Peter Wemm
bcb6ef7c82
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 Wemm
dbfec43cd3
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 Wemm
2794bddccf
Add -ffreestanding to CFLAGS for ia64. This should probably be global
...
like on the kernel.
2002-03-19 12:03:05 +00:00
Jeff Roberson
9eb6e51923
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
Darren Reed
68d1243587
fix conflicts generated by import, completing import of ipf3.4.25
2002-03-19 11:48:16 +00:00
Darren Reed
0df2c61f4f
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
Darren Reed
0868380a54
Import IPFilter 3.4.25
2002-03-19 11:45:24 +00:00
Darren Reed
f371049810
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
Darren Reed
d564cc784f
Import IPFilter 3.4.25
2002-03-19 11:45:20 +00:00
Darren Reed
b38f3fb061
fix conflicts (mostly damn rcs id's) generated by import
2002-03-19 11:44:16 +00:00
Darren Reed
b90bc1632d
This file is being removed pending the all clear on its licence by someone
...
else.
2002-03-19 11:42:12 +00:00
Darren Reed
f72fae2740
This commit was generated by cvs2svn to compensate for changes in r92680,
...
which included commits to RCS files with non-trunk default branches.
2002-03-19 11:30:21 +00:00
Darren Reed
28613e5584
Import IPFilter 3.4.25 (last version 3.4.20)
2002-03-19 11:30:21 +00:00
Peter Wemm
bfed03d6df
Enabling the SKI option is a guaranteed breakage for me. Interrupts no
...
longer work.
I can only get a box to boot with 'options SMP'.
2002-03-19 11:21:12 +00:00
Peter Wemm
5044ed104d
My ia64 box for some reason likes to fragment the beginning/end of memory
...
a bit before handing it over to the OS. I occasionally have 11
segments with several 8K or so fragments depending on nvram settings and
what I have done under loader(8) before booting. This needs to be
revisited.
2002-03-19 11:18:47 +00:00
Peter Wemm
3b406873c7
Fix some unused variables.
2002-03-19 11:15:26 +00:00
Peter Wemm
12adcbdf35
Move a couple of prototypes together instead of being incompletely
...
scattered around.
2002-03-19 11:14:52 +00:00
Peter Wemm
6d4a5aee06
__func__ is a const char *, not a "string" that can be concatenated.
2002-03-19 11:11:37 +00:00
Peter Wemm
90f9252584
Fix a pointer/int warning
2002-03-19 11:10:30 +00:00
Peter Wemm
21eec46f33
#ifdef SMP some variables that are only used elsewhere under #ifdef SMP
...
also.
2002-03-19 11:10:03 +00:00
Peter Wemm
34adf9e4f1
Work around an apparent compiler bug with gcc-3.1, although it might be
...
a language feature that I do not know about. gcc is complaining about
a left shift >= sizeof type, even when shifting a (cast) 64 bit type left
by 43 bits.
2002-03-19 11:09:24 +00:00