aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Various small whitespace and style fixes.John Baldwin2009-12-073-10/+11
* Add <machine/pcb.h> missed in r199135.Marius Strobl2009-12-071-0/+1
* Fix ntfs such that it understand media with a non-512-bytes sector size:Guido van Rooij2009-12-073-7/+15
* Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_idMarcel Moolenaar2009-12-078-75/+81
* Allocate the VHPT for each CPU in cpu_mp_start(), rather thanMarcel Moolenaar2009-12-075-77/+75
* Add Asynchronous Notification support for controllers without SNTFAlexander Motin2009-12-061-3/+12
* Add a libutempter compatibility interface to libulog.Ed Schouten2009-12-061-1/+1
* Unbreak build.Nathan Whitehorn2009-12-061-1/+1
* MFp4:Alexander Motin2009-12-062-0/+9
* MFp4:Alexander Motin2009-12-0644-1158/+1569
* Fix burst processing for WF2Q pipes - do not increase available burst sizeOleg Bulyzhin2009-12-051-1/+3
* Change VOP_FSYNC for zfs vnode from VOP_PANIC to zfs_freebsd_fsync(),Konstantin Belousov2009-12-051-1/+1
* We have to eventually look for provider without checking guid as this is needPawel Jakub Dawidek2009-12-051-3/+5
* Remove trailing ";" in UMA_HASH_INSERT and UMA_HASH_REMOVE macros.Antoine Brodin2009-12-051-2/+2
* Fix deadlock when ZVOLs are present and we are replacing dead component orPawel Jakub Dawidek2009-12-052-2/+10
* Always check guid when opening by path, because we may end up with providerPawel Jakub Dawidek2009-12-051-5/+3
* Avoid using additional variable for storing an error if we are not goingPawel Jakub Dawidek2009-12-051-3/+2
* Do not ignore device interrupt if bus mastering is still active. It isAlexander Motin2009-12-051-2/+1
* adjust comment in previous commit after Julian's explanationLuigi Rizzo2009-12-051-8/+9
* On Soft Reset, read device signature from FIS receive area, instead ofAlexander Motin2009-12-051-3/+5
* remove a dead block of code, document how the ipfw clients areLuigi Rizzo2009-12-051-27/+28
* fix build with VNET enabledLuigi Rizzo2009-12-051-1/+1
* Regenerate.Konstantin Belousov2009-12-044-12/+16
* Add several syscall compat32 entries for acl manipulation.Konstantin Belousov2009-12-041-4/+8
* This is v4l support for the linuxulator. This allows to access FreeBSDAlexander Leidinger2009-12-044-38/+424
* Import the unchanged v4l videodev.h from the vendor branch.Alexander Leidinger2009-12-041-0/+372
* Use INET_ADDRSTRLEN and INET6_ADDRSTRLEN rather than hardHajimu UMEMOTO2009-12-041-5/+23
* ichsmb: drop default attachment to generic smbus hardwareAndriy Gapon2009-12-041-8/+0
* Fix cases where we've managed to get a Loop UP event prior to initializingMatt Jacob2009-12-042-43/+52
* Add workaround to overcome hardware limitation which allows only aPyun YongHyeon2009-12-031-0/+37
* Add uhci/ehci controller ids.Andrew Thompson2009-12-032-0/+16
* Change 'load' balancing mode algorithm:Alexander Motin2009-12-032-30/+26
* Properly return an error reply if an NFS remove or link operation fails.John Baldwin2009-12-031-4/+3
* The first argument of dcbz interprets r0 as a literal zero, not the second.Nathan Whitehorn2009-12-031-1/+1
* Remove wrong assertion. Debugee is allowed to lose a signal.Konstantin Belousov2009-12-031-3/+2
* Remove unused code.Edward Tomasz Napierala2009-12-031-36/+0
* Remove unneeded ifdefs.Edward Tomasz Napierala2009-12-037-252/+8
* mca: small enhancements related to cpu quirksAndriy Gapon2009-12-032-16/+44
* Use a better check for a valid kernel stack address when capturingJoseph Koshy2009-12-031-2/+3
* preparation work to replace the monster switch in ipfw_chk() withLuigi Rizzo2009-12-031-136/+202
* Add change that was somehow missed in r192586. It could manifest byEdward Tomasz Napierala2009-12-031-2/+3
* Teach an IPv6 to the debug prints.Hajimu UMEMOTO2009-12-031-14/+62
* ichsmb: try attaching only to intel hardware in the default caseAndriy Gapon2009-12-031-2/+4
* ichsmb: add pci ids for some newer supported hardwareAndriy Gapon2009-12-031-0/+12
* Make sure bus space accesses use unorder memory loads and stores.Marcel Moolenaar2009-12-034-80/+148
* Fix cut'n paste on the AR9280 entry.Andrew Thompson2009-12-022-2/+2
* Include <sys/sysctl.h>, to get the declarations of ostype andMarcel Moolenaar2009-12-021-2/+1
* Don't use ap->a_td->td_ucred when we were passed ap->a_cred.Edward Tomasz Napierala2009-12-021-1/+1
* - initialize src_ip in the main loop to prevent a compiler warningLuigi Rizzo2009-12-021-5/+8
* Bump __FreeBSD_version for sigpause(3) addition [1] andKonstantin Belousov2009-12-021-1/+1