summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Reparent a kernel thread to init during kthread_exit() so that the zombiejhb2000-10-191-0/+1
* o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to performrwatson2000-10-192-0/+10
* Axe the idle_event eventhandler, and add a MD cpu_idle function usedjhb2000-10-191-4/+3
* EVENTHANDLER_INVOKE() takes two arguments.peter2000-10-181-1/+1
* Don't needlessly pass the diagnostic counter to the idle_event eventjhb2000-10-181-1/+1
* Add new bus method 'GET_RESOURCE_LIST' and appropriate genericmdodd2000-10-182-0/+101
* - Wrap the sanity checks for staying in the idle loop for absurdly longjhb2000-10-171-6/+12
* Implement resource alignment as discussed in arch@ a long time ago.imp2000-10-171-1/+23
* Put the header section in the header file not the c file.n_hibma2000-10-151-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Add nmbcnt sysctl and make it tunable at boottime; nmbcnt is thebmilekic2000-10-151-1/+5
* Remove the signal value check from the PT_STEP codepath. Itjwd2000-10-141-1/+1
* savectx() is now used exclusively by the crash dump system. Move thepeter2000-10-131-3/+0
* Do not allocate a callout for all crashdumps, not just when you panic.ps2000-10-131-1/+2
* o Simplify capability types away from an array of ints to a singlerwatson2000-10-131-2/+9
* For lockmgr mutex protection, use an array of mutexes that are allocatedjasone2000-10-122-22/+87
* Add a gross hack for ia64 to allocate the backing store for a new program.dfr2000-10-121-0/+16
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-092-4/+4
* Do not call lockdestroy() for v_vnlock, which may point to a lock in ajasone2000-10-062-8/+2
* Correct a warning where the r_debug_state() dummy function used to triggerjhb2000-10-062-6/+12
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-064-33/+44
* Various whitespace cleanups after the SMPng commit, which jumbled thingsjhb2000-10-061-19/+19
* Don't treat a kernel stack fault the same as a general protect fault orjhb2000-10-061-0/+3
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-053-20/+227
* Style fixes based on comments by bdeeivind2000-10-052-40/+62
* Add a workaround for statically linked kernels.dfr2000-10-041-0/+6
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-0411-191/+239
* Move KASSERTs which checks value of v_usecount after vnode locking, sobp2000-10-022-4/+8
* Treat %X the same as %x (not entirely correct, but close enough).msmith2000-10-021-0/+1
* Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhatbmilekic2000-09-301-254/+207
* Add ia64 support.dfr2000-09-291-1/+1
* Don't support dynamic linking on ia64 for now - the tools can't cope.dfr2000-09-292-0/+12
* Change the conditionaal so that we only build this on i386 instead ofdfr2000-09-291-1/+1
* Check so_error in filt_so{read|write} in order to detect UDP errors.jlemon2000-09-281-0/+4
* Do the right thing if bdevvp is called twice for the same device.mckusick2000-09-272-0/+4
* aio_qphysio: Eliminate one instance of an out-of-range check that isalc2000-09-261-18/+3
* Make size of dynamic loader argument variable to supporttakawata2000-09-261-14/+22
* Add a lock structure to vnode structure. Previously it was either allocatedbp2000-09-253-60/+28
* Add a KASSERT() to catch instances where the mutex that we pass in tojhb2000-09-241-0/+2
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-231-2/+2
* Don't #include <sys/proc.h>, since machine/mutex.h does it now.jasone2000-09-231-1/+1
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-36/+54
* o Introduce vn_extattr_rm(), a helper function in the style ofrwatson2000-09-221-0/+23
* Style fixes:eivind2000-09-222-104/+214
* Staticize addalias()eivind2000-09-222-2/+4
* Create an event (idle_event) which is invoked every time around themsmith2000-09-221-0/+7
* Make the EVENTHANDLER mechanism MP-safe. Events can now be invokedmsmith2000-09-221-3/+21
* o Change locking rules for VOP_GETACL() to indicate that vnode locksrwatson2000-09-214-4/+13
* comment vfs_export functions, requested by: eivindalfred2000-09-212-2/+24
* Remove unneeded #include that was a remnant of an earlier version oftruckman2000-09-211-1/+0
OpenPOWER on IntegriCloud