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 Change the API and ABI of the Extended Attribute kernel interfaces to
rwatson
2001-03-15
2
-10
/
+15
*
Add missed MODULE_VERSION() call, so loading of unicode conversion routine
sobomax
2001-03-11
1
-0
/
+1
*
Do not kill vnodes after rename. This can cause deadlocks in the deadfs.
bp
2001-03-11
1
-6
/
+2
*
Add a mount time option which slightly relaxes checks for valid Joilet
bp
2001-03-11
2
-1
/
+3
*
Slightly reorganize allocation of new vnode. Use bit NVOLUME to detected
bp
2001-03-10
6
-51
/
+45
*
Synch with changes in the NCP requester.
bp
2001-03-10
3
-192
/
+233
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
1
-2
/
+2
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
2
-0
/
+4
*
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
*
A name of the file can change while its id stays the same. So, we have
bp
2001-03-06
2
-15
/
+5
*
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
[next]