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
/
miscfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-2
/
+6
*
Fix breakage unconvered by LINT - dont refer to undefined variables in
peter
2001-01-17
1
-0
/
+2
*
Don't compile a dead variable declaration.
wollman
2001-01-09
1
-0
/
+2
*
Use macro API to <sys/queue.h>
phk
2000-12-31
1
-4
/
+4
*
Fix a lockup problem that occurs with 'cvs update'. specfs's fsync can
dillon
2000-12-30
1
-0
/
+13
*
Retire kernfs (kernel part).
des
2000-12-28
3
-902
/
+0
*
This implements a better launder limiting solution. There was a solution
dillon
2000-12-26
1
-0
/
+2
*
Protect proc.p_pptr and proc.p_children/p_sibling with the
jake
2000-12-23
2
-0
/
+16
*
o Tighten restrictions on use of /proc/pid/ctl and move access checks
rwatson
2000-12-13
1
-4
/
+10
*
- Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead
jake
2000-12-13
1
-1
/
+4
*
Add a module version (so that linprocfs can properly depend on procfs)
des
2000-12-09
1
-0
/
+1
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-3
/
+1
*
Protect p_stat with the sched_lock.
jhb
2000-12-02
1
-1
/
+18
*
Update to reflect the disappearance of getsock().
jlemon
2000-11-25
1
-2
/
+6
*
More paranoia against overflows
eivind
2000-11-08
1
-18
/
+45
*
Take VBLK devices further out of their missery.
phk
2000-11-02
1
-9
/
+2
*
Fix overflow from jail hostname.
eivind
2000-11-01
1
-1
/
+1
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
2
-18
/
+0
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
2
-2
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
5
-5
/
+0
*
Rev 1.41 was committed from wrong diff, now do it right.
bp
2000-10-22
1
-1
/
+1
*
Release and unlock vnode if resource deadlock detected.
bp
2000-10-22
1
-0
/
+1
*
Fix nullfs breakage caused by incomplete migration of v_interlock from
bp
2000-10-15
1
-3
/
+5
*
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
1
-5
/
+5
*
return correct type for process directory entries, DT_DIR not DT_REG
alfred
2000-10-05
1
-1
/
+1
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
3
-2
/
+7
*
Prevent dereference of NULL pointer when null_lock() and null_unlock()
bp
2000-10-03
1
-1
/
+7
*
Fix vnode locking bugs in the nullfs.
bp
2000-09-25
3
-98
/
+286
*
Fix a 64-bitism, use size_t instead of u_int for 4th arg to copyinstr.
jhb
2000-09-11
1
-1
/
+1
*
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
*
Remove a comment that has been not only obsolete but patently wrong for the
des
2000-09-04
1
-8
/
+0
*
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
1
-1
/
+1
*
Fix panic when removing open device (found by bp@)
phk
2000-08-24
1
-3
/
+11
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
7
-4017
/
+0
*
Centralize the canonical vop_access user/group/other check in vaccess().
phk
2000-08-20
1
-28
/
+1
*
Introduce vop_stdinactive() and make it the default if no vop_inactive
phk
2000-08-18
5
-85
/
+2
*
Rename the loadable nullfs kernel module: null -> nullfs
sheldonh
2000-07-28
1
-1
/
+1
*
Remove stale, unused and bogus root device hunting code.
phk
2000-07-27
2
-25
/
+0
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
1
-2
/
+4
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
5
-12
/
+66
*
Pull the rug under block mode devices. they return ENXIO on open(2) now.
phk
2000-07-03
1
-3
/
+3
*
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
*
Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' so
chris
2000-06-20
1
-3
/
+3
[next]