aboutsummaryrefslogtreecommitdiff
path: root/kern/exception.c
Commit message (Expand)AuthorAgeFilesLines
* Load 64-bit ELFs on all 64-bit portsSergey Bugaev2024-03-271-1/+1
* Add and use ikm_cache_alloc/free/_trySamuel Thibault2023-10-011-18/+12
* Use designated initializers in kern/exception.cFlavio Cruz2023-05-041-28/+28
* Make exception subcode a longSergey Bugaev2023-04-031-12/+28
* replace mach_port_t with mach_port_name_tLuca Dariz2023-01-181-6/+6
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-3/+2
* Update ipc/ directory to use mach_port_name_tFlavio Cruz2022-11-301-3/+5
* fix warnings for 32 bit buildsLuca Dariz2022-08-271-0/+1
* Use uint32_t instead of unsigned32_t.Flavio Cruz2016-04-041-1/+1
* Make sure the reply port's reference is released when the thread needs to be ...Flávio Cruz2015-08-281-4/+28
* kern: avoid breaking the strict-aliasing rulesJustus Winter2015-05-231-1/+8
* ipc: undo manual inlining of `ipc_entry_X' functionsJustus Winter2015-05-201-15/+3
* Convert from K&R to ANSIMarin Ramesa2014-04-041-19/+23
* Declare void argument listsMarin Ramesa2013-12-151-2/+2
* kern/exception.c: remove forward declarationsMarin Ramesa2013-12-051-2/+2
* kern: new header file exception.hMarin Ramesa2013-12-051-12/+1
* kern: remove register qualifiersMarin Ramesa2013-11-131-14/+14
* 2008-07-23 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2008-07-19 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-15/+8
* 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/+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-0/+1
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-2/+0
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-9/+9
* Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-271-1/+1
* Thu Apr 17 15:55:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-011-1/+1
* Thu Apr 17 15:55:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-171-0/+2
* Baseline.Thomas Bushnell1997-04-141-0/+4
* Initial sourceThomas Bushnell1997-02-251-0/+1003