summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking whenbde1995-12-051-1/+2
* Restored #include of <sys/tty.h>. fdesc_vnops.c needs to know too muchbde1995-12-051-2/+2
* Added prototypes.bde1995-12-033-32/+79
* Added prototypes.bde1995-12-034-5/+30
* Added prototypes.bde1995-12-0313-27/+203
* null_node_find() and umap_node_find() were sometimes called without abde1995-12-032-4/+4
* staticize.phk1995-12-021-27/+27
* #ifdef out nearly the entire file of conf.c when JREMOD is definedjulian1995-11-291-1/+9
* Completed function declarations and/or added prototypes.bde1995-11-212-6/+14
* Since FreeBSD clustering code now supports filesystems < PAGE_SIZE,dyson1995-11-201-2/+6
* KNFized spec_getpages_idone() and spec_getpages().bde1995-11-181-43/+43
* Moved declarations for static functions to the correct place (not in abde1995-11-162-17/+23
* Moved declarations for static functions to the correct place (not in abde1995-11-162-52/+43
* Fixed the type of procfs_sync(). Trailing args were missing.bde1995-11-161-4/+26
* Fixed the type of portal_sync(). Trailing args were missing.bde1995-11-161-3/+28
* Fixed the type of fdesc_sync(). Trailing args were missing.bde1995-11-161-6/+27
* Get rid of hostnamelen variable.phk1995-11-141-3/+3
* Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returnedbde1995-11-131-14/+3
* Brought in the setattr call support from Lite-2 so that more correct errordg1995-11-121-3/+38
* Fix isoilk hang caused by not checking for read-onlyness in several places.dg1995-11-122-3/+19
* Removed unsed function dead_nullop().bde1995-11-111-13/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-0921-521/+523
* missed one static thingie.phk1995-11-071-2/+2
* staticize private parts.phk1995-11-076-35/+35
* Make a lot of private stuff static.phk1995-11-075-78/+78
* Pad out MSDOS boot block to 512 bytes (bugfix only)pst1995-10-311-2/+2
* Make a lot of stuff static.phk1995-10-314-66/+69
* Second batch of cleanup changes.phk1995-10-294-79/+80
* Removal of unnecessary usage of PG_COPYONWRITE.dyson1995-10-231-2/+2
* Finalize GETPAGES layering scheme. Move the device GETPAGESdyson1995-10-232-2/+127
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-222-102/+112
* Add #include <sys/sysproto.h> to get struct close_args and closeswallace1995-10-081-1/+2
* Return EINVAL instead of panicing for rename("dir1", "dir2/..").bde1995-10-071-2/+3
* Avoid some 64bit divides.phk1995-10-061-5/+5
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-047-10/+29
* Do not allow delete/rename lookup request to preventmpp1995-09-021-1/+7
* Correctly initialize the mount stat structure so thatmpp1995-09-021-1/+4
* Change procfs_lookup to not allow delete/rename operationsmpp1995-09-021-3/+6
* Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() frombde1995-08-251-2/+2
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()bde1995-08-172-5/+5
* Converted mountlist to a CIRCLEQ.dg1995-08-111-2/+2
* Be careful not to dereference NULL credentials pointers when doing thedg1995-08-111-3/+7
* Allow a pipe to be opened read/write at one end, as is allowed injkh1995-08-061-15/+28
* Make sure that a non-null cookie vector is returned even if there were nodfr1995-08-031-1/+9
* Add support for the va_filerev attribute required by NFSv3.dfr1995-08-024-4/+26
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-012-5/+5
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-10/+2
* Change `extern inline' to `static inline' so that several functionsbde1995-07-251-9/+9
* There is a small bug in the cd9660 code that prevents stating ofjoerg1995-07-161-1/+2
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
OpenPOWER on IntegriCloud