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
*
Fix confusing comments about default PAT entries.
jkim
2009-09-02
1
-2
/
+2
*
- Work around ACPI mode transition problem for recent NVIDIA 9400M chipset
jkim
2009-09-02
1
-17
/
+46
*
Don't attempt to bind the current thread to the CPU an IRQ is bound to
jhb
2009-09-02
1
-9
/
+12
*
Delete whitespace not in i386/pmap.c
adrian
2009-09-01
1
-1
/
+0
*
Migrate to use cpuset_t.
adrian
2009-09-01
1
-5
/
+4
*
Merge in the pat_works work from sys/i386/i386/pmap.c - primarily to reduce
adrian
2009-09-01
1
-65
/
+74
*
Fix broken build.
adrian
2009-09-01
1
-0
/
+1
*
Revert previous commit; that was left-over junk in the tree.
adrian
2009-08-31
1
-0
/
+2
*
Shuffle pagezero() into the same location as in sys/i386/i386/pmap.c.
adrian
2009-08-31
2
-18
/
+16
*
Simplify pmap_change_attr() a bit:
jhb
2009-08-31
1
-13
/
+4
*
Improve pmap_change_attr() so that it is able to demote a large (2/4MB)
jhb
2009-08-31
2
-52
/
+181
*
Partially revert 196524: this part of change should not be committed as
delphij
2009-08-31
1
-20
/
+25
*
Make sure FreeBSD binaries without .note.ABI-tag section work
bz
2009-08-30
1
-1
/
+1
*
Swap the start/end virtual addresses in pmap_invalidate_cache_range().
rnoland
2009-08-29
1
-2
/
+2
*
Fix build broken in r196524.
glebius
2009-08-25
1
-8
/
+0
*
Fix VESA modes and allow 8bit depth modes.
delphij
2009-08-24
1
-21
/
+24
*
Fix handling of .note.ABI-tag section for GNU systems [1].
bz
2009-08-24
3
-6
/
+49
*
Check whether the SMBIOS reports reasonable amount of memory. If it is
jkim
2009-08-20
1
-10
/
+12
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
4
-12
/
+0
*
Make the MacBookPro3,1 hardware boot again.
ed
2009-08-19
1
-0
/
+1
*
Port recent IPI enhachements to en:
attilio
2009-08-15
1
-0
/
+38
*
Adjust the handling of the local APIC PMC interrupt vector:
jhb
2009-08-14
3
-4
/
+86
*
* Completely Remove the option STOP_NMI from the kernel. This option
attilio
2009-08-13
8
-86
/
+45
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
4
-0
/
+12
*
Make the MacBook3,1 boot again.
ed
2009-08-02
1
-0
/
+1
*
Fix XEN build breakage, by implementing pmap_invalidate_cache_range()
kib
2009-07-29
1
-16
/
+88
*
As was done in r195820 for amd64, use clflush for flushing cache lines
kib
2009-07-29
7
-21
/
+143
*
Refine the MacBook hack to only match early models that have Intel ICH.
rpaulo
2009-07-27
1
-1
/
+4
*
Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to
jhb
2009-07-24
2
-2
/
+2
*
Eliminate unnecessary cache and TLB flushes by pmap_change_attr(). (This
alc
2009-07-23
1
-4
/
+11
*
Change the handling of fictitious pages by pmap_page_set_memattr() on
alc
2009-07-19
2
-5
/
+25
*
An addendum to r195649, "Add support to the virtual memory system for
alc
2009-07-18
1
-3
/
+9
*
Match PCI Express root bridge _HID directly instead of
jkim
2009-07-13
1
-0
/
+1
*
Add support to the virtual memory system for configuring machine-
alc
2009-07-12
4
-25
/
+62
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
1
-0
/
+1
*
There is an optimization in chmod(1), that makes it not to call chmod(2)
trasz
2009-07-08
1
-1
/
+2
*
After the per-CPU IDT changes, the IDT vector of an interrupt could change
jhb
2009-07-06
2
-6
/
+22
*
PAE adds another level to the i386 page table. This level is a small
alc
2009-07-05
2
-11
/
+7
*
Cleanup ALIGNED_POINTER:
sam
2009-07-05
1
-0
/
+7
*
Enable POSIX semaphores on all non-embedded architectures by default.
ed
2009-07-02
1
-0
/
+1
*
Improve the handling of cpuset with interrupts.
jhb
2009-07-01
6
-44
/
+101
*
Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.
dfr
2009-06-30
1
-1
/
+0
*
Replace AUDIT_ARG() with variable argument macros with a set more more
rwatson
2009-06-27
1
-1
/
+1
*
Return ENOSYS instead of EINVAL for invalid function codes to match the
jhb
2009-06-26
1
-4
/
+1
*
Correct the #endif comment.
alc
2009-06-26
1
-1
/
+1
*
This change is the next step in implementing the cache control functionality
alc
2009-06-26
1
-0
/
+45
*
Fix kernels compiled without SMP support. Make intr_next_cpu() available
jhb
2009-06-25
2
-2
/
+10
*
- Restore the behavior of pre-allocating IDT vectors for MSI interrupts.
jhb
2009-06-25
4
-55
/
+77
*
Fix ibcs2_ipc.c build by adding missing limits.h include.
rwatson
2009-06-25
1
-0
/
+1
*
Change the ABI of some of the structures used by the SYSV IPC API:
jhb
2009-06-24
1
-2
/
+4
[next]