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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staticize the legacy cpu devclasses and revert the name for the acpi_cpu
njl
2005-02-06
3
-5
/
+5
*
Finish the job of sorting all includes and fix the build by including
njl
2005-02-06
10
-183
/
+190
*
Increase size of arglen to uint32_t, since uint16_t proved to be
glebius
2005-02-05
1
-7
/
+7
*
Make cpu_est_clockrate() more accurate by disabling interrupts for the
njl
2005-02-05
2
-4
/
+20
*
Convert to the new GAS APIs to allow for detach in the future. Also, check
njl
2005-02-05
1
-6
/
+36
*
Convert to the new GAS API so that we can free registers in the future.
njl
2005-02-05
1
-7
/
+13
*
Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memory
njl
2005-02-05
3
-24
/
+27
*
Acquire the source pmap's lock in pmap_copy().
alc
2005-02-05
1
-1
/
+8
*
Build cpufreq and acpi_perf on platforms that are likely to be able to
njl
2005-02-05
4
-1
/
+14
*
Implement proper handling of PG_G mappings in pmap_protect(). (I don't
alc
2005-02-05
2
-2
/
+8
*
Use intr_disable/restore() instead of disable_intr() since the latter is
njl
2005-02-05
1
-2
/
+3
*
Hook up ng_ipfw to kernel build.
glebius
2005-02-05
3
-0
/
+3
*
Add ng_ipfw to kernel module build.
glebius
2005-02-05
2
-0
/
+7
*
Add a ng_ipfw node, implementing a quick and simple interface between
glebius
2005-02-05
5
-0
/
+448
*
Expire aged flows in normal expiry thread. This fixes the problem, when
glebius
2005-02-05
1
-1
/
+2
*
Break long lines in code and comments.
glebius
2005-02-05
1
-15
/
+18
*
Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.
ru
2005-02-05
5
-5
/
+97
*
Only compile the cpufreq driver on i386 and amd64.
scottl
2005-02-05
1
-1
/
+3
*
- Don't release BKGRDINPROG until after we've bufdone'd the copy.
jeff
2005-02-05
1
-14
/
+15
*
- Use bioq_insert_tail()/bioq_insert_head() instead of bioq_disksort().
pjd
2005-02-05
1
-3
/
+7
*
Do check that version of a message from userland matches ours.
glebius
2005-02-04
1
-0
/
+5
*
Call if_link_state_change() when link status changes.
glebius
2005-02-04
1
-0
/
+4
*
Don't print out a failure message when an attach for FFixedHW fails.
njl
2005-02-04
1
-16
/
+25
*
Return a special status of "not supported" for functional fixed hardware
njl
2005-02-04
1
-3
/
+3
*
Don't rely on indirect inclusion of machine/bus.h to use
imp
2005-02-04
1
-0
/
+1
*
- Add ke_runq == NULL to the conditions which will cause us to abort
jeff
2005-02-04
1
-2
/
+2
*
- Fix build with TRACE_MESSAGES defined
glebius
2005-02-04
1
-2
/
+2
*
cosmetic changes.
nyan
2005-02-04
1
-6
/
+6
*
The bs and wdc drivers are gone.
nyan
2005-02-04
1
-8
/
+0
*
teach scope of IPv6 address to net.inet6.tcp6.getcred.
ume
2005-02-04
2
-8
/
+20
*
Fix pc98 support (broken by previous change).
nyan
2005-02-04
1
-1
/
+1
*
Merged from sys/dev/sio/sio.c revision 1.457.
nyan
2005-02-04
2
-10
/
+18
*
MFi386: revision 1.605.
nyan
2005-02-04
2
-18
/
+102
*
MFi386: revision 1.514.
nyan
2005-02-04
1
-0
/
+1
*
Make the devclass static for now until deciding whether to share them.
njl
2005-02-04
1
-1
/
+1
*
Bump __FreeBSD_version for cpufreq addition. Requested by marcus@
njl
2005-02-04
1
-1
/
+1
*
Sort includes a little so that bus.h comes before cpu.h (for device_t).
njl
2005-02-04
5
-17
/
+18
*
Include sys/bus.h before sys/cpu.h. The latter needs device_t.
marcel
2005-02-04
1
-0
/
+1
*
Set the scheduling class of the zeroidle thread to PRI_IDLE.
ssouhlal
2005-02-04
1
-2
/
+5
*
Set the scheduling class of the idle threads to PRI_IDLE.
ssouhlal
2005-02-04
1
-1
/
+2
*
MFi386: Merge updates to the cpu pseudo-driver. Compile, not runtime
njl
2005-02-04
1
-26
/
+64
*
Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.
njl
2005-02-04
6
-2
/
+30
*
Add the ACPI Performance states driver. This driver offers two or more
njl
2005-02-04
1
-0
/
+420
*
Add a cpufreq driver for the SpeedStep capability in the ICH chipset. This
njl
2005-02-04
1
-0
/
+372
*
Add the cpufreq framework. This code manages multiple drivers and presents
njl
2005-02-04
1
-0
/
+532
*
Add an interface for cpufreq. The kernel interface lets other drivers
njl
2005-02-04
1
-0
/
+92
*
Update the CPU attachments to return CPU_IVAR_PCPU as well as pass on
njl
2005-02-04
2
-42
/
+166
*
Add an implementation of cpu_est_clockrate(9). This function estimates the
njl
2005-02-04
8
-16
/
+155
*
Add a new include to handle generic CPU interfaces.
njl
2005-02-04
1
-0
/
+121
*
Minor style nits
imp
2005-02-04
1
-36
/
+17
[next]