summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_descrip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Fix and complete the AIO syscalls. There are some performance enhancementsdyson1997-11-291-1/+19
* Fixed a missing conversion of retval to p_retval in disabled code.bde1997-11-231-3/+3
* Fixed duplicate definitions of M_FILE (one static).bde1997-11-231-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-31/+23
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+4
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Various select -> poll changespeter1997-09-141-2/+2
* Removed some stale comments.bde1997-08-261-4/+4
* Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack thatbde1997-04-091-7/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-291-1/+2
* Fixed nonexistent checking of lock types for F_GETLK.bde1996-12-191-1/+4
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-191-1/+4
* Fixed bitrot in the read-only attribute:bde1996-09-281-5/+4
OpenPOWER on IntegriCloud