summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* The Great PC98 Merge.asami1996-06-144-4/+97
* Clean up -Wunused warnings.gpalmer1996-06-122-24/+2
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-127-31/+82
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-4/+11
* Properly lock the vm space when accessing the memory in a process. Thisdyson1996-06-111-2/+14
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-2/+2
* Fix adjkerntz expression priority.ache1996-04-051-3/+3
* Don't adjust file times for UTC clock to have the same timestampsache1996-04-051-4/+6
* add a `Warning:' to the message saying that the root directory is not agpalmer1996-04-031-2/+2
* Fix the problem that unmounting filesystems that are backed by a VMIOdyson1996-03-191-2/+3
* Provide a better handling of partially corrupted directory entries.joerg1996-03-141-10/+12
* Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, allpeter1996-03-112-11/+54
* For Lite2: proc LIST changes.hsu1996-03-111-6/+4
* Make sure that the zero flag is cleared upon completion of paging I/O.dyson1996-03-091-1/+2
* 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-302-5/+5
* 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
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-192-5/+8
* Convert QUOTA to new-style option.wollman1996-01-051-16/+1
* I have some problem here, which shows up in the ahc0 driver. It isn't wherephk1996-01-011-1/+7
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-171-5/+5
* Another mega commit to staticize things.phk1995-12-143-14/+18
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-17/+17
* Back out this one, must have screwed up somewhere :-(phk1995-12-112-8/+12
* Staticize.phk1995-12-119-151/+153
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-112-6/+37
* Pass 3 of the great devsw changesjulian1995-12-082-12/+11
* Untangled the vm.h include file spaghetti.dg1995-12-075-5/+22
* 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
OpenPOWER on IntegriCloud