summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Remove vestiges of MFS.ru2001-06-012-3/+1
* Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.obrien2001-06-011-0/+5
* Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.cjesper2001-05-314-8/+0
* Export via sysctl:dd2001-05-303-0/+39
* Remove the hack-around for the slice/label code, it didn'tphk2001-05-291-11/+1
* Since the netexport struct was centralised to 'struct mount',iedowse2001-05-291-1/+1
* Remove a comment which was past its shelf life.phk2001-05-291-1/+0
* With the new kernel dev_t conversions done at release 4.X,phk2001-05-281-0/+1
* The disklabel/slice code is more twisted than I thought. Revert tophk2001-05-281-0/+1
* Handle NULL struct device *sbrian2001-05-281-2/+2
* o uifree() the cr_ruidinfo in crfree() as well as cr_uidinfo now that the rea...rwatson2001-05-271-0/+2
* o pcred-removal changes included modifications to optimize the setting ofrwatson2001-05-261-7/+8
* Create a general facility for making dev_t's depend on anotherphk2001-05-265-41/+45
* Add vm locking to sendfile(2) and sf_buf_free().jhb2001-05-251-5/+13
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-2514-266/+378
* Make the PTY drivers cloning algorithm create "CHEAPCLONE" dev_t,phk2001-05-251-11/+12
* Use the name given to the dev_t, rather than creating our own.phk2001-05-251-1/+2
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-2/+2
* Don't rely on cdevsw_add() when we hack about with dev_t's.phk2001-05-241-0/+2
* Don't take the detour around devsw() to find out if the proto-cdevswphk2001-05-241-3/+1
* whitespace/stylealfred2001-05-241-1/+2
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetdillon2001-05-243-2/+20
* Correct style bugs with regards to long lines and comments.dd2001-05-231-15/+22
* Don't acquire Giant just to call trap_fatal(), we are about to panicjhb2001-05-231-4/+0
* Don't release Giant around vm_oject_page_clean() in fsync() as the pagerjhb2001-05-232-4/+0
* - Always call bfreekva() w/o vm_mtx held.jhb2001-05-231-28/+12
* - Lock the VM when initializing the vmspace for proc0.jhb2001-05-231-2/+2
* Lock the VM while twiddling the vmspace.jhb2001-05-231-1/+2
* Increment mbstat.m_mpfail, not mbstat.m_mcfail, when m_pullup() fails.bmilekic2001-05-231-1/+1
* Don't release the vm lock just to turn around and grab it again.jhb2001-05-231-3/+0
* Add in assertions to ensure that we always call msleep or mawait withjhb2001-05-231-0/+4
* syslogd gets kernel log messages only once every 30 seconds orphk2001-05-231-4/+7
* aquire vm_mutex a little bit earlier to protect a pmap call.alfred2001-05-231-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-235-25/+23
* Unifdef DEV_SNP; snp(4) no longer requires these ugly hacks.dd2001-05-221-27/+0
* Convert this driver to (ab?)use line disciplines to get the input itdd2001-05-221-17/+84
* Convert npx interrupts into traps instead of vice versa. This is muchbde2001-05-221-0/+22
* Correct the vm_mtx handling; specifically, don't acquire it indd2001-05-221-5/+13
* Remove KASSERT test for sleeping on mv_mtx, instead let WITNESS catchalfred2001-05-221-2/+0
* Sort includes.jhb2001-05-211-1/+1
* - Assert that the vm mutex is held in pipe_free_kmem().jhb2001-05-211-1/+6
* Axe unneeded spl()'s.jhb2001-05-211-4/+1
* Aquire vm mutex when releasing sysv shm segments.alfred2001-05-201-0/+4
* Add convenience function kernel_sysctlbyname() for kernel consumers,jlemon2001-05-191-1/+24
* remove my private assertions from tsleep.alfred2001-05-191-7/+2
* Regen syscalls that were made mpsafe via vm_mtxalfred2001-05-192-19/+19
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-1921-35/+259
* - Don't panic on a try lock operation for a sleep lock if we hold a spinjhb2001-05-171-2/+6
* - Remove the global ithread_list_lock spin lock in favor of per-ithreadjhb2001-05-171-37/+30
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.jhb2001-05-171-0/+12
OpenPOWER on IntegriCloud