summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/fdesc/fdesc_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-576/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-9/+10
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-1/+0
* fix it so it compiles againmjacob2001-04-231-0/+2
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* o Move from Alfred Perstein's "exclusion" technique of handling specialchris2000-10-091-76/+55
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-2/+7
* fdesc_getattr:chris2000-06-281-6/+2
* by changing the logic here we can support dynamic additions of newalfred2000-06-271-19/+12
* if there are leading zeros fail the lookupalfred2000-06-271-0/+5
* Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' sochris2000-06-201-3/+3
* Remove unused include <sys/socketvar.h>.chris2000-06-151-1/+0
* Replace vattr_null() with VATTR_NULL() and do not explicity set vattrchris2000-06-151-4/+2
* Instead of completely disallowing VOP_SETATTR, just do it where there ischris2000-06-061-2/+6
* Update the comment for fdesc_setattr to reflect that we no longerchris2000-06-021-1/+1
* - Do not allow VOP_SETATTR to modify underlying vnodes at all. This causedchris2000-06-021-5/+0
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout andchris2000-05-111-426/+152
* Remove unused #includes.phk1999-12-081-1/+0
* Fix a warning.peter1999-11-181-0/+3
* Update for fileops.fo_stat() addition. Note, this would panic ifpeter1999-11-081-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-2/+1
* Simplify cdevsw registration.phk1999-05-311-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Cleanup uninitialized-possibly-used (but really not) warningsdillon1998-12-141-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* Avoid a 64-bit division in fdesc_readdir(). Fixed related overflowsbde1998-06-141-27/+14
* Make these files compile.dfr1998-06-101-1/+2
* ENOPNOTSUPP --> EOPNOTSUPPalex1998-06-101-2/+2
* Don't silently accept attempts to change flags where they are notpeter1998-06-101-2/+8
* Staticize.eivind1998-02-091-3/+3
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-3/+3
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-43/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-76/+9
* Hmm, realign the vnops into two columns.phk1997-10-151-8/+8
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+43
* Convert select -> poll.peter1997-09-141-11/+16
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+3
* Removed unused #includes.bde1997-09-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-89/+73
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-191-1/+3
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-201-3/+3
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-1/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-12/+1
OpenPOWER on IntegriCloud