summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add some constants for the local APIC timer.jhb2004-12-231-0/+5
* Add a simple 'intrcnt_add' function that other MD code can use to add ajhb2004-12-232-0/+12
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-3/+2
* - Add a function to set the Task Priority Register (TPR) of the local APIC.jhb2004-12-232-18/+39
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-2/+12
* Remove a stray critical_exit().scottl2004-12-131-1/+0
* Separate mse driver into a core driver and a bus attachments. Separate outimp2004-12-121-917/+0
* Only export defined symbols. Note that I couldn't find any differencenjl2004-12-121-1/+1
* Move the author's copyright notice to match the initial LongRun importnjl2004-12-122-2/+1
* Expand the scope of the critical section in the PCIe read and write methodsscottl2004-12-101-4/+14
* If the parent process has the trap bit set (i.e. a debugger had singlekbyanc2004-12-081-0/+12
* add ath rate control module(s)sam2004-12-081-0/+2
* Avoid more than two pending IPI interrupt vectors per local APICups2004-12-074-103/+114
* NEC PC-98 machines do not have and cannot have an EISA bus. They haveimp2004-12-071-0/+2
* PNP BIOS devices are fundamentally different than ISA PNP devices.imp2004-12-071-1/+1
* Move reading the current CPU mask in pmap_lazyfix() to where the threadups2004-12-071-1/+2
* Allow fast interrupts to cause preemption.ups2004-12-061-2/+0
* Due to a significant addition of code, add my copyright to this file. Alsoscottl2004-12-061-0/+1
* Add support for the memory-mapped PCI Express configuration mechanism. Thisscottl2004-12-061-8/+211
* Enable amr(4) - scottl fixed when used with >4GB RAM.obrien2004-12-061-1/+0
* For efficiency move the call to pmap_pte_quick() out of pmap_protect()'salc2004-12-021-7/+6
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-012-5/+4
* Remove now unused variable.njl2004-11-301-1/+0
* MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() onnjl2004-11-301-66/+12
* Don't flag alignment constraints as a reason for bouncing. This fixes thescottl2004-11-291-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-276-10/+7
* Axe the semblance of support for PECOFF and Linux a.out core dumps.das2004-11-271-52/+2
* Remove an extra #includescottl2004-11-211-1/+0
* MFC amd64:scottl2004-11-211-29/+45
* Maintain the broken state of backwards compatibilty for a.out (anddas2004-11-201-2/+3
* Remove references to U area and garbage collect includes.das2004-11-201-4/+2
* Remove UAREA_PAGES.das2004-11-201-1/+0
* U areas are going away, so don't allocate one for process 0.das2004-11-202-16/+4
* Revert part of rev 1.57. The tag boundary is honored by splitting thescottl2004-11-191-9/+5
* Initiate deorbit burn sequence for 80386 support in FreeBSD: Removejhb2004-11-1610-262/+9
* Add acpi_sony to the list of drivers that are built.imp2004-11-151-0/+3
* After discussions with Nate, repo copy the acpi assist drivers fromimp2004-11-153-1710/+0
* o Change the strcmp() to a strncmp() to allow us to attach to 'E'philip2004-11-121-69/+67
* Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]philip2004-11-121-9/+6
OpenPOWER on IntegriCloud