summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Outdent the string rather than use concatenation.phk2002-12-232-4/+4
* Detediousficate declaration of fileops array members by introducingphk2002-12-235-76/+64
* Change the chip description from "DFE-550TX" to "DL10050".phk2002-12-232-4/+4
* - Hold the page queues lock around vm_page_wakeup().alc2002-12-232-0/+8
* s/sokqfilter/soo_kqfilter/ for consistency with the naming of allphk2002-12-234-4/+4
* - Hold the kernel_object's lock around vm_page_insert(..., kernel_object,alc2002-12-231-0/+2
* - Hold the kernel_object's lock around vm_page_alloc(kernel_object,...).alc2002-12-231-0/+6
* - Move to array based indexing for TX/RX descriptor/buffer managementpdeuskar2002-12-233-545/+526
* rn_walktree*() compute the next leaf before applying a functionru2002-12-231-4/+7
* Avoid holding the vnode interlock around malloc() or free() to prevent aalc2002-12-231-2/+8
* Eliminate some dead code. (Any possible use for this code died withalc2002-12-231-4/+0
* Fix a De Morgan bug: If we only expect a memory range OR anmarcel2002-12-231-8/+8
* - Fix a bug where the faulting address for an mmu miss could sometimes bejake2002-12-231-5/+5
* - Rearrange pmap_bootstrap slightly to be more in dependency order.jake2002-12-221-50/+49
* Add suseconds_t and useconds_t for storing microseconds.mike2002-12-222-0/+13
* - 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
* Remove forgotten INP_UNLOCK(inp) in my previous commit.pb2002-12-221-1/+0
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-2214-14/+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
* - 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
* 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
* Make pmap_qenter and pmap_qremove look more like the other pmaps.jake2002-12-211-7/+10
* 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
* -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
* 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
* 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
* Put back the casts to unsigned. While no strictly necessary for itsimp2002-12-202-2/+2
* Add a mutex to struct vm_object. Initialize and destroy that mutexalc2002-12-202-2/+11
* Fix breakage from earlier inadvertant changes.jake2002-12-201-4/+0
* Expand scope of TCP protocol lock to cover syncache data structures.hsu2002-12-201-2/+3
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-1924-38/+37
* Remove the hash_rand field from struct vm_object. As of revision 1.215 ofalc2002-12-192-13/+1
OpenPOWER on IntegriCloud