summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 old BSD-style entries from /etc/ttys and increase pts(4) to 512.ed2008-08-237-3584/+1792
* Remove clkbrd(4) as a separate device and compile it solely basedmarius2008-08-233-3/+1
* Cache the cred locally in _syncache_add() while holding the locks, sobz2008-08-231-0/+12
* - Add kbdmux(4); since sunkbd(4) was tought to emulate atkbd(4) likemarius2008-08-231-3/+5
* Remove unused tty_gone() checks inside ttyoutq_read_uio().ed2008-08-231-11/+0
* Make stty(1) use tab0 and tab3 to handle tab completion.ed2008-08-233-8/+23
* If we are unable to obtain a frequency list from either ACPI or the staticjhb2008-08-231-1/+88
* Remove unused variable nosleepwithlocks.antoine2008-08-231-7/+0
* Adjust the handling the various timer frequencies when using the lapicjhb2008-08-232-20/+34
* Add an explicit comment why we NULLify the two variables.bz2008-08-231-0/+1
* Document that devlistp and devcountp are only updated when there's noimp2008-08-231-1/+5
* Revert bogusly committed file.imp2008-08-231-1/+0
* Set devs to 0 in case device_get_children return an error. The right thingimp2008-08-233-0/+4
* Actually revert last... Upon closer inspection the code works in theimp2008-08-231-2/+1
* Handle errors in device_get_children gracefully.imp2008-08-231-1/+2
* Handle errors from device_get_chidlren.imp2008-08-231-2/+5
* Cope with errors from device_get_children(). These errors can happenimp2008-08-231-4/+7
* Cosmetic nit.imp2008-08-231-2/+0
* Add MIPS support.imp2008-08-231-0/+43
* Allow the MD UMA allocator to use VM routines like kmem_*(). Existing code r...nwhitehorn2008-08-231-1/+1
* Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD fromrodrigc2008-08-231-2/+3
* Minor style nits.imp2008-08-231-5/+3
* In nmount(), when we see the "force" option,rodrigc2008-08-231-1/+7
* Submit a band-aid for interrupt set up race.kmacy2008-08-221-0/+6
* Fix two small bugs in tcsetattr().ed2008-08-221-7/+6
* Hook back ntp to the build now that I fixed it.roberto2008-08-221-1/+1
* Don't try enumerating APICs when running on top of xenkmacy2008-08-221-0/+2
* cosmetic changes and style fixesmarius2008-08-228-45/+61
* Add forgotten libopts subdir.roberto2008-08-221-0/+13
* Avoid misaligned access of struct frame.marius2008-08-221-4/+6
* Add a label for myself.jhb2008-08-221-0/+1
* Use bus_foo() rather than bus_space_foo() and remove bus handle and tagjhb2008-08-223-33/+28
* Use ppc_detach() for device_detach instead of ppc_attach().jhb2008-08-221-1/+1
* Whitespace fix.jhb2008-08-221-1/+1
* Remove unused UNITOSOFTC() macro.jhb2008-08-221-2/+0
OpenPOWER on IntegriCloud