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
*
o Centralize inter-process access control, introducing:
rwatson
2000-08-30
6
-21
/
+38
*
o Restructure vaccess() so as to check for DAC permission to modify the
rwatson
2000-08-29
5
-5
/
+5
*
Reorder vop's alphabetically.
phk
2000-08-27
4
-245
/
+278
*
Minor cleanups tp devfs_readdir();
phk
2000-08-26
1
-11
/
+33
*
Quick fix for msdsofs_write() on alphas and other machines with either
bde
2000-08-25
2
-2
/
+8
*
Fix panic when removing open device (found by bp@)
phk
2000-08-24
5
-131
/
+204
*
Fix devfs_access() bug on directories.
phk
2000-08-21
3
-13
/
+8
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
4
-0
/
+1139
*
Centralize the canonical vop_access user/group/other check in vaccess().
phk
2000-08-20
4
-166
/
+13
*
Introduce vop_stdinactive() and make it the default if no vop_inactive
phk
2000-08-18
4
-68
/
+2
*
Rename the loadable nullfs kernel module: null -> nullfs
sheldonh
2000-07-28
1
-1
/
+1
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
2
-3
/
+6
*
Certain error contitions cause msdosfs_rename() to decrement the
dwmalone
2000-07-14
1
-2
/
+2
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
5
-12
/
+66
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-2
/
+2
*
Pull the rug under block mode devices. they return ENXIO on open(2) now.
phk
2000-07-03
1
-3
/
+3
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-2
/
+2
*
Fix memory leakage on module unload.
bp
2000-06-29
3
-1
/
+12
*
Fix memory leakage on module unload.
bp
2000-06-29
3
-1
/
+12
*
fdesc_getattr:
chris
2000-06-28
1
-6
/
+2
*
by changing the logic here we can support dynamic additions of new
alfred
2000-06-27
1
-19
/
+12
*
if there are leading zeros fail the lookup
alfred
2000-06-27
1
-0
/
+5
*
Remove obsolete comment.
bp
2000-06-25
1
-5
/
+0
*
Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' so
chris
2000-06-20
1
-3
/
+3
*
Virtualizes & untangles the bioops operations vector.
phk
2000-06-16
1
-3
/
+2
*
Remove unused include <sys/socketvar.h>.
chris
2000-06-15
1
-1
/
+0
*
Replace vattr_null() with VATTR_NULL() and do not explicity set vattr
chris
2000-06-15
1
-4
/
+2
*
before this commit, specfs reported disk partitions
jmb
2000-06-12
1
-1
/
+1
*
Instead of completely disallowing VOP_SETATTR, just do it where there is
chris
2000-06-06
1
-2
/
+6
*
Update the comment for fdesc_setattr to reflect that we no longer
chris
2000-06-02
1
-1
/
+1
*
- Do not allow VOP_SETATTR to modify underlying vnodes at all. This caused
chris
2000-06-02
2
-6
/
+0
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
16
-20
/
+20
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
16
-20
/
+20
*
Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout and
chris
2000-05-11
2
-439
/
+155
*
Change the "bdev-whiner" to whine when open is attempted and extend
phk
2000-05-09
1
-0
/
+9
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
23
-0
/
+23
*
Remove 42 unneeded #include <sys/ioccom.h>.
phk
2000-05-03
1
-1
/
+0
*
Add $FreeBSD$
peter
2000-05-01
2
-0
/
+3
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
10
-10
/
+0
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
2
-2
/
+0
*
nwfs depends on ncp
peter
2000-04-29
1
-0
/
+2
*
Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().
green
2000-04-26
3
-99
/
+2
*
Quiet an unused variable warning by commenting out a variable declaration
green
2000-04-22
1
-1
/
+1
*
There's no reason to make "file" 0500 rather than 0555.
green
2000-04-22
1
-1
/
+3
*
Welcome back our old friend from procfs, "file"!
green
2000-04-22
3
-19
/
+155
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
2
-2
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
5
-5
/
+0
*
Introduce kqueue() and kevent(), a kernel event notification facility.
jlemon
2000-04-16
1
-0
/
+86
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
4
-7
/
+7
*
Introduce extended attribute support for FFS, allowing arbitrary
rwatson
2000-04-15
1
-0
/
+1
[next]