summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* m_mballoc_wait() had a spl/tsleep race. mbufs can be freed in interruptpeter2000-08-251-0/+2
* If the config program found a hints file and included it as a fallback,peter2000-08-251-10/+28
* Dang, a _clone routine escaped #ifdef DEVFS containment.phk2000-08-241-0/+2
* Fix panic when removing open device (found by bp@)phk2000-08-243-6/+78
* Revert the suser -> suser_xxx change made previously. It was rightgreen2000-08-241-1/+1
* Add a sysctl which hides all process except those that belong tops2000-08-231-0/+9
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-205-134/+198
* Fix typo in last commit.phk2000-08-202-4/+2
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-202-0/+108
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-193-71/+83
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-181-6/+13
* Fix a couple cases where p_trespass wasn't transitioned into place.green2000-08-161-9/+3
OpenPOWER on IntegriCloud