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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Add shim to simplify migration to the CAM-based ATA. For each new adaX
mav
2011-04-26
2
-0
/
+2
*
Fix the experimental NFS client so that it does not bogusly
rmacklem
2011-04-25
1
-1
/
+1
*
Switch the GENERIC kernels for all architectures to the new CAM-based ATA
mav
2011-04-24
2
-17
/
+15
*
Do not invoke resume event handlers if suspend was successful.
jkim
2011-04-19
1
-4
/
+6
*
Add suspend/resume event handlers for apm(4) as well.
jkim
2011-04-19
1
-6
/
+7
*
Make pmap_invalidate_cache_range() available for consumption on amd64.
kib
2011-04-18
2
-11
/
+44
*
Add a function rdtsc32() to read lower 32 bits from TSC and discard upper
jkim
2011-04-14
1
-0
/
+9
*
Consistently use __volatile as the rest of this file.
jkim
2011-04-14
1
-5
/
+5
*
Consistently use C99 standard integers as the rest of this file.
jkim
2011-04-14
1
-6
/
+6
*
Reduce errors in effective frequency calculation.
jkim
2011-04-12
1
-2
/
+3
*
Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF and
jkim
2011-04-12
1
-25
/
+24
*
Add forgotten declarations for tsc_perf_stat from the previous commit.
jkim
2011-04-12
1
-0
/
+1
*
Probe capability to find effective frequency. When the TSC is P-state
jkim
2011-04-12
1
-1
/
+4
*
Add definitions for CPUID instruction 6, ECX information.
jkim
2011-04-12
1
-0
/
+6
*
Add tunables that mirror the functionality of sysctls machdep.panic_on_nmi
rstone
2011-04-08
1
-0
/
+2
*
Use atomic load & store for TSC frequency. It may be overkill for amd64 but
jkim
2011-04-07
4
-19
/
+29
*
Implement atomic_load_acq_64(9) and atomic_store_rel_64(9) for i386. These
jkim
2011-04-06
2
-0
/
+104
*
Add accounting for most of the memory-related resources.
trasz
2011-04-05
1
-1
/
+3
*
Use cpu_ticks() for get_cyclecount(9) rather than checking existence of TSC
jkim
2011-04-04
1
-7
/
+1
*
Revert r220032:linux compat: add SO_PASSCRED option with basic handling
avg
2011-03-31
1
-1
/
+0
*
Break out the ath PCI logic into a separate device/module.
adrian
2011-03-31
2
-1
/
+3
*
linux compat: add SO_PASSCRED option with basic handling
avg
2011-03-26
1
-0
/
+1
*
linux compat: add non-dummy capget and capset system calls, regenerate
avg
2011-03-26
6
-12
/
+38
*
linux compat: add non-dummy capget and capset system calls
avg
2011-03-26
1
-2
/
+4
*
Export the correct AT_PLATFORM value.
dchagin
2011-03-26
1
-2
/
+1
*
Improve CPU identifications of various IDT/Centaur/VIA, Rise and Transmeta
jkim
2011-03-26
2
-83
/
+121
*
Modestly increase the maximum allowed size of the kmem map on i386.
alc
2011-03-23
1
-1
/
+2
*
- Merge changes to the base system to support OFED. These include
jeff
2011-03-21
1
-29
/
+38
*
For now remove options FLOWTABLE from the remaining GENERIC kernel
bz
2011-03-19
1
-1
/
+0
*
Rework r219679. Always check CPU class at run-time to make it predictable.
jkim
2011-03-16
1
-5
/
+5
*
Partially revert r219672. After r198295, kernel need to seed randomness as
jkim
2011-03-15
1
-0
/
+4
*
Remove tsc_present from this file, really.
jkim
2011-03-15
1
-1
/
+0
*
Deprecate tsc_present as the last of its real consumers finally disappeared.
jkim
2011-03-15
1
-1
/
+1
*
Unconditionally use binuptime(9) for get_cyclecount(9) on i386. Since this
jkim
2011-03-15
1
-7
/
+2
*
Make get_cyclecount(9) little bit more useful where binuptime(9) is used.
jkim
2011-03-14
1
-2
/
+2
*
- Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.
davidch
2011-03-14
1
-0
/
+1
*
Enable shared page use for amd64/linux32 and i386/linux binaries.
dchagin
2011-03-13
2
-18
/
+21
*
add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls
avg
2011-03-12
5
-4
/
+5728
*
add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls
avg
2011-03-12
3
-8
/
+10
*
Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turns
jkim
2011-03-11
1
-9
/
+16
*
Detect NSC/AMD Geode SC1100 properly, not just Stepping 0. Although it is
jkim
2011-03-10
1
-2
/
+3
*
Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq because
jkim
2011-03-10
4
-14
/
+17
*
Add a small change to the comment in the GENRIC config files that include udbp
julian
2011-03-09
1
-1
/
+1
*
Extend struct sysvec with new method sv_schedtail, which is used for an
dchagin
2011-03-08
3
-4
/
+4
*
Continue to introduce Capsicum capability mode:
rwatson
2011-03-01
1
-0
/
+25
*
Fix whitespace nit.
jhb
2011-02-22
1
-1
/
+0
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Remove pmap fields that are either unused or not fully implemented.
alc
2011-02-17
1
-2
/
+0
*
To avoid excessive code duplication create wrapper for fill regs
dchagin
2011-02-16
3
-16
/
+9
*
For realtime signals fill the sigval value.
dchagin
2011-02-15
1
-0
/
+1
[next]