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
*
Restore the cpu_reset proxy code. It is needed if you want to reset the
njl
2004-12-27
1
-1
/
+41
*
Get rid of #ifdef for legacy system. Move that into the MD code.
imp
2004-12-24
1
-0
/
+7
*
- Give the timer, thermal, and error LVT entries an interrupt vector even
jhb
2004-12-23
1
-22
/
+30
*
Some small style fixes.
jhb
2004-12-23
1
-3
/
+2
*
Add some constants for the local APIC timer.
jhb
2004-12-23
1
-0
/
+5
*
Add a simple 'intrcnt_add' function that other MD code can use to add a
jhb
2004-12-23
2
-0
/
+12
*
Modify pmap_enter_quick() so that it expects the page queues to be locked
alc
2004-12-23
1
-3
/
+2
*
- Add a function to set the Task Priority Register (TPR) of the local APIC.
jhb
2004-12-23
2
-18
/
+39
*
In the common case, pmap_enter_quick() completes without sleeping.
alc
2004-12-15
1
-2
/
+12
*
Remove a stray critical_exit().
scottl
2004-12-13
1
-1
/
+0
*
Separate mse driver into a core driver and a bus attachments. Separate out
imp
2004-12-12
1
-917
/
+0
*
Only export defined symbols. Note that I couldn't find any difference
njl
2004-12-12
1
-1
/
+1
*
Move the author's copyright notice to match the initial LongRun import
njl
2004-12-12
2
-2
/
+1
*
Expand the scope of the critical section in the PCIe read and write methods
scottl
2004-12-10
1
-4
/
+14
*
If the parent process has the trap bit set (i.e. a debugger had single
kbyanc
2004-12-08
1
-0
/
+12
*
add ath rate control module(s)
sam
2004-12-08
1
-0
/
+2
*
Avoid more than two pending IPI interrupt vectors per local APIC
ups
2004-12-07
4
-103
/
+114
*
NEC PC-98 machines do not have and cannot have an EISA bus. They have
imp
2004-12-07
1
-0
/
+2
*
PNP BIOS devices are fundamentally different than ISA PNP devices.
imp
2004-12-07
1
-1
/
+1
*
Move reading the current CPU mask in pmap_lazyfix() to where the thread
ups
2004-12-07
1
-1
/
+2
*
Allow fast interrupts to cause preemption.
ups
2004-12-06
1
-2
/
+0
*
Due to a significant addition of code, add my copyright to this file. Also
scottl
2004-12-06
1
-0
/
+1
*
Add support for the memory-mapped PCI Express configuration mechanism. This
scottl
2004-12-06
1
-8
/
+211
*
Enable amr(4) - scottl fixed when used with >4GB RAM.
obrien
2004-12-06
1
-1
/
+0
*
For efficiency move the call to pmap_pte_quick() out of pmap_protect()'s
alc
2004-12-02
1
-7
/
+6
*
Change gdb_cpu_setreg() to not take the value to which to set the
marcel
2004-12-01
2
-5
/
+4
*
Remove now unused variable.
njl
2004-11-30
1
-1
/
+0
*
MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() on
njl
2004-11-30
1
-66
/
+12
*
Don't flag alignment constraints as a reason for bouncing. This fixes the
scottl
2004-11-29
1
-1
/
+1
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
6
-10
/
+7
*
Axe the semblance of support for PECOFF and Linux a.out core dumps.
das
2004-11-27
1
-52
/
+2
*
Remove an extra #include
scottl
2004-11-21
1
-1
/
+0
*
MFC amd64:
scottl
2004-11-21
1
-29
/
+45
*
Maintain the broken state of backwards compatibilty for a.out (and
das
2004-11-20
1
-2
/
+3
*
Remove references to U area and garbage collect includes.
das
2004-11-20
1
-4
/
+2
*
Remove UAREA_PAGES.
das
2004-11-20
1
-1
/
+0
*
U areas are going away, so don't allocate one for process 0.
das
2004-11-20
2
-16
/
+4
*
Revert part of rev 1.57. The tag boundary is honored by splitting the
scottl
2004-11-19
1
-9
/
+5
*
Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove
jhb
2004-11-16
10
-262
/
+9
*
Add acpi_sony to the list of drivers that are built.
imp
2004-11-15
1
-0
/
+3
*
After discussions with Nate, repo copy the acpi assist drivers from
imp
2004-11-15
3
-1710
/
+0
*
o Change the strcmp() to a strncmp() to allow us to attach to 'E'
philip
2004-11-12
1
-69
/
+67
*
Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]
philip
2004-11-12
1
-9
/
+6
*
Spell _KERNEL correctly so that UP kernels are actually optimized again.
jhb
2004-11-12
1
-1
/
+1
*
- Use the SMP style ops for atomic_load/store() in userland so that
jhb
2004-11-12
1
-2
/
+1
*
- Place the gcc memory barrier hint in the right place in the 80386 version
jhb
2004-11-11
1
-8
/
+9
*
pbio has moved to dev/pbio
imp
2004-11-11
1
-463
/
+0
*
cosmetic changes.
nyan
2004-11-10
1
-6
/
+1
*
Zero the tag when it's allocated. Also fix a printf format problem. This
scottl
2004-11-09
1
-2
/
+3
*
First pass at replacing the single global bounce pool with sub-pools that are
scottl
2004-11-09
1
-36
/
+140
[next]