aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Add a pmap pointer to struct md_page, and use this to find the pmap thatJake Burkholder2002-12-214-69/+70
* Be nice. There are evidentally a number of different cards thatWarner Losh2002-12-211-2/+4
* Make newsyslog(8) print the correct date when the logs are turned over.Tom Rhodes2002-12-211-2/+2
* Reduce libc's memory footprint by lazily allocating memory used internallyRob Braun2002-12-211-9/+22
* do not try to free a mountpoint that we did not allocate.Matthew Dillon2002-12-211-4/+9
* In syncache_timer(), don't attempt to lock the inpcb structurePierre Beyssac2002-12-211-2/+0
* The previous commit contained a stupid mistake: ctxt->pam_[cp]sock wasDag-Erling Smørgrav2002-12-211-2/+2
* Mark the INVALID keyword as being deprecated since the concept ofTim J. Robbins2002-12-212-1/+5
* Make pmap_qenter and pmap_qremove look more like the other pmaps.Jake Burkholder2002-12-211-7/+10
* Add the -P option which executes multiple copies of the specified utilityTim J. Robbins2002-12-212-19/+57
* Removed unused pmap_qenter_flags.Jake Burkholder2002-12-212-17/+0
* Make the atomic arithmetic functions return the old value, since they'reJake Burkholder2002-12-211-40/+38
* Reduce libc.so's memory footprint by lazily allocating memory used internallyRob Braun2002-12-212-4/+16
* Import newer versions of div() and ldiv() from NetBSD which handleTim J. Robbins2002-12-212-68/+24
* -mno-align-long-strings can make things smaller, so lets use it in hopesDavid E. O'Brien2002-12-212-0/+2
* Fix multiple registration of the elf_legacy_coredump sysctl variable.Marcel Moolenaar2002-12-211-3/+5
* Remove unimplemented System V options from the getopt() option string.Tim J. Robbins2002-12-211-1/+1
* Revamp the way rc.diskless1 creates and populates memory filesystems. MakeMatthew Dillon2002-12-211-69/+149
* replace the special-purpose rate-limiting code with the general facilitySam Leffler2002-12-211-38/+28
* define HAVE_PPSRATECHECK now that we have this stuff in the kernelSam Leffler2002-12-201-0/+1
* add generic rate limiting support from netbsd; ratelimit is purely time based,Sam Leffler2002-12-202-0/+90
* Add page queue locking around functions that call vm_page_flag_set. ThisJake Burkholder2002-12-202-0/+4
* Extend the scope of the page queues lock in vm_pgmoveco().Alan Cox2002-12-201-4/+4
* Increase the scope of the kmem_object locking in kmem_malloc().Alan Cox2002-12-201-3/+5
* Modify the fake cylinders calculation so it is >= the size of the device,Matthew Dillon2002-12-201-6/+26
* Fix two bugs in the DMA chaining code for OHCI. The first bug is thatMatthew Dillon2002-12-201-5/+9
* Don't forget to destroy the mutex if an error occursMaxime Henrion2002-12-201-0/+1
* mdoc(7) police: Fixed language.Ruslan Ermilov2002-12-201-6/+6
* Fxi support for the Promise SuperTrak 100, the PCI id was wrong.Søren Schmidt2002-12-201-2/+2
* Eliminate a goto.Jeffrey Hsu2002-12-201-37/+34
* Swap the order of a free and a use of an ifaddr structure.Jeffrey Hsu2002-12-201-1/+1
* Unravel a nested conditional.Jeffrey Hsu2002-12-202-42/+24
* Document the fact that the printf() family of functions return negativeTim J. Robbins2002-12-201-2/+14
* C99 standardised the vscanf() family of functions, update StandardsTim J. Robbins2002-12-201-2/+5
* Put back the casts to unsigned. While no strictly necessary for itsWarner Losh2002-12-202-2/+2
* Stylistic changes:Mike Barcroft2002-12-201-11/+14
* Add a mutex to struct vm_object. Initialize and destroy that mutexAlan Cox2002-12-202-2/+11
* Remove obsolete information about 'conflicts'Tom Rhodes2002-12-201-5/+0
* Fix breakage from earlier inadvertant changes.Jake Burkholder2002-12-201-4/+0
* Move the NOTES section to DESCRIPTION. And correct some documentation whileTom Rhodes2002-12-201-11/+13
* Document what really occurs when we obtain an error.Tom Rhodes2002-12-201-6/+9
* Expand scope of TCP protocol lock to cover syncache data structures.Jeffrey Hsu2002-12-201-2/+3
* Include a cross-reference to maclabel(7) for policies that use MAC labels.Chris Costello2002-12-202-0/+2
* Correct path to /usr/sbin/sysinstall for HEAD since that's where it lives now.Jordan K. Hubbard2002-12-202-6/+6
* o Change "accesses" to "access" (sounds better)Chris Costello2002-12-191-4/+4
* The zalloc pool's size calculation breaks if sbrk() does not returnMatthew Dillon2002-12-191-3/+3
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-1924-38/+37
* Fix some grammar nits. Mainly the use of `a' or `an' where the oppositeTom Rhodes2002-12-191-1/+1
* Grammatical fixup: s/be the -1/be -1/Ceri Davies2002-12-191-1/+1
* Remove the hash_rand field from struct vm_object. As of revision 1.215 ofAlan Cox2002-12-192-13/+1