summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* And isa_if.himp2004-08-161-1/+1
* Add pccbb_isa.c and pccbb_pci.cimp2004-08-161-1/+1
* Upgrading a lock does not play well together with acquiring an exclusive lockkan2004-08-161-5/+12
* Add MP_WATCHDOG option information to pc98, as it uses the i386rwatson2004-08-162-0/+2
* Add /dev/mem and /dev/kmem to powerpc.ssouhlal2004-08-1611-0/+301
* Complete 'IA32' -> 'COMPAT_IA32' change for the Linuxulator32.obrien2004-08-163-12/+12
* Un-comment LINPROCFS.tjr2004-08-161-2/+2
* AMD64 on-CPU GART support.obrien2004-08-1616-8/+694
* style.9.obrien2004-08-162-24/+16
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-1/+1
* Put the 'antispoof' opcode in the proper place in the opcode list suchobrien2004-08-161-1/+1
* Update low level code for Cronyx Tau-PCI:rik2004-08-162-743/+1180
* I missed an 'IA32' in the documentation.obrien2004-08-161-1/+1
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-2/+2
* I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support,obrien2004-08-163-5/+7
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-5/+7
* Fix the 'DEBUG' argument code to unbreak the LINT build.obrien2004-08-161-2/+2
* Minor style.9 cleanup.obrien2004-08-161-3/+4
* When looking for some extra data to include in the hash, use thedwmalone2004-08-161-1/+1
* Improve (hopefully) on the workaround code for devices that doesn'tsos2004-08-163-23/+18
* Fix Promise sx4/sx4000 support that broke on the latest race fixes.sos2004-08-161-61/+68
* Increase the scaling of VM_KMEM_SIZE_MAX.obrien2004-08-161-1/+1
* s/MAX_SAFE_MAXVNODES/MAXVNODES_MAX/gobrien2004-08-161-5/+6
* Decrease debug level to 0.pjd2004-08-161-1/+1
* Fix warning.pjd2004-08-161-1/+1
* Add support for 32-bit Linux binary emulation on amd64:tjr2004-08-161-5/+16
* Regen.tjr2004-08-163-3/+3
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledtjr2004-08-1616-1/+4915
* 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
OpenPOWER on IntegriCloud