summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Ensure that a thread stays on same CPU when calculating per CPUups2005-10-121-15/+15
* Polling is now configured with help of ifconfig(8), not sysctl.glebius2005-10-071-4/+4
* Big polling(4) cleanup.glebius2005-10-011-10/+0
* Add interrupt counters for IPIs. By default they are disabled, but theyjhb2005-09-283-8/+97
* Rename the lapic timer interrupt counters from lapicX: timer to cpuX: timerjhb2005-09-281-1/+1
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-281-6/+8
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-282-4/+0
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+21
* __RMAN_RESOURCE_VISIBLE not necessary.phk2005-09-251-3/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-192-0/+4
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-181-0/+28
* Expose legacy_pcib_alloc_resource, and use it in the mptable pci busimp2005-09-173-2/+4
* Commit a workaround to a problem with resource allocation. This helpsimp2005-09-161-0/+2
* Stop using the '+' constraint modifier with inline assembly. The '+'jhb2005-09-151-22/+27
* - Adjust a comment, we do program the performance counter LVT entry nowjhb2005-09-151-3/+7
* Explicitly switch to the new TSS by updating the current CPU's TSS selectorjhb2005-09-152-4/+7
* opt_pc98.h is not needed.nyan2005-09-121-3/+0
* MFamd64: use register_t's.obrien2005-09-121-42/+42
* Canonize the include of acpi.h.obrien2005-09-114-4/+4
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-3/+0
* Note that pc98 specific defines maybe would be better in a header file.imp2005-09-081-0/+1
* Eliminate unnecessary TLB invalidations by pmap_enter(). Specifically,alc2005-09-041-16/+23
* de(4) is now properly busdma'ed.obrien2005-09-041-1/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-2/+2
* MFamd64 revision 1.526alc2005-08-271-0/+1
* Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatenedjhb2005-08-263-891/+0
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-8/+6
* Avoid code duplication and implement bitcount32() function in systm.h only.pjd2005-08-191-53/+1
* Rename variables:rodrigc2005-08-181-12/+13
* Fix locking in el(4) and mark mpsafe.jhb2005-08-171-45/+79
* Clarify a comment.jhb2005-08-161-1/+1
* Simplify the page table page reference counting by pmap_enter()'s change ofalc2005-08-141-7/+7
* Eliminate unneeded diagnostic code.alc2005-08-111-7/+0
* Eliminate unneeded diagnostic code.alc2005-08-111-7/+0
* Decouple the unrefing of a page table page from the removal of a pv entry.alc2005-08-111-23/+14
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-8/+8
* When support for 2MB/4MB pages was added in revision 1.148 an error wasalc2005-08-071-1/+0
* Revert last change, I will turn ULE on as default after 6.0-R.davidxu2005-08-061-2/+2
* Make ULE as default scheduler, allow it to be tested more widely.davidxu2005-08-061-2/+2
* Make kernel build suceed when with "options CPU_DISABLE_SSE".tobez2005-08-041-0/+2
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+23
* Propagate error code of kern_execve() to the caller properly.sobomax2005-08-011-1/+1
* Print cpu_vendor and the MSR value if we don't support this processorcperciva2005-07-311-1/+1
* Remove the instruction to "contact the maintainer" for unrecognizedcperciva2005-07-311-3/+1
* Add missing dependencies on the SYSVIPC modules.jhb2005-07-291-0/+4
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-291-3/+0
* Fix a bug in pmap_protect() in the PAE case where it would try to look upjhb2005-07-291-2/+2
* Add a tunable 'hw.apic.enable_extint' that can be set from the loader tojhb2005-07-291-2/+12
* Don't compile ral and ural in the PAE kernel, becauseimura2005-07-281-0/+2
* Rewrite the acpi_battery interface to allow for other battery typesnjl2005-07-231-8/+13
OpenPOWER on IntegriCloud