aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix up some ioctl permissions issues long overlooked.Robert Noland2009-02-273-8/+7
* fix buildSam Leffler2009-02-271-0/+1
* fix buildSam Leffler2009-02-271-1/+1
* Replace clone_setcallback() with a new function clone_setdefcallback()Rui Paulo2009-02-274-18/+34
* Rollback rev. 189093.Alexander Motin2009-02-261-1/+0
* Unhide IDENTIFY command timeouts when verbose messages enabled.Alexander Motin2009-02-261-1/+3
* Restore mtx_lock() call on ata_timeout(), dropped (I think accidentally)Alexander Motin2009-02-261-0/+1
* Rename all symbols in libmp(3) to mp_*, just like Solaris.Ed Schouten2009-02-2615-229/+255
* Remove direct ata_completed() call options from ata_finish(), except for theAlexander Motin2009-02-264-17/+10
* Fix LLVM compiler errors related to K&R declarations with ANSI prototypes.Ed Schouten2009-02-266-57/+25
* Allow the old usb stack to compile by adding the appropriate -I foo, this mustAndrew Thompson2009-02-261-1/+5
* Use ANSI function declarations in librpcsvc.Ed Schouten2009-02-265-36/+12
* Add MSI blacklisting support.Alexander Motin2009-02-261-47/+76
* use mii instead of miibus to not pull in useless phy codeSam Leffler2009-02-261-1/+1
* add updatep[12] that grok the partitioning we use and use gpartSam Leffler2009-02-262-0/+116
* udf_readatoffset: read through directory vnode, do not read > MAXBSIZEAndriy Gapon2009-02-263-25/+23
* [1] When showing threads, the thread name just appears if the commAttilio Rao2009-02-263-11/+37
* Add a missing parameter to ruserpass(). According to C99 6.9.1p7Roman Divacky2009-02-261-2/+4
* Remove unneeded pointer `ndp'.Ed Schouten2009-02-261-11/+10
* Remove even more unneeded variable assignments.Ed Schouten2009-02-269-20/+2
* Don't throw away upper 32-bits of the HT MSI address window. In practiceJohn Baldwin2009-02-261-1/+1
* Remove unneeded variable `ocn_mute'.Ed Schouten2009-02-261-2/+0
* Remove unused variables `p' and unneeded assignments of `rval'.Ed Schouten2009-02-261-6/+0
* udf: add read-ahead support modeled after cd9660Andriy Gapon2009-02-262-3/+23
* udf_map: return proper error code instead of leaking an internal oneAndriy Gapon2009-02-261-2/+13
* udf_read: correctly read data from files with data embedded into fentry,Andriy Gapon2009-02-261-0/+26
* udf_strategy: tiny optimization of logic, calculations; extra diagnosticsAndriy Gapon2009-02-261-14/+11
* Remove redundant assignment of `p'.Ed Schouten2009-02-261-1/+0
* Remove redundant assignment of `s'.Ed Schouten2009-02-261-1/+0
* Remove unneeded variable assignment.Ed Schouten2009-02-261-1/+1
* Add static tracing for privilege checking:Robert Watson2009-02-261-9/+40
* Silence compiler warning inside our ^T handler.Ed Schouten2009-02-261-1/+1
* Use unsigned longs for the TTY's sysctl stats.Ed Schouten2009-02-263-12/+12
* Don't use PTY name as format string, even though it isn't insecure here.Ed Schouten2009-02-261-1/+1
* add more gpio registersSam Leffler2009-02-261-2/+9
* Fix typo in comments in r189023.Maxim Sobolev2009-02-252-2/+2
* Enable support for PAT_WRITE_PROTECTED and PAT_UNCACHED cache modesJung-uk Kim2009-02-252-103/+77
* The GM45 handles vblank differently. Pull the changes from Intel in.Robert Noland2009-02-255-1/+25
* Remove D_NEEDGIANT.Robert Noland2009-02-251-1/+1
* Turn on MSI if the card supports it. There is a blacklist for chipsRobert Noland2009-02-253-35/+78
* Prepare the radeon driver for MSI support.Robert Noland2009-02-251-0/+28
* Add some vblank related debugging and replace the DRM_WAIT_ON macroRobert Noland2009-02-251-9/+23
* This was part of a sync to the code that Intel is shipping in linux.Robert Noland2009-02-256-2272/+1909
* The i915 driver was the only consumer of locked task support.Robert Noland2009-02-254-64/+0
* The vblank_swap ioctl was fundamentally race prone. Get rid of it.Robert Noland2009-02-253-433/+14
* There is no reason to hold the lock here.Robert Noland2009-02-251-2/+0
* Remove the PZERO priority from mtx_sleep.Robert Noland2009-02-251-2/+2
* Prior to r188331 a map entry's last read offset was only updated by a hardAlan Cox2009-02-251-3/+7
* Make machdep.hyperthreading_enabled tunable working with the SCHED_ULE.Maxim Sobolev2009-02-252-18/+86
* Update to latest 3Com firmware image. The latest fimware isPyun YongHyeon2009-02-253-4578/+3802