summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Yet another tweak to the shutdown messages in boot():truckman2004-08-151-15/+12
* Add an "options MP_WATCHDOG" to i386. This option allows one of therwatson2004-08-157-0/+529
* move the declaration of struct kqlist into the non-KERNEL visable sectionjmg2004-08-151-3/+2
* Avoid code duplication by introducing g_mirror_write_metadata() function,pjd2004-08-151-55/+29
* Replace linux_getitimer() and linux_setitimer() with implementationstjr2004-08-151-24/+77
* Avoid assuming that l_timeval is the same as the native struct timevaltjr2004-08-151-2/+7
* Use sv_psstrings from the current process's sysentvec structure insteadtjr2004-08-151-2/+3
* Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers.iedowse2004-08-151-1/+2
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-1536-529/+1205
* Fix a style(9) bug (variable definitions inside a nested scope) a patchmarius2004-08-151-4/+2
* Add a new sysctl, debug.kdb.stop_cpus, which controls whether or not werwatson2004-08-151-2/+19
* sio(4), which never really worked on sparc64, was removed in favour ofmarius2004-08-151-2/+0
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cmarius2004-08-149-2/+86
* Add sparc64/pci/ofw_pci_if.m to the list of MFILES so modules can usemarius2004-08-141-1/+2
* Now that hme(4) is MI build its module on all platforms.marius2004-08-142-4/+6
* Add hme(4) here now that it's MI.marius2004-08-141-0/+2
* Make hme(4), i.e. the PCI-variant, MI by reading the MAC address on sytemsmarius2004-08-141-3/+152
* Next step in making usb more newbus:imp2004-08-143-64/+50
* - Make OF_getetheraddr() honour the "local-mac-address?" system configmarius2004-08-144-14/+13
* Remove confused comment.phk2004-08-141-4/+0
* Remove spl calls.alc2004-08-141-19/+2
* 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
OpenPOWER on IntegriCloud