summaryrefslogtreecommitdiffstats
path: root/sys/fs/specfs
Commit message (Expand)AuthorAgeFilesLines
* Fix possible NULL-pointer deref in error case (same as DEVFS).eivind1998-12-161-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-4/+4
* Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-261-4/+3
* various nits that didn't make it through the brucefilter.phk1998-09-121-5/+6
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-051-1/+26
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-2/+2
* 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-191-2/+9
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-2/+8
* 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-151-44/+72
* 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-141-11/+14
* 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-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-43/+48
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* 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
OpenPOWER on IntegriCloud