summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariestjr2004-08-1612-112/+244
* Add a new type, l_uintptr_t, which is an unsigned integer type with thetjr2004-08-162-0/+8
* Connect RAID3 GEOM class to the build.pjd2004-08-164-0/+5
* Don't need to declare cbb module. don't know why I never sawimp2004-08-162-2/+0
* Advertise that color is supported so that syscons doesn't come upgrehan2004-08-161-2/+2
* Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3pjd2004-08-164-0/+3562
* - Introduce and use a new tunable "debug.mpsafevm". At present, settingalc2004-08-164-11/+36
* Always acquire the UNIX domain socket subsystem lock (UNP lock)rwatson2004-08-161-46/+107
* Rather than bringing back all of the changes to make VM map deletiongreen2004-08-161-1/+5
* Add the missing knote_fdclose().green2004-08-161-2/+4
* Allocate the marker, when scanning a kqueue, from the "heap" instead of thegreen2004-08-161-6/+12
* Didn't intend to commit debugging code enabledimp2004-08-161-1/+0
* Annotate the current UNIX domain socket locking strategies, order,rwatson2004-08-161-0/+21
* Major enhancements to pipe memory usage:silby2004-08-161-55/+136
* Tweak the compatibility macros a little so that the device printing isimp2004-08-1515-28/+29
* Other part of the cbb isa/pci split. This likely is causing problemsimp2004-08-152-10/+76
* Add a kludge for building SBus-only kernels, i.e. kernels without supportmarius2004-08-151-3/+5
* Release the vnode cache mutex when calling vgone(), since vgone() maydes2004-08-151-26/+39
* Correct some uses of the wrong members of the *min()/*max()-familiy, e.g.marius2004-08-153-5/+5
* - Make pmap_emulate_reference() MP and preemption safe. Previously, italc2004-08-151-30/+20
* Preemptive anti-footshooting: cause a #error if MP_WATCHDOG is compiledrwatson2004-08-152-0/+10
* Spell MP_WATCHDIG right: I fixed the build without MP_WATCHDOG afterrwatson2004-08-151-1/+1
* 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
OpenPOWER on IntegriCloud