summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* Remove __P.alfred2002-03-206-70/+70
|
* Backout part of my previous commit; I was wrong about vm_zone's handling ofjeff2002-03-203-0/+29
| | | | limits on zones w/o objects.
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-5/+6
|
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-2020-139/+111
| | | | | Also, remove maxsockets. If you look carefully you'll notice that the old zone allocator never honored this anyway.
* Fix a bug introduced in 1.11 (and also MFCd to stable AND the security branch)dillon2002-03-201-1/+5
| | | | | | | | | | | | | | | | | | | | that causes a machine to panic when the kernel PPP / DEFLATE code is used. 1.11 moved a ZFREE to a point after the structural members were clobbered by stores into a union'd structure. This commit fixes the bug and adds a big whopping comment to make sure the code isn't 'cleaned up' again :-) Ian Dowse came up with the same patch independantly 68 seconds before I did, talk about Karma! I would also like to thank Eugene Grosbein for marathon work in tracking the problem down by udpating his -stable based on date over and over again to close in on the commit that caused his crashes. PR: kern/35969 Reviewed by: Ian Dowse <iedowse@maths.tcd.ie> X-MFC after: immediately
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-2010-39/+30
|
* Remove __P.alfred2002-03-2034-449/+439
|
* Force the boot cpu to wait for the APs to finish starting up. This eliminatesjeff2002-03-201-0/+3
| | | | | a race where the AP and the boot cpu were trying to printf at the same time, which was confusing the console too much for it to continue working.
* Remove __P.alfred2002-03-205-24/+24
|
* Remove __P.alfred2002-03-20152-2310/+2256
|
* Cast pointers to uintptr_t rather than u_int32_t. This doesn't work toopeter2002-03-192-2/+2
| | | | well on machines with 64 bit pointers.
* Pacify gcc-3.1.peter2002-03-191-2/+1
|
* Fix some gcc-3.1+ warnings:peter2002-03-193-2/+6
| | | | | warning: deprecated use of label at end of compound statement umass.c:2626:46: multi-line string literals are deprecated
* Add EFI write support to loaderpeter2002-03-191-2/+30
|
* Remove __P.alfred2002-03-1930-448/+439
|
* Remove __P.alfred2002-03-1961-682/+672
|
* Sync the uhci_dump_foo routines with NetBSD, and remove an errant additionaljoe2002-03-191-54/+14
| | | | | | uhci_dump_ii function that landed there, probably during a recent merge. Spotted by: alfred
* Remove __P.alfred2002-03-1941-394/+383
|
* add missing semicolon.alfred2002-03-191-1/+1
|
* Remove __P.alfred2002-03-1989-541/+539
|
* don't generate files with __P.alfred2002-03-191-2/+2
|
* fix blockno printf formatting warnings.alfred2002-03-191-4/+6
|
* Remove __Palfred2002-03-1980-1417/+1406
|
* Fix bio->bio_blkno format warning.alfred2002-03-192-8/+8
|
* Remove duplicate extern declarations to silence warnings.alfred2002-03-194-9/+0
|
* - Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.arr2002-03-191-2/+1
|
* do not include the missing ip_h323_pxy.cdarrenr2002-03-191-1/+0
|
* put an extern for ip6_protox in here where it is only used for kernel compilingdarrenr2002-03-191-0/+1
|
* put an extern for inet6sw in here and make it active only for kernel compilingdarrenr2002-03-191-0/+4
|
* Add five GEOM oriented ioctls to get basic information about a geom device.phk2002-03-194-11/+49
|
* #if 0 some unused variables (only in #if 0 code)peter2002-03-191-0/+4
|
* Add some break's after default: in the end of switch statements topeter2002-03-192-0/+4
| | | | | | | | 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
* Quit a warning introduced by UMA. This only occurs on machines wherejeff2002-03-191-1/+1
| | | | | | vm_size_t != unsigned long. Reviewed by: phk
* fix conflicts (mostly damn rcs id's) generated by importdarrenr2002-03-1920-854/+2055
|
* This file is being removed pending the all clear on its licence by someonedarrenr2002-03-191-275/+0
| | | | else.
* This commit was generated by cvs2svn to compensate for changes in r92680,darrenr2002-03-193-0/+676
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import IPFilter 3.4.25 (last version 3.4.20)darrenr2002-03-193-0/+676
| |
| * This commit was manufactured by cvs2svn to create branchcvs2svn2001-09-121-0/+29
| | | | | | | | 'VENDOR-sys-ipfilter'.
| * Import version 3.4.20 of IPFilterdarrenr2001-07-2818-510/+862
| |
| * Update IP Filter kernel sourcedarrenr2001-02-0414-119/+259
| |
| * Import IP filter 3.4.13darrenr2000-10-298-48/+58
| |
| * Import IP Filter 3.4.12 into kernel source treedarrenr2000-10-2614-192/+613
| |
| * Import IP Filter 3.4.9 bits into the kerneldarrenr2000-08-1310-102/+367
| |
| * import ipfilter 3.4.8darrenr2000-07-1913-112/+226
| |
| * Import IP Filter 3.4.4 into the kerneldarrenr2000-05-2420-2519/+6875
| |
| * This commit was manufactured by cvs2svn to create branchcvs2svn1999-12-063-0/+612
| | | | | | | | 'VENDOR-sys-ipfilter'.
* | Enabling the SKI option is a guaranteed breakage for me. Interrupts nopeter2002-03-191-1/+4
| | | | | | | | | | longer work. I can only get a box to boot with 'options SMP'.
* | My ia64 box for some reason likes to fragment the beginning/end of memorypeter2002-03-191-1/+1
| | | | | | | | | | | | | | 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.
* | Fix some unused variables.peter2002-03-193-1/+5
| |
* | Move a couple of prototypes together instead of being incompletelypeter2002-03-194-7/+4
| | | | | | | | scattered around.
OpenPOWER on IntegriCloud