summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* o addr2ascii(3) was removed ages ago. Fix the comment.maxim2010-07-061-1/+1
* It seems read DMA mode register requires both IPv4 TSO and IPv6 TSOyongari2010-07-061-1/+5
* Add the ability for the allocflag argument of the vm_page_grab() tokib2010-07-053-52/+24
* Remove comment which didn't match reality for a long time.trasz2010-07-051-3/+0
* Extend the kernel unit number allocator for allocating specific unitjh2010-07-054-14/+181
* Increment 'sa' at the end of the loop; otherwise, only the firstbrucec2010-07-051-1/+1
* Fix the clear function which has been broken for a bit.mjacob2010-07-041-6/+17
* Let boot(8) refer to the uart(4) serial driver, which is the replacementbcr2010-07-041-3/+3
* Several cleanups for the r209686:kib2010-07-041-13/+6
* Obey sv_syscallnames bounds in syscallname().kib2010-07-041-2/+4
* - Pin the IPI cache and TLB demap functions in order to prevent migrationmarius2010-07-041-8/+24
* For "thread signal" command, print some information from siginfo whenkib2010-07-041-0/+37
* Extend the td_thrinfo_t to include siginfo for the signal that stoppedkib2010-07-046-3/+71
* Extend ptrace(PT_LWPINFO) to report siginfo for the signal that causedkib2010-07-044-13/+74
* Constify source argument for siginfo_to_siginfo32().kib2010-07-042-2/+2
* Reimplement vm_object_page_clean(), using the fact that vm object memqkib2010-07-043-191/+73
* Introduce a helper function vm_page_find_least(). Use it in several places,kib2010-07-044-21/+29
* Use ISO C99 integer types instead of the BSD-specific u_int*_t.brucec2010-07-043-29/+29
* Add a safety-belt. If the identified disk has 0 blocks, don't attachimp2010-07-041-3/+8
* Minor formatting nits.imp2010-07-041-2/+2
* sysctlbyname() returns -1 on error and sets errno. It doesmarcel2010-07-031-10/+8
* Allocate and setup an interrupt vector for corrected machine checks.marcel2010-07-033-0/+37
* Add a missing conditional. We should not bind the PIC interrupt unlessnwhitehorn2010-07-031-1/+2
* Improve the comment and man page for vm_page_alloc(). Specifically,alc2010-07-032-23/+35
* Hook the siftr.4 man page up to the build and alphabetically sort siis into itslstewart2010-07-031-1/+2
* Add ata(4) ability to limit initial ATA mode for devices via device hints.mav2010-07-033-3/+61
* This fixes a crash in SCTP. It was possible to have arrs2010-07-031-4/+10
* Import the Statistical Information For TCP Research (SIFTR) kernel module intolstewart2010-07-034-0/+2333
* sh: Use $PWD instead of getcwd() for the \w and \W prompt expansions.jilles2010-07-021-12/+11
* sh: Remove comment that the comma operator is missing in arithmeticjilles2010-07-021-1/+1
* Push down the acquisition of the page queues lock intoalc2010-07-021-3/+2
* Use vm_page_prev() instead of vm_page_lookup() in the implementation ofalc2010-07-021-10/+12
* Revert r209638. After commit, there appeared to be more people who likedmav2010-07-022-4/+4
* Use vm_page_next() instead of vm_page_lookup() in exec_map_first_page()alc2010-07-021-1/+1
* With the demise of page coloring, the page queue macros no longer serve anyalc2010-07-024-29/+16
* Add support for XLS 108 chips - update board.c/board.h to setup GMACjchandra2010-07-022-2/+11
* Remove save/restore of PageMask in tlb.c functions introduced in r209243.jchandra2010-07-022-16/+7
* Fix a bug that WILL cause a panic. Basicallyrrs2010-07-021-2/+2
* <machine/intr.h> removed on powerpc.marcel2010-07-021-0/+4
* Remove the unneeded header <machine/intr.h>.marcel2010-07-0211-90/+0
* Make stray irq counters have format alike to other counters. Unified formatmav2010-07-012-4/+4
* Add new source to the loadable em build, thoughtjfv2010-07-011-1/+2
* - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replaybschmidt2010-07-014-17/+41
* Allow attimer to be hinted at ISA if not reported by ISA PNP or ACPI.mav2010-07-012-7/+12
* Rework r209456:mav2010-07-012-2/+4
* The struct ipfw_rule_ref follows the struct m_tag. Deal with thisglebius2010-07-011-4/+5
* If the A flag is supplied, http_request() will attempt the request onlydes2010-07-011-2/+4
* Correct explanation for idle and standby subcommands' -t argument.mav2010-07-011-5/+7
* o Add taras@.maxim2010-07-011-0/+6
* Fix buildkevlo2010-07-011-1/+0
OpenPOWER on IntegriCloud