summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fixed the latest unsortings of CPU_ENABLE_*.bde2004-02-241-5/+5
* Add missed CPU_ENABLE_LONGRON.sobomax2004-02-231-0/+1
* Device megapatch 4/6:phk2004-02-2119-7/+38
* Device megapatch 3/6:phk2004-02-214-13/+0
* Device megapatch 1/6:phk2004-02-2118-33/+0
* Add back an include to fix the build for the CPU_ELAN case.jhb2004-02-191-0/+3
* Switch to using the new $PIR interrupt routing code and remove the oldjhb2004-02-183-436/+21
* Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it offjhb2004-02-181-609/+445
* Fixed a misplaced ifdef that prevented npx.c building without "device isa"bde2004-02-131-1/+1
* Regen.jhb2004-02-063-19/+19
* Sync up MP safe flags with global syscalls.master. This includes write(),jhb2004-02-061-16/+16
* Rename cn_unavailable to cnunavailable for little more consistency.kan2004-02-051-2/+2
* Updates cx driver information (Cronyx-Sigma)rik2004-02-051-1/+3
* Fix a typo in kan's last commit: cnavaiable() -> cnavailable()roam2004-02-051-1/+1
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-054-6/+9
* Regen.jhb2004-02-0411-17/+17
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-044-6/+6
* Locking for the per-process resource limits structure.jhb2004-02-043-55/+41
* Revert the skipping of segment register reloads as it appears to actuallyjhb2004-02-032-34/+40
* Removed bogus checks that (PCPU_GET(curpcb) != NULL). Rev.1.586 ofbde2004-02-031-3/+1
* Set PCPU_GET(curpcb) for the BSP to thread0's pcb. Otherwise, the boot CPUjhb2004-02-021-0/+1
* - Make sure the apic is idle before sending an IPI. This is required onjeff2004-02-021-4/+2
* Eliminate all TLB shootdowns by pmap_pte_quick(): By temporarily pinningalc2004-02-011-13/+52
* Compiled longrun.c when defined options CPU_ENABLE_LONGRUN,shiba2004-01-311-1/+1
* Consistently capitalize acronyms like POSIX and NIC. Style.schweikh2004-01-291-52/+52
* Fix typos and remove whitespace at EOL.schweikh2004-01-291-20/+20
* Optimize the i386 interrupt entry code to not reload the segment registersjhb2004-01-282-40/+34
* Remove process lock XXX's, fixed in src/sys/sys/proc.h:1.366.rwatson2004-01-281-8/+0
* Stick two XXX's in the syscall() code: we call STOPEVENT() twice forrwatson2004-01-271-0/+8
* - Call acpi_Startup() before parsing interrupt-related APIC resources so wejhb2004-01-261-7/+43
* Move LongRun support out of identcpu.c, where it hardly belongs, into itssobomax2004-01-253-263/+311
* - Now that both schedulers support temporary cpu pinning use this ratherjeff2004-01-251-77/+17
* - Don't define DETECT_DEADLOCK. I don't know that this code has detectedjeff2004-01-251-1/+0
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-241-1/+1
* - Move performance-controlling sysctls into hw.p4tcc.* tree;sobomax2004-01-242-26/+36
* - Move performance-controlling sysctls into hw.p4tcc.* tree;sobomax2004-01-241-1/+1
* - Move smp_topology to subr_smp.c so that it is defined on all architectures.jeff2004-01-241-1/+0
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-241-0/+1
* 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
OpenPOWER on IntegriCloud