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
*
Checkpoint today's tidy-up of the WIP disassembler. It now agrees with
peter
2005-03-30
1
-11
/
+40
*
Commit my checkpoint of db_disasm.c that I hacked to understand some amd64
peter
2005-03-30
1
-79
/
+116
*
Make ps_nargvstr and ps_nenvstr unsigned. This fixes an input
das
2005-03-23
1
-2
/
+2
*
Add USB Communication Device Class Ethernet driver. Originally written for
sobomax
2005-03-22
1
-0
/
+1
*
Add a comment to note that pseudo-device bpf is required for DHCP.
murray
2005-03-18
1
-0
/
+1
*
s/SLIST/STAILQ/
phk
2005-03-18
1
-1
/
+1
*
Remove comments relevant only to pc98 as there are no amd64 pc98 machines.
imp
2005-03-16
1
-11
/
+1
*
Make it clear nve needs mii, and shorten long comment line.
obrien
2005-03-16
1
-2
/
+2
*
Enable ehci by default on i386 and amd64. It had got to the stage
iedowse
2005-03-16
1
-0
/
+1
*
Remove fpsetsticky(). This was added for SysV compatibility, but due
das
2005-03-15
1
-20
/
+0
*
Refactor the bus_dma header files so that the interface is described in
scottl
2005-03-14
1
-247
/
+13
*
MFCi386: Prevent integer underflow that could result in all memory being
scottl
2005-03-12
1
-3
/
+9
*
FreeBSD consumer bits of the nForce MCP NIC binary blob.
obrien
2005-03-12
1
-0
/
+1
*
Remove diffs to i386 version that came in via the compiler support ifdefs.
peter
2005-03-11
10
-28
/
+37
*
MFi386: reduce apic clock interrupt rate
peter
2005-03-11
1
-15
/
+5
*
Fix a mismerge of i386 rev 1.209
peter
2005-03-11
1
-1
/
+1
*
Match i386 rev 1.38 with __cplusplus support
peter
2005-03-11
1
-0
/
+8
*
Fixup KTR traces.
mux
2005-03-08
1
-18
/
+18
*
Use __func__ in the KTR_BUSDMA traces. This avoids copy and paste
mux
2005-03-08
1
-35
/
+33
*
Remove dead code.
scottl
2005-03-07
1
-17
/
+0
*
Regen after addition of linux_nosys handler.
sobomax
2005-03-07
3
-3
/
+9
*
Handle unimplemented syscall by instantly returning ENOSYS instead of sending
sobomax
2005-03-07
1
-0
/
+4
*
MFi386: use TUNABLE_ULONG_FETCH to retrieve hw.physmem.
des
2005-03-05
1
-35
/
+3
*
Replace goto with continue.
des
2005-03-05
1
-2
/
+1
*
netchild's mega-patch to isolate compiler dependencies into a central
joerg
2005-03-02
15
-84
/
+122
*
Catch up with the "physical memory" sysctl change.
obrien
2005-03-01
1
-0
/
+2
*
MFi386: Sync whitespace and an abbreviation
peter
2005-02-28
1
-4
/
+4
*
MFi386: Update alc's copyright notice
peter
2005-02-28
1
-1
/
+1
*
MFi386: Bring over John's local apic timer code
peter
2005-02-28
8
-89
/
+219
*
Typo.
pjd
2005-02-28
1
-1
/
+1
*
Spell "options" correctly as "options ".
obrien
2005-02-28
1
-7
/
+7
*
Connect "options MP_WATCHDOG" to the LINT builds.
obrien
2005-02-28
1
-0
/
+5
*
MFi386: rev 1.3:
obrien
2005-02-27
1
-20
/
+31
*
Remove recently added note about DEVICE_POLLING not working with SMP.
trhodes
2005-02-25
1
-1
/
+0
*
Remove acpi_perf from {ARCH}/conf/NOTES, to make tinderbox happy.
delphij
2005-02-25
1
-3
/
+0
*
According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add a
trhodes
2005-02-23
1
-0
/
+1
*
MFi386: r1.17: Treat pin 0 as IRQ 0 rather than ExtINT if mixed mode is not
jhb
2005-02-22
1
-2
/
+3
*
- Add a new quirk to indicate that pin 0 of the first I/O APIC is really
jhb
2005-02-22
1
-2
/
+8
*
Use a common multi-inclusion protection, and add such a
ru
2005-02-19
1
-4
/
+4
*
- Add a custom version of exec_copyin_args() to deal with the 32-bit
jhb
2005-02-18
2
-84
/
+118
*
MFi386 rev 1.61: Fix a few bugs in the legacy cpu attachment ivars.
njl
2005-02-15
1
-3
/
+2
*
MFi386: read from RTC_INTR after writing to RTC_STATUSB
peter
2005-02-08
1
-0
/
+2
*
Since we are quite unlikely to ever face another platform which
phk
2005-02-06
1
-16
/
+13
*
Staticize the legacy cpu devclasses and revert the name for the acpi_cpu
njl
2005-02-06
1
-1
/
+1
*
Finish the job of sorting all includes and fix the build by including
njl
2005-02-06
1
-18
/
+15
*
Make cpu_est_clockrate() more accurate by disabling interrupts for the
njl
2005-02-05
1
-2
/
+10
*
Build cpufreq and acpi_perf on platforms that are likely to be able to
njl
2005-02-05
1
-0
/
+3
*
Implement proper handling of PG_G mappings in pmap_protect(). (I don't
alc
2005-02-05
1
-1
/
+4
*
MFi386: Merge updates to the cpu pseudo-driver. Compile, not runtime
njl
2005-02-04
1
-26
/
+64
*
Add an implementation of cpu_est_clockrate(9). This function estimates the
njl
2005-02-04
1
-7
/
+47
[next]