summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/specfs
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-17/+6
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-44/+3
* VFS mega cleanup commit (x/N)phk1997-10-161-9/+2
* vnops megacommitphk1997-10-152-90/+74
* Hmm, realign the vnops into two columns.phk1997-10-151-9/+9
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+45
* Clustered read and write are switched at mount-option level.kato1997-09-271-4/+7
* Convert select -> poll.peter1997-09-142-13/+16
* Removed unused #includes.bde1997-09-021-4/+1
* Don't remove the controlling tty from the session if the vnode is beingtegge1997-05-291-1/+2
* Remove the dependancy on DEV_BSIZE, now specfs works on != 512bytesos1997-05-011-3/+10
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-222-2/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-102-48/+55
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* Fixed errno for unsupported advisory locks. The errno is now EINVALbde1996-12-191-2/+2
* 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
OpenPOWER on IntegriCloud