index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
sun4v
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust style (following the already existing rules) for the newly
attilio
2010-02-15
1
-1
/
+1
*
- Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmware
marius
2010-02-13
4
-0
/
+28
*
Add the options DEADLKRES (introducing the deadlock resolver thread) in
attilio
2010-02-10
1
-0
/
+1
*
Merge r178860 from sparc64:
marius
2010-02-01
1
-81
/
+90
*
Merge r177565 from sparc64:
marius
2010-02-01
2
-14
/
+13
*
Merge r157224 from sparc64:
marius
2010-02-01
1
-4
/
+4
*
Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.
imp
2010-01-10
1
-1
/
+1
*
In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows
bz
2010-01-08
1
-0
/
+2
*
Revert 200594. This file isn't intended for these sorts of things.
imp
2010-01-04
1
-7
/
+0
*
Add vlan(4) to all GENERIC kernels.
brooks
2010-01-03
1
-0
/
+1
*
Hook ebus(4) and isa(4) up to the sun4v LINT build in order to
marius
2009-12-23
1
-1
/
+1
*
- Remove devices which are/were only relevant for sun4u.
marius
2009-12-23
1
-19
/
+0
*
Add INCLUDE_CONFIG_FILE, and a note in comments about how to also
dougb
2009-12-16
1
-0
/
+7
*
Add additional checks of the kernel stack addresses in order to
marius
2009-12-08
1
-3
/
+11
*
Simplify the invocation of vm_fault(). Specifically, eliminate the flag
alc
2009-11-27
1
-6
/
+3
*
Extract the code that records syscall results in the frame into MD
kib
2009-11-10
2
-36
/
+41
*
In r197963, a race with thread being selected for signal delivery
kib
2009-10-27
1
-5
/
+1
*
o Introduce vm_sync_icache() for making the I-cache coherent with
marcel
2009-10-21
1
-0
/
+5
*
Change the load base to below 2GB so PIE binaries work including when
marius
2009-10-18
1
-1
/
+1
*
Define architectural load bases for PIE binaries. Addresses were selected
kib
2009-10-10
1
-0
/
+2
*
Add a new sysctl for reporting all of the supported page sizes.
alc
2009-09-18
1
-0
/
+2
*
Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an
phk
2009-09-08
2
-20
/
+49
*
* Completely Remove the option STOP_NMI from the kernel. This option
attilio
2009-08-13
1
-0
/
+1
*
Correct an error of omission in r195649 ("Add support to the virtual memory
alc
2009-07-13
1
-2
/
+1
*
Add support to the virtual memory system for configuring machine-
alc
2009-07-12
2
-2
/
+4
*
Rename option USBVERBOSE to USB_VERBOSE for 2 reasons:
marcel
2009-07-12
1
-1
/
+1
*
Cleanup ALIGNED_POINTER:
sam
2009-07-05
1
-0
/
+7
*
Enable POSIX semaphores on all non-embedded architectures by default.
ed
2009-07-02
1
-0
/
+1
*
Correct the #endif comment.
alc
2009-06-26
1
-1
/
+1
*
This change is the next step in implementing the cache control functionality
alc
2009-06-26
2
-1
/
+37
*
Remove COMPAT_43 from sun4v's GENERIC.
ed
2009-06-25
1
-1
/
+0
*
Remove COMPAT_FREEBSD5 from sun4v. There are no FreeBSD/sun4v 5.x binaries
jhb
2009-06-25
1
-1
/
+0
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
4
-0
/
+11
*
Adjust the padding of struct pcpu to r193219.
marius
2009-06-03
1
-2
/
+2
*
Remove MAC kernel config files and add "options MAC" to GENERIC, with the
rwatson
2009-06-02
2
-28
/
+1
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
1
-1
/
+0
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
1
-1
/
+1
*
Add cpu_flush_dcache() for use after non-DMA based I/O so that a
marcel
2009-05-18
1
-0
/
+10
*
Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing
rwatson
2009-04-20
1
-3
/
+1
*
Add description and cautionary note regarding CACHE_LINE_SIZE.
rwatson
2009-04-19
1
-0
/
+4
*
For each architecture, define CACHE_LINE_SHIFT and a derived
rwatson
2009-04-19
1
-0
/
+5
*
- There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB as
marius
2009-03-19
2
-14
/
+4
*
Remove the uscanner(4) driver, this follows the removal of the kernel scanner
thompsa
2009-03-19
1
-1
/
+0
*
Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer
kib
2009-03-17
1
-4
/
+2
*
Change over the usb kernel options to the new stack (retaining existing
thompsa
2009-02-23
1
-58
/
+5
*
Add uslcom to the build too.
thompsa
2009-02-15
1
-0
/
+1
*
Switch over GENERIC kernels to USB2 by default.
thompsa
2009-02-15
1
-6
/
+57
*
- Use the generally more appropriate PROM base rather than the
marius
2009-02-11
1
-1
/
+1
*
Adjust the padding of struct pcpu to r187357.
marius
2009-01-18
1
-1
/
+7
*
Missed the sun4v update to ofw_machdep.h in the OFW modularization commit.
nwhitehorn
2008-12-20
1
-1
/
+6
[next]