summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* - Add debug.watchdog tunable, so we can specify watchdog CPU from loaderpjd2005-02-081-20/+31
* Use the local APIC timer to drive the various kernel clocks on SMP machinesjhb2005-02-086-94/+233
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesjhb2005-02-078-376/+268
* Use linux_emul_convpath() rather than linux_emul_find() asjhb2005-02-071-7/+6
* Use the LCONVPATHEXIST() macro rather than it's exact expansion to bejhb2005-02-071-4/+1
* Fix the problem with incorrect throttling level reported immediately aftersobomax2005-02-072-0/+22
* When running Linux binaries, set up the initial FPU state as Linuxdas2005-02-061-0/+7
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-16/+13
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpunjl2005-02-061-1/+1
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-16/+14
* Make cpu_est_clockrate() more accurate by disabling interrupts for thenjl2005-02-051-2/+10
* Build cpufreq and acpi_perf on platforms that are likely to be able tonjl2005-02-051-0/+6
* Implement proper handling of PG_G mappings in pmap_protect(). (I don'talc2005-02-051-1/+4
* Fix pc98 support (broken by previous change).nyan2005-02-041-1/+1
* Update the CPU attachments to return CPU_IVAR_PCPU as well as pass onnjl2005-02-041-27/+65
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-041-9/+51
* Remove the entries for isp and ispfw instead of leaving them in an inconsistentscottl2005-02-031-2/+0
* Anytime we write to the RTC's status B register to possibly enablejhb2005-02-031-0/+3
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-295-24/+22
* o Move copyin()/copyout() out of i386_{get,set}_ldt() andsobomax2005-01-263-124/+124
* If a valid ELCR was found, consult it for the trigger mode of ISAjhb2005-01-182-2/+8
* Tweak the ELCR support slightly. Explicitly probe the ELCR during bootjhb2005-01-184-12/+6
* Unbreak stack traces across double faults. In a particular edge casejhb2005-01-181-2/+8
* Fix a comment to match reality.ru2005-01-171-1/+1
* Bah, another whitespace fix.jhb2005-01-141-1/+1
* Remove an extraneous space.jhb2005-01-141-1/+1
* Remove redundant code to drop per-thread debug register state fromjhb2005-01-141-7/+1
* Drop the 'active-' prefix from the polarity printf to be consistent withjhb2005-01-141-1/+1
* pcic is no more on i386 port, so remove it from the hints.imp2005-01-141-9/+0
* Try harder to work with MP table interrupt entries that claim that anjhb2005-01-121-7/+22
* Fix support for machines with default MP Table configurations:jhb2005-01-071-18/+71
* Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, thisscottl2005-01-072-13/+53
* These are no longer relevant. They are scripts for extracting hintsimp2005-01-071-116/+0
* This is no longer supported, so remove it from the tree.imp2005-01-071-17/+0
* /* -> /*- for license, add FreeBSD tagimp2005-01-0631-32/+48
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0667-81/+90
* Remove left over include file from stallion driver.imp2005-01-061-122/+0
* Expand indirect reference to BSD license with the current one.imp2005-01-061-2/+22
* This doesn't seem to have been used since 386BSD daysimp2005-01-061-4/+0
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-051-0/+1
* These appear to be unused in our tree, so remove them.imp2005-01-051-45/+0
* Start all license/copyright notice comments with /*-, per traditionimp2005-01-059-9/+9
* o Use tab instead of spaces for puc(4) line.kuriyama2005-01-051-4/+4
* Use NULL instead of 0 in a few places as well as various whitespace fixes.jhb2004-12-302-12/+12
* Small whitespace fixes.jhb2004-12-301-2/+1
* - Indent the comments beside the SMP options to the same level as all thejhb2004-12-301-4/+4
* Restore the cpu_reset proxy code. It is needed if you want to reset thenjl2004-12-271-1/+41
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-241-0/+7
* - Give the timer, thermal, and error LVT entries an interrupt vector evenjhb2004-12-231-22/+30
* Some small style fixes.jhb2004-12-231-3/+2
OpenPOWER on IntegriCloud