summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs/devfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Convert select -> poll.peter1997-09-141-4/+18
* remove un-needed if statement (now the poul removed the 'then' clause)julian1997-08-271-8/+1
* Copy&Paste considered harmful:phk1997-08-251-67/+1
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-101-7/+4
* Use Lite2's stub locking vops instead of nullop.bde1997-02-241-4/+5
* Make this compile again after the Lite2 merge.mpp1997-02-121-15/+16
* changes to make devfs more 'normal'julian1996-11-211-3/+4
* devfs_tree.c: improve our bdevvp() function.phk1996-10-281-2/+2
* 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
* 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-101-2/+2
* 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-131-7/+10
* symlink support in devfs.julian1996-08-131-11/+44
* Clean up -Wunused warnings. Julian asked me to just ifdefgpalmer1996-06-121-35/+24
* Fix the reproto.sh script that was broken after my KNFification.joerg1996-04-071-3/+3
* KNFify the function definitions. It's harder to grep around when thejoerg1996-04-061-2/+3
* Restored lost prototypes.bde1995-12-141-2/+2
* Another mega commit to staticize things.phk1995-12-141-44/+82
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-87/+87
* almost entirely cosmetic changesjulian1995-10-101-57/+57
* find some way of letting a node know where in its parent's directory structurejulian1995-10-041-7/+10
* added support for link, and remove (unlink)julian1995-09-191-8/+150
* More hacking on devfs..julian1995-09-091-7/+242
* more cleanups.. lots of code shuffled around toojulian1995-09-071-6/+8
* Suggested by: :) bde of coursejulian1995-09-061-118/+109
* more devfs cleanups..julian1995-09-061-2/+2
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-1/+2
* Submitted by: Julianjulian1995-09-021-7/+5
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-011-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Submitted by: phkjulian1995-05-031-4/+25
* Submitted by: phk@freebsd.orgjulian1995-04-201-1/+22
* Submitted by: julianjulian1995-04-201-1/+1
* Reviewed by: no-one yet, but nonintrusive until configed in.. :)julian1995-04-201-0/+1362
OpenPOWER on IntegriCloud