des
2423fff46f
Unbreak for KRB4 ^ KRB5 case.
...
Sponsored by: DARPA, NAI Labs
2002-03-19 16:44:11 +00:00
murray
4a8299a7c0
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
ae315cb919
- Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.
2002-03-19 15:41:21 +00:00
darrenr
c4ba564b6d
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
a98f399f99
do not include the missing ip_h323_pxy.c
2002-03-19 15:14:18 +00:00
darrenr
3f7f80f124
remove because of licence reasons
2002-03-19 15:13:27 +00:00
darrenr
a0cb50d4e2
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
e8d1f239b7
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
5d8547e590
put an extern for inet6sw in here and make it active only for kernel compiling
2002-03-19 14:56:59 +00:00
phk
4106fb6349
Add five GEOM oriented ioctls to get basic information about a geom device.
2002-03-19 13:54:15 +00:00
imp
6718ce496e
o Remove __P
...
o Use ANSI function definitions
o mark usage() as __dead2
2002-03-19 13:29:39 +00:00
peter
cd06717f4b
#if 0 some unused variables (only in #if 0 code)
2002-03-19 12:15:29 +00:00
peter
83e5f60722
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
8f10826d06
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
824789c4ed
Add -ffreestanding to CFLAGS for ia64. This should probably be global
...
like on the kernel.
2002-03-19 12:03:05 +00:00
jeff
1f0d97f8af
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
c981967451
fix conflicts generated by import, completing import of ipf3.4.25
2002-03-19 11:48:16 +00:00
darrenr
fc5e0bb536
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
3140c087b9
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
369d6395e7
fix conflicts (mostly damn rcs id's) generated by import
2002-03-19 11:44:16 +00:00
darrenr
d1bcf456b6
This file is being removed pending the all clear on its licence by someone
...
else.
2002-03-19 11:42:12 +00:00
darrenr
2cfa1faf2b
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
darrenr
556707698e
Import IPFilter 3.4.25 (last version 3.4.20)
2002-03-19 11:30:21 +00:00
peter
3e3a2565b1
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
1e692d325d
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
27b30c3561
Fix some unused variables.
2002-03-19 11:15:26 +00:00
peter
89e10979b7
Move a couple of prototypes together instead of being incompletely
...
scattered around.
2002-03-19 11:14:52 +00:00
peter
7581c95972
__func__ is a const char *, not a "string" that can be concatenated.
2002-03-19 11:11:37 +00:00
peter
b6cc63860e
Fix a pointer/int warning
2002-03-19 11:10:30 +00:00
peter
871754752f
#ifdef SMP some variables that are only used elsewhere under #ifdef SMP
...
also.
2002-03-19 11:10:03 +00:00
peter
78e1e8f574
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
peter
25f7063044
Believe it or not, I ran into the 32MB stack size limit using a natively
...
hosted gcc.
2002-03-19 11:07:09 +00:00
peter
ed85319f6f
#if 0 out some unused code.
2002-03-19 11:06:01 +00:00
peter
aef96cffb1
Add some #includes after things got broken with the last round of
...
MI include file (<sys/smp.h> I think) tweaks.
2002-03-19 11:05:07 +00:00
peter
1d9448da3b
Turn off the ia64 ITC timecounter when SMP is present since it has the
...
same problem as the TSC on the x86 - ie: it is not synchronized.
#if 0 out some unused functions, ia64 doesn't calibrate clocks yet.
2002-03-19 11:03:48 +00:00
peter
83444279ce
Fix a gcc-3.1+ warning.
...
warning: deprecated use of label at end of compound statement
ie: you cannot do this anymore:
switch(foo) {
....
default:
}
2002-03-19 11:02:06 +00:00
peter
a0b32e92d6
Pacify gcc-3.1+, initialize two variables to avoid -Wuninitialized
...
warnings.
2002-03-19 10:57:40 +00:00
peter
4319b6e738
Fix warnings on gcc-3.1+ where __func__ is a const char * instead of a
...
string.
2002-03-19 10:56:46 +00:00
peter
ee764c7708
Regen; post SMC id's and also pick up a previously forgotten regen(?).
2002-03-19 10:55:39 +00:00
peter
e4dbeb4f88
Add another SMC device ID and the hub ID that it went with.
2002-03-19 10:54:40 +00:00
peter
a8b24f654c
Add the ia64 bus space tag for the IO ports (!).
...
Add a #else and #error so that this doesn't go unnoticed again.
2002-03-19 10:53:33 +00:00
peter
dfa232c8e1
Use the FreeBSD cross tools instead of the linux ones.
2002-03-19 10:52:44 +00:00
peter
d508cde2ba
Add -ffreestanding to avoid printf/puts/putchar conversions
2002-03-19 10:51:57 +00:00
peter
497bf7e888
Boot from efifs first.
2002-03-19 10:50:41 +00:00
peter
337520ffc2
gcc-3.1 likes to have extra { } around the internal array initializers in
...
the GUID templates.
2002-03-19 10:50:09 +00:00
jeff
2923687da3
This is the first part of the new kernel memory allocator. This replaces
...
malloc(9) and vm_zone with a slab like allocator.
Reviewed by: arch@
2002-03-19 09:11:49 +00:00
jeff
d95a4801fc
Remove the kmembuckets stats in preparation for the UMA commit.
2002-03-19 08:45:55 +00:00
bde
db7f1e35f1
Backed out the part of the previous commit related to xargs. It just
...
broke things, since "name=value ... cmd ..." only works for simple
commands (not for pipelines).
2002-03-19 08:20:44 +00:00