summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* The previous commit contained a stupid mistake: ctxt->pam_[cp]sock wasdes2002-12-211-2/+2
* Mark the INVALID keyword as being deprecated since the concept oftjr2002-12-212-1/+5
* Make pmap_qenter and pmap_qremove look more like the other pmaps.jake2002-12-211-7/+10
* Add the -P option which executes multiple copies of the specified utilitytjr2002-12-212-19/+57
* Removed unused pmap_qenter_flags.jake2002-12-212-17/+0
* Make the atomic arithmetic functions return the old value, since they'rejake2002-12-211-40/+38
* Reduce libc.so's memory footprint by lazily allocating memory used internallybbraun2002-12-212-4/+16
* Import newer versions of div() and ldiv() from NetBSD which handletjr2002-12-212-68/+24
* -mno-align-long-strings can make things smaller, so lets use it in hopesobrien2002-12-212-0/+2
* Fix multiple registration of the elf_legacy_coredump sysctl variable.marcel2002-12-211-3/+5
* Remove unimplemented System V options from the getopt() option string.tjr2002-12-211-1/+1
* Revamp the way rc.diskless1 creates and populates memory filesystems. Makedillon2002-12-211-72/+152
* replace the special-purpose rate-limiting code with the general facilitysam2002-12-211-38/+28
* define HAVE_PPSRATECHECK now that we have this stuff in the kernelsam2002-12-201-0/+1
* add generic rate limiting support from netbsd; ratelimit is purely time based,sam2002-12-202-0/+90
* Add page queue locking around functions that call vm_page_flag_set. Thisjake2002-12-202-0/+4
* Extend the scope of the page queues lock in vm_pgmoveco().alc2002-12-201-4/+4
* Increase the scope of the kmem_object locking in kmem_malloc().alc2002-12-201-3/+5
* Modify the fake cylinders calculation so it is >= the size of the device,dillon2002-12-201-6/+26
* Fix two bugs in the DMA chaining code for OHCI. The first bug is thatdillon2002-12-201-5/+9
* Don't forget to destroy the mutex if an error occursmux2002-12-201-0/+1
* mdoc(7) police: Fixed language.ru2002-12-201-6/+6
* Fxi support for the Promise SuperTrak 100, the PCI id was wrong.sos2002-12-201-2/+2
* Eliminate a goto.hsu2002-12-201-39/+36
* Swap the order of a free and a use of an ifaddr structure.hsu2002-12-201-1/+1
* Unravel a nested conditional.hsu2002-12-202-42/+24
* Document the fact that the printf() family of functions return negativetjr2002-12-201-2/+14
* C99 standardised the vscanf() family of functions, update Standardstjr2002-12-201-2/+5
* Put back the casts to unsigned. While no strictly necessary for itsimp2002-12-202-2/+2
* Stylistic changes:mike2002-12-201-11/+14
* Add a mutex to struct vm_object. Initialize and destroy that mutexalc2002-12-202-2/+11
* Remove obsolete information about 'conflicts'trhodes2002-12-201-5/+0
* Fix breakage from earlier inadvertant changes.jake2002-12-201-4/+0
* Move the NOTES section to DESCRIPTION. And correct some documentation whiletrhodes2002-12-201-11/+13
* Document what really occurs when we obtain an error.trhodes2002-12-201-6/+9
* Expand scope of TCP protocol lock to cover syncache data structures.hsu2002-12-201-2/+3
* Include a cross-reference to maclabel(7) for policies that use MAC labels.chris2002-12-202-0/+2
* Correct path to /usr/sbin/sysinstall for HEAD since that's where it lives now.jkh2002-12-202-6/+6
* o Change "accesses" to "access" (sounds better)chris2002-12-191-4/+4
* The zalloc pool's size calculation breaks if sbrk() does not returndillon2002-12-191-3/+3
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-1924-38/+37
* Fix some grammar nits. Mainly the use of `a' or `an' where the oppositetrhodes2002-12-191-1/+1
* Grammatical fixup: s/be the -1/be -1/ceri2002-12-191-1/+1
* Remove the hash_rand field from struct vm_object. As of revision 1.215 ofalc2002-12-192-13/+1
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-1915-340/+19
* Remove reference to a non-existant manual page && add a cross-reference totrhodes2002-12-191-1/+1
* Tweak the grammar in the device.hints(5) manual page.trhodes2002-12-191-8/+8
* Don't forget our topology lock in the MBREXT case.phk2002-12-191-0/+1
* Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(),ru2002-12-196-6/+80
* Add back the Standards section claiming conformance to 1003.1-2001 andtjr2002-12-191-10/+13
OpenPOWER on IntegriCloud