summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cause pfind() not to return processes in the PRS_NEW state. As a result,rwatson2004-08-141-1/+8
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-1423-130/+29
* Fix outgoing ICMP on global instance.phk2004-08-141-5/+5
* Make informational output look less like an accident.le2004-08-141-2/+2
* Add XXX comment about findcdev() misuse.phk2004-08-141-0/+6
* Add some KASSERTS.phk2004-08-141-0/+3
* Whitespace nit.julian2004-08-141-1/+1
* Allocate memory in the unwinder with M_NOWAIT. We may need to providemarcel2004-08-141-1/+1
* After completing a name lookup for a target UNIX domain socket torwatson2004-08-141-5/+18
* Add new PCI device ID for PERC4/DI.ambrisko2004-08-141-1/+3
* Since if_oltr doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-141-1/+1
* Since if_ixgb doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-141-1/+2
* Since if_xe doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-141-1/+2
* Since if_vx doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-141-1/+2
* Since if_txp doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_tx doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+1
* Since if_sr doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_snc doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+1
* Since if_sbni doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_ray doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_plip doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_nge doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_lnc doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_lge doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_ic doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_ie doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_hme doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_gem doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_fwip doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_fe doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_ex doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_ed doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-2/+2
* Since if_cs doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_cp doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Since if_cm doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+1
* Since if_awi doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+1
* Since if_arl doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* As the if_ar driver doesn't contain locking or run its interruptrwatson2004-08-131-1/+2
* Since the if_de driver doesn't contain locking, mark it asrwatson2004-08-132-2/+2
* Fix the memory scaling bug when basemem was converted to Kbytes fromambrisko2004-08-131-1/+1
* Use IFQ_SET_MAXLEN() to set the maximum queue depth of the routingrwatson2004-08-131-1/+1
* Extend critical section protection around portions of selection processinggibbs2004-08-131-1/+5
* Fix an off by one in the critical section clearing code. Thegibbs2004-08-131-2/+0
* Commit a work-around for a more general bug involving process state:rwatson2004-08-131-0/+11
* Fix building for the ACPI_DEBUG case.njl2004-08-131-0/+1
* Add pmap locking to pmap_remove_all().alc2004-08-131-0/+2
* When printing out an unknown sense code we should print it in hex, notmjacob2004-08-131-3/+1
* Record the new status after checking if it has changed, not before. Thisnjl2004-08-131-1/+1
* clean up whitespace...jmg2004-08-131-55/+55
* Removed COPTS support from kmod.mk and kern.pre.mk.ru2004-08-133-4/+4
OpenPOWER on IntegriCloud