minix/minix/kernel/system
Dr. Florian Grätz a4a1eb73dd Kernel: convert K&R functions to ANSI
Changed all K&R style functions to ANSI-style declarations within the
kernel directory. The code compiles and aparently works for i386. For
arm my toolchain does not work, but I have changed the code with great
care. Also, the make command fails for the test suite. Therefore, I
strongly recommand to review the code with care.

Edited by David van Moolenbroek to convert really all K&R functions.

Change-Id: I58cde797d36f4caa9c72db4e4dc27d8545ab8866
2016-01-13 20:33:07 +01:00
..
do_abort.c New sources layout 2014-07-31 16:00:30 +02:00
do_clear.c New sources layout 2014-07-31 16:00:30 +02:00
do_copy.c New sources layout 2014-07-31 16:00:30 +02:00
do_devio.c New sources layout 2014-07-31 16:00:30 +02:00
do_diagctl.c New sources layout 2014-07-31 16:00:30 +02:00
do_endksig.c New sources layout 2014-07-31 16:00:30 +02:00
do_exec.c New sources layout 2014-07-31 16:00:30 +02:00
do_exit.c New sources layout 2014-07-31 16:00:30 +02:00
do_fork.c Kernel: per-process CPU utilization statistics 2016-01-13 20:32:39 +01:00
do_getinfo.c Kernel: per-state CPU accounting 2016-01-13 20:32:38 +01:00
do_getksig.c New sources layout 2014-07-31 16:00:30 +02:00
do_irqctl.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
do_kill.c New sources layout 2014-07-31 16:00:30 +02:00
do_mcontext.c New sources layout 2014-07-31 16:00:30 +02:00
do_memset.c New sources layout 2014-07-31 16:00:30 +02:00
do_privctl.c Improve asynsend support for process swapping 2015-09-17 14:08:30 +00:00
do_runctl.c New sources layout 2014-07-31 16:00:30 +02:00
do_safecopy.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
do_safememset.c New sources layout 2014-07-31 16:00:30 +02:00
do_schedctl.c Kernel: per-state CPU accounting 2016-01-13 20:32:38 +01:00
do_schedule.c Kernel: per-state CPU accounting 2016-01-13 20:32:38 +01:00
do_setalarm.c libsys: make tickdelay(3) more reliable 2015-08-08 16:55:23 +00:00
do_setgrant.c New sources layout 2014-07-31 16:00:30 +02:00
do_settime.c Kernel: export clock information on kernel page 2015-09-23 12:00:46 +00:00
do_sigreturn.c New sources layout 2014-07-31 16:00:30 +02:00
do_sigsend.c New sources layout 2014-07-31 16:00:30 +02:00
do_sprofile.c New sources layout 2014-07-31 16:00:30 +02:00
do_statectl.c kernel: Add support for IPC filters. 2015-09-16 11:02:24 +00:00
do_stime.c Kernel: export clock information on kernel page 2015-09-23 12:00:46 +00:00
do_times.c Kernel: export clock information on kernel page 2015-09-23 12:00:46 +00:00
do_trace.c Kernel: fix sys_trace 2014-08-30 19:10:12 +00:00
do_umap_remote.c New sources layout 2014-07-31 16:00:30 +02:00
do_umap.c New sources layout 2014-07-31 16:00:30 +02:00
do_update.c Improve asynsend support for process swapping 2015-09-17 14:08:30 +00:00
do_vdevio.c New sources layout 2014-07-31 16:00:30 +02:00
do_vmctl.c Kernel: IPC filter support for VM memory requests 2015-09-17 13:46:23 +00:00
do_vtimer.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
do_vumap.c New sources layout 2014-07-31 16:00:30 +02:00
Makefile.inc Remove support for call profiling 2014-09-30 12:39:03 +00:00