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
*
Expand the hack to mask the atpics if 'device atpic' is not in the kernel
jhb
2005-11-21
1
-8
/
+28
*
Eliminate pmap_init2(). It's no longer used.
alc
2005-11-20
1
-5
/
+0
*
- Always print the trap number so that we have something to start with for
jhb
2005-11-18
1
-4
/
+9
*
Fix spelling mistake.
obrien
2005-11-17
1
-1
/
+1
*
Revert a part of the previous commits to these files that made the NMI
jhb
2005-11-16
1
-5
/
+4
*
Revert previous commit to these files. There isn't a race necessitating
jhb
2005-11-16
1
-3
/
+2
*
Fix a typo in the check for an invalid APIC. If we are told about an
jhb
2005-11-16
1
-1
/
+1
*
In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlock
alc
2005-11-13
1
-1
/
+4
*
Add /dev/speaker support to amd64.
ru
2005-11-11
1
-0
/
+3
*
Reimplement the reclamation of PV entries. Specifically, perform
alc
2005-11-09
1
-33
/
+42
*
Add uart(4). When both sio(4) and uart(4) can handle a serial port,
marcel
2005-11-05
1
-1
/
+2
*
Define M_IOAPIC the same as i386
peter
2005-11-04
1
-1
/
+1
*
Catch up with the recent <sys/signal.h> change and make this compile.
ru
2005-11-04
1
-1
/
+1
*
Begin and end the initialization of pvzone in pmap_init().
alc
2005-11-04
1
-19
/
+11
*
Calling setrlimit from 32bit apps could potentially increase certain
ps
2005-11-02
1
-3
/
+2
*
Change the x86 code to allocate IDT vectors on-demand when an interrupt
jhb
2005-11-02
4
-95
/
+216
*
Throw the switch and turn on STOP_NMI on in GENERIC for amd64 and i386.
jhb
2005-11-01
1
-0
/
+1
*
Catch up with ACPI-CA 20051021 import
jkim
2005-11-01
1
-1
/
+1
*
Instead of a panic()ing in pmap_insert_entry() if get_pv_entry()
alc
2005-10-31
1
-5
/
+59
*
Hook nve(4) up in i386 and amd64 NOTES.
jhb
2005-10-31
1
-0
/
+2
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
3
-3
/
+3
*
Replace diagnostic printf()s by assertions. Use consistent style for
alc
2005-10-30
1
-36
/
+8
*
MFi386: bring over DEFAULTS (repocopy) and adapt. While there isn't a
peter
2005-10-27
2
-9
/
+3
*
Remove atpic as we've changed to using the lapic timer vs. using irq0
obrien
2005-10-27
1
-3
/
+0
*
Create a default kernel config for i386 and move 'device isa' and
jhb
2005-10-27
1
-0
/
+17
*
MFi386: Various apic fixes and tweaks
peter
2005-10-26
2
-6
/
+20
*
Change PHYSMAP_SIZE to allow for more memory segments. The old value was
peter
2005-10-26
1
-1
/
+1
*
Reorganize the interrupt handling code a bit to make a few things cleaner
jhb
2005-10-25
3
-55
/
+61
*
Modify the pci_cfgdisable() routine to bring it more in line with
wpaul
2005-10-25
1
-2
/
+6
*
Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all
jhb
2005-10-24
4
-19
/
+53
*
When restarting the BSP during cpu_reset() use a membar to ensure that
jhb
2005-10-24
1
-1
/
+3
*
Use xchg in Xcpustop to close a race and make cpustop_restartfunc truly
jhb
2005-10-24
1
-2
/
+3
*
- Various small whitespace and style nits.
jhb
2005-10-24
1
-15
/
+10
*
include opt_compat.h to unbreak the build
ps
2005-10-24
1
-0
/
+2
*
Specifically panic() in the case where pmap_insert_entry() fails to
ade
2005-10-21
1
-0
/
+2
*
Redo physical/logical CPU count.
jkim
2005-10-17
1
-3
/
+4
*
Micro optimization for context switch. Eliminate code for saving gs.base
davidxu
2005-10-17
2
-15
/
+2
*
Another bit of sx(4) removal.
jhb
2005-10-17
1
-3
/
+0
*
Split displaying number of physical and logical cores.
jkim
2005-10-17
1
-2
/
+3
*
For AMD processors, nullify CPUID.HTT. FreeBSD has no need for the
obrien
2005-10-16
1
-0
/
+9
*
Correct few MSR addresses.
jkim
2005-10-15
1
-8
/
+8
*
- Print number of physical/logical cores and more CPUID info.
jkim
2005-10-14
4
-9
/
+91
*
The signal code is now an int rather than a long, so update debug printfs.
jhb
2005-10-14
1
-2
/
+2
*
Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.
ru
2005-10-14
1
-2
/
+2
*
1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most
davidxu
2005-10-14
5
-65
/
+136
*
Polling is now configured with help of ifconfig(8), not sysctl.
glebius
2005-10-07
1
-4
/
+4
*
Don't set segment registers via ptrace yet. Its not ready.
peter
2005-10-04
1
-0
/
+4
*
Big polling(4) cleanup.
glebius
2005-10-01
1
-10
/
+0
*
Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,
rwatson
2005-09-28
1
-2
/
+0
*
I believe the stack underflows during early development that caused me to
peter
2005-09-27
1
-1
/
+0
[next]