aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fdescfs
Commit message (Expand)AuthorAgeFilesLines
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-1/+0
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-2/+2
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.Dag-Erling Smørgrav2003-03-021-1/+1
* uiomove-related caddr_t -> void * (just the low-hanging fruit)Dag-Erling Smørgrav2003-03-021-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-2/+2
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofPoul-Henning Kamp2003-01-041-3/+0
* In VOP_LOOKUP, don't deny DELETE and RENAME operationsMaxime Henrion2002-10-261-1/+2
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-181-17/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-2/+2
* Make similar changes to fo_stat() and fo_poll() as made earlier toRobert Watson2002-08-161-1/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+1
* - Change all LK_SHARE locks to LK_EXCLUSIVE. Shared locks aren't quite safeJeff Roberson2002-07-091-3/+6
* Convert fdescfs to nmount.Maxime Henrion2002-05-021-6/+5
* Remove __P.Alfred Perlstein2002-03-193-19/+19
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-7/+3
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-132-0/+2
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-132-7/+21
* Backed out vestiges of the quick fixes for the transient breakage ofBruce Evans2001-10-132-2/+0
* KSE Milestone 2Julian Elischer2001-09-123-41/+41
* Fix warning: 552: warning: `fdesc_badop' defined but not usedPeter Wemm2001-06-151-12/+0
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.Ruslan Ermilov2001-05-241-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-232-2/+2
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-12/+4
* 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-76/+56
* 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-438/+154
* 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