summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+2
* Removed unused #includes.bde1997-08-021-7/+1
* two tiny typo'sjulian1997-07-141-3/+3
* remove annoying debug messagejulian1997-07-141-2/+1
* Fix the umount problems for DEVFS.joerg1997-05-032-4/+17
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-101-7/+4
* Removed unused or apparently-unused #includes, especially of thebde1997-04-101-5/+2
* Use Lite2's stub locking vops instead of nullop.bde1997-02-241-4/+5
* Make this compile again after the Lite2 merge.mpp1997-02-123-23/+26
* changes to make devfs more 'normal'julian1996-11-215-155/+251
OpenPOWER on IntegriCloud