summaryrefslogtreecommitdiffstats
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.
* Kill registerimp2002-03-202-4/+4
|
* 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
|
* "-" now sends output to stdout.rwatson2002-03-201-0/+1
|
* Teach growfs's dbg_open() that a filename of "-" for output means torwatson2002-03-201-1/+4
| | | | | | | | | open "/dev/stdout". This doesn't actually affect growfs, but does affect ffsinfo, permitting ffsinfo to output to the shell's stdout rather than requiring it be dumped to a file or explicitly pointed at a special device. Reviewed by: peter
* 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 ipnat until the committer can actually test his changes.obrien2002-03-201-1/+0
|
* Remove __P.alfred2002-03-20152-2310/+2256
|
* MFen.kuriyama2002-03-201-1/+12
|
* Remove ipftest until the committer can actually test his changes.obrien2002-03-201-1/+0
|
* Fix bugs from previous commit: initialize the correct field and usemikeh2002-03-201-5/+5
| | | | | | | the correct local variable. Caught by: Joachim Isaksson <Joachim.Isaksson@algitech.com> Pointy hat to: mikeh
* 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
|
* Add the ability to recognize old references to keys, and return NULLdeischen2002-03-1918-108/+162
| | | | | when old keys are referenced (after pthread_key_delete()) via pthread_getspecific().
* Hopefully fix make world.alfred2002-03-191-1/+1
| | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* 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
|
* Add the undocumented -R option to disable randomness for regression-testing.phk2002-03-197-3/+71
| | | | | | | | 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.
* 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
|
* Further cleanups.phk2002-03-193-58/+96
|
* Remove duplicate extern declarations to silence warnings.alfred2002-03-194-9/+0
|
* Remove stray registerimp2002-03-192-2/+2
|
* De-__P the man page, but I suspect that we need to freshly importimp2002-03-192-26/+26
| | | | sys/disklabel.h since the one in here looks a little crunchy.
* Replace a number of similar `for' loops with a new `ilog2()' functioniedowse2002-03-191-10/+17
| | | | that computes the base-2 log of a power of 2.
* Complete the ANSIfication of newfs by converting function declarationsiedowse2002-03-192-74/+17
| | | | to C89 style.
* The FSIRAND code is always compiled in, and it is unlikely thatiedowse2002-03-192-20/+1
| | | | | | 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().
* Remove the ancient STANDALONE code.iedowse2002-03-192-119/+1
| | | | Approved by: phk
* Unbreak for KRB4 ^ KRB5 case.des2002-03-191-2/+16
| | | | Sponsored by: DARPA, NAI Labs
* Add graphics/gimp1 and lang/gnat to the list of must-have packages formurray2002-03-191-0/+2
| | | | | | disc #3. Requested by: "Dennis Lowery" <dennisl@rio.com>
* - Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.arr2002-03-191-2/+1
|
* For this regression test to pass, you must run ipmon in the Australia/Victoriadarrenr2002-03-191-4/+5
| | | | (EST-10) timezone to generate the correct timestamps in output.
* do not include the missing ip_h323_pxy.cdarrenr2002-03-191-1/+0
|
* remove because of licence reasonsdarrenr2002-03-191-275/+0
|
* both ipnat and ipfstat now use libkvm rather than their own home-rolleddarrenr2002-03-192-2/+5
| | | | | kmem accessors, allowing them to be used with crash dumps as well as live systems, now.
* put an extern for ip6_protox in here where it is only used for kernel compilingdarrenr2002-03-191-0/+1
|
OpenPOWER on IntegriCloud