summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Make LINT compile.phk2000-09-161-2/+0
* Turn dkcksum() into an __inline function.phk2000-09-161-17/+0
* Remove some commented out cruft.jhb2000-09-151-7/+0
* - Add a new process flag P_NOLOAD that marks a process that should bejhb2000-09-151-0/+1
* Idle processes are always runnable, so let them state at SRUN.jhb2000-09-152-3/+1
* Release Giant before starting up init.jhb2000-09-151-1/+3
* Enforce process limit policy in one place to keep proccnt from divergingtruckman2000-09-141-2/+2
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-145-182/+185
* Pipes are not writeable while a direct write is in progress. However,jlemon2000-09-141-1/+1
* Add function comments for functions missing themeivind2000-09-142-2/+58
* Blow away COMPAT_43 support for mounteivind2000-09-142-42/+0
* GC vax-only codeeivind2000-09-141-47/+0
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-132-0/+40
* Fixed hang on booting with -d. mtx_enter() was called on an uninitializedbde2000-09-131-4/+2
* Unlock current directory when calling VFS_ROOT() because underlyingbp2000-09-131-3/+10
* Clean up process accounting some more. Unfortunately, it is still notjhb2000-09-122-32/+26
* Quick fix for hang on booting with -d. mtx_enter() was called beforebde2000-09-121-2/+4
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-1211-166/+189
* Fix some printf format string warnings due to sizeof(int) != sizeof(long) onjhb2000-09-112-12/+12
* revent multiple make_dev() calls on the same dev_t and similar bogosities.phk2000-09-111-0/+16
* When doing statistics for statclock on other CPU's, use the other CPUs'jhb2000-09-111-3/+3
* aio processes need to have the Giant mutex before doing work.jhb2000-09-111-0/+1
* Add malloc_mtx to protect malloc and friends, so that they're thread-safe.jasone2000-09-111-1/+30
* Rename tsleep to msleep and add a mutex argument, which isjake2000-09-111-4/+19
* Allow interrupt threads to run during shutdown. This should fix thejasone2000-09-101-2/+15
* Move the include of <sys/systm.h> so that KTR gets a declaration fordfr2000-09-103-3/+3
* Fix printf warnings in CTRx calls.dfr2000-09-101-18/+18
* Move the include of <sys/systm.h> so that KTR gets a declaration fordfr2000-09-101-1/+1
* Updates to the ntp pll from John Hay.phk2000-09-101-5/+5
* Change variable naming to be consistent with the rest of VFS code.bp2000-09-101-25/+23
* Back out the addition of malloc_mtx. It was incompletely conceived, andjasone2000-09-101-13/+0
* Style cleanups. No functional changes.jasone2000-09-093-24/+18
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-093-9/+9
* Add a mutex to the malloc interfaces so that it can safely be calledjasone2000-09-091-0/+15
* Add code to devname(3) so it can find the names of devices whichphk2000-09-091-0/+27
* Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cppjasone2000-09-083-12/+12
* Remove an unneeded extern declaration of cp_time.jhb2000-09-081-2/+0
* Really fix USER_LDT. (Don't use currentldt as an L-value.)jake2000-09-081-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-0726-317/+3116
* Add KTR, a facility that logs kernel events in order to to facilitatejasone2000-09-072-8/+72
* Change the calls to panic() in uifree(), chgproccnt(), and chgsbsize()truckman2000-09-061-4/+4
* Accept filter maintainancealfred2000-09-061-8/+17
* Do not panic on an uninitialized VOP_xxx() call. This was meant as apeter2000-09-061-2/+2
* o Synchronize vaccess() capability access control checks with TrustedBSDrwatson2000-09-062-8/+8
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-061-1/+1
* Ignore ELF files with 'interpreter' section because KLDs doesn't contain it.bp2000-09-062-0/+10
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andtruckman2000-09-0512-168/+235
* Move extern declaration of dead_vnodeop_p to a .h file.phk2000-09-052-6/+10
* o vn_extattr_set() will now call appropriate vn_start_write() andrwatson2000-09-051-2/+8
* o Remove commented out code which modified return values fromrwatson2000-09-052-20/+0
OpenPOWER on IntegriCloud