aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* #ifdef out nearly the entire file of conf.c when JREMOD is definedJulian Elischer1995-11-291-1/+9
* OK, that's it..Julian Elischer1995-11-291-1/+45
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-212-8/+6
* KNFized spec_getpages_idone() and spec_getpages().Bruce Evans1995-11-181-43/+43
* Moved declarations for static functions to the correct place (not in aBruce Evans1995-11-162-52/+43
* Fixed the type of procfs_sync(). Trailing args were missing.Bruce Evans1995-11-161-4/+26
* Fixed the type of portal_sync(). Trailing args were missing.Bruce Evans1995-11-161-3/+28
* Fixed the type of kernfs_sync(). Trailing args were missing.Bruce Evans1995-11-161-5/+30
* Fixed the type of fdesc_sync(). Trailing args were missing.Bruce Evans1995-11-161-6/+27
* Get rid of hostnamelen variable.Poul-Henning Kamp1995-11-141-3/+3
* Removed unsed function dead_nullop().Bruce Evans1995-11-111-13/+3
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-0921-481/+481
* Make a lot of private stuff static.Poul-Henning Kamp1995-11-075-78/+78
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-26/+16
* Removal of unnecessary usage of PG_COPYONWRITE.John Dyson1995-10-231-2/+2
* Finalize GETPAGES layering scheme. Move the device GETPAGESJohn Dyson1995-10-232-2/+127
* almost entirely cosmetic changesJulian Elischer1995-10-102-61/+61
* Add #include <sys/sysproto.h> to get struct close_args and closeSteven Wallace1995-10-081-1/+2
* Avoid some 64bit divides.Poul-Henning Kamp1995-10-061-5/+5
* find some way of letting a node know where in its parent's directory structureJulian Elischer1995-10-042-9/+13
* added support for link, and remove (unlink)Julian Elischer1995-09-191-8/+150
* Submitted by: bdeJulian Elischer1995-09-141-1/+1
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-2/+2
* More hacking on devfs..Julian Elischer1995-09-093-179/+469
* added the dev_link external registrationJulian Elischer1995-09-081-8/+32
* brought the README in to line with present code (still a bit cryptic)Julian Elischer1995-09-071-24/+15
* more cleanups.. lots of code shuffled around tooJulian Elischer1995-09-074-240/+239
* Suggested by: :) bde of courseJulian Elischer1995-09-064-127/+155
* more devfs cleanups..Julian Elischer1995-09-065-22/+29
* this file replaces two others.. I haven't removed them yet, butJulian Elischer1995-09-061-0/+897
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-045-7/+18
* remove about 50 lines of duplicate code..Julian Elischer1995-09-031-117/+83
* devfs changes..Julian Elischer1995-09-034-79/+84
* Do not allow delete/rename lookup request to preventMike Pritchard1995-09-021-1/+7
* Correctly initialize the mount stat structure so thatMike Pritchard1995-09-021-1/+4
* Change procfs_lookup to not allow delete/rename operationsMike Pritchard1995-09-021-3/+6
* Submitted by: JulianJulian Elischer1995-09-021-7/+5
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()Bruce Evans1995-08-172-5/+5
* Be careful not to dereference NULL credentials pointers when doing theDavid Greenman1995-08-111-3/+7
* Allow a pipe to be opened read/write at one end, as is allowed inJordan K. Hubbard1995-08-061-15/+28
* Removed my special-case hack for VOP_LINK and fixed the problem with theDavid Greenman1995-08-012-5/+5
* Fix some incorrect comments that make reference to /dev/fd.Mike Pritchard1995-07-311-4/+4
* Fix various kernfs file system problems, which can result inMike Pritchard1995-07-311-42/+61
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-292-12/+4
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-2/+2
* Added missing splx() in DIAGNOSTIC code.David Greenman1995-07-081-1/+2
* Fixed VOP_LINK argument order botch.David Greenman1995-06-281-2/+2
* Killed the "probably_never" ifdef'd code.David Greenman1995-06-281-68/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-3021-120/+120