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
*
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
11
-46
/
+10
*
Display the Joliet Extension 'level' in the log message.
alfred
2001-02-23
1
-1
/
+1
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
1
-2
/
+2
*
Remove a debug printf.
phk
2001-02-18
1
-3
/
+1
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
2
-30
/
+55
*
Add a hook for loading of a Unicode -> char conversion routine as a kld at a
sobomax
2001-02-13
1
-0
/
+12
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
14
-82
/
+82
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
2
-2
/
+2
*
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
10
-17
/
+17
*
Use <sys/queue.h> macro API.
phk
2001-02-04
2
-3
/
+2
*
Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.
phk
2001-02-04
2
-8
/
+0
*
At the point in time where most devices are created, we don't know what
phk
2001-02-02
2
-1
/
+16
*
Only superuser can create symlinks.
phk
2001-02-02
1
-2
/
+5
*
Zap last remaining references to (and a use use of) of simple_locks.
peter
2001-01-31
1
-1
/
+1
*
Add a BUF_KERNPROC() in the BIO_DELETE path.
phk
2001-01-30
1
-0
/
+1
*
Fix two minor nits.
phk
2001-01-30
2
-2
/
+6
*
This patch reestablishes the spec_fsync() guarentee that synchronous
dillon
2001-01-29
1
-7
/
+16
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
3
-38
/
+5
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
8
-64
/
+58
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-2
/
+6
*
The lock being destroyed was misnamed, not unused. Add the lockdestroy()
jhb
2001-01-24
1
-0
/
+2
*
Proc locking to protect p_ucred while we obtain additional references.
jhb
2001-01-24
1
-2
/
+15
*
- Remove unused header include.
jhb
2001-01-23
1
-5
/
+3
*
Proc locking to protect p_ucred while we obtain an additional reference.
jhb
2001-01-23
1
-1
/
+9
*
- FreeBSD doesn't have an abortop vnop as far as I can tell, so #ifdef
jhb
2001-01-23
1
-4
/
+2
*
Fix breakage unconvered by LINT - dont refer to undefined variables in
peter
2001-01-17
1
-0
/
+2
*
Delete unused #include <sys/select.h>.
wollman
2001-01-09
5
-6
/
+0
*
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
2
-6
/
+6
*
Fix a lockup problem that occurs with 'cvs update'. specfs's fsync can
dillon
2000-12-30
1
-0
/
+13
*
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
*
When p_ucred is passed to the venus daemon, first grab the proc lock to
jhb
2000-12-15
1
-2
/
+14
*
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
8
-32
/
+17
*
staticize.
phk
2000-12-08
3
-6
/
+7
*
Protect accesses to member of struct proc with the proc lock.
jhb
2000-12-06
3
-2
/
+12
*
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
*
Use vop_defaultop() instead of ntfs_bypass().
bp
2000-11-18
1
-2
/
+6
*
Missed conversion of CIRCLEQ => TAILQ for mount list.
mckusick
2000-11-14
1
-1
/
+1
*
More paranoia against overflows
eivind
2000-11-08
1
-18
/
+45
*
v_interlock is a mutex now, not simple lock.
bp
2000-11-04
1
-1
/
+1
*
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
5
-21
/
+0
[next]