summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* When we are picking the next available unit number, specifically saypeter2000-09-051-3/+3
* Update the NTP kernel PLL code to the 2000-08-29 version of Dave Millsphk2000-09-041-88/+81
* Make filt_aio() check the jobstate for JOBST_JOBBFINISHED (in additionalc2000-09-041-1/+2
* kern_shutdown.c was more ANSI-C than K&R - remove the remnants of K&Rpeter2000-09-031-21/+12
* gcc knows that savectx() is potentially a setjmp style dual-returnpeter2000-09-031-6/+5
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-028-196/+47
* access() shouldn't diddle with the contents of a potentially sharedtruckman2000-09-022-16/+36
* Casts are needed to subtract u_longs.green2000-08-311-1/+1
* o p_cansee() wasn't setting privused when suser() was required to overriderwatson2000-08-311-2/+7
* Fix hangs caused by overzealous code removal.green2000-08-312-4/+4
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+8
* o Centralize inter-process access control, introducing:rwatson2000-08-307-38/+167
* o Disable flagging of ASU in suser_xxx() authorization check. For therwatson2000-08-301-2/+0
* Remove an extraneous setting of sb_hiwat.green2000-08-302-2/+0
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-292-80/+184
* Remove any possibility of hiwat-related race conditions by changinggreen2000-08-295-23/+30
* Add kobj_class_compile_static() to allow classes to be initialiseddfr2000-08-281-7/+27
* * Remove a bogus call to kobj_init() from make_device().dfr2000-08-281-3/+6
* Regen: fix prototypes for {o|}{g|s}etrlimit.marcel2000-08-282-2/+2
* Fix prototypes for {o|}{g|s}etrlimit. A recent change in themarcel2000-08-281-4/+4
* new sysctl 'kern.openfiles' (exports nfiles to userland)alfred2000-08-261-0/+3
* o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attrrwatson2000-08-261-2/+2
* Make this file compile again when COMPAT_43 has not beenmarcel2000-08-261-1/+8
OpenPOWER on IntegriCloud