summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix some lock order reversals where we called free() while holding a procjhb2001-06-202-11/+14
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-201-30/+25
* Preemption by an interrupt thread is an involuntary switch, not a voluntaryjhb2001-06-201-1/+1
* Constify (silence warnings introduced by last commit to sys/module.h)des2001-06-201-7/+7
* After one too many PRs on the subject, bite the bullet and define IOV_MAXwollman2001-06-181-0/+4
* Lock Giant in postsig() for the KTRACE case as ktrpsig() needs Giant whenjhb2001-06-181-0/+4
* Add linker_reference_module().brian2001-06-181-0/+25
* Don't remove the SI_CHEAPCLONE for unsupported minorsbrian2001-06-181-1/+2
* Move setugid() a little sooner to before we release tracing in casepeter2001-06-161-2/+3
* Add INTR_TYPE_AV so that we can get to the PI_AV priority in the ithreadpeter2001-06-161-1/+4
* Fix warnings:jlemon2001-06-161-0/+1
* Correctly hook up the write kqfilter to pipes.jlemon2001-06-151-5/+7
* Fix some warnings in kern_environment.c. Make the getenv*() familypeter2001-06-151-3/+3
* As per comments in sys/linker_set.h:peter2001-06-141-107/+0
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-139-140/+302
* Patch up a blunder I made a few days ago. nmbcnt was being initializedpeter2001-06-131-6/+15
* Hints overhaul:peter2001-06-122-465/+578
* Rename nextpid to lastpid and externalize it.des2001-06-111-7/+7
* Blah, I cut out a tad too much in the previous commit. (thanks again, Jake!)des2001-06-111-0/+1
* copyin(9) doesn't return ENAMETOOLONG. (thanks, Jake!)des2001-06-111-10/+2
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichdes2001-06-111-0/+98
* Sync with recent KAME.ume2001-06-113-51/+130
* Try to make the setting of the SIGCHLD handler the same as setting ofdwmalone2001-06-111-1/+4
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerdes2001-06-101-8/+20
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-087-12/+27
* Back out part of my previous commit. This was a last minute changepeter2001-06-076-12/+12
* Fix an instance of NDINIT in the extattrctl syscall: LOCKLEAF was or'edtmm2001-06-062-2/+2
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-067-38/+41
* We don't need to hold a lock just to test a flag.jhb2001-06-061-5/+1
* Unbreak setregid(2).ru2001-06-061-0/+2
* Don't hold sched_lock across addupc_task().jhb2001-06-061-1/+1
* 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
OpenPOWER on IntegriCloud