summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFamd64: use a less compiler-intensive MD implementation of 'curthread'peter2003-11-202-0/+13
* Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actuallyjhb2003-11-191-0/+22
* - Add counts to the ATPIC interrupt sources and point the ATPIC interruptjhb2003-11-191-6/+17
* Replace the dangerous strcpy() call with strlcpy(), instead of the safe onetjr2003-11-181-2/+2
* - Change the i386's sf_buf implementation so that it never allocatesalc2003-11-172-27/+50
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-14/+2
* Fixed pedantic warnings for statement-expressions using __extension__bde2003-11-171-4/+4
* Fixed a pedantic syntax error (a stray semicolon at the end ofbde2003-11-171-1/+1
* Fixed pedantic syntax errors. Many macros didn't permit a semicolon afterbde2003-11-171-3/+6
* Avoid a warning for compiling with `gcc -Wbad-function cast'. (Thisbde2003-11-171-1/+5
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-161-2/+0
* Pull latest changes from OpenBSD:sobomax2003-11-165-1/+181
OpenPOWER on IntegriCloud