aboutsummaryrefslogtreecommitdiff
path: root/kern
Commit message (Expand)AuthorAgeFilesLines
* Do not take address of va_list variableSamuel Thibault2012-04-063-16/+19
* Use long typesSamuel Thibault2012-03-205-11/+11
* Use compiler defined __i386__ symbol instead of use defined i386Guillem Jover2012-03-202-6/+6
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-098-22/+23
* Merge branch 'master' into master-slabSamuel Thibault2012-01-282-1/+20
|\
| * Fix build on 64bit hostSamuel Thibault2012-01-221-0/+19
| * Upgrade number of event queuesSamuel Thibault2011-12-291-1/+1
* | Remove arbitrary limits used by the zone systemRichard Braun2011-12-176-72/+0
* | Remove the defunct kernel_task_create() functionRichard Braun2011-12-172-34/+0
* | Fix kern/kalloc.h includesRichard Braun2011-12-176-0/+6
* | Adjust the kernel to use the slab allocatorRichard Braun2011-12-177-39/+29
* | Import the slab allocatorRichard Braun2011-12-175-1397/+1798
* | Import utility filesRichard Braun2011-12-175-2/+1306
|/
* Make thread_suspend honor the TH_UNINT flagSergio López2011-09-281-0/+5
* Remove unused [!MACH_KERNEL] driver codeGuillem Jover2011-09-121-2/+0
* Drop module memory free verbositySamuel Thibault2011-09-051-3/+1
* Free memory used by boot modulesSamuel Thibault2011-09-051-3/+8
* Add prototypes for memory_object_proxy.c functionsFridolín Pokorný2011-09-031-0/+1
* Remove long obsolete RPC routinesGuillem Jover2011-09-026-203/+2
* Add vsnprintf prototypeGuillem Jover2011-09-021-0/+1
* Cast function timeout() argument to fix a warningGuillem Jover2011-08-301-3/+5
* Add prototype for log functionGuillem Jover2011-08-271-0/+2
* Add more details to "zone exhausted" panics.Samuel Thibault2011-08-221-3/+3
* Add compiler barrier to update_mapped_timeSamuel Thibault2011-08-181-1/+3
* Update constants to nowadays standardsSamuel Thibault2011-04-221-1/+1
* Warn once when part of the kernel is lacking memorySamuel Thibault2011-04-201-0/+9
* Move -d and -H parse to kern/startup.cSamuel Thibault2011-01-151-0/+24
* Fix crash on Xen when no module is providedSamuel Thibault2010-04-061-6/+7
* Add a SoftDebugger functionSamuel Thibault2009-12-214-10/+20
* Add Xen supportSamuel Thibault2009-12-162-1/+25
* Add stack-protector supportSamuel Thibault2009-11-301-0/+13
* Add memory object proxiesSamuel Thibault2009-11-282-2/+6
* Add -H option to halt on panicSamuel Thibault2009-11-281-1/+5
* Really call startrtclock() with an active thread.Samuel Thibault2009-11-221-1/+2
* Fix warningsSamuel Thibault2009-10-203-17/+18
* Fix warningSamuel Thibault2009-10-201-1/+1
* Fix warningsSamuel Thibault2009-10-201-2/+4
* Update constants to nowadays standardsSamuel Thibault2009-10-141-1/+1
* Fix yet more allocation failures during gcSamuel Thibault2009-10-141-1/+4
* Fix allocation failure during gcSamuel Thibault2009-10-141-0/+9
* More restrictive requirements on zone alignmentSamuel Thibault2009-10-141-1/+1
* Make local variable staticSamuel Thibault2009-10-141-2/+2
* 2008-11-15 Shakthi Kannan <shakshurd@gmail.com>Samuel Thibault2009-06-181-0/+2
* 2008-11-11 Shakthi Kannan <shakshurd@gmail.com>Samuel Thibault2009-06-181-1/+0
* 2008-07-23 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-183-3/+3
* 2008-07-19 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-182-16/+9
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-182-3/+3
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-1819-9/+162
* 2008-07-18 Andrei Barbu <andrei@0xab.com>Samuel Thibault2009-06-181-1/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-182-2/+2