summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Hold the page queues lock around vm_page_hold().alc2003-01-201-0/+2
* Remove a KASSERT that can now happen and add a missing setrunnable.julian2003-01-203-2/+4
* #ifdef NO_GEOM these files entirely. When NO_GEOM is removed as anphk2003-01-192-0/+4
* Remove unnecessary locking of Giant around nanotime() in clock_gettime().tjr2003-01-191-2/+0
* Mark more code #ifdef NODEVFSphk2003-01-191-1/+6
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-194-29/+27
* When we use DEVFS, we don't need the /dev/tty pseudo-driver to dophk2003-01-191-0/+89
* useracc() is mpsafe so we only need to hold Giantalfred2003-01-191-10/+5
* Fix comment about what we do when there are no listeners.imp2003-01-191-13/+3
* Move alpha_fix_srm_checksum() from subr_diskmbr.c to subr_disklabel.cphk2003-01-172-17/+16
* Remove the unused DSO_* options.phk2003-01-171-31/+6
* Disallow listen() on sockets which are in the SS_ISCONNECTED ortmm2003-01-171-0/+4
* Move dkmodpart() from subr_diskslice.c to subr_disklabel.c.phk2003-01-172-6/+6
* Move a local variable to avoid the compiler warning about it being unused.phk2003-01-161-1/+2
* hardpps() wants the raw hardware counter value converted to nanoseconds.jhay2003-01-161-7/+7
* Fix two long-standing, but likely harmless, errors in the use ofalc2003-01-161-2/+2
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-151-0/+76
* Don't forget to disconnect object from class.davidxu2003-01-151-2/+3
* Introduce the ability to flag a sysctl for operation at secure level 2 or 3dillon2003-01-141-2/+3
* - Update vm_pageout_deficit using atomic operations. It's a simplealc2003-01-141-2/+4
* 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
OpenPOWER on IntegriCloud