summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Add a spin lock to single thread cache invalidation and tlb flush ipis,jake2002-12-225-19/+22
* Enforce correct ordering of the filedesc structure and pipe mutex, becausekris2002-12-221-0/+2
* Fix typo: vunerable -> vulnerable.pb2002-12-221-1/+1
* Correct minor grammos.schweikh2002-12-221-3/+3
* Remove forgotten INP_UNLOCK(inp) in my previous commit.pb2002-12-221-1/+0
* Add a word, lost in previos commit.kan2002-12-221-0/+1
* Add note about GCC -fno-pcc-struct-return being default again. Thekan2002-12-221-0/+8
* Back out the -fpcc-struct-return fixes.kan2002-12-222-24/+68
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-2215-14/+2
* Fix a bug in GCC which effectively prevents DEFAULT_PCC_STRUCT_RETURN fromkan2002-12-221-1/+0
* SMP locking for ifnet list.hsu2002-12-2221-24/+126
* The UP -current was not properly counting the per-cpu VM stats in thedillon2002-12-221-0/+3
* Revert part of the last commit. Do not fake-up the cylinders to makedillon2002-12-221-2/+1
* Fix style (no space after return, twice-too-big continuation) andjmallett2002-12-221-2/+2
* So many people have asked me to describe my development environment thatdillon2002-12-221-0/+351
* - Add a pmap pointer to struct md_page, and use this to find the pmap thatjake2002-12-214-69/+70
* Be nice. There are evidentally a number of different cards thatimp2002-12-211-2/+4
* Make newsyslog(8) print the correct date when the logs are turned over.trhodes2002-12-211-2/+2
* Reduce libc's memory footprint by lazily allocating memory used internallybbraun2002-12-211-9/+22
* do not try to free a mountpoint that we did not allocate.dillon2002-12-211-4/+9
* In syncache_timer(), don't attempt to lock the inpcb structurepb2002-12-211-2/+0
* 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
OpenPOWER on IntegriCloud