summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* devfs_tree.c: improve our bdevvp() function.phk1996-10-282-4/+8
* Just because something doesn't make sense doesn't mean it should be illegal..julian1996-10-171-2/+1
* actually impliment permissions for teh chown/chmod/etc functionsjulian1996-10-161-31/+88
* Allow the utimes call to work on devfs nodes.julian1996-10-161-3/+2
* reads and writes to devices update m and a timesjulian1996-10-121-3/+9
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>bde1996-09-291-1/+3
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-201-8/+8
* fix the ability of the VFS to reclaim devfs nodes correctly..julian1996-09-111-2/+3
* Updated #includes to 4.4Lite style.bde1996-09-104-31/+34
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+2
* Submitted by: doug Rabson (dfr@render.com)julian1996-08-132-9/+13
* symlink support in devfs.julian1996-08-132-38/+96
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. Thisbde1996-07-301-1/+3
* DEVFS needs a special bdevvp().phk1996-07-241-1/+37
* Cosmetic change: make the ``ready to run'' line match thegpalmer1996-06-151-2/+2
* Clean up -Wunused warnings. Julian asked me to just ifdefgpalmer1996-06-123-47/+29
* Fix the reproto.sh script that was broken after my KNFification.joerg1996-04-075-43/+100
* KNFify the function definitions. It's harder to grep around when thejoerg1996-04-063-32/+50
* Merged devfs_add_devsw() into devfs_add_devswf()scrappy1996-04-031-34/+17
* Made the src code match the man page.scrappy1996-04-021-28/+2
* Added dev_linkf() function (dev_link() + printf-style arguments)scrappy1996-03-281-1/+54
* Submitted by: "Marc G. Fournier" <scrappy@ki.net>julian1996-03-251-7/+8
* really stupid mistake that stopped devices from appearing on the fly in mountedjulian1996-02-181-2/+5
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* make devfs_add_devswf a little smarter about '/';phk1996-01-281-5/+9
* Make devfs_add_devfsf() which takes printf style args.phk1996-01-251-1/+38
* Slightly improved debug messages for inserting new itemsjulian1996-01-211-9/+13
* oops.julian1996-01-211-4/+4
* Submitted by: Bruce Evans (bde)julian1996-01-212-5/+8
* Remove unnecessary debug printf's ("no references", "bad-id") - thesepeter1996-01-022-2/+23
* recording cvs-1.6 file deathpeter1995-12-302-943/+0
* Restored lost prototypes.bde1995-12-143-3/+5
* Another mega commit to staticize things.phk1995-12-143-107/+107
* clean a few DEVFS things..julian1995-12-092-93/+16
* Pass 3 of the great devsw changesjulian1995-12-081-4/+13
OpenPOWER on IntegriCloud