aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-0911-21/+21
* Set default serial parameters to 8N1 instead of 7E1Gabriele Giacone2012-03-031-1/+1
* Fix format for string printSamuel Thibault2012-02-191-1/+1
* Merge branch 'master' into master-slabSamuel Thibault2012-01-281-1/+1
|\
| * Fix typoSamuel Thibault2011-12-291-1/+1
* | Remove arbitrary limits used by the zone systemRichard Braun2011-12-173-3/+0
* | Fix kern/kalloc.h includesRichard Braun2011-12-171-0/+1
* | Adjust the kernel to use the slab allocatorRichard Braun2011-12-177-51/+47
* | Import the slab allocatorRichard Braun2011-12-173-30/+3
|/
* Increase kmem area for the Xen case.Samuel Thibault2011-10-161-1/+5
* Remove unused [!MACH_KERNEL] driver codeGuillem Jover2011-09-125-494/+1
* * .gitignore: Tighten some rules, and distribute others to...Thomas Schwinge2011-09-061-0/+1
* * i386/i386/pcb.h (stack_attach): Parameterize the continuation parameter'sThomas Schwinge2011-09-062-2/+2
* Move i386/i386/locore.S declarations.Thomas Schwinge2011-09-062-28/+27
* Use Mach native error codes instead of POSIX errno E* onesGuillem Jover2011-09-024-10/+10
* Fix documentationSamuel Thibault2011-09-011-0/+2
* Close kernel stacks.Samuel Thibault2011-09-011-0/+1
* Fix PC samplingSamuel Thibault2011-09-013-7/+6
* Optimize copyout pathSamuel Thibault2011-08-311-17/+13
* Fix copyout retry on lazy allocation on >= i486Samuel Thibault2011-08-311-7/+28
* Disable global page while writing in kernel spaceSamuel Thibault2011-08-311-0/+5
* Protect set_cr3 against compiler assignment optimizationsSamuel Thibault2011-08-311-1/+1
* Fix declarationsSamuel Thibault2011-08-318-10/+17
* Add linux_timer_intr function declarationGuillem Jover2011-08-301-0/+4
* Remove unused variableGuillem Jover2011-08-301-1/+0
* Cast function timeout() argument to fix a warningGuillem Jover2011-08-302-2/+2
* Return a value on non-void functionGuillem Jover2011-08-301-0/+5
* Fix copyright assignmentSamuel Thibault2011-08-304-4/+4
* Console declaration cleanupSamuel Thibault2011-08-306-13/+19
* Make copyout run in 1 loop on >= i486Samuel Thibault2011-08-291-4/+5
* Skip kernel WP check on i486 and aboveSamuel Thibault2011-08-282-2/+5
* Enable >4GiB cr3Samuel Thibault2011-08-281-2/+2
* Disable (<i486)-only WP workaround on Xen & PAESamuel Thibault2011-08-281-36/+2
* Fix pmap_clear_bootstrap_pagetable with >4G mfnsSamuel Thibault2011-08-281-1/+1
* Rework memory mapping reservationSamuel Thibault2011-08-283-10/+12
* Disable unused variablesGuillem Jover2011-08-271-0/+2
* Add prototypes for locore functionsGuillem Jover2011-08-274-2/+8
* Add 8byte breakpoint macroSamuel Thibault2011-08-211-0/+1
* Enable all cachesSamuel Thibault2011-04-231-0/+1
* Update constants to nowadays standardsSamuel Thibault2011-04-221-1/+1
* Close call stack on continuationSamuel Thibault2011-04-191-0/+1
* Fix build with kdb from make dist-generated tarballSamuel Thibault2011-04-031-0/+1
* Fix typoSamuel Thibault2011-03-211-1/+1
* Clean kd.[ch]Samuel Thibault2011-03-202-59/+59
* Fix continuation after keyboard debugger invocationSamuel Thibault2011-03-111-1/+1
* Enable global pages after enabling pagingSamuel Thibault2011-03-061-2/+2
* Fix temporary direct mapping during page table enablingSamuel Thibault2011-03-051-35/+20
* Keep supplementary L1 pages read-onlySamuel Thibault2011-03-031-1/+4
* Re-enable updating pvlist for kernel_pmapSamuel Thibault2011-02-271-1/+0
* Acknoledge interrupt after handler callSamuel Thibault2011-02-271-8/+11