| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Roughly half of a typical pmap_mincore() implementation is machine- | Alan Cox | 2010-05-24 | 1 | -2/+37 |
| * | Reorganize syscall entry and leave handling. | Konstantin Belousov | 2010-05-23 | 2 | -106/+63 |
| * | On entry to pmap_enter(), assert that the page is busy. While I'm | Alan Cox | 2010-05-16 | 1 | -1/+13 |
| * | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | Alan Cox | 2010-05-08 | 1 | -3/+11 |
| * | On Alan's advice, rather than do a wholesale conversion on a single | Kip Macy | 2010-04-30 | 2 | -2/+8 |
| * | MFamd64/i386 r207205 | Alan Cox | 2010-04-29 | 1 | -11/+4 |
| * | Style: use #define<TAB> instead of #define<SPACE>. | Konstantin Belousov | 2010-04-27 | 1 | -1/+1 |
| * | Add OF_getscsinitid(), a helper similar to OF_getetheraddr() but for | Marius Strobl | 2010-04-26 | 1 | -0/+1 |
| * | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | Alan Cox | 2010-04-24 | 1 | -0/+11 |
| * | Move the constants specifying the size of struct kinfo_proc into | Konstantin Belousov | 2010-04-24 | 1 | -0/+2 |
| * | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | Andrew Thompson | 2010-04-22 | 1 | -0/+1 |
| * | Change the arguments of exec_setregs() so that it receives a pointer | Nathan Whitehorn | 2010-03-25 | 1 | -3/+3 |
| * | Remove COMPAT_43TTY from stock kernel configuration files. | Ed Schouten | 2010-03-13 | 1 | -1/+0 |
| * | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-03 | 1 | -7/+0 |
| * | Adjust style (following the already existing rules) for the newly | Attilio Rao | 2010-02-15 | 1 | -1/+1 |
| * | - Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmware | Marius Strobl | 2010-02-13 | 4 | -0/+28 |
| * | Add the options DEADLKRES (introducing the deadlock resolver thread) in | Attilio Rao | 2010-02-10 | 1 | -0/+1 |
| * | Merge r178860 from sparc64: | Marius Strobl | 2010-02-01 | 1 | -81/+90 |
| * | Merge r177565 from sparc64: | Marius Strobl | 2010-02-01 | 2 | -14/+13 |
| * | Merge r157224 from sparc64: | Marius Strobl | 2010-02-01 | 1 | -4/+4 |
| * | Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms. | Warner Losh | 2010-01-10 | 1 | -1/+1 |
| * | In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows | Bjoern A. Zeeb | 2010-01-08 | 1 | -0/+2 |
| * | Revert 200594. This file isn't intended for these sorts of things. | Warner Losh | 2010-01-04 | 1 | -7/+0 |
| * | Add vlan(4) to all GENERIC kernels. | Brooks Davis | 2010-01-03 | 1 | -0/+1 |
| * | Hook ebus(4) and isa(4) up to the sun4v LINT build in order to | Marius Strobl | 2009-12-23 | 1 | -1/+1 |
| * | - Remove devices which are/were only relevant for sun4u. | Marius Strobl | 2009-12-23 | 1 | -19/+0 |
| * | Add INCLUDE_CONFIG_FILE, and a note in comments about how to also | Doug Barton | 2009-12-16 | 1 | -0/+7 |
| * | Add additional checks of the kernel stack addresses in order to | Marius Strobl | 2009-12-08 | 1 | -3/+11 |
| * | Simplify the invocation of vm_fault(). Specifically, eliminate the flag | Alan Cox | 2009-11-27 | 1 | -6/+3 |
| * | Extract the code that records syscall results in the frame into MD | Konstantin Belousov | 2009-11-10 | 2 | -36/+41 |
| * | In r197963, a race with thread being selected for signal delivery | Konstantin Belousov | 2009-10-27 | 1 | -5/+1 |
| * | o Introduce vm_sync_icache() for making the I-cache coherent with | Marcel Moolenaar | 2009-10-21 | 1 | -0/+5 |
| * | Change the load base to below 2GB so PIE binaries work including when | Marius Strobl | 2009-10-18 | 1 | -1/+1 |
| * | Define architectural load bases for PIE binaries. Addresses were selected | Konstantin Belousov | 2009-10-10 | 1 | -0/+2 |
| * | Add a new sysctl for reporting all of the supported page sizes. | Alan Cox | 2009-09-18 | 1 | -0/+2 |
| * | Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an | Poul-Henning Kamp | 2009-09-08 | 2 | -20/+49 |
| * | * Completely Remove the option STOP_NMI from the kernel. This option | Attilio Rao | 2009-08-13 | 1 | -0/+1 |
| * | Correct an error of omission in r195649 ("Add support to the virtual memory | Alan Cox | 2009-07-13 | 1 | -2/+1 |
| * | Add support to the virtual memory system for configuring machine- | Alan Cox | 2009-07-12 | 2 | -2/+4 |
| * | Rename option USBVERBOSE to USB_VERBOSE for 2 reasons: | Marcel Moolenaar | 2009-07-12 | 1 | -1/+1 |
| * | Cleanup ALIGNED_POINTER: | Sam Leffler | 2009-07-05 | 1 | -0/+7 |
| * | Enable POSIX semaphores on all non-embedded architectures by default. | Ed Schouten | 2009-07-02 | 1 | -0/+1 |
| * | Correct the #endif comment. | Alan Cox | 2009-06-26 | 1 | -1/+1 |
| * | This change is the next step in implementing the cache control functionality | Alan Cox | 2009-06-26 | 2 | -1/+37 |
| * | Remove COMPAT_43 from sun4v's GENERIC. | Ed Schouten | 2009-06-25 | 1 | -1/+0 |
| * | Remove COMPAT_FREEBSD5 from sun4v. There are no FreeBSD/sun4v 5.x binaries | John Baldwin | 2009-06-25 | 1 | -1/+0 |
| * | Implement a facility for dynamic per-cpu variables. | Jeff Roberson | 2009-06-23 | 4 | -0/+11 |
| * | Adjust the padding of struct pcpu to r193219. | Marius Strobl | 2009-06-03 | 1 | -2/+2 |
| * | Remove MAC kernel config files and add "options MAC" to GENERIC, with the | Robert Watson | 2009-06-02 | 2 | -28/+1 |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -1/+0 |