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 Move from Alfred Perstein's "exclusion" technique of handling special
chris
2000-10-09
3
-78
/
+58
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
5
-16
/
+16
*
Don't hold an extra reference to vnodes. Devfs vnodes are sufficiently
phk
2000-10-09
3
-24
/
+28
*
return correct type for process directory entries, DT_DIR not DT_REG
alfred
2000-10-05
1
-1
/
+1
*
Forward-declare struct mbuf so that this file is less self-insufficient
bde
2000-10-05
1
-0
/
+1
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
21
-30
/
+111
*
Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacks
bp
2000-10-03
4
-9
/
+18
*
Prevent dereference of NULL pointer when null_lock() and null_unlock()
bp
2000-10-03
1
-1
/
+7
*
Protect hash data with lock manager instead of home grown one.
bp
2000-10-02
4
-71
/
+105
*
Get rid from the legacy __P() macro. Remove 'register' keywords.
bp
2000-10-02
6
-95
/
+99
*
PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.
peter
2000-10-02
1
-4
/
+0
*
Fix vnode locking bugs in the nullfs.
bp
2000-09-25
3
-98
/
+286
*
Ignore attempts to set flags to zero. This quenches a syslog warning
phk
2000-09-18
1
-1
/
+1
*
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
[next]