aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fdescfs
Commit message (Expand)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-012-14/+16
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-1/+0
* fix it so it compiles againMatt Jacob2001-04-232-0/+4
* Reviewed by: jlemonAdrian Chadd2001-03-011-3/+0
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* o Move from Alfred Perstein's "exclusion" technique of handling specialChris Costello2000-10-093-78/+58
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-2/+7
* fdesc_getattr:Chris Costello2000-06-281-6/+2
* by changing the logic here we can support dynamic additions of newAlfred Perlstein2000-06-271-19/+12
* if there are leading zeros fail the lookupAlfred Perlstein2000-06-271-0/+5
* Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' soChris Costello2000-06-201-3/+3
* Remove unused include <sys/socketvar.h>.Chris Costello2000-06-151-1/+0
* Replace vattr_null() with VATTR_NULL() and do not explicity set vattrChris Costello2000-06-151-4/+2
* Instead of completely disallowing VOP_SETATTR, just do it where there isChris Costello2000-06-061-2/+6
* Update the comment for fdesc_setattr to reflect that we no longerChris Costello2000-06-021-1/+1
* - Do not allow VOP_SETATTR to modify underlying vnodes at all. This causedChris Costello2000-06-022-6/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-2/+2
* Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout andChris Costello2000-05-112-439/+155
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+2
* Remove unused #includes.Poul-Henning Kamp1999-12-081-1/+0
* Fix a warning.Peter Wemm1999-11-181-0/+3
* Update for fileops.fo_stat() addition. Note, this would panic ifPeter Wemm1999-11-081-2/+3
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-39/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Make sure that stat(2) and friends always return a valid st_dev field.Poul-Henning Kamp1999-07-021-2/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-272-4/+4
* Remove declarations for undefined functions and a couple of unusedEivind Eklund1999-01-121-9/+1
* Cleanup uninitialized-possibly-used (but really not) warningsMatthew Dillon1998-12-141-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+1
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-2/+2
* Avoid a 64-bit division in fdesc_readdir(). Fixed related overflowsBruce Evans1998-06-141-27/+14
* Make these files compile.Doug Rabson1998-06-101-1/+2
* ENOPNOTSUPP --> EOPNOTSUPPAlexander Langer1998-06-101-2/+2
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-101-2/+8
* As described by the submitter:Mike Smith1998-05-061-5/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+5
* Staticize.Eivind Eklund1998-02-091-3/+3
* 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-3/+3
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-161-4/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-43/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-76/+9
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-8/+8
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-49/+43
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-3/+5
* Convert select -> poll.Peter Wemm1997-09-141-11/+16