aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs/devfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-161-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* Backport bug in devfs_strategy() from -4.x. switch case for VCHRMatthew Dillon1999-01-291-1/+6
* Remove declarations for undefined functions and a couple of unusedEivind Eklund1999-01-121-11/+1
* Avoid NULL-pointer dereference on error condition.Eivind Eklund1998-12-151-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-12/+5
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-311-4/+4
* Make devfs update the atime timestamp so that 'w' works when usingSøren Schmidt1998-09-301-4/+10
* Cosmetic changes to the PAGE_XXX macros to make them consistent withDoug Rabson1998-09-041-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-8/+7
* Fixed printf format errors.Bruce Evans1998-07-301-2/+2
* DEVFS completely bypasses the cdevsw and bdevsw tables now.Julian Elischer1998-07-051-227/+799
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-101-2/+4
* In the words of the submitter:Mike Smith1998-05-071-26/+11
* Add changes and code to implement a functional DEVFS.Julian Elischer1998-04-191-24/+16
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-10/+8
* Free the vnode in the failure case of vop_symlink()Julian Elischer1998-03-101-1/+2
* add copyrightsJulian Elischer1998-01-021-5/+25
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* fix slight breakages from PHK's VFS work.Julian Elischer1997-11-081-42/+6
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-2/+1
* VFS interior redecoration.Poul-Henning Kamp1997-10-261-2/+2
* 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
* 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
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-2/+2
* Convert select -> poll.Peter Wemm1997-09-141-4/+18
* remove un-needed if statement (now the poul removed the 'then' clause)Julian Elischer1997-08-271-8/+1
* Copy&Paste considered harmful:Poul-Henning Kamp1997-08-251-67/+1
* Get the declaration of `struct dirent' from <sys/dirent.h>, not fromBruce Evans1997-04-101-7/+4
* 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-121-15/+16
* changes to make devfs more 'normal'Julian Elischer1996-11-211-3/+4
* devfs_tree.c: improve our bdevvp() function.Poul-Henning Kamp1996-10-281-2/+2
* 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
* 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-101-2/+2
* 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-131-7/+10
* symlink support in devfs.Julian Elischer1996-08-131-11/+44
* Clean up -Wunused warnings. Julian asked me to just ifdefGary Palmer1996-06-121-35/+24
* Fix the reproto.sh script that was broken after my KNFification.Joerg Wunsch1996-04-071-3/+3
* KNFify the function definitions. It's harder to grep around when theJoerg Wunsch1996-04-061-2/+3