summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Redo physical/logical CPU count.jkim2005-10-171-3/+4
* Split displaying number of physical and logical cores.jkim2005-10-171-2/+3
* For AMD processors, nullify CPUID.HTT. FreeBSD has no need for theobrien2005-10-161-0/+9
* Fix compiling.davidxu2005-10-151-1/+1
* - Print number of physical/logical cores and more CPUID info.jkim2005-10-144-14/+105
* The signal code is now an int rather than a long, so update debug printfs.jhb2005-10-141-2/+2
* Remove the sx(4) driver at the request of the author. The authorjhb2005-10-141-3/+0
* Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.ru2005-10-141-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-144-87/+139
* Add POSIX siginfo_t's si_code, this is for upcoming POSIX realtime signaldavidxu2005-10-141-10/+0
* Restore the UP optimization to reduce the number of TLB invalidations. Thealc2005-10-131-4/+11
* Restore optimizations to reduce TLB shootdowns.ups2005-10-131-25/+24
* 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
OpenPOWER on IntegriCloud