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
*
Add canonical checks to devfs_setattr().
phk
2000-09-16
1
-14
/
+50
*
Use size_t instead of u_int for 4th argument to copyinstr().
jhb
2000-09-12
1
-1
/
+1
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-0
/
+1
*
Add refcounts to the "global" DEVFS inode slots, this allows us
phk
2000-09-06
4
-71
/
+294
*
Various cleanups towards make nullfs functional (it is still broken
bp
2000-09-05
4
-38
/
+130
*
Get rid from the __P() macros.
bp
2000-09-05
4
-37
/
+36
*
Off by one error.
phk
2000-09-04
1
-1
/
+1
*
Remove a comment that has been not only obsolete but patently wrong for the
des
2000-09-04
1
-8
/
+0
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
3
-31
/
+4
*
o Simplify if/then clause equating ESRCH with ENOENT when hiding a process
rwatson
2000-09-01
1
-5
/
+2
*
o Make procfs use vaccess() for procfs_access() DAC and super-user checks,
rwatson
2000-09-01
1
-28
/
+4
*
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
[next]