index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
specfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add changes and code to implement a functional DEVFS.
julian
1998-04-19
1
-2
/
+9
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-2
/
+8
*
Initialize b_resid, and also print out better diagnostics on I/O
dyson
1998-03-08
1
-7
/
+19
*
This mega-commit is meant to fix numerous interrelated problems. There
dyson
1998-03-07
1
-31
/
+55
*
Fix certain kinds of block device operations. For example, tunefs on
dyson
1998-03-04
1
-9
/
+4
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
1) Start using a cleaner and more consistant page allocator instead
dyson
1998-02-05
1
-2
/
+5
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
1
-7
/
+18
*
Lots of improvements, including restructring the caching and management
dyson
1997-12-29
1
-10
/
+3
*
Removed unused #includes. The need for most of them went away with
bde
1997-10-27
1
-2
/
+1
*
VFS interior redecoration.
phk
1997-10-26
1
-17
/
+6
*
VFS clean up "hekto commit"
phk
1997-10-16
1
-4
/
+1
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-44
/
+3
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-9
/
+2
*
vnops megacommit
phk
1997-10-15
1
-44
/
+72
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
1
-9
/
+9
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
1
-49
/
+45
*
Clustered read and write are switched at mount-option level.
kato
1997-09-27
1
-4
/
+7
*
Convert select -> poll.
peter
1997-09-14
1
-11
/
+14
*
Removed unused #includes.
bde
1997-09-02
1
-4
/
+1
*
Don't remove the controlling tty from the session if the vnode is being
tegge
1997-05-29
1
-1
/
+2
*
Remove the dependancy on DEV_BSIZE, now specfs works on != 512byte
sos
1997-05-01
1
-3
/
+10
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-43
/
+48
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fixed errno for unsupported advisory locks. The errno is now EINVAL
bde
1996-12-19
1
-2
/
+2
*
Substitution of a long divide by a shift. Other cosmetic improvements.
dyson
1996-10-06
1
-13
/
+22
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
1
-2
/
+3
*
Even though this looks like it, this is not a complex code change.
dyson
1996-08-21
1
-2
/
+7
*
Remove a totally unneeded (and as of the last VM commit, incorrect) call
dyson
1996-07-27
1
-2
/
+1
*
Fix the problem that unmounting filesystems that are backed by a VMIO
dyson
1996-03-19
1
-2
/
+3
*
Make sure that the zero flag is cleared upon completion of paging I/O.
dyson
1996-03-09
1
-1
/
+2
*
I have some problem here, which shows up in the ahc0 driver. It isn't where
phk
1996-01-01
1
-1
/
+7
*
Another mega commit to staticize things.
phk
1995-12-14
1
-2
/
+5
*
devsw tables are now arrays of POINTERS to struct [cb]devsw
julian
1995-12-13
1
-17
/
+17
*
Staticize.
phk
1995-12-11
1
-4
/
+4
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
1
-3
/
+34
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-5
/
+1
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+5
*
Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking when
bde
1995-12-05
1
-1
/
+2
*
#ifdef out nearly the entire file of conf.c when JREMOD is defined
julian
1995-11-29
1
-1
/
+9
*
KNFized spec_getpages_idone() and spec_getpages().
bde
1995-11-18
1
-43
/
+43
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
1
-45
/
+45
*
Finalize GETPAGES layering scheme. Move the device GETPAGES
dyson
1995-10-23
1
-1
/
+125
*
Avoid some 64bit divides.
phk
1995-10-06
1
-5
/
+5
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
1
-1
/
+5
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
1
-10
/
+2
*
Added missing splx() in DIAGNOSTIC code.
dg
1995-07-08
1
-1
/
+2
[next]