aboutsummaryrefslogtreecommitdiff
path: root/kern/syscall_sw.c
Commit message (Expand)AuthorAgeFilesLines
* Add thread_set_self_state() trapSergey Bugaev2024-04-161-1/+1
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-191-1/+1
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-2/+2
* Update kern/ directory to use mach_port_name_t.Flavio Cruz2022-12-071-1/+1
* Declare void argument listsMarin Ramesa2013-12-151-2/+2
* kern/syscall_sw.c: use boolean instead of an intMarin Ramesa2013-12-091-1/+1
* kern/syscall_sw.c: remove forward declarationsMarin Ramesa2013-12-051-21/+2
* Add the mach_print debugging system callRichard Braun2013-01-221-1/+5
* Add a SoftDebugger functionSamuel Thibault2009-12-211-2/+2
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-19/+0
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-2/+0
* 2006-03-19 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-10/+0
* 2006-02-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-20/+0
* 2006-02-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-2/+2
* Initial sourceThomas Bushnell1997-02-251-0/+289