summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/specfs
Commit message (Expand)AuthorAgeFilesLines
* Substitution of a long divide by a shift. Other cosmetic improvements.dyson1996-10-061-13/+22
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+3
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-2/+7
* Remove a totally unneeded (and as of the last VM commit, incorrect) calldyson1996-07-271-2/+1
* Fix the problem that unmounting filesystems that are backed by a VMIOdyson1996-03-191-2/+3
* Make sure that the zero flag is cleared upon completion of paging I/O.dyson1996-03-091-1/+2
* I have some problem here, which shows up in the ahc0 driver. It isn't wherephk1996-01-011-1/+7
* Another mega commit to staticize things.phk1995-12-142-8/+6
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-17/+17
* Staticize.phk1995-12-111-4/+4
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-112-4/+38
* Pass 3 of the great devsw changesjulian1995-12-081-5/+1
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+5
* Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking whenbde1995-12-051-1/+2
* #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-211-4/+3
* KNFized spec_getpages_idone() and spec_getpages().bde1995-11-181-43/+43
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-47/+47
* Finalize GETPAGES layering scheme. Move the device GETPAGESdyson1995-10-232-2/+127
* Avoid some 64bit divides.phk1995-10-061-5/+5
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-1/+5
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-292-12/+4
* Added missing splx() in DIAGNOSTIC code.dg1995-07-081-1/+2
* Changes from John Dyson and myself:dg1995-04-091-2/+2
* Fixed bmap run-length brokeness.dg1995-02-031-1/+3
* Undo a previous change. <sys/disklabel.h> was broken, not these files.bde1994-11-141-2/+1
* From: fredriks@mcs.com (Lars Fredriksen)jkh1994-10-281-1/+2
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-101-3/+7
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-2/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+3
* Changed B_AGE policy to work correctly in a world with relatively largedg1994-08-081-4/+1
* Added $Id$dg1994-08-022-0/+2
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+16
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-242-0/+816
OpenPOWER on IntegriCloud