| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a misplaced ifdef that prevented npx.c building without "device isa" | bde | 2004-02-13 | 1 | -1/+1 |
* | Regen. | jhb | 2004-02-06 | 3 | -19/+19 |
* | Sync up MP safe flags with global syscalls.master. This includes write(), | jhb | 2004-02-06 | 1 | -16/+16 |
* | Rename cn_unavailable to cnunavailable for little more consistency. | kan | 2004-02-05 | 1 | -2/+2 |
* | Updates cx driver information (Cronyx-Sigma) | rik | 2004-02-05 | 1 | -1/+3 |
* | Fix a typo in kan's last commit: cnavaiable() -> cnavailable() | roam | 2004-02-05 | 1 | -1/+1 |
* | Eliminate global cons_unavailable flag and replace it by the status | kan | 2004-02-05 | 4 | -6/+9 |
* | Regen. | jhb | 2004-02-04 | 11 | -17/+17 |
* | The following compat syscalls are now mpsafe: linux_getrlimit(), | jhb | 2004-02-04 | 4 | -6/+6 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 3 | -55/+41 |
* | Revert the skipping of segment register reloads as it appears to actually | jhb | 2004-02-03 | 2 | -34/+40 |
* | Removed bogus checks that (PCPU_GET(curpcb) != NULL). Rev.1.586 of | bde | 2004-02-03 | 1 | -3/+1 |
* | Set PCPU_GET(curpcb) for the BSP to thread0's pcb. Otherwise, the boot CPU | jhb | 2004-02-02 | 1 | -0/+1 |
* | - Make sure the apic is idle before sending an IPI. This is required on | jeff | 2004-02-02 | 1 | -4/+2 |
* | Eliminate all TLB shootdowns by pmap_pte_quick(): By temporarily pinning | alc | 2004-02-01 | 1 | -13/+52 |
* | Compiled longrun.c when defined options CPU_ENABLE_LONGRUN, | shiba | 2004-01-31 | 1 | -1/+1 |
* | Consistently capitalize acronyms like POSIX and NIC. Style. | schweikh | 2004-01-29 | 1 | -52/+52 |
* | Fix typos and remove whitespace at EOL. | schweikh | 2004-01-29 | 1 | -20/+20 |
* | Optimize the i386 interrupt entry code to not reload the segment registers | jhb | 2004-01-28 | 2 | -40/+34 |
* | Remove process lock XXX's, fixed in src/sys/sys/proc.h:1.366. | rwatson | 2004-01-28 | 1 | -8/+0 |
* | Stick two XXX's in the syscall() code: we call STOPEVENT() twice for | rwatson | 2004-01-27 | 1 | -0/+8 |
* | - Call acpi_Startup() before parsing interrupt-related APIC resources so we | jhb | 2004-01-26 | 1 | -7/+43 |
* | Move LongRun support out of identcpu.c, where it hardly belongs, into its | sobomax | 2004-01-25 | 3 | -263/+311 |
* | - Now that both schedulers support temporary cpu pinning use this rather | jeff | 2004-01-25 | 1 | -77/+17 |
* | - Don't define DETECT_DEADLOCK. I don't know that this code has detected | jeff | 2004-01-25 | 1 | -1/+0 |
* | - Recruit some new ULE users by making it the default scheduler in GENERIC. | jeff | 2004-01-24 | 1 | -1/+1 |
* | - Move performance-controlling sysctls into hw.p4tcc.* tree; | sobomax | 2004-01-24 | 2 | -26/+36 |
* | - Move performance-controlling sysctls into hw.p4tcc.* tree; | sobomax | 2004-01-24 | 1 | -1/+1 |
* | - Move smp_topology to subr_smp.c so that it is defined on all architectures. | jeff | 2004-01-24 | 1 | -1/+0 |
* | Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so | nectar | 2004-01-24 | 1 | -0/+1 |
* | Add linenumber and source filename to panic(9) output. | phk | 2004-01-19 | 1 | -3/+9 |
* | Fixed misplacement and bitrot in the cy driver's configuration in | bde | 2004-01-19 | 1 | -17/+14 |
* | Removed some garbage comments: | bde | 2004-01-19 | 1 | -8/+1 |
* | Fixed formatting of sentence breaks. Use 2 spaces for all of them instead | bde | 2004-01-19 | 1 | -14/+14 |
* | FIxed unsorting in previous commit (description of CPU_ENABLE_TCC). | bde | 2004-01-19 | 1 | -27/+28 |
* | Add new CPU_ENABLE_TCC option, from NOTES: | sobomax | 2004-01-18 | 1 | -0/+3 |
* | Add new CPU_ENABLE_TCC option, from NOTES: | sobomax | 2004-01-18 | 3 | -0/+495 |
* | Only remove the handler if we installed it. | njl | 2004-01-12 | 1 | -2/+4 |
* | Clean up the probe message and sort the function table according to | njl | 2004-01-12 | 1 | -3/+3 |
* | Update list of device drivers that support polling. | ale | 2004-01-11 | 1 | -2/+2 |
* | Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output, | njl | 2004-01-11 | 1 | -0/+485 |
* | Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output, | njl | 2004-01-11 | 1 | -0/+4 |
* | Include "opt_cpu.h" and related #ifdef's for SSE so that pagezero() | alc | 2004-01-11 | 1 | -0/+8 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | nectar | 2004-01-09 | 1 | -0/+1 |
* | Fix a long-standing bug that had been introduced in rev 1.24 with the | joerg | 2004-01-07 | 1 | -1/+4 |
* | - Use i8259A register defines from shared sys/dev/ic/i8259.h rather than | jhb | 2004-01-06 | 2 | -67/+20 |
* | Use ANSI C function definition for `_mcount' and remove `static' | nectar | 2004-01-06 | 1 | -1/+0 |
* | Add struct definition of the Elan MMCR registers (from jb@) | phk | 2004-01-05 | 4 | -38/+331 |
* | Attempt to make the proper changes here for the proc.h commit: | obrien | 2004-01-05 | 1 | -5/+5 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -2/+2 |