aboutsummaryrefslogtreecommitdiff
path: root/kern/startup.c
Commit message (Expand)AuthorAgeFilesLines
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+1
* percpu: active_stack with gsDamien Zammit2023-09-251-1/+1
* SMP: Fix setting up initial gdtSamuel Thibault2023-09-241-1/+1
* percpu active_thread using gs segmentDamien Zammit2023-09-241-1/+1
* percpu area using gs segmentDamien Zammit2023-09-241-1/+2
* Fix several warnings for -Wmissing-prototypesFlavio Cruz2023-01-241-7/+0
* Delete kern_timestamp system call since it is not usedFlavio Cruz2022-12-271-3/+0
* Add hardware interrupt notification mechanismSamuel Thibault2020-07-101-0/+4
* Cope with machine_info.memory_size overflowSamuel Thibault2020-01-011-1/+6
* Remove phys_first_addr and phys_last_addr global variablesRichard Braun2016-09-211-1/+0
* Lightweight synchronization mechanismAgustina Arzille2016-04-151-0/+3
* Use vm_page as the physical memory allocatorRichard Braun2016-01-231-1/+1
* kern/printf: do not serialize printf and coJustus Winter2015-07-181-2/+0
* kern: add radix tree libraryJustus Winter2015-05-201-0/+2
* Convert from K&R to ANSIMarin Ramesa2014-04-041-2/+1
* Declare void argument lists (part 2)Marin Ramesa2013-12-201-1/+1
* Declare void argument listsMarin Ramesa2013-12-151-3/+3
* kern/startup.c: use boolean valuesMarin Ramesa2013-12-091-2/+2
* kern/startup.c: remove forward declarationsMarin Ramesa2013-12-051-19/+7
* kern/startup.c: fix implicit declaration of functionMarin Ramesa2013-11-201-1/+3
* kern: remove register qualifiersMarin Ramesa2013-11-131-3/+3
* Fix kernel task creation timeRichard Braun2012-12-051-2/+2
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-1/+0
* Move -d and -H parse to kern/startup.cSamuel Thibault2011-01-151-0/+24
* Really call startrtclock() with an active thread.Samuel Thibault2009-11-221-1/+2
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+2
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+2
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2007-02-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+2
* 2006-11-08 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+1
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-5/+0
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-17/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-8/+8
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-291-7/+17
* Initial sourceThomas Bushnell1997-02-251-0/+305