summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_descrip.c
Commit message (Expand)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-1/+4
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Make the pseudo-driver for "/dev/fd/*" handle fd's larger than 255.phk2001-03-201-1/+8
* Extend kqueue down to the device layer.jlemon2001-02-151-0/+11
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+2
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-89/+238
* Add missing call to knote_fdclose() in setugidsafety() and fdcloseexec().alc2000-10-281-0/+4
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-19/+8
* new sysctl 'kern.openfiles' (exports nfiles to userland)alfred2000-08-261-0/+3
* Dang, a _clone routine escaped #ifdef DEVFS containment.phk2000-08-241-0/+2
* Fix panic when removing open device (found by bp@)phk2000-08-241-6/+38
* Clean up some low level bootstrap code:peter2000-08-111-6/+12
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* don't panic the system when fpathconv is called on an unsupported filetype.alfred2000-06-271-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-3/+23
* Fix the style bugs in the style bugs fix. The style bug fix made theimp2000-01-211-4/+6
* Fix style bugs in the last commit.green2000-01-211-10/+8
* bdeize last commit:imp2000-01-201-3/+0
* When we are execing a setugid program, and we have a procfs filesystemimp2000-01-201-0/+59
* Removed unused includes.bde1999-12-261-26/+12
* Only bother converting the stat structure if we intend to return it,dillon1999-11-181-2/+3
* Remove cdevsw_add() - the necessary make_dev() calls appear to be therepeter1999-11-181-1/+0
* This is a partial commit of the patch from PR 14914:phk1999-11-161-2/+2
* Use fo_stat() rather than duplicating knowledge of file type internalspeter1999-11-081-59/+16
* Fix the advisory file locking by restoring previous ordering in closef()/green1999-11-071-8/+10
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Fix a hole in jail(2).phk1999-09-251-0/+7
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-19/+26
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-41/+10
* Fix fd race conditions (during shared fd table usage.) Badfileops isgreen1999-08-041-6/+64
* From the submitter:msmith1999-06-071-6/+6
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-5/+6
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-2/+2
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-111-4/+7
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-20/+122
* Fixed printf format errors.bde1998-07-291-4/+4
* Cast longs to intptr_t before casting them to pointers.bde1998-07-151-5/+8
* 64bit fixes: p->p_retval is a register_t[] not an int[].dfr1998-06-101-3/+4
* Fix the futimes/undelete/utrace conflict with other BSD's. Note thatdyson1998-05-111-1/+51
* Make the rootdir handling more consistent. Now, processes alwaysdyson1998-02-151-7/+4
OpenPOWER on IntegriCloud