summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* linux_brk() is MPSAFE.jhb2006-06-261-1/+1
* Eliminate a comment that became stale after revision 1.547.alc2006-06-251-5/+0
* The common UID/GID space implementation. It has been discussed on -archbabkin2006-06-251-0/+1
* Change get_pv_entry() such that the call to vm_page_alloc() specifiesalc2006-06-201-21/+15
* regen after change to syscalls.masternetchild2006-06-203-61/+341
* Switch to using the DUMMY infrastructure instead of UNIMPL for the newnetchild2006-06-202-58/+114
* We no longer need to disable interrupts in MD trap machineryyar2006-06-201-4/+0
* Style fix, use low-case.davidxu2006-06-191-1/+1
* Clear bit 22 in MSR IA32_MISC_ENABLE, according to Intel document,davidxu2006-06-192-0/+12
* Fix style while I'm here.yar2006-06-181-2/+2
* The i386 "call" instruction works as follows: it pushesyar2006-06-182-3/+28
* Unbreak tinderbox- fix device_printf arg to accomodate different sizesmjacob2006-06-161-2/+2
* Return -1 from db_numargs() if number of args couldn't be guessed.yar2006-06-161-4/+8
* Guess the number of arguments to a function somewhat better.yar2006-06-161-4/+8
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'snetchild2006-06-152-2/+0
* Remove mpte optimization from pmap_enter_quick().ups2006-06-151-5/+3
* regen after MFP4 (soc2006/rdivacky_linuxolator) of syscalls.masternetchild2006-06-133-5/+48
* MFP4 (soc2006/rdivacky_linuxolator)netchild2006-06-131-1/+44
* Add scheduler CORE, the work I have done half a year ago, recent,davidxu2006-06-131-0/+1
* Make the ISAPNP code optional and only enable it on i386 and pc98 (usedmarius2006-06-121-0/+1
* Enable a few more things in x86 NOTES to get broader LINT coverage:jhb2006-06-121-2/+14
* Don't invalidate the TLB in pmap_qenter() unless the old mapping was valid.alc2006-06-121-10/+15
* Add the ability to subset the devices that UART pulls in. This allowsimp2006-06-121-0/+3
* * Ask for a page-aligned page instead of an arbitrary address. This shouldnjl2006-06-101-15/+30
* Minor tweaks to the resume code. Previous commit reverted alignment backnjl2006-06-101-41/+50
* Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makesnjl2006-06-102-7/+7
* Minor tweaks to the resume code that might help people debug.njl2006-06-083-5/+26
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-051-5/+47
* Fix cut-n-pasteo: use the i386 version #define for i386 dumps, not the amd64 ...emaste2006-06-051-1/+1
* MFamd64alc2006-06-051-5/+2
* After much discussion with mjacob and scottl, change bus_dmamem_alloc sosilby2006-06-011-21/+3
* Turn the panic on not being able to meet alignment constraintsmjacob2006-05-311-4/+22
* Clear invalid bits only if CPU supports SSE, otherwise, some fields indavidxu2006-05-311-1/+2
* Use the method described in IA-32 Intel Architecture Software Developer'sdavidxu2006-05-306-11/+21
* Backout changes trying to inherit floating-point environment, althoughdavidxu2006-05-293-40/+1
* Add a quick hack to ensure that bus_dmamem_alloc properly alignssilby2006-05-281-2/+14
* Clear high 16 bits of mxcsr register, according to Intel document, ifdavidxu2006-05-282-0/+5
* PCB_NPXINITDONE is cleared by npx_fork_thread.davidxu2006-05-281-1/+1
* If parent thread never used FPU, the only work is to clear flagdavidxu2006-05-281-1/+6
* When creating a new thread, inherit floating-point environment fromdavidxu2006-05-283-0/+35
* APM was calling the suspend process from a timeout. This meant thatimp2006-05-252-27/+42
* Move clock_lock prototype into <machine/clock.h>, where it is moresobomax2006-05-192-11/+3
* - Add C-bus and ISA front-ends for le(4) so it can actually replacemarius2006-05-172-2/+10
* - As only the PCI front-end of le(4) is common to all platforms move itsmarius2006-05-171-2/+2
* Send the pcvt(4) driver off to retirement.phk2006-05-1713-15316/+0
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-164-4/+0
* Kill more references to lnc(4).ru2006-05-161-1/+1
* Remove some remnants of lnc(4).marius2006-05-141-1/+0
* Prefer the le device driver for Lance (AMD7990 et al) hardware over thegnn2006-05-143-12/+2
* Test commit after repoman upgrade. Remove one of my many email addressespeter2006-05-121-1/+1
OpenPOWER on IntegriCloud