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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace fix.
jhb
2009-06-24
1
-0
/
+1
*
Make algorithm a bit more bulletproof.
mav
2009-06-23
1
-2
/
+2
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
2
-1
/
+6
*
Fix variable name.
mav
2009-06-23
1
-1
/
+1
*
Rework r193814:
mav
2009-06-23
1
-34
/
+31
*
Eliminate dead code. These definitions should have been deleted with the
alc
2009-06-22
1
-10
/
+0
*
I have several machines where the following warning is printed:
ps
2009-06-15
1
-0
/
+3
*
Forbid multi-vector MSI interrupt vectors migration to another CPU once
mav
2009-06-15
1
-0
/
+2
*
Long, long ago in r27464 special case code for mapping device-backed
alc
2009-06-14
1
-49
/
+45
*
Enable PRINTF_BUFR_SIZE on i386 and amd64 by default.
ed
2009-06-14
1
-0
/
+1
*
Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernet
yongari
2009-06-10
1
-0
/
+1
*
opt in to flowtable on i386/amd64
kmacy
2009-06-09
1
-0
/
+1
*
remove flowtable from DEFAULTS
kmacy
2009-06-09
1
-1
/
+0
*
Unbreak the build for amd64 after r193814 using correct variable names.
bz
2009-06-09
1
-2
/
+2
*
When using i8254 as the only kernel timer source:
ariff
2009-06-09
1
-7
/
+31
*
Move C1E workaround into its own idle function. Previous workaround works
ariff
2009-06-09
2
-23
/
+73
*
Rewrite OsdSynch.c to reflect the latest ACPICA more closely:
jkim
2009-06-08
1
-3
/
+0
*
Revert my change; reintroduce __gnu89_inline.
ed
2009-06-08
1
-1
/
+1
*
Remove __gnu89_inline.
ed
2009-06-08
1
-1
/
+1
*
Now that amd64's kernel map is 512GB (SVN rev 192216), there is no reason
alc
2009-06-08
1
-9
/
+0
*
Put intrcnt, eintrcnt, intrnames and eintrnames into the .data section.
kib
2009-06-05
1
-0
/
+1
*
Import ACPICA 20090521.
jkim
2009-06-05
4
-7
/
+11
*
Remove MAC kernel config files and add "options MAC" to GENERIC, with the
rwatson
2009-06-02
2
-28
/
+1
*
Implement accept4 syscall.
dchagin
2009-06-01
1
-0
/
+1
*
Regenerate generated syscall files following changes to struct sysent in
rwatson
2009-06-01
1
-317
/
+317
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
2
-2
/
+0
*
Don't bother reading the initial value of the machine check banks during
jhb
2009-05-20
1
-4
/
+0
*
- Add a tunable 'hw.mca.enabled' that can be used to enable/disable the
jhb
2009-05-18
1
-11
/
+14
*
Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name.
jhb
2009-05-18
1
-0
/
+5
*
Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommend
jhb
2009-05-18
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
*
correct range in comment
kmacy
2009-05-16
1
-1
/
+1
*
update vm map comment
kmacy
2009-05-16
1
-1
/
+0
*
Increase default kernel map to 512GB
kmacy
2009-05-16
1
-2
/
+2
*
Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and
dchagin
2009-05-16
1
-0
/
+1
*
Trim the default set of device hints on i386 and amd64:
jhb
2009-05-14
1
-9
/
+0
*
FreeBSD right now support 32 CPUs on all the architectures at least.
attilio
2009-05-14
2
-14
/
+14
*
Implement simple machine check support for amd64 and i386.
jhb
2009-05-13
6
-0
/
+618
*
Correct a rare use-after-free error in pmap_copy(). This error was
alc
2009-05-13
1
-1
/
+3
*
Translate l_timeval arg to native struct timeval in
dchagin
2009-05-11
1
-1
/
+1
*
Do not export AT_CLKTCK when emulating Linux kernel prior
dchagin
2009-05-10
1
-1
/
+11
*
Rework r189362, r191883.
dchagin
2009-05-10
1
-1
/
+2
*
- Use "device\t" and "options \t" for consistency.
kuriyama
2009-05-10
4
-13
/
+13
*
Move the per-prison Linux MIB from a private one-off pointer to the new
jamie
2009-05-07
1
-0
/
+2
*
To avoid excessive code duplication move MI definitions to the MI
dchagin
2009-05-07
1
-8
/
+0
*
Disable adaptive mutexes and rwlocks for XENHVM.
dfr
2009-05-06
1
-0
/
+2
*
Fix XENHVM build.
dfr
2009-05-06
1
-1
/
+1
*
Do not try to initialize LAPIC timer if we are not going to use it.
mav
2009-05-05
1
-1
/
+1
*
Unlock the largest standard CPUID on Intel CPUs for both amd64 and i386 and
jkim
2009-05-04
1
-0
/
+16
*
Rename statclock_disable variable to atrtcclock_disable that it actually is,
mav
2009-05-03
2
-22
/
+15
[next]