aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Intialize interrupt moderation control register. The magic valuePyun YongHyeon2010-04-221-0/+3
* Now that we properly set write-combining on the pages that back the GART,Robert Noland2010-04-222-5/+8
* Allow to modify directory's content even if the ZFS_NOUNLINK (SF_NOUNLINK,Pawel Jakub Dawidek2010-04-221-0/+13
* re-write scatter gather memory allocation yet again...Robert Noland2010-04-226-112/+61
* Rework how drm maps are handled.Robert Noland2010-04-2223-168/+201
* Do the ctfmerge (= all symbols, not only symbols from one object file) forAlexander Leidinger2010-04-221-0/+5
* Revert r206179 (by imp) and do something similar which is more consistentAlexander Leidinger2010-04-221-1/+2
* Also add the usb mode to the devd string as the usb controller can work in bothAndrew Thompson2010-04-211-0/+4
* Change usb devd events from fake attach to a notify. The ugen device is not aAndrew Thompson2010-04-211-4/+94
* Fix typo.Konstantin Belousov2010-04-211-1/+1
* Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) toKonstantin Belousov2010-04-212-4/+212
* Extract the code to copy-out struct rusage32 from struct rusageKonstantin Belousov2010-04-212-33/+28
* Use correct bus_dma_tag_t for TX frames.Bernhard Schmidt2010-04-211-2/+4
* Comply with the new cyclic dtrace module variable nameRui Paulo2010-04-211-2/+2
* As was done in r155238 for i386 and in r155239 for amd64, clear the carryKonstantin Belousov2010-04-211-1/+2
* Avoid memory access after free. Use the (shortend) copy for theBjoern A. Zeeb2010-04-211-1/+1
* Fix another instance of lapic_cyclic_clock_func.Rui Paulo2010-04-201-2/+2
* Make sure that we free the passed in data message if we don't actuallyWarner Losh2010-04-201-3/+12
* It's not necessary to reset the chip every time an input overflow eventRebecca Cran2010-04-201-12/+3
* Make this file more C++ friendly.Warner Losh2010-04-201-1/+3
* Add the necessary hooks for dtrace cyclic module.Rui Paulo2010-04-201-1/+10
* Rename the cyclic global variable lapic_cyclic_clock_func to justRui Paulo2010-04-204-10/+10
* The amd64 version of the cyclic dtrace module is a verbatim copy of theRui Paulo2010-04-202-134/+1
* Fix compilation in the !SMP case.Attilio Rao2010-04-201-0/+6
* Remove svn:executable prop.Rui Paulo2010-04-205-0/+0
* The cache_enter(9) function shall not be called for doomed dvp.Konstantin Belousov2010-04-203-1/+11
* Update highest_tsn variables when sliding mapping arrays.Michael Tuexen2010-04-201-0/+6
* Really print the nr_mapping array when it should be printed.`Michael Tuexen2010-04-201-1/+1
* Eliminate an unnecessary call to pmap_remove_all(). If a page belongs toAlan Cox2010-04-201-1/+2
* For the experimental NFS client doing an NFSv4 mount,Rick Macklem2010-04-201-3/+6
* getblk lockmgr is mostly used as a msleep() and may lead too easilly toAttilio Rao2010-04-191-0/+1
* Fix a deadlock in the shutdown code:Attilio Rao2010-04-191-7/+12
* With r206844, CSUM_TCP is also set for CSUM_TSO case. ModifyPyun YongHyeon2010-04-196-133/+125
* Fix ddb(4) "show geom addr" command when INVARIANTS is enabled. Don'tJaakko Heinonen2010-04-191-7/+13
* whitespace fixes (trailing whitespace, bad indentationLuigi Rizzo2010-04-198-59/+61
* Don't clear other flags (e.g. CSUM_TCP) when setting CSUM_TSO. This wasKenneth D. Merry2010-04-191-1/+1
* Get delayed SACK working again.Michael Tuexen2010-04-191-0/+4
* Revert r206755. It causes some laptops to stop booting.Rui Paulo2010-04-191-1/+0
* Partially MFp4 #176265 by pjd@:Xin LI2010-04-191-5/+12
* Fix MALTA64 build.Juli Mallett2010-04-191-2/+2
* Remove unused file.Juli Mallett2010-04-192-172/+0
* o) Eliminate the "stand" frame and its use. Use CALLFRAME_* everywhere.Juli Mallett2010-04-197-348/+236
* o) Fix XKPHYS physical address extraction. Also define cache coherencyJuli Mallett2010-04-195-42/+48
* vm_thread_swapout() can safely dirty the page before rather than afterAlan Cox2010-04-191-1/+1
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches theJuli Mallett2010-04-1814-34/+88
* Avoid extraneous recovery cycles in the experimental NFS clientRick Macklem2010-04-182-4/+30
* Remove a nonsensical test from vm_pageout_clean(). A page can't be in theAlan Cox2010-04-181-2/+0
* Delete svn:executable prop.Rui Paulo2010-04-181-0/+0
* There is no justification for vm_object_split() setting PG_REFERENCED on aAlan Cox2010-04-181-1/+0
* Restore previous order.Pawel Jakub Dawidek2010-04-181-1/+1