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
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
1
-32
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
20
-68
/
+120
*
Backed out previous commit. It cause massive filesystem corruption,
bde
2001-04-30
1
-0
/
+1
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
6
-89
/
+1
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
3
-6
/
+0
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
6
-55
/
+50
*
fix it so it compiles again
mjacob
2001-04-23
2
-0
/
+4
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
4
-0
/
+8
*
- Various style fixes.
jhb
2001-03-29
1
-7
/
+3
*
Convert the allproc and proctree locks from lockmgr locks to sx locks.
jhb
2001-03-28
2
-13
/
+14
*
Catch up to header include changes:
jhb
2001-03-28
3
-0
/
+3
*
o Change the API and ABI of the Extended Attribute kernel interfaces to
rwatson
2001-03-15
2
-10
/
+15
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
1
-2
/
+2
*
Proc locking identical to that of linprocfs' vnops except that we hold the
jhb
2001-03-07
1
-18
/
+59
*
Protect read to p_pptr with proc lock rather than proctree lock.
jhb
2001-03-07
1
-2
/
+2
*
Proc locking. Lock around psignal() and also ensure both an exclusive
jhb
2001-03-07
1
-20
/
+34
*
Protect p_flag with the proc lock.
jhb
2001-03-07
3
-3
/
+18
*
Remove the copyinstr call which was trying to copy the pathname in from
dfr
2001-03-03
1
-3
/
+0
*
Reviewed by: jlemon
adrian
2001-03-01
5
-12
/
+0
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
1
-2
/
+2
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
2
-30
/
+55
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
4
-22
/
+22
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
5
-6
/
+6
*
Use <sys/queue.h> macro API.
phk
2001-02-04
1
-2
/
+1
*
Add a BUF_KERNPROC() in the BIO_DELETE path.
phk
2001-01-30
1
-0
/
+1
*
This patch reestablishes the spec_fsync() guarentee that synchronous
dillon
2001-01-29
1
-7
/
+16
*
- 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
[next]