summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs
Commit message (Expand)AuthorAgeFilesLines
* Avoid NULL-pointer dereference on error condition.eivind1998-12-151-2/+2
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-072-14/+8
* Staticize.eivind1998-11-261-2/+2
* Delete stray extern declaration for non-existing variables.peter1998-11-091-2/+1
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-312-6/+6
* Make devfs update the atime timestamp so that 'w' works when usingsos1998-09-302-5/+12
* Oops, don't assume that the environment is normal in devfs_mount().bde1998-09-081-4/+6
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-6/+6
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-162-11/+10
* Fixed printf format errors.bde1998-07-301-2/+2
* DEVFS completely bypasses the cdevsw and bdevsw tables now.julian1998-07-053-232/+804
* There is no such thing any more as "struct bdevsw".julian1998-07-042-5/+5
* Removed unused includes.bde1998-06-211-3/+1
* Don't silently accept attempts to change flags where they are notpeter1998-06-101-2/+4
* In the words of the submitter:msmith1998-05-071-26/+11
* As described by the submitter:msmith1998-05-061-2/+1
* Make the devfs SLICE option a standard type option.julian1998-04-201-4/+8
* Add changes and code to implement a functional DEVFS.julian1998-04-194-67/+139
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-173-7/+7
* Add two new functions, get{micro|nano}time.phk1998-03-262-13/+11
* Free the vnode in the failure case of vop_symlink()julian1998-03-101-1/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+2
* add copyrightsjulian1998-01-024-17/+102
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* fix slight breakages from PHK's VFS work.julian1997-11-082-43/+9
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-2/+2
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-113/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-86/+9
* remove forgotten debug printf()julian1997-10-161-2/+1
* 1/ by default make all versions of the same device get the same vnode.julian1997-10-162-6/+5
* some cleanups of init code, and changes needed to support disk layering.julian1997-10-162-62/+75
* vnops megacommitphk1997-10-151-37/+4
* Hmm, realign the vnops into two columns.phk1997-10-151-16/+16
* Stylistic overhaul of vnops tables.phk1997-10-151-97/+84
* if we free all the links to a node, then by definitionjulian1997-10-121-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-122-6/+6
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-113-5/+9
* Allow a deleted deveice to delte it's nodes in other mounted devfsjulian1997-10-101-1/+7
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-2/+2
* devfs changes to allow old (better) and newer (braindamaged) behaviour.julian1997-09-161-10/+24
* Convert select -> poll.peter1997-09-141-4/+18
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-4/+2
* Removed vestiges of config-time "argument processing" configuration.bde1997-09-071-2/+2
* remove un-needed if statement (now the poul removed the 'then' clause)julian1997-08-271-8/+1
* two fixes submitted by Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>julian1997-08-261-3/+4
* Copy&Paste considered harmful:phk1997-08-251-67/+1
OpenPOWER on IntegriCloud