summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a VFS_START() call in vfs_mountroot_try() for the sakemux2002-07-081-1/+2
* Add 2002 to copyright.mjacob2002-07-081-1/+1
* Add get/set param ioctl support.mjacob2002-07-082-135/+154
* Add get/set param ioctls.mjacob2002-07-081-0/+23
* Add override so that we can force set our hard loopdid.mjacob2002-07-081-0/+14
* Remove the 'bogus registrant' hack for fabric searches. It reallymjacob2002-07-081-12/+9
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-088-31/+7
* Bring poll.h up to conformance with POSIX.1-2001 by adding somemike2002-07-081-9/+11
* Fixed some printf format errors (4 new ones reported by gcc and 5 nearbybde2002-07-081-7/+7
* Fixed some printf format errors (one new one reported by gcc and 3 nearbybde2002-07-081-2/+2
* Comment out apm; ACPI is the modern replacement, and folks who reallymarkm2002-07-084-4/+4
* Reenable the m3 interrupts in m3_pci_resume() and do notrobert2002-07-081-2/+2
* Remove #define APIC_INTR_HIGHPRI_CLOCK - this is no longer usedpeter2002-07-081-7/+0
* The clock is already allocated as 'fast' - no need to try and intercept apeter2002-07-084-32/+0
* Cosmetic. Remove #if 0 definition of vtophys() - it predates 4MB pages.peter2002-07-082-16/+0
* Add a special page zero entry point intended to be called via the singlepeter2002-07-0810-11/+162
* Document TCBHASHSIZE in NOTES and add it to the allowable kernel options.mp2002-07-082-0/+7
* - VT_PSEUDOFS and VT_PROCFS support locking nowjeff2002-07-081-3/+4
* s/procrunnable/kserunnable/ in a commentpeter2002-07-084-4/+4
* Lock down pseudofs:jeff2002-07-082-0/+29
* Remove OBE prototype for procrunnable()peter2002-07-081-1/+0
* Avoid vm_page_lookup() [grabs a spinlock] and just process the upagepeter2002-07-081-14/+9
* Fix a hideous TLB bug. pmap_unmapdev neglected to remove the devicepeter2002-07-082-8/+46
* Enable netboot support by default, since it can now coexist with disk andjake2002-07-071-3/+3
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-0714-1022/+277
* Update for post-kse3 pmap kthread allocation changespeter2002-07-073-45/+27
* Fix (s/proc/thread/) some typos in two panic messages.peter2002-07-071-2/+2
* Remove 0 initializers for global/static variables, so they end up inluigi2002-07-071-4/+4
* - Require locks for getattr. At some point this could only require sharedjeff2002-07-071-3/+1
* - Delay unlocking a vnode in linker_hints_lookup until we're actually donejeff2002-07-071-5/+4
* Make this compile on 64 bit platformspeter2002-07-072-8/+8
* Change help documentation for bootfile and module_path to reflectmp2002-07-071-6/+8
* o Lock accesses to the free queue(s) in vm_page_zero_idle().alc2002-07-071-0/+4
* Make NEWCARD the default pccard/cardbus system.imp2002-07-072-4/+10
* Make building with ficl work. Unfortunately booting with it doesn't.jake2002-07-072-5/+10
* Build ficl on sparc64 fwiw. It doesn't work.jake2002-07-071-2/+0
* One #include <sys/lock.h> is enough.mux2002-07-072-2/+0
* - Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKSjeff2002-07-071-5/+7
* - Don't hold the vn lock while calling VOP_CLOSE in vclean().jeff2002-07-071-6/+10
* o Traverse the object's memq rather than repeatedly calling vm_page_lookup()alc2002-07-071-5/+2
* - BUF_REFCNT() seems to be the preferred method for verifying a locked buf.jeff2002-07-071-3/+9
* Add two asserts that prove & document getblk and geteblk's behavior ofjeff2002-07-071-0/+2
* - Hold a lock on the vnode acquired from the file table across the call tojeff2002-07-061-3/+14
* Fix a mistake in my last commit. Don't grab an extra reference to the objectjeff2002-07-062-4/+1
* Cleanup after my de-__P (remove leading whitespace before prototype args).alfred2002-07-061-72/+101
* Cleanup after my de-__P (remove leading whitespace before prototype args).alfred2002-07-061-84/+120
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.iwasaki2002-07-061-2/+2
* Fixup uses of GETVOBJECT.jeff2002-07-063-15/+17
* make this repect ps_sigintr if there is a pre-existing signaljulian2002-07-061-1/+0
* Clean up execve locking:jeff2002-07-064-5/+23
OpenPOWER on IntegriCloud