aboutsummaryrefslogtreecommitdiff
path: root/kern/debug.c
Commit message (Expand)AuthorAgeFilesLines
* lock: Fix SMP buildSamuel Thibault2023-08-131-1/+1
* assert: fix concurrency against irqsSamuel Thibault2023-08-121-6/+7
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-7/+1
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-191-4/+2
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-0/+2
* kern: Improve assertions and panics.Justus Winter2016-10-011-9/+9
* Use int3 on x86_64 build tooSamuel Thibault2016-06-101-1/+1
* Fix potential divisal by zeroSamuel Thibault2016-05-261-2/+2
* kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-3/+3
* Add commentSamuel Thibault2013-12-091-0/+1
* Always make Assert trigger debuggerSamuel Thibault2013-12-081-7/+0
* kern/debug.c: remove forward declarationMarin Ramesa2013-12-051-1/+1
* Remove lint codeMarin Ramesa2013-11-091-3/+0
* Drop luna88k bitsMarin Ramesa2013-09-091-1/+1
* Do not take address of va_list variableSamuel Thibault2012-04-061-2/+2
* Use compiler defined __i386__ symbol instead of use defined i386Guillem Jover2012-03-201-1/+1
* Add a SoftDebugger functionSamuel Thibault2009-12-211-6/+15
* Add Xen supportSamuel Thibault2009-12-161-0/+6
* Add stack-protector supportSamuel Thibault2009-11-301-0/+13
* Add -H option to halt on panicSamuel Thibault2009-11-281-1/+5
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+2
* 2007-12-30 Samuel thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-3/+3
* 2007-04-30 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* 2006-11-13 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+3
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-4/+2
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-2/+9
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+0
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-7/+0
* 2000-07-04 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-07-231-11/+9
* Fri Apr 24 13:19:40 1998 Thomas Bushnell n/BSG <thomas@melange.gnu.org>Thomas Bushnell1998-04-241-1/+1
* Initial sourceThomas Bushnell1997-02-251-0/+192