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
/
gnu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
2
-2
/
+2
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
2
-0
/
+4
*
Reviewed by: jlemon
adrian
2001-03-01
2
-10
/
+22
*
Remove the leading underscore from all symbols defined in x86 asm
jake
2001-02-25
9
-31
/
+31
*
Preceed/preceeding are not english words. Use precede or preceding.
asmodai
2001-02-18
2
-2
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
3
-36
/
+36
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
2
-8
/
+8
*
Use <sys/queue.h> macro API.
phk
2001-02-04
1
-2
/
+2
*
Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.
phk
2001-02-04
1
-4
/
+0
*
Driver for the ESS Maestro3 and Allegro sound chips. Note that due to the
scottl
2001-02-01
2
-0
/
+906
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
2
-48
/
+6
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
3
-41
/
+36
*
Proc locking.
jhb
2001-01-23
1
-0
/
+2
*
Proc locking, mostly protecting p_ucred while obtaining additional
jhb
2001-01-23
4
-10
/
+56
*
Completed move of Digiboard drivers to dev/dgb
babkin
2001-01-08
8
-10303
/
+0
*
Changed the copyright notice to BSD-style. The original GPL copyright
babkin
2001-01-05
4
-24
/
+110
*
Avoid a data-consistency race between write() and mmap()
dillon
2000-12-17
2
-0
/
+18
*
Put the bits in place for Alpha support for ext2. Not tested.
mjacob
2000-12-09
5
-0
/
+263
*
Correct to a common %ld the 5 argument to a printf.
mjacob
2000-12-09
2
-4
/
+4
*
Use a pointer to a size_t for the 4th argument to copyinstr-
mjacob
2000-12-09
2
-2
/
+2
*
Backed out previous commit. Don't depend on namespace pollution in
bde
2000-12-02
4
-0
/
+4
*
remove unneded sys/ucred.h includes
alfred
2000-11-30
4
-4
/
+0
*
Quick fix for not writing group descriptor group, inode bitmaps or
bde
2000-11-10
2
-2
/
+4
*
Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 of
bde
2000-11-04
2
-2
/
+6
*
Support filesystems with the not-so-new "sparse_superblocks" feature.
bde
2000-11-03
8
-30
/
+90
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
2
-2
/
+0
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
4
-4
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
2
-4
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+0
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
2
-4
/
+4
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
3
-8
/
+14
*
Put on my nuclear-grade asbestos suit and cvs rm the old, broken, sound
peter
2000-10-02
6
-5566
/
+0
*
ext2fs depends on ufs code, so update it to properly handle v_lock field.
bp
2000-09-26
2
-2
/
+2
*
Add a lock structure to vnode structure. Previously it was either allocated
bp
2000-09-25
3
-3
/
+1
*
Fixed some serious bugs in ext2_readdir():
bde
2000-09-12
2
-22
/
+44
*
sync CCR register definitions with creative sources
cg
2000-08-06
1
-1
/
+3
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
2
-2
/
+46
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
4
-14
/
+34
*
Fix typo (accessable --> accessible).
alex
2000-06-14
2
-2
/
+2
*
The change to do a longword compare in the previous commit just broke an
bde
2000-06-03
1
-1
/
+1
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
2
-2
/
+22
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
3
-3
/
+3
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
3
-3
/
+3
*
Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!
obrien
2000-05-22
1
-1
/
+1
*
If we are going to do a byte compare, the operands should be byte-sized.
obrien
2000-05-22
1
-1
/
+1
*
Fix inconsistent assembly. If byte moves are specified, a byte-sized
obrien
2000-05-22
1
-2
/
+2
*
Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.
hoek
2000-05-21
1
-1
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
18
-0
/
+22
*
Add $FreeBSD$
peter
2000-05-01
3
-3
/
+4
[next]