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
*
Make sigaltstack as per-threaded, because per-process sigaltstack state
davidxu
2004-01-03
1
-2
/
+2
*
Hook the CPU_GEODE option up.
phk
2004-01-03
1
-0
/
+4
*
Make sigaltstack as per-threaded, because per-process sigaltstack state
davidxu
2004-01-03
2
-31
/
+31
*
Use <machine/asmacros.h> since <machine/asm.h> is a userland-only header
njl
2004-01-01
1
-3
/
+3
*
Replace an outb() during the test for configuration mechanism #1 with a
jhb
2003-12-31
2
-2
/
+2
*
Garbage-collected CLK_USE_TSC_CALIBRATION.
bde
2003-12-30
1
-7
/
+6
*
Sorted includes. Removed duplicates exposed by this.
bde
2003-12-29
1
-12
/
+9
*
Sorted includes.
bde
2003-12-29
1
-13
/
+12
*
Don't bother clearing PG_ZERO on the page table page in _pmap_allocpte();
alc
2003-12-28
1
-1
/
+0
*
Track three new sendfile-related statistics:
silby
2003-12-28
1
-0
/
+1
*
Don't bother clearing and setting PG_BUSY on page table directory pages.
alc
2003-12-28
1
-4
/
+0
*
Move the declaration of sfbufspeak and sfbufsused to mbuf.h,
silby
2003-12-28
1
-3
/
+2
*
Track current and peak sfbuf usage, export the values via sysctl.
silby
2003-12-27
1
-0
/
+8
*
GC the unused <machine/kse.h> file.
peter
2003-12-24
1
-49
/
+0
*
GC unused 'syshide' override to /dev/null. This was here to disable
peter
2003-12-24
4
-4
/
+0
*
Oops, remove references to namespc column in comment (I'm not going to
peter
2003-12-24
1
-2
/
+1
*
Regen. (This should have been a NOP except it hasn't been regenerated
peter
2003-12-24
8
-317
/
+351
*
GC namespc column and unwrap long lines that now fit.
peter
2003-12-24
3
-234
/
+222
*
Regen (should be a NOP except for rcsid changes)
peter
2003-12-23
3
-3
/
+3
*
GC unused third namespace column.
peter
2003-12-23
1
-311
/
+268
*
Add an additional field to the elf brandinfo structure to support
peter
2003-12-23
2
-4
/
+21
*
- Significantly reduce the number of preallocated pv entries in
alc
2003-12-22
1
-14
/
+1
*
MFamd64: Remove i386_protection_init() and the protection_codes[] array
jhb
2003-12-18
1
-43
/
+3
*
Hey, how about we NOT make modules crash 486s?
green
2003-12-17
1
-1
/
+1
*
- Call mp_topology() after all CPUs have been probed.
jeff
2003-12-11
1
-0
/
+4
*
- Add the mp_topology() function to mp_machdep.c. This function builds up
jeff
2003-12-11
2
-3
/
+44
*
Delete old and unused APIC_IRQ defines.
jhb
2003-12-10
1
-32
/
+0
*
Use NAPICID for the maximum number of local APICs rather than MAXCPU when
jhb
2003-12-10
1
-2
/
+2
*
Correct usage of MAXCPU. The MAXCPU value itself is not a valid CPU ID
jhb
2003-12-10
1
-2
/
+2
*
Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.h
obrien
2003-12-10
1
-4
/
+0
*
Use the ACPI-CA definitions for the various APIC tables instead of our
njl
2003-12-09
1
-59
/
+55
*
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
obrien
2003-12-08
2
-445
/
+36
*
Don't remove the virtual-to-physical mapping when an sf_buf is freed.
alc
2003-12-07
2
-9
/
+11
*
Ooops. These are still used by the bktr driver. David O'Brien has
imp
2003-12-07
1
-0
/
+187
*
Remote meteor driver. It hasn't compiled in over 3 years. If someone
imp
2003-12-07
1
-187
/
+0
*
The dgb driver is redundant with the digi driver in the tree. It uses
imp
2003-12-07
1
-15
/
+0
*
First part of the removal of drivers for hardware that isn't relevant
imp
2003-12-07
2
-637
/
+0
*
File forgotten in the cx shuffle.
imp
2003-12-05
1
-484
/
+0
*
Fix yet an oversight in my ELAN_* to CPU_ELAN_* debrucification commit.
phk
2003-12-04
1
-5
/
+4
*
Remove cx in its old location.
imp
2003-12-03
4
-3199
/
+0
*
Connect the cx driver to its new location in the tree.
imp
2003-12-03
1
-4
/
+4
*
- Reenable building of the ACPI module on i386.
jhb
2003-12-03
1
-1
/
+0
*
- Remove the hack to prevent the acpi module from loading.
jhb
2003-12-03
1
-3
/
+95
*
- Reorder the APIC enumerator SYSINIT's to register enumeators at
jhb
2003-12-03
3
-29
/
+20
*
Fix all users of mp_maxid to use the same semantics, namely:
jhb
2003-12-03
1
-1
/
+1
*
Updated cx driver commit part 1: bring in the new kernel driver.
imp
2003-12-03
1
-0
/
+449
*
Fixed panics in apic interrupt handlers if kernel profiling is turned
bde
2003-12-02
1
-1
/
+1
*
Fixed breakage of the pci case of the cy driver by the new interrupt
bde
2003-12-02
1
-31
/
+32
*
Refactor AMD Elan 520 CPU support.
phk
2003-11-27
1
-61
/
+222
*
- Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called
jhb
2003-11-21
1
-8
/
+7
[next]