aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Provide more examples for error injection.Marcel Moolenaar2010-07-061-1/+6
* Fix mis-merges in the previous commit.Jung-uk Kim2010-07-061-2/+2
* Merge ACPICA 20100702.Jung-uk Kim2010-07-06104-1507/+8544
|\
* | ATA device reset starts probe sequence from the beginning. If reset causedAlexander Motin2010-07-061-4/+19
* | Calculate nshift only once.Konstantin Belousov2010-07-061-4/+6
* | In revoke(), verify that VCHR vnode indeed belongs to devfs.Konstantin Belousov2010-07-061-1/+1
* | Zero entire status block and add missing bus_dmamap_sync(9).Pyun YongHyeon2010-07-061-4/+8
* | Plug a possible memory leak.Jung-uk Kim2010-07-061-1/+1
* | Fix a possible null pointer dereference. A patch for -STABLE wasJung-uk Kim2010-07-061-0/+2
* | Introduce USD_{SET,GET}{BASE,LIMIT}. These help setting up the userRui Paulo2010-07-061-0/+7
* | Remove defunct email address from header as well.Ed Maste2010-07-061-1/+1
* | Remove email address that no longer exists.Ed Maste2010-07-061-1/+1
* | It does not actually make sense to provide an IPI facility on non-rootNathan Whitehorn2010-07-061-4/+3
* | Fix interrupt distribution to multiple CPUs on systems with cascaded PICs.Nathan Whitehorn2010-07-061-7/+14
* | Move the EOI logic when starting ithreads into intr_machdep instead ofNathan Whitehorn2010-07-064-18/+25
* | Fix a double-free bug which can occur if both bit error rate and packetMarko Zec2010-07-061-2/+3
* | Avoid double-free. In error cases ipfw(4) frees the mbuf(4), we don'tGleb Smirnoff2010-07-061-4/+1
* | Merge from vendor-sys/opensolaris:Rui Paulo2010-07-063-0/+3534
* | Fix a race condition, where a TTY could be destroyed twice.Ed Schouten2010-07-061-1/+2
* | - Handle the truncation of an inode with an effective link count of 0 inJeff Roberson2010-07-069-128/+34
* | It seems read DMA mode register requires both IPv4 TSO and IPv6 TSOPyun YongHyeon2010-07-061-1/+5
* | Add the ability for the allocflag argument of the vm_page_grab() toKonstantin Belousov2010-07-053-52/+24
* | Extend the kernel unit number allocator for allocating specific unitJaakko Heinonen2010-07-052-13/+169
* | Several cleanups for the r209686:Konstantin Belousov2010-07-041-13/+6
* | Obey sv_syscallnames bounds in syscallname().Konstantin Belousov2010-07-041-2/+4
* | - Pin the IPI cache and TLB demap functions in order to prevent migrationMarius Strobl2010-07-041-8/+24
* | Extend ptrace(PT_LWPINFO) to report siginfo for the signal that causedKonstantin Belousov2010-07-044-13/+74
* | Constify source argument for siginfo_to_siginfo32().Konstantin Belousov2010-07-042-2/+2
* | Reimplement vm_object_page_clean(), using the fact that vm object memqKonstantin Belousov2010-07-043-191/+73
* | Introduce a helper function vm_page_find_least(). Use it in several places,Konstantin Belousov2010-07-044-21/+29
* | Add a safety-belt. If the identified disk has 0 blocks, don't attachWarner Losh2010-07-041-3/+8
* | Minor formatting nits.Warner Losh2010-07-041-2/+2
* | Allocate and setup an interrupt vector for corrected machine checks.Marcel Moolenaar2010-07-033-0/+37
* | Add a missing conditional. We should not bind the PIC interrupt unlessNathan Whitehorn2010-07-031-1/+2
* | Improve the comment and man page for vm_page_alloc(). Specifically,Alan Cox2010-07-031-2/+7
* | Add ata(4) ability to limit initial ATA mode for devices via device hints.Alexander Motin2010-07-032-2/+56
* | This fixes a crash in SCTP. It was possible to have aRandall Stewart2010-07-031-4/+10
* | Import the Statistical Information For TCP Research (SIFTR) kernel module intoLawrence Stewart2010-07-033-0/+1581
* | Push down the acquisition of the page queues lock intoAlan Cox2010-07-021-3/+2
* | Use vm_page_prev() instead of vm_page_lookup() in the implementation ofAlan Cox2010-07-021-10/+12
* | Revert r209638. After commit, there appeared to be more people who likedAlexander Motin2010-07-022-4/+4
* | Use vm_page_next() instead of vm_page_lookup() in exec_map_first_page()Alan Cox2010-07-021-1/+1
* | With the demise of page coloring, the page queue macros no longer serve anyAlan Cox2010-07-024-29/+16
* | Add support for XLS 108 chips - update board.c/board.h to setup GMACJayachandran C.2010-07-022-2/+11
* | Remove save/restore of PageMask in tlb.c functions introduced in r209243.Jayachandran C.2010-07-022-16/+7
* | Fix a bug that WILL cause a panic. BasicallyRandall Stewart2010-07-021-2/+2
* | Remove the unneeded header <machine/intr.h>.Marcel Moolenaar2010-07-0211-90/+0
* | Make stray irq counters have format alike to other counters. Unified formatAlexander Motin2010-07-012-4/+4
* | Add new source to the loadable em build, thoughtJack F Vogel2010-07-011-1/+2
* | - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replayBernhard Schmidt2010-07-013-17/+7