| Commit message (Expand) | Author | Age | Files | Lines |
* | o addr2ascii(3) was removed ages ago. Fix the comment. | maxim | 2010-07-06 | 1 | -1/+1 |
* | It seems read DMA mode register requires both IPv4 TSO and IPv6 TSO | yongari | 2010-07-06 | 1 | -1/+5 |
* | Add the ability for the allocflag argument of the vm_page_grab() to | kib | 2010-07-05 | 3 | -52/+24 |
* | Remove comment which didn't match reality for a long time. | trasz | 2010-07-05 | 1 | -3/+0 |
* | Extend the kernel unit number allocator for allocating specific unit | jh | 2010-07-05 | 4 | -14/+181 |
* | Increment 'sa' at the end of the loop; otherwise, only the first | brucec | 2010-07-05 | 1 | -1/+1 |
* | Fix the clear function which has been broken for a bit. | mjacob | 2010-07-04 | 1 | -6/+17 |
* | Let boot(8) refer to the uart(4) serial driver, which is the replacement | bcr | 2010-07-04 | 1 | -3/+3 |
* | Several cleanups for the r209686: | kib | 2010-07-04 | 1 | -13/+6 |
* | Obey sv_syscallnames bounds in syscallname(). | kib | 2010-07-04 | 1 | -2/+4 |
* | - Pin the IPI cache and TLB demap functions in order to prevent migration | marius | 2010-07-04 | 1 | -8/+24 |
* | For "thread signal" command, print some information from siginfo when | kib | 2010-07-04 | 1 | -0/+37 |
* | Extend the td_thrinfo_t to include siginfo for the signal that stopped | kib | 2010-07-04 | 6 | -3/+71 |
* | Extend ptrace(PT_LWPINFO) to report siginfo for the signal that caused | kib | 2010-07-04 | 4 | -13/+74 |
* | Constify source argument for siginfo_to_siginfo32(). | kib | 2010-07-04 | 2 | -2/+2 |
* | Reimplement vm_object_page_clean(), using the fact that vm object memq | kib | 2010-07-04 | 3 | -191/+73 |
* | Introduce a helper function vm_page_find_least(). Use it in several places, | kib | 2010-07-04 | 4 | -21/+29 |
* | Use ISO C99 integer types instead of the BSD-specific u_int*_t. | brucec | 2010-07-04 | 3 | -29/+29 |
* | Add a safety-belt. If the identified disk has 0 blocks, don't attach | imp | 2010-07-04 | 1 | -3/+8 |
* | Minor formatting nits. | imp | 2010-07-04 | 1 | -2/+2 |
* | sysctlbyname() returns -1 on error and sets errno. It does | marcel | 2010-07-03 | 1 | -10/+8 |
* | Allocate and setup an interrupt vector for corrected machine checks. | marcel | 2010-07-03 | 3 | -0/+37 |
* | Add a missing conditional. We should not bind the PIC interrupt unless | nwhitehorn | 2010-07-03 | 1 | -1/+2 |
* | Improve the comment and man page for vm_page_alloc(). Specifically, | alc | 2010-07-03 | 2 | -23/+35 |
* | Hook the siftr.4 man page up to the build and alphabetically sort siis into its | lstewart | 2010-07-03 | 1 | -1/+2 |
* | Add ata(4) ability to limit initial ATA mode for devices via device hints. | mav | 2010-07-03 | 3 | -3/+61 |
* | This fixes a crash in SCTP. It was possible to have a | rrs | 2010-07-03 | 1 | -4/+10 |
* | Import the Statistical Information For TCP Research (SIFTR) kernel module into | lstewart | 2010-07-03 | 4 | -0/+2333 |
* | sh: Use $PWD instead of getcwd() for the \w and \W prompt expansions. | jilles | 2010-07-02 | 1 | -12/+11 |
* | sh: Remove comment that the comma operator is missing in arithmetic | jilles | 2010-07-02 | 1 | -1/+1 |
* | Push down the acquisition of the page queues lock into | alc | 2010-07-02 | 1 | -3/+2 |
* | Use vm_page_prev() instead of vm_page_lookup() in the implementation of | alc | 2010-07-02 | 1 | -10/+12 |
* | Revert r209638. After commit, there appeared to be more people who liked | mav | 2010-07-02 | 2 | -4/+4 |
* | Use vm_page_next() instead of vm_page_lookup() in exec_map_first_page() | alc | 2010-07-02 | 1 | -1/+1 |
* | With the demise of page coloring, the page queue macros no longer serve any | alc | 2010-07-02 | 4 | -29/+16 |
* | Add support for XLS 108 chips - update board.c/board.h to setup GMAC | jchandra | 2010-07-02 | 2 | -2/+11 |
* | Remove save/restore of PageMask in tlb.c functions introduced in r209243. | jchandra | 2010-07-02 | 2 | -16/+7 |
* | Fix a bug that WILL cause a panic. Basically | rrs | 2010-07-02 | 1 | -2/+2 |
* | <machine/intr.h> removed on powerpc. | marcel | 2010-07-02 | 1 | -0/+4 |
* | Remove the unneeded header <machine/intr.h>. | marcel | 2010-07-02 | 11 | -90/+0 |
* | Make stray irq counters have format alike to other counters. Unified format | mav | 2010-07-01 | 2 | -4/+4 |
* | Add new source to the loadable em build, thought | jfv | 2010-07-01 | 1 | -1/+2 |
* | - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replay | bschmidt | 2010-07-01 | 4 | -17/+41 |
* | Allow attimer to be hinted at ISA if not reported by ISA PNP or ACPI. | mav | 2010-07-01 | 2 | -7/+12 |
* | Rework r209456: | mav | 2010-07-01 | 2 | -2/+4 |
* | The struct ipfw_rule_ref follows the struct m_tag. Deal with this | glebius | 2010-07-01 | 1 | -4/+5 |
* | If the A flag is supplied, http_request() will attempt the request only | des | 2010-07-01 | 1 | -2/+4 |
* | Correct explanation for idle and standby subcommands' -t argument. | mav | 2010-07-01 | 1 | -5/+7 |
* | o Add taras@. | maxim | 2010-07-01 | 1 | -0/+6 |
* | Fix build | kevlo | 2010-07-01 | 1 | -1/+0 |