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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't include <sys/ioctl.h> in the kernel. Stage 3: include
bde
1997-03-24
1
-2
/
+2
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
6
-12
/
+6
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
6
-10
/
+12
*
Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanism
peter
1997-03-18
1
-1
/
+3
*
Use the common nchstats struct instead of a private one for ncs_2passes
bde
1997-03-08
1
-5
/
+3
*
Fixed missing initialisation of vp->v_type for types Pfile and Pmem
bde
1997-03-08
1
-1
/
+2
*
Don't export kernel interfaces to applications. msdosfs_mount probably
bde
1997-03-03
1
-1
/
+9
*
Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. It
bde
1997-02-26
5
-130
/
+129
*
Fixed procfs's locking vops. They were missed in the Lite2 merge,
bde
1997-02-24
1
-5
/
+5
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
58
-59
/
+59
*
Killed more FIFO ifdefs. All gone now.
bde
1997-02-13
2
-7
/
+0
*
Removed bogus B_AGE policy again (see rev 1.4).
bde
1997-02-13
1
-5
/
+0
*
Eliminate the last of the compile warnings in this module by
mpp
1997-02-12
1
-7
/
+7
*
Restore of #include <sys/kernel.h> so that this compiles without
mpp
1997-02-12
1
-0
/
+1
*
Make this compile without warnings after the Lite2 merge:
mpp
1997-02-12
3
-8
/
+8
*
Rstored #include of <sys/kernel.h> so that this compiles
mpp
1997-02-12
1
-0
/
+1
*
Make this compile again after the Lite2 merge.
mpp
1997-02-12
3
-8
/
+12
*
Add missing function prototypes.
mpp
1997-02-12
3
-3
/
+4
*
Added parameter names to prototypes that were added in the last commit to
bde
1997-02-12
1
-4
/
+7
*
Restored #include of <sys/kernel.h> so that this compiles again.
bde
1997-02-12
1
-0
/
+1
*
Declare function args in order in recently K&Rised function headers.
bde
1997-02-12
1
-3
/
+6
*
Add function protypes for the new Lite2 unionfs functions.
mpp
1997-02-12
3
-0
/
+8
*
Add function prototypes for most of the new Lite2 functions.
mpp
1997-02-12
4
-3
/
+10
*
Restored one line of "High Sierra" changes from rev.1.8.
bde
1997-02-11
1
-1
/
+2
*
Restored one line of "High Sierra" changes from rev.1.6 which was
bde
1997-02-11
1
-1
/
+1
*
Removed High Sierra task from TODO list. Joerg did it years ago and
bde
1997-02-11
1
-6
/
+0
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
47
-2617
/
+3179
*
Change the map entry flags from bitfields to bitmasks. Allows
dyson
1997-01-16
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
59
-59
/
+59
*
This commit is the embodiment of some VFS read clustering improvements.
dyson
1996-12-29
1
-2
/
+3
*
Don't synchronously update the directory entry at the end of every
bde
1996-12-25
1
-2
/
+2
*
Fixed lseek() on named pipes. It always succeeded but should always fail.
bde
1996-12-19
1
-1
/
+3
*
Fixed errno for unsupported advisory locks. The errno is now EINVAL
bde
1996-12-19
2
-4
/
+4
*
Fixed an off by 1 error in unix2dostime(). The first day of each month
bde
1996-12-04
1
-2
/
+2
*
Fix a potential deadlock from the previous commit.
dyson
1996-10-30
1
-2
/
+4
*
Fix the /proc/???/map file so that it is possible to read an arbitrarily
dyson
1996-10-30
1
-18
/
+23
*
Fix setting breakpoints in shared regions.
dyson
1996-10-24
1
-7
/
+4
*
Fix signed/unsigned comparison warnings.
alex
1996-10-20
2
-6
/
+6
*
Substitution of a long divide by a shift. Other cosmetic improvements.
dyson
1996-10-06
1
-13
/
+22
*
MSDOS FS used to allocate a buffer before extending the VM object. In
dyson
1996-10-02
1
-7
/
+9
*
Whoops, I should've used the LINT config file. More ts -> tv changes
nate
1996-09-20
1
-3
/
+3
*
Whoops, I should've used the LINT config file. More ts -> tv changes
nate
1996-09-20
2
-8
/
+8
*
In sys/time.h, struct timespec is defined as:
nate
1996-09-19
2
-6
/
+6
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
6
-9
/
+14
*
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-08-31
1
-2
/
+2
*
Even though this looks like it, this is not a complex code change.
dyson
1996-08-21
1
-2
/
+7
*
bzero reserved field into directory entry, junk here cause
ache
1996-07-28
1
-1
/
+2
*
Modify slightly the output from the map file in /proc. Now the
dyson
1996-07-27
1
-2
/
+4
*
Under certain circumstances, reading the /proc/*/map file can
dyson
1996-07-27
1
-2
/
+5
*
Remove a totally unneeded (and as of the last VM commit, incorrect) call
dyson
1996-07-27
1
-2
/
+1
[next]