minix/minix/kernel
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
..
arch Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
system Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
clock.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
clock.h New sources layout 2014-07-31 16:00:30 +02:00
config.h New sources layout 2014-07-31 16:00:30 +02:00
const.h vm: Separate mmap regions. 2015-09-16 11:06:17 +00:00
cpulocals.c New sources layout 2014-07-31 16:00:30 +02:00
cpulocals.h New sources layout 2014-07-31 16:00:30 +02:00
debug.c kernel: Add support for IPC filters. 2015-09-16 11:02:24 +00:00
debug.h kernel: Add support for IPC filters. 2015-09-16 11:02:24 +00:00
extract-errno.sh New sources layout 2014-07-31 16:00:30 +02:00
extract-mfield.sh New sources layout 2014-07-31 16:00:30 +02:00
extract-mtype.sh New sources layout 2014-07-31 16:00:30 +02:00
glo.h Kernel: separate userland ABI on kernel page 2015-09-23 12:01:15 +00:00
interrupt.c New sources layout 2014-07-31 16:00:30 +02:00
interrupt.h New sources layout 2014-07-31 16:00:30 +02:00
ipc_filter.h kernel: Add support for IPC filters. 2015-09-16 11:02:24 +00:00
ipc.h kernel: Add support for IPC filters. 2015-09-16 11:02:24 +00:00
kernel.h New sources layout 2014-07-31 16:00:30 +02:00
main.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
Makefile Integrate magic instrumentation into build system 2016-01-13 20:32:33 +01:00
priv.h kernel: Handle IPC properly at live update time. 2015-09-16 11:02:53 +00:00
proc.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
proc.h Kernel: per-process sleep time 2016-01-13 20:32:40 +01:00
profile.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
profile.h Remove support for call profiling 2014-09-30 12:39:03 +00:00
proto.h Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
smp.c New sources layout 2014-07-31 16:00:30 +02:00
smp.h New sources layout 2014-07-31 16:00:30 +02:00
spinlock.h New sources layout 2014-07-31 16:00:30 +02:00
system.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
system.h Remove support for call profiling 2014-09-30 12:39:03 +00:00
table.c Add MIB service, sysctl(2) support 2016-01-13 20:32:37 +01:00
type.h New sources layout 2014-07-31 16:00:30 +02:00
usermapped_data.c Kernel: separate userland ABI on kernel page 2015-09-23 12:01:15 +00:00
utility.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
vm.h New sources layout 2014-07-31 16:00:30 +02:00
watchdog.c New sources layout 2014-07-31 16:00:30 +02:00
watchdog.h New sources layout 2014-07-31 16:00:30 +02:00