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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/R_IA64_/R_IA_64_/g as per the ia64 psABI.
marcel
2006-01-17
5
-109
/
+104
*
Since p_cansee will end up dereferencing p_ucred, don't check for p_ucred
jmallett
2006-01-17
1
-9
/
+7
*
I ran into an nfs client panic a couple of times in a row over the
alfred
2006-01-17
9
-9
/
+41
*
Fix a memory leak I introduced with the hostb/vgapci stuff.
jhb
2006-01-17
2
-8
/
+16
*
Bah. Fix 'show lock' to actually be compiled in. I had just fixed this in
jhb
2006-01-17
1
-0
/
+3
*
Add a new file (kern/subr_lock.c) for holding code related to struct
jhb
2006-01-17
7
-88
/
+155
*
Fix a memory leak.
jkoshy
2006-01-17
1
-5
/
+7
*
Initialize thread0.td_contested in init_turnstiles() rather than
jhb
2006-01-17
2
-3
/
+1
*
Update a stale comment.
jhb
2006-01-17
1
-1
/
+1
*
Garbage collect turnstile_empty() since it is unused.
jhb
2006-01-17
2
-20
/
+2
*
Fix an 11 year old mistake: Let the hash functions take a void* instead
phk
2006-01-17
2
-4
/
+5
*
Move $FreeBSD$ from comment to __FBSDID().
pjd
2006-01-17
1
-2
/
+3
*
- Use better types.
pjd
2006-01-17
1
-6
/
+6
*
Check return value.
pjd
2006-01-17
1
-0
/
+4
*
Remove dead code.
pjd
2006-01-17
1
-2
/
+0
*
Remove unused value.
pjd
2006-01-17
1
-2
/
+1
*
Log situation when EIO is returned.
pjd
2006-01-17
1
-0
/
+1
*
Remove bio leak when EIO error is emulated.
pjd
2006-01-17
1
-5
/
+5
*
The number of ticks per usec for YUKON_EC is 125.
yongari
2006-01-17
2
-2
/
+2
*
fix Rx checksum computation on little endian systems.
yongari
2006-01-17
1
-1
/
+1
*
fix interrupt moderation timer frequencies for Yukon
yongari
2006-01-17
4
-14
/
+42
*
remove trailing spaces
yongari
2006-01-17
2
-22
/
+22
*
Set flag in needsbuffer while still holding bqlock to avoid lost wakeup.
tegge
2006-01-16
1
-2
/
+4
*
Fix broken capabilites. There are possible calculation errors within
ariff
2006-01-16
1
-2
/
+2
*
ehci_pci.c:
ariff
2006-01-16
3
-7
/
+19
*
Add PCI vendor id for ATI OHCI USB controllers.
ariff
2006-01-16
1
-0
/
+11
*
Although we check the return value of copyin(9) while determaining how
csjp
2006-01-16
1
-2
/
+6
*
Fix standalone module build.
ru
2006-01-16
1
-0
/
+2
*
I couldn't find any traces of what the tags1 file was supposed to do.
ru
2006-01-16
1
-2
/
+0
*
Restore old compatibility of feeding directly into /dev/dsp at 8000 hz
ariff
2006-01-16
1
-2
/
+4
*
Correct typos (s/OFERFLOW/OVERFLOW/).
kris
2006-01-16
3
-4
/
+4
*
Work around a problem seen on VIA EHCI controllers where occasionally
iedowse
2006-01-15
3
-0
/
+38
*
Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this was
iedowse
2006-01-15
3
-0
/
+6
*
The ehci driver doesn't use the transfer `hcpriv' field, so don't
iedowse
2006-01-15
1
-1
/
+0
*
vfs_busy can only return something useful if MNTK_UNMOUNT has been set.
csjp
2006-01-15
1
-1
/
+1
*
Cast VFS_STATFS() in vfs_domount() to (void) to indicate that ignoring the
rwatson
2006-01-15
1
-1
/
+1
*
Modify the IP fragment reassembly code so that it uses a new UMA zone,
rwatson
2006-01-15
1
-21
/
+81
*
Staticize ipqlock, since it is local to ip_input.c.
rwatson
2006-01-15
1
-1
/
+1
*
Don't leak mbufs and mbuf clusters in several error-handling situations
rwatson
2006-01-15
1
-0
/
+4
*
If frame length is excessive, don't leak an mbuf and cluster when
rwatson
2006-01-15
1
-0
/
+1
*
I don't believe these are used at all, and can be safely removed
imp
2006-01-15
7
-1004
/
+0
*
Add support for the Compaq LTE docking station. It includes a plug
imp
2006-01-15
1
-5
/
+6
*
Rename uid and gid arguments to vaccess() prototype to match vaccess()
rwatson
2006-01-15
1
-2
/
+3
*
Initialize ki to p->p_aioinfo after we know it's going to be referencing
csjp
2006-01-15
1
-2
/
+2
*
Remove unused code.
bz
2006-01-15
2
-6
/
+0
*
Fix potential overrun of static stack allocated array which stores
csjp
2006-01-15
1
-1
/
+1
*
Add another inverted EAPD quirk for Gateway 7326GZ.
ariff
2006-01-14
1
-1
/
+2
*
Move m_adj after checking that m_dup succeeded.
mlaier
2006-01-14
1
-3
/
+4
*
Initialize variable.
glebius
2006-01-14
1
-1
/
+1
*
Make code simplier fixing memory leak.
glebius
2006-01-14
1
-5
/
+2
[next]