summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Preserve dcons(4) buffer passed by loader(8).simokawa2004-10-241-0/+16
* Hook the hptmv driver up to the build.scottl2004-10-242-0/+6
* Add some basic KTR tracing to busdma on i386. This is likely notrwatson2004-10-231-10/+60
* Remove a "needs Giant" flag from the /dev/apm compat device.njl2004-10-221-1/+0
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* When sf_buf_alloc() replaces a virtual-to-physical mapping, it needn'talc2004-10-161-1/+15
* Let nexus print our flags for us. Also, clean up an obfuscated if stmt.njl2004-10-141-10/+7
* Print flags in the nexus for child devices.njl2004-10-141-0/+2
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-142-11/+2
* Add zero flags argument to sysctl calls.phk2004-10-121-1/+1
* Add missing zero flag arguments to sysctl calls.phk2004-10-123-3/+3
* Make the lower range of the memory area 0x80000000 again. Alsoimp2004-10-111-1/+15
* Match surrounding style, not style(msmith).njl2004-10-111-16/+16
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-112-1/+8
* Fix conflicts I didn't fix before I committed my busspace changes.imp2004-10-111-4/+2
* Convert to newbus. (chances are we could now move this to dev/pbioimp2004-10-101-46/+61
* style(9)obrien2004-10-091-57/+51
* Make pte_load_store() an atomic operation in all cases, not just i386 PAE.alc2004-10-082-11/+36
* Port pbio to HEAD.imp2004-10-072-0/+460
* Add missing 'static'imp2004-10-061-2/+1
* For legacy PCI bridges, limit memory allocation to the top 32MB ofimp2004-10-061-4/+24
* Undo revision 1.251. This change was a performance pessimizing work-aroundalc2004-10-031-1/+1
* The physical address stored in the vm_page is page aligned. There is noalc2004-10-031-1/+1
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). Thesealc2004-10-021-5/+2
* Fix BIOS default geometry on pc98.nyan2004-10-011-0/+4
* Fix the following race:das2004-10-011-3/+4
* Prevent the unexpected deallocation of a page table page while performingalc2004-09-292-19/+39
* Improve the panic message for a busted MP table with conflicting entriesjhb2004-09-241-1/+3
* Invalidate cache after changing pte entry.rik2004-09-231-3/+7
* PAE seems to work for isp- at least under mimimal testing.mjacob2004-09-231-1/+2
* Correct a long-standing error in _pmap_unwire_pte_hold() affectingalc2004-09-221-10/+5
* - Add support for "paging" in stack trace output. That is, when you dojhb2004-09-201-2/+4
* Simplify the reference counting of page table pages. Specifically, usealc2004-09-191-22/+10
* Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc()alc2004-09-191-3/+0
* Put in a commented out ispfw device under isp and note that this is usuallymjacob2004-09-191-0/+1
* Release the page queues lock earlier in pmap_protect() and pmap_remove() inalc2004-09-181-7/+6
* Fix breakpoint handling for i386.julian2004-09-152-3/+25
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-13/+11
* Remove now unused #include files.phk2004-09-151-52/+0
* Use an atomic op to update the pte in pmap_protect(). This is to preventalc2004-09-121-7/+13
* Revert the previous round of changes to td_pinned. The scheduler isn'tscottl2004-09-111-2/+2
* Double the number of kernel page tables for amd64 and for i386/PAE. The oldscottl2004-09-111-2/+3
* Make up my mind if cpu pinning is stored in the thread structure or thejulian2004-09-101-2/+2
* Add device driver support for the VIA Networking Technologieswpaul2004-09-101-0/+3
* Teach the stack trace code how to step across a double fault when steppingjhb2004-09-091-0/+20
* Use atomic ops in pmap_clear_ptes() to prevent SMP races that couldalc2004-09-081-3/+13
* Fix a problem with tag->boundary inheritence that has existed since day onescottl2004-09-081-5/+5
* Fix a cut-n-paste glitch with SCHED_4BSD.scottl2004-09-071-1/+1
* Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.scottl2004-09-071-1/+3
* Regen.dfr2004-09-063-6/+22
OpenPOWER on IntegriCloud