aboutsummaryrefslogtreecommitdiff
path: root/kern/host.c
Commit message (Expand)AuthorAgeFilesLines
* Disable host_kernel_version() everywhere but on i386Sergey Bugaev2024-03-271-2/+2
* Keep host_get_kernel_version for USER32-on-x86_64 caseSamuel Thibault2023-05-111-1/+1
* Remove host_kernel_version RPC for x86_64Flavio Cruz2023-05-111-4/+6
* Use c_string to define host_get_kernel_version and host_get_kernel_boot_info.Flavio Cruz2023-03-131-0/+8
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-191-1/+1
* Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for ma...Flavio Cruz2023-01-131-0/+1
* kern: Fix reporting the minimum quantum used for scheduling.Justus Winter2017-08-051-2/+3
* Fix gcc-6 warningsSamuel Thibault2016-05-181-1/+1
* kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-6/+6
* Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa2013-12-111-1/+1
* kern: remove register qualifiersMarin Ramesa2013-11-131-6/+6
* 2007-02-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+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-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-7/+9
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+0
* Initial sourceThomas Bushnell1997-02-251-0/+380