summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* udf_readatoffset: return correct size and data pointer for data in fentryavg2009-02-271-0/+6
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-2717-1171/+631
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-2749-8/+83
* Move the include of vinet.h further up before the ipfilter includes.bz2009-02-271-3/+3
* Remove redundant code in printf() and vprintf().ed2009-02-271-28/+1
* Shuffle the vimage.h includes or add where missing.bz2009-02-273-2/+5
* Revert previous commit to subr_prf.c and make it more tidy.ed2009-02-271-3/+5
* Prefer register usage style to be more consistent with the rest of theraj2009-02-271-8/+8
* Make Book-E debug register state part of the PCB context.raj2009-02-277-5/+18
* Fix up some ioctl permissions issues long overlooked.rnoland2009-02-273-8/+7
* Rollback rev. 189093.mav2009-02-261-1/+0
* Unhide IDENTIFY command timeouts when verbose messages enabled.mav2009-02-261-1/+3
* Restore mtx_lock() call on ata_timeout(), dropped (I think accidentally)mav2009-02-261-0/+1
* Rename all symbols in libmp(3) to mp_*, just like Solaris.ed2009-02-261-1/+1
* Remove direct ata_completed() call options from ata_finish(), except for themav2009-02-264-17/+10
* Allow the old usb stack to compile by adding the appropriate -I foo, this mustthompsa2009-02-261-1/+5
* Add MSI blacklisting support.mav2009-02-261-47/+76
* udf_readatoffset: read through directory vnode, do not read > MAXBSIZEavg2009-02-263-25/+23
* Remove unneeded pointer `ndp'.ed2009-02-261-11/+10
* Remove even more unneeded variable assignments.ed2009-02-269-20/+2
* Don't throw away upper 32-bits of the HT MSI address window. In practicejhb2009-02-261-1/+1
* Remove unneeded variable `ocn_mute'.ed2009-02-261-2/+0
* Remove unused variables `p' and unneeded assignments of `rval'.ed2009-02-261-6/+0
* udf: add read-ahead support modeled after cd9660avg2009-02-262-3/+23
* udf_map: return proper error code instead of leaking an internal oneavg2009-02-261-2/+13
* udf_read: correctly read data from files with data embedded into fentry,avg2009-02-261-0/+26
* udf_strategy: tiny optimization of logic, calculations; extra diagnosticsavg2009-02-261-14/+11
* Remove redundant assignment of `p'.ed2009-02-261-1/+0
* Remove redundant assignment of `s'.ed2009-02-261-1/+0
* Remove unneeded variable assignment.ed2009-02-261-1/+1
* Add static tracing for privilege checking:rwatson2009-02-261-9/+40
* Silence compiler warning inside our ^T handler.ed2009-02-261-1/+1
* Use unsigned longs for the TTY's sysctl stats.ed2009-02-263-12/+12
* Don't use PTY name as format string, even though it isn't insecure here.ed2009-02-261-1/+1
* Fix typo in comments in r189023.sobomax2009-02-252-2/+2
* Enable support for PAT_WRITE_PROTECTED and PAT_UNCACHED cache modesjkim2009-02-252-103/+77
* The GM45 handles vblank differently. Pull the changes from Intel in.rnoland2009-02-255-1/+25
* Remove D_NEEDGIANT.rnoland2009-02-251-1/+1
* Turn on MSI if the card supports it. There is a blacklist for chipsrnoland2009-02-253-35/+78
* Prepare the radeon driver for MSI support.rnoland2009-02-251-0/+28
* Add some vblank related debugging and replace the DRM_WAIT_ON macrornoland2009-02-251-9/+23
* This was part of a sync to the code that Intel is shipping in linux.rnoland2009-02-256-2272/+1909
* The i915 driver was the only consumer of locked task support.rnoland2009-02-254-64/+0
* The vblank_swap ioctl was fundamentally race prone. Get rid of it.rnoland2009-02-253-433/+14
* There is no reason to hold the lock here.rnoland2009-02-251-2/+0
* Remove the PZERO priority from mtx_sleep.rnoland2009-02-251-2/+2
* Prior to r188331 a map entry's last read offset was only updated by a hardalc2009-02-251-3/+7
* Make machdep.hyperthreading_enabled tunable working with the SCHED_ULE.sobomax2009-02-252-18/+86
* Update to latest 3Com firmware image. The latest fimware isyongari2009-02-253-4578/+3802
* Update paths for ehci_ixp4xx.c in the old and new stacks.thompsa2009-02-241-1/+2
OpenPOWER on IntegriCloud