summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add linenumber and source filename to panic(9) output.phk2004-01-191-3/+9
* Fixed misplacement and bitrot in the cy driver's configuration inbde2004-01-191-17/+14
* Removed some garbage comments:bde2004-01-191-8/+1
* Fixed formatting of sentence breaks. Use 2 spaces for all of them insteadbde2004-01-191-14/+14
* FIxed unsorting in previous commit (description of CPU_ENABLE_TCC).bde2004-01-191-27/+28
* Add new CPU_ENABLE_TCC option, from NOTES:sobomax2004-01-181-0/+3
* Add new CPU_ENABLE_TCC option, from NOTES:sobomax2004-01-183-0/+495
* Only remove the handler if we installed it.njl2004-01-121-2/+4
* Clean up the probe message and sort the function table according tonjl2004-01-121-3/+3
* Update list of device drivers that support polling.ale2004-01-111-2/+2
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,njl2004-01-111-0/+485
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,njl2004-01-111-0/+4
* Include "opt_cpu.h" and related #ifdef's for SSE so that pagezero()alc2004-01-111-0/+8
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-0/+1
* Fix a long-standing bug that had been introduced in rev 1.24 with thejoerg2004-01-071-1/+4
* - Use i8259A register defines from shared sys/dev/ic/i8259.h rather thanjhb2004-01-062-67/+20
* Use ANSI C function definition for `_mcount' and remove `static'nectar2004-01-061-1/+0
* Add struct definition of the Elan MMCR registers (from jb@)phk2004-01-054-38/+331
* Attempt to make the proper changes here for the proc.h commit:obrien2004-01-051-5/+5
* 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
OpenPOWER on IntegriCloud