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
*
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
*
Fix a race condition with concurrent LOOKUP namecache operations for a vnode
jhb
2008-08-23
1
-9
/
+33
*
- Restore the behavior of enabling the MII buffer for an internal
marius
2008-08-23
1
-10
/
+22
*
When getaudit(2) is unable to fit the terminal IPv6 address into the
rwatson
2008-08-23
1
-1
/
+1
*
Remove clkbrd(4) as a separate device and compile it solely based
marius
2008-08-23
3
-3
/
+1
*
Cache the cred locally in _syncache_add() while holding the locks, so
bz
2008-08-23
1
-0
/
+12
*
- Add kbdmux(4); since sunkbd(4) was tought to emulate atkbd(4) like
marius
2008-08-23
1
-3
/
+5
*
Remove unused tty_gone() checks inside ttyoutq_read_uio().
ed
2008-08-23
1
-11
/
+0
*
If we are unable to obtain a frequency list from either ACPI or the static
jhb
2008-08-23
1
-1
/
+88
*
Remove unused variable nosleepwithlocks.
antoine
2008-08-23
1
-7
/
+0
*
Adjust the handling the various timer frequencies when using the lapic
jhb
2008-08-23
2
-20
/
+34
*
Add an explicit comment why we NULLify the two variables.
bz
2008-08-23
1
-0
/
+1
*
Revert bogusly committed file.
imp
2008-08-23
1
-1
/
+0
*
Set devs to 0 in case device_get_children return an error. The right thing
imp
2008-08-23
3
-0
/
+4
*
Actually revert last... Upon closer inspection the code works in the
imp
2008-08-23
1
-2
/
+1
*
Handle errors in device_get_children gracefully.
imp
2008-08-23
1
-1
/
+2
*
Handle errors from device_get_chidlren.
imp
2008-08-23
1
-2
/
+5
*
Cope with errors from device_get_children(). These errors can happen
imp
2008-08-23
1
-4
/
+7
*
Cosmetic nit.
imp
2008-08-23
1
-2
/
+0
*
Add MIPS support.
imp
2008-08-23
1
-0
/
+43
*
Allow the MD UMA allocator to use VM routines like kmem_*(). Existing code r...
nwhitehorn
2008-08-23
1
-1
/
+1
*
Minor style nits.
imp
2008-08-23
1
-5
/
+3
*
In nmount(), when we see the "force" option,
rodrigc
2008-08-23
1
-1
/
+7
*
Submit a band-aid for interrupt set up race.
kmacy
2008-08-22
1
-0
/
+6
*
Fix two small bugs in tcsetattr().
ed
2008-08-22
1
-7
/
+6
*
Don't try enumerating APICs when running on top of xen
kmacy
2008-08-22
1
-0
/
+2
*
cosmetic changes and style fixes
marius
2008-08-22
8
-45
/
+61
*
Avoid misaligned access of struct frame.
marius
2008-08-22
1
-4
/
+6
*
Use bus_foo() rather than bus_space_foo() and remove bus handle and tag
jhb
2008-08-22
3
-33
/
+28
*
Use ppc_detach() for device_detach instead of ppc_attach().
jhb
2008-08-22
1
-1
/
+1
[next]