aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
...
* Move the constants specifying the size of struct kinfo_proc intoKonstantin Belousov2010-04-241-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-0/+1
* Change the arguments of exec_setregs() so that it receives a pointerNathan Whitehorn2010-03-251-3/+3
* Remove COMPAT_43TTY from stock kernel configuration files.Ed Schouten2010-03-131-1/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* Adjust style (following the already existing rules) for the newlyAttilio Rao2010-02-151-1/+1
* - Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmwareMarius Strobl2010-02-134-0/+28
* Add the options DEADLKRES (introducing the deadlock resolver thread) inAttilio Rao2010-02-101-0/+1
* Merge r178860 from sparc64:Marius Strobl2010-02-011-81/+90
* Merge r177565 from sparc64:Marius Strobl2010-02-012-14/+13
* Merge r157224 from sparc64:Marius Strobl2010-02-011-4/+4
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.Warner Losh2010-01-101-1/+1
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsBjoern A. Zeeb2010-01-081-0/+2
* Revert 200594. This file isn't intended for these sorts of things.Warner Losh2010-01-041-7/+0
* Add vlan(4) to all GENERIC kernels.Brooks Davis2010-01-031-0/+1
* Hook ebus(4) and isa(4) up to the sun4v LINT build in order toMarius Strobl2009-12-231-1/+1
* - Remove devices which are/were only relevant for sun4u.Marius Strobl2009-12-231-19/+0
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsoDoug Barton2009-12-161-0/+7
* Add additional checks of the kernel stack addresses in order toMarius Strobl2009-12-081-3/+11
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagAlan Cox2009-11-271-6/+3
* Extract the code that records syscall results in the frame into MDKonstantin Belousov2009-11-102-36/+41
* In r197963, a race with thread being selected for signal deliveryKonstantin Belousov2009-10-271-5/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withMarcel Moolenaar2009-10-211-0/+5
* Change the load base to below 2GB so PIE binaries work including whenMarius Strobl2009-10-181-1/+1
* Define architectural load bases for PIE binaries. Addresses were selectedKonstantin Belousov2009-10-101-0/+2
* Add a new sysctl for reporting all of the supported page sizes.Alan Cox2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-082-20/+49
* * Completely Remove the option STOP_NMI from the kernel. This optionAttilio Rao2009-08-131-0/+1
* Correct an error of omission in r195649 ("Add support to the virtual memoryAlan Cox2009-07-131-2/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-122-2/+4
* Rename option USBVERBOSE to USB_VERBOSE for 2 reasons:Marcel Moolenaar2009-07-121-1/+1
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-0/+7
* Enable POSIX semaphores on all non-embedded architectures by default.Ed Schouten2009-07-021-0/+1
* Correct the #endif comment.Alan Cox2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-262-1/+37
* Remove COMPAT_43 from sun4v's GENERIC.Ed Schouten2009-06-251-1/+0
* Remove COMPAT_FREEBSD5 from sun4v. There are no FreeBSD/sun4v 5.x binariesJohn Baldwin2009-06-251-1/+0
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-234-0/+11
* Adjust the padding of struct pcpu to r193219.Marius Strobl2009-06-031-2/+2
* Remove MAC kernel config files and add "options MAC" to GENERIC, with theRobert Watson2009-06-022-28/+1
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-1/+0
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+10
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-3/+1
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB asMarius Strobl2009-03-192-14/+4
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerAndrew Thompson2009-03-191-1/+0
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-4/+2
* Change over the usb kernel options to the new stack (retaining existingAndrew Thompson2009-02-231-58/+5