summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move some struct defs around. This is a prep step for Vimage.Ajulian2008-08-252-67/+67
* Correct detection of particular wpi cards which only support b/gbenjsc2008-08-241-4/+4
* VIMAGE is a global optionjulian2008-08-241-1/+1
* Add uipaq. HTC smart phones use it, and it seems like a reasonableimp2008-08-241-0/+1
* Regenerate following r182123.rwatson2008-08-249-12/+12
* When MPSAFE ttys were merged, a new BSM audit event identifier wasrwatson2008-08-243-3/+3
* There's a race in kmem(4) between checking whether a page is residentmarius2008-08-241-0/+14
* MFp4:imp2008-08-241-106/+2
* Remove worrying printf warning on bootup when processing vnodes whichcsjp2008-08-241-1/+1
* MFamd64: r133413marius2008-08-241-9/+6
* Use ERANGE instead of EOVERFLOW selected in r182059, this seems morerwatson2008-08-241-1/+1
* Make syscons(4) use ttyv0 instead of consolectl as its primary window.ed2008-08-241-11/+6
* Put the relocked variable from the r182111 into the #ifdef QUOTA braceskib2008-08-241-1/+4
* Make the kernel compile with SCTP and SCTP_DEBUG butbz2008-08-241-1/+2
* Make lmc(4) compile without INET6 defined[1]. While here make itbz2008-08-241-0/+6
* Revert the r167541: "Remove unneeded getinoquota() call in thekib2008-08-241-1/+23
* Announce the speed of the PCI bus for informational purpose.marius2008-08-241-3/+6
* Make sysmouse(4) use its own locks, instead of using Giant.ed2008-08-241-14/+10
* The PCI specifications don't explain the details on how to calculatemarius2008-08-241-20/+58
* Make the checks for ptp interfaces in ifa_ifwithdstaddr() andbz2008-08-241-2/+2
* MFp4 (my newcard tree):imp2008-08-242-55/+0
* Evidently the block device starts at 767.kmacy2008-08-241-1/+1
* Use sbuf_putc instead of sbuf_cat. This makes more sense, since we arecsjp2008-08-241-1/+1
* Don't calculate checksum if it has already been validatedkmacy2008-08-241-6/+14
* Some PC Card variants of the 82365 don't seem to like setting the IRQimp2008-08-243-10/+18
* White space nit.imp2008-08-231-1/+1
* Whitespace nit.imp2008-08-231-1/+1
* Fix style nit: s/^ }/}/ in two places.imp2008-08-231-2/+2
* Style nit: s/^ }/}/imp2008-08-231-1/+1
* make block devices start at 0kmacy2008-08-231-3/+4
* Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls tojhb2008-08-235-0/+244
* Update drm kernel drivers.rnoland2008-08-2370-6411/+13390
* - Use m_collapse(9) instead of m_defrag(9) if possible. This resultsmarius2008-08-231-18/+27
* Update the comment regarding the workaround for the BlackBirdmarius2008-08-231-3/+5
* Make sure that we handle errors in device_get_children correctly.imp2008-08-231-1/+2
* Handle the error case properly for device_get_children.imp2008-08-231-4/+3
* Handle errors from device_get_children.imp2008-08-231-4/+9
* - Provide and consume module dependency information.marius2008-08-232-5/+8
* Allow the user to suppress the rate-limited pty(4) warning.ed2008-08-231-1/+5
* When device_get_children returns an error, ignore that bus' children.imp2008-08-231-1/+2
* Move the code that looks for the companion phy to a subroutine to makeimp2008-08-231-23/+22
* - Removed unused sc_node.marius2008-08-231-21/+9
* There actually were bugs in the original handling that I missed lastimp2008-08-231-3/+4
* It turns out that my analysis of the error handling here was wrong.imp2008-08-232-10/+9
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-2329-169/+461
* Provide and consume module dependency information.marius2008-08-232-0/+3
* Fix a race condition with concurrent LOOKUP namecache operations for a vnodejhb2008-08-231-9/+33
* - Restore the behavior of enabling the MII buffer for an internalmarius2008-08-231-10/+22
* When getaudit(2) is unable to fit the terminal IPv6 address into therwatson2008-08-231-1/+1
* Remove clkbrd(4) as a separate device and compile it solely basedmarius2008-08-233-3/+1
OpenPOWER on IntegriCloud