summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* * Have m_pulldown() use the new M_WRITABLE() macro in order to determinebmilekic2000-11-112-15/+33
* o Fix a mis-transcription of sef's -STABLE protection fixes--only rootrwatson2000-11-101-1/+1
* Don't overwrite the filename for KTR_EXTEND with "../../kern/kern_ktr.c".jhb2000-11-101-1/+0
* Axe some unused variables.jhb2000-11-101-2/+0
* Fix SMP kernel compiles by #include'ing machine/globals.h to get thejhb2000-11-101-0/+1
* Minor whitespace nit in a comment.jhb2000-11-103-3/+3
* Ignore the INTR_MPSAFE flag when calculating the priority of an interruptjhb2000-11-101-0/+1
* Implement a trivial but effective interface for obtaining the kernel'smsmith2000-11-091-142/+213
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-093-3/+7
* - Remove much of the inlining of the KTR tracepoints into a ktr_tracepoint()jhb2000-11-071-2/+86
* Minor nit: missed ithd_loop -> sithd_loop in the KTR tracepoints.jhb2000-11-071-1/+1
* ELF kernels should use an ELF sysvec. This allows us to move a.outobrien2000-11-052-1/+5
* Change the sf_bufs wakeups to be wakeup_one(), because we don't want tobmilekic2000-11-041-4/+5
* Setup and put to use the mutex lock for sf_freelist, the sendfile(2) bufsbmilekic2000-11-041-9/+18
* Clear the VFREE flag when the vnode is removed from the free list integge2000-11-022-0/+2
* Take VBLK devices further out of their missery.phk2000-11-026-29/+27
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-012-11/+0
* Deprecate devsw->d_bmaj entirely.phk2000-10-311-41/+1
* Add a new ioctl for doing virgin disklabels.jkh2000-10-311-0/+34
* o Deny access to System V IPC from within jail by default, as in therwatson2000-10-314-0/+53
* o Tighten up rules for which processes can't debug which other processesrwatson2000-10-301-2/+4
* Write support for the cd(4) driver.ken2000-10-301-1/+21
* _aio_aqueue(): Change kevent registration to use its own struct file pointer.alc2000-10-291-3/+4
* Allow all users to access the dev -> devname sysctl.phk2000-10-291-1/+1
* Remove unneeded <stddef.h> #includes.phk2000-10-291-2/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-293-2/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-295-5/+0
* Nuke a bit of dead code.truckman2000-10-291-5/+0
* Add missing call to knote_fdclose() in setugidsafety() and fdcloseexec().alc2000-10-281-0/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-274-10/+0
* - Use MUTEX_DECLARE() and MTX_COLD for the WITNESS code's internal mutex sojhb2000-10-273-168/+114
* unstaticize change_ruid() because it is needed by osf1_setuid()gallatin2000-10-261-3/+1
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-254-230/+170
* Quite some warnings.jhb2000-10-253-9/+9
* - Make the eventhandler_mutex mutex a private variable injhb2000-10-251-0/+1
* Cleanup the rman_make_alignment_flags function to be much clearer and shorterimp2000-10-221-12/+10
* Propogate the 'const'ness of mutex descriptions to the witness code tojhb2000-10-203-9/+9
* Actually enable the witness code if the WITNESS kernel option is enabled.jhb2000-10-203-15/+3
* Doh. Fix a 64-bit-ism by using uintptr_t for a temporary lock variablejhb2000-10-203-3/+3
* Introduce the M_ZERO flag to malloc(9)phk2000-10-201-0/+3
* Catch up to moving headers:jhb2000-10-2025-36/+28
* - GC some #if 0'd code regarding the non-existant safepri variable.jhb2000-10-201-17/+6
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-4/+3
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-5/+4
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-203-30/+1785
* 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
OpenPOWER on IntegriCloud