summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Lock some page queue accesses, in particular, those by vm_page_unwire().alc2002-07-132-1/+8
* Remove incorrect comment about now corrected manpage.alfred2002-07-131-1/+0
* Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES.alfred2002-07-135-3/+6
* When usb is kld, ucom and uplcom were failed to load because ofume2002-07-132-0/+2
* Typo.mikeh2002-07-131-1/+1
* Lock accesses to the page queues.alc2002-07-131-0/+2
* Add prototype for cred_free_thread() when DIAGNOSTIC is defined.mini2002-07-131-0/+3
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-137-12/+56
* o Lock accesses to the page queues.alc2002-07-131-0/+11
* - Change chroot_refuse_vdir_fds() to require that the passed in structjhb2002-07-132-32/+36
* Use a fixed address for KERNBASE, so it doesn't change if the size of KVAjake2002-07-131-26/+6
* Identify UltraSPARC-III and UltraSPARC-III+ cpus.jake2002-07-132-3/+15
* We don't need to clear oldcred here since newcred is not NULL yet.jhb2002-07-131-3/+1
* Lock accesses to the page queues by sendfile() and friends.alc2002-07-131-0/+8
* o Assert GIANT_REQUIRED on system maps in _vm_map_lock(),alc2002-07-122-9/+6
* Avoid dereferencing a null pointer in ro_rt.luigi2002-07-121-2/+3
* Re-enable the idle page-zeroing code. Remove all IPIs from the idledillon2002-07-127-22/+142
* also set the KSE state for the idle KSE/thread case.julian2002-07-121-2/+2
* Fix a type: s/your are/you are/trhodes2002-07-121-1/+1
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-1217-81/+1
* Lock accesses to the page queues.alc2002-07-121-0/+4
* Fix ptrace(PT_READ_*, ...) for non-little-endian architectures wheretmm2002-07-121-3/+5
* When sending cache flushing IPIs, don't try to IPI the triggering CPUtmm2002-07-121-4/+4
* Back out the previous change, since it looks like locking udbinfo providestruckman2002-07-121-8/+1
* Be specific about which reason caused vm86_addpages to panicpeter2002-07-121-4/+6
* Lock inp while we're accessing it.truckman2002-07-121-1/+8
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-1234-1013/+2426
* regen for freebsd4_sendfile(2) compat.alfred2002-07-125-21/+46
* Create a bug-for-bug FreeBSD4 compatible version of sendfile and move thealfred2002-07-122-5/+41
* Introduce syscall.master option 'COMPAT4' which allows one to wrapalfred2002-07-125-18/+70
* Unexpand a couple of 8-space indents that I added in rev 1.285.peter2002-07-122-4/+4
* Avoid a vm_page_lookup() - that uses a spinlock protected hash. We canpeter2002-07-121-2/+5
* o Lock some (unfortunately, not yet all) accesses to the page queues.alc2002-07-121-2/+2
* o Lock accesses to the page queues.alc2002-07-121-2/+3
* Fix compilation with ENABLE_VFS_IOOPT turned on and ZERO_COPY_SOCKETSken2002-07-121-16/+11
* Defer calling SYSCTL_OUT() until after the locks have been released.truckman2002-07-113-5/+10
* Reduce the nesting level of a code block that doesn't need to be intruckman2002-07-112-26/+20
* Remove debugging code that I originally only wanted to be there for a couple ...julian2002-07-111-23/+2
* thread_exit() requires PROC_LOCK to be held, so lock it.jhb2002-07-111-1/+2
* Add a missing newline during panic printf's for SMP systems that don'tjhb2002-07-111-0/+2
* Fixed misspelling of "hint." as "hints." in the description of the "hint."bde2002-07-111-15/+15
* o Lock accesses to the page queues.alc2002-07-111-1/+6
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-1111-115/+110
* Do not override the standard `distribute' target that is currentlyru2002-07-111-10/+0
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-119-21/+39
* s/NCPU/MAXCPU/ to try and get this to compile.peter2002-07-113-3/+3
* Move the MSIZE and MCLSHIFT options out of the undocumented section inken2002-07-112-4/+11
* Remove a couple of debugging lines.mjacob2002-07-111-7/+0
* Enable ISP SBus support.mjacob2002-07-111-2/+3
* 'Support' for ISP SBus cards.mjacob2002-07-115-9/+853
OpenPOWER on IntegriCloud