summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/specfs
Commit message (Expand)AuthorAgeFilesLines
* sort the prototypesphk1998-08-251-12/+12
* Last commit managed to get mangled somehow.phk1998-08-241-2/+4
* Remove the last remaining evidence of B_TAPE.phk1998-08-241-13/+3
* Enabled Lite2 fix for reading from dead ttys.bde1998-08-231-11/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Fixed printf format errors.bde1998-07-111-6/+10
* There is no such thing any more as "struct bdevsw".julian1998-07-041-4/+3
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-211-2/+3
* Add changes and code to implement a functional DEVFS.julian1998-04-192-4/+13
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-082-10/+11
* Initialize b_resid, and also print out better diagnostics on I/Odyson1998-03-081-7/+19
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-31/+55
* Fix certain kinds of block device operations. For example, tunefs ondyson1998-03-041-9/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-2/+5
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-7/+18
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-10/+3
* 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
OpenPOWER on IntegriCloud