summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-2/+2
* Hook the CPU_GEODE option up.phk2004-01-031-0/+4
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-032-31/+31
* Use <machine/asmacros.h> since <machine/asm.h> is a userland-only headernjl2004-01-011-3/+3
* Replace an outb() during the test for configuration mechanism #1 with ajhb2003-12-312-2/+2
* Garbage-collected CLK_USE_TSC_CALIBRATION.bde2003-12-301-7/+6
* Sorted includes. Removed duplicates exposed by this.bde2003-12-291-12/+9
* Sorted includes.bde2003-12-291-13/+12
* Don't bother clearing PG_ZERO on the page table page in _pmap_allocpte();alc2003-12-281-1/+0
* Track three new sendfile-related statistics:silby2003-12-281-0/+1
* Don't bother clearing and setting PG_BUSY on page table directory pages.alc2003-12-281-4/+0
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-3/+2
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+8
* GC the unused <machine/kse.h> file.peter2003-12-241-49/+0
* GC unused 'syshide' override to /dev/null. This was here to disablepeter2003-12-244-4/+0
* Oops, remove references to namespc column in comment (I'm not going topeter2003-12-241-2/+1
* Regen. (This should have been a NOP except it hasn't been regeneratedpeter2003-12-248-317/+351
* GC namespc column and unwrap long lines that now fit.peter2003-12-243-234/+222
* Regen (should be a NOP except for rcsid changes)peter2003-12-233-3/+3
* GC unused third namespace column.peter2003-12-231-311/+268
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-232-4/+21
* - Significantly reduce the number of preallocated pv entries inalc2003-12-221-14/+1
* MFamd64: Remove i386_protection_init() and the protection_codes[] arrayjhb2003-12-181-43/+3
* Hey, how about we NOT make modules crash 486s?green2003-12-171-1/+1
* - Call mp_topology() after all CPUs have been probed.jeff2003-12-111-0/+4
* - Add the mp_topology() function to mp_machdep.c. This function builds upjeff2003-12-112-3/+44
* Delete old and unused APIC_IRQ defines.jhb2003-12-101-32/+0
* Use NAPICID for the maximum number of local APICs rather than MAXCPU whenjhb2003-12-101-2/+2
* Correct usage of MAXCPU. The MAXCPU value itself is not a valid CPU IDjhb2003-12-101-2/+2
* Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.hobrien2003-12-101-4/+0
* Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-091-59/+55
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-082-445/+36
* Don't remove the virtual-to-physical mapping when an sf_buf is freed.alc2003-12-072-9/+11
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* The dgb driver is redundant with the digi driver in the tree. It usesimp2003-12-071-15/+0
* First part of the removal of drivers for hardware that isn't relevantimp2003-12-072-637/+0
* File forgotten in the cx shuffle.imp2003-12-051-484/+0
* Fix yet an oversight in my ELAN_* to CPU_ELAN_* debrucification commit.phk2003-12-041-5/+4
* Remove cx in its old location.imp2003-12-034-3199/+0
* Connect the cx driver to its new location in the tree.imp2003-12-031-4/+4
* - Reenable building of the ACPI module on i386.jhb2003-12-031-1/+0
* - Remove the hack to prevent the acpi module from loading.jhb2003-12-031-3/+95
* - Reorder the APIC enumerator SYSINIT's to register enumeators atjhb2003-12-033-29/+20
* Fix all users of mp_maxid to use the same semantics, namely:jhb2003-12-031-1/+1
* Updated cx driver commit part 1: bring in the new kernel driver.imp2003-12-031-0/+449
* Fixed panics in apic interrupt handlers if kernel profiling is turnedbde2003-12-021-1/+1
* Fixed breakage of the pci case of the cy driver by the new interruptbde2003-12-021-31/+32
* Refactor AMD Elan 520 CPU support.phk2003-11-271-61/+222
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledjhb2003-11-211-8/+7
OpenPOWER on IntegriCloud