aboutsummaryrefslogtreecommitdiff
path: root/kern/syscall_subr.c
Commit message (Expand)AuthorAgeFilesLines
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+1
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-3/+3
* Update kern/ directory to use mach_port_name_t.Flavio Cruz2022-12-071-2/+2
* kern: avoid hardcoding the lowest priorityJustus Winter2015-04-241-2/+2
* Convert from K&R to ANSIMarin Ramesa2014-04-041-15/+10
* kern/syscall_subr.c: remove forward declarationMarin Ramesa2013-12-051-3/+0
* kern: remove register qualifiersMarin Ramesa2013-11-131-14/+14
* Remove lint codeMarin Ramesa2013-11-091-4/+0
* Add the mach_print debugging system callRichard Braun2013-01-221-0/+16
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-2/+2
* 2007-04-30 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-6/+6
* 2007-02-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+1
* 2006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-12/+0
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-11/+11
* Initial sourceThomas Bushnell1997-02-251-0/+399