aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
Commit message (Expand)AuthorAgeFilesLines
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-161-4/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-113/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-86/+9
* remove forgotten debug printf()Julian Elischer1997-10-161-2/+1
* 1/ by default make all versions of the same device get the same vnode.Julian Elischer1997-10-162-6/+5
* some cleanups of init code, and changes needed to support disk layering.Julian Elischer1997-10-162-62/+75
* vnops megacommitPoul-Henning Kamp1997-10-151-37/+4
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-16/+16
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-97/+84
* if we free all the links to a node, then by definitionJulian Elischer1997-10-121-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-122-6/+6
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-113-5/+9
* Allow a deleted deveice to delte it's nodes in other mounted devfsJulian Elischer1997-10-101-1/+7
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-2/+2
* devfs changes to allow old (better) and newer (braindamaged) behaviour.Julian Elischer1997-09-161-10/+24
* Convert select -> poll.Peter Wemm1997-09-141-4/+18
* Removed yet more vestiges of config-time swap configuration and/orBruce Evans1997-09-071-4/+2
* Removed vestiges of config-time "argument processing" configuration.Bruce Evans1997-09-071-2/+2
* remove un-needed if statement (now the poul removed the 'then' clause)Julian Elischer1997-08-271-8/+1
* two fixes submitted by Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>Julian Elischer1997-08-261-3/+4
* Copy&Paste considered harmful:Poul-Henning Kamp1997-08-251-67/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-2/+2
* Removed unused #includes.Bruce Evans1997-08-021-7/+1
* two tiny typo'sJulian Elischer1997-07-141-3/+3
* remove annoying debug messageJulian Elischer1997-07-141-2/+1
* Fix the umount problems for DEVFS.Joerg Wunsch1997-05-032-4/+17
* Get the declaration of `struct dirent' from <sys/dirent.h>, not fromBruce Evans1997-04-101-7/+4
* Removed unused or apparently-unused #includes, especially of theBruce Evans1997-04-101-5/+2
* Use Lite2's stub locking vops instead of nullop.Bruce Evans1997-02-241-4/+5
* Make this compile again after the Lite2 merge.Mike Pritchard1997-02-123-23/+26
* changes to make devfs more 'normal'Julian Elischer1996-11-215-155/+251
* devfs_tree.c: improve our bdevvp() function.Poul-Henning Kamp1996-10-282-4/+8
* Just because something doesn't make sense doesn't mean it should be illegal..Julian Elischer1996-10-171-2/+1
* actually impliment permissions for teh chown/chmod/etc functionsJulian Elischer1996-10-161-31/+88
* Allow the utimes call to work on devfs nodes.Julian Elischer1996-10-161-3/+2
* reads and writes to devices update m and a timesJulian Elischer1996-10-121-3/+9
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>Bruce Evans1996-09-291-1/+3
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-201-8/+8
* fix the ability of the VFS to reclaim devfs nodes correctly..Julian Elischer1996-09-111-2/+3
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-104-31/+34
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-2/+2
* Submitted by: doug Rabson (dfr@render.com)Julian Elischer1996-08-132-9/+13
* symlink support in devfs.Julian Elischer1996-08-132-38/+96
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. ThisBruce Evans1996-07-301-1/+3
* DEVFS needs a special bdevvp().Poul-Henning Kamp1996-07-241-1/+37
* Cosmetic change: make the ``ready to run'' line match theGary Palmer1996-06-151-2/+2
* Clean up -Wunused warnings. Julian asked me to just ifdefGary Palmer1996-06-123-47/+29
* Fix the reproto.sh script that was broken after my KNFification.Joerg Wunsch1996-04-075-43/+100
* KNFify the function definitions. It's harder to grep around when theJoerg Wunsch1996-04-063-32/+50
* Merged devfs_add_devsw() into devfs_add_devswf()Marc G. Fournier1996-04-031-34/+17