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
*
All opt_x.h includes go at the top of other includes.
julian
2008-08-25
2
-3
/
+4
*
Send the magic unlock packet the linux driver claims to have sniffed
imp
2008-08-25
1
-1
/
+16
*
Greatly expand the devices listed as being supported. This list was
imp
2008-08-25
1
-0
/
+449
*
Sort the list of supported products alphabetically.
imp
2008-08-25
1
-4
/
+4
*
Move some struct defs around. This is a prep step for Vimage.A
julian
2008-08-25
2
-67
/
+67
*
Correct detection of particular wpi cards which only support b/g
benjsc
2008-08-24
1
-4
/
+4
*
VIMAGE is a global option
julian
2008-08-24
1
-1
/
+1
*
Add uipaq. HTC smart phones use it, and it seems like a reasonable
imp
2008-08-24
1
-0
/
+1
*
Regenerate following r182123.
rwatson
2008-08-24
9
-12
/
+12
*
When MPSAFE ttys were merged, a new BSM audit event identifier was
rwatson
2008-08-24
3
-3
/
+3
*
There's a race in kmem(4) between checking whether a page is resident
marius
2008-08-24
1
-0
/
+14
*
MFp4:
imp
2008-08-24
1
-106
/
+2
*
Remove worrying printf warning on bootup when processing vnodes which
csjp
2008-08-24
1
-1
/
+1
*
MFamd64: r133413
marius
2008-08-24
1
-9
/
+6
*
Use ERANGE instead of EOVERFLOW selected in r182059, this seems more
rwatson
2008-08-24
1
-1
/
+1
*
Make syscons(4) use ttyv0 instead of consolectl as its primary window.
ed
2008-08-24
1
-11
/
+6
*
Put the relocked variable from the r182111 into the #ifdef QUOTA braces
kib
2008-08-24
1
-1
/
+4
*
Make the kernel compile with SCTP and SCTP_DEBUG but
bz
2008-08-24
1
-1
/
+2
*
Make lmc(4) compile without INET6 defined[1]. While here make it
bz
2008-08-24
1
-0
/
+6
*
Revert the r167541: "Remove unneeded getinoquota() call in the
kib
2008-08-24
1
-1
/
+23
*
Announce the speed of the PCI bus for informational purpose.
marius
2008-08-24
1
-3
/
+6
*
Make sysmouse(4) use its own locks, instead of using Giant.
ed
2008-08-24
1
-14
/
+10
*
The PCI specifications don't explain the details on how to calculate
marius
2008-08-24
1
-20
/
+58
*
Make the checks for ptp interfaces in ifa_ifwithdstaddr() and
bz
2008-08-24
1
-2
/
+2
*
MFp4 (my newcard tree):
imp
2008-08-24
2
-55
/
+0
*
Evidently the block device starts at 767.
kmacy
2008-08-24
1
-1
/
+1
*
Use sbuf_putc instead of sbuf_cat. This makes more sense, since we are
csjp
2008-08-24
1
-1
/
+1
*
Don't calculate checksum if it has already been validated
kmacy
2008-08-24
1
-6
/
+14
*
Some PC Card variants of the 82365 don't seem to like setting the IRQ
imp
2008-08-24
3
-10
/
+18
*
White space nit.
imp
2008-08-23
1
-1
/
+1
*
Whitespace nit.
imp
2008-08-23
1
-1
/
+1
*
Fix style nit: s/^ }/}/ in two places.
imp
2008-08-23
1
-2
/
+2
*
Style nit: s/^ }/}/
imp
2008-08-23
1
-1
/
+1
*
make block devices start at 0
kmacy
2008-08-23
1
-3
/
+4
*
Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls to
jhb
2008-08-23
5
-0
/
+244
*
Update drm kernel drivers.
rnoland
2008-08-23
70
-6411
/
+13390
*
- Use m_collapse(9) instead of m_defrag(9) if possible. This results
marius
2008-08-23
1
-18
/
+27
*
Update the comment regarding the workaround for the BlackBird
marius
2008-08-23
1
-3
/
+5
*
Make sure that we handle errors in device_get_children correctly.
imp
2008-08-23
1
-1
/
+2
*
Handle the error case properly for device_get_children.
imp
2008-08-23
1
-4
/
+3
*
Handle errors from device_get_children.
imp
2008-08-23
1
-4
/
+9
*
- Provide and consume module dependency information.
marius
2008-08-23
2
-5
/
+8
*
Allow the user to suppress the rate-limited pty(4) warning.
ed
2008-08-23
1
-1
/
+5
*
When device_get_children returns an error, ignore that bus' children.
imp
2008-08-23
1
-1
/
+2
*
Move the code that looks for the companion phy to a subroutine to make
imp
2008-08-23
1
-23
/
+22
*
- Removed unused sc_node.
marius
2008-08-23
1
-21
/
+9
*
There actually were bugs in the original handling that I missed last
imp
2008-08-23
1
-3
/
+4
*
It turns out that my analysis of the error handling here was wrong.
imp
2008-08-23
2
-10
/
+9
*
Introduce two related changes to the TrustedBSD MAC Framework:
rwatson
2008-08-23
29
-169
/
+461
*
Provide and consume module dependency information.
marius
2008-08-23
2
-0
/
+3
[next]