summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a line discipline close routine which restores some functionalitydd2001-06-051-5/+21
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)dd2001-06-051-111/+127
* Use the l_nullioctl exported from tty_conf.c rather than rolling our own.dd2001-06-041-10/+0
* Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c).dd2001-06-041-2/+1
* The pipe_write() code was locking the pipe without busying it first indillon2001-06-041-5/+20
* Remove unused includes, use *min() inline functions rather than add2001-06-031-26/+8
* When tring to find out if this is a request for a write indd2001-06-031-2/+2
* Include sys/mutex.h to silence a warning.dd2001-06-032-0/+2
* Revert the last bits of my bogus move of NMBCLUSTERSjesper2001-06-013-0/+3
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-011-0/+30
* 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
OpenPOWER on IntegriCloud