summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud