summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* It is possible for an active aio to prevent shared memory from beingdillon2003-01-134-25/+20
* style(9) fixes, mostly add parens around return arguments.alfred2003-01-131-63/+65
* - Unbreak world. I did not notice that libkvm was still used in some placesjeff2003-01-131-7/+5
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-1315-140/+129
* - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure.jeff2003-01-121-15/+30
* Allowing nent < 0 in aio_suspend() and lio_listio() is just asking fortjr2003-01-121-2/+2
* Remove "XXX undocumented" comment from lio_listio().tjr2003-01-121-1/+1
* vm_hold_load_pages() needn't clear PG_ZERO because it didn't passalc2003-01-121-1/+0
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-1215-128/+125
* Fix kernel build.mux2003-01-111-1/+1
* Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control datatjr2003-01-112-4/+10
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftdillon2003-01-111-16/+16
* make sem_leave return a usable errno instead of -1.alfred2003-01-101-3/+3
* Don't record thread pointer, it's not permanent in process life cycle,davidxu2003-01-101-6/+6
* Oops, add zstty to the witness order list.jake2003-01-091-0/+1
* Some KSE syscalls are MPSAFE.davidxu2003-01-082-5/+5
* Move the MOD_SHUTDOWN event from shutdown_post_sync to shutdown_final,peter2003-01-071-1/+1
* In vn_open(), unset ndp->ni_vp when returning failure so that codegreen2003-01-071-0/+1
* Use copyout to access user memory.alfred2003-01-071-1/+5
* Make bogus_offset local to bufinit().alc2003-01-071-6/+1
* Fix warnings & errors caused by my last commit.phk2003-01-071-2/+1
* Cast the integer read as the first argument for %b to an unsigned integerjhb2003-01-071-1/+1
* Clear some KSE fields after kse mode was turned off.davidxu2003-01-071-0/+3
* Forgot to call setrunnable() for un-idled thread.davidxu2003-01-071-0/+1
* Check signals for idled threads.davidxu2003-01-073-6/+4
* Correct file descriptor leaks in lseek and do_dup.nectar2003-01-063-16/+31
* This is all "#if defined(__i386__) && __GNUC__ >= 2":phk2003-01-061-0/+47
* Explicitly have the timecounter init happen after the cpu_initclocks ispeter2003-01-062-2/+2
* Fix cut&paste bug which would result in a panic because buffer wasphk2003-01-051-2/+2
* Allocate bogus_page with VM_ALLOC_WIRED. (Previously, bogus_page'salc2003-01-051-2/+1
* In sodealloc(), if there is an accept filter present on the socketalfred2003-01-051-9/+3
* - Provide backwards compatibility for kern.fallback_elf_brand.jake2003-01-052-11/+11
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-043-3/+46
* Improve the way that an elf image activator for an alternate word size isjake2003-01-046-99/+27
* Introduce thephk2003-01-041-0/+14
* resort the vnode ops list.phk2003-01-041-1/+1
* Move #include of ddb/ddb.h up with the rest.phk2003-01-041-2/+6
* Export tc_tick with sysctl, not tick.phk2003-01-041-1/+1
* Remove unnecessary lock assertion.hsu2003-01-041-15/+1
* Some KSE syscalls are MPSAFE.davidxu2003-01-041-3/+3
* Don't call VOP_BMAP on VCHR vnodes when the logical and physical blockphk2003-01-041-1/+1
* Add a sysctl to get the vm protections for the stack of the current process.jake2003-01-041-0/+14
* Set kse mailbox pointer to NULL when P_KSES is turned off.davidxu2003-01-042-6/+12
* White space fixesjulian2003-01-032-20/+20
* Make an explicit flag to indicate that a KSE has a reason to upcall,julian2003-01-032-38/+44
* Don't need to set retvals to 0 in the non error case. Theyjulian2003-01-032-18/+0
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-1/+1
* Remove unused second argument from DEV_STRATEGY().phk2003-01-034-8/+8
* o Introduce a new external mbuf type, EXT_EXTREF.gallatin2003-01-021-3/+8
* Lock the vm object when performing back-to-back vm_object_clear_flag() andalc2003-01-021-0/+2
OpenPOWER on IntegriCloud