summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* Kill XNS.wollman1996-02-132-5/+5
* add ruid and rgid to file 'status'wosch1996-02-021-4/+12
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* make devfs_add_devswf a little smarter about '/';phk1996-01-281-5/+9
* Make devfs_add_devfsf() which takes printf style args.phk1996-01-251-1/+38
* This time, really make the procfs work when reading stuff from the UPAGES.peter1996-01-251-15/+34
* Major fixes for procfs..peter1996-01-246-22/+88
* Slightly improved debug messages for inserting new itemsjulian1996-01-211-9/+13
* oops.julian1996-01-211-4/+4
* Submitted by: Bruce Evans (bde)julian1996-01-212-5/+8
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+3
* Remove unnecessary debug printf's ("no references", "bad-id") - thesepeter1996-01-022-2/+23
* I have some problem here, which shows up in the ahc0 driver. It isn't wherephk1996-01-011-1/+7
* recording cvs-1.6 file deathpeter1995-12-302-943/+0
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-171-5/+5
* Restored lost prototypes.bde1995-12-143-3/+5
* another case where cdevsw becoming a pointer makes it neccesary tojulian1995-12-141-2/+6
* Another mega commit to staticize things.phk1995-12-147-127/+126
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-132-19/+19
* Back out this one, must have screwed up somewhere :-(phk1995-12-112-8/+12
* Staticize.phk1995-12-1110-177/+179
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-113-7/+41
* clean a few DEVFS things..julian1995-12-092-93/+16
* Pass 3 of the great devsw changesjulian1995-12-083-16/+24
* Untangled the vm.h include file spaghetti.dg1995-12-073-3/+16
* 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-0314-28/+223
* 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
* OK, that's it..julian1995-11-291-1/+45
* Completed function declarations and/or added prototypes.bde1995-11-212-8/+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-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 kernfs_sync(). Trailing args were missing.bde1995-11-161-5/+30
* 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
* Removed unsed function dead_nullop().bde1995-11-111-13/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-0921-481/+481
* Make a lot of private stuff static.phk1995-11-075-78/+78
* Second batch of cleanup changes.phk1995-10-291-26/+16
* Removal of unnecessary usage of PG_COPYONWRITE.dyson1995-10-231-2/+2
* Finalize GETPAGES layering scheme. Move the device GETPAGESdyson1995-10-232-2/+127
* almost entirely cosmetic changesjulian1995-10-102-61/+61
* Add #include <sys/sysproto.h> to get struct close_args and closeswallace1995-10-081-1/+2
* Avoid some 64bit divides.phk1995-10-061-5/+5
* find some way of letting a node know where in its parent's directory structurejulian1995-10-042-9/+13
OpenPOWER on IntegriCloud