minix/minix/kernel/arch/i386
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
..
include New sources layout 2014-07-31 16:00:30 +02:00
acpi.c Make the kernel less chatty 2014-09-01 16:36:26 +02:00
acpi.h New sources layout 2014-07-31 16:00:30 +02:00
apic_asm.h New sources layout 2014-07-31 16:00:30 +02:00
apic_asm.S New sources layout 2014-07-31 16:00:30 +02:00
apic.c New sources layout 2014-07-31 16:00:30 +02:00
apic.h New sources layout 2014-07-31 16:00:30 +02:00
arch_clock.c Kernel: per-process CPU utilization statistics 2016-01-13 20:32:39 +01:00
arch_do_vmctl.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
arch_reset.c New sources layout 2014-07-31 16:00:30 +02:00
arch_smp.c New sources layout 2014-07-31 16:00:30 +02:00
arch_system.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
arch_watchdog.c New sources layout 2014-07-31 16:00:30 +02:00
breakpoints.c New sources layout 2014-07-31 16:00:30 +02:00
debugreg.h New sources layout 2014-07-31 16:00:30 +02:00
debugreg.S New sources layout 2014-07-31 16:00:30 +02:00
direct_tty_utils.c New sources layout 2014-07-31 16:00:30 +02:00
do_iopenable.c New sources layout 2014-07-31 16:00:30 +02:00
do_readbios.c New sources layout 2014-07-31 16:00:30 +02:00
do_sdevio.c kernel: Allow kernel calls to return ENOTREADY. 2015-09-16 11:02:31 +00:00
exception.c Kernel: improve stacktrace printing 2015-09-07 22:56:00 +00:00
glo.h New sources layout 2014-07-31 16:00:30 +02:00
head.S New sources layout 2014-07-31 16:00:30 +02:00
i8259.c New sources layout 2014-07-31 16:00:30 +02:00
io_inb.S New sources layout 2014-07-31 16:00:30 +02:00
io_inl.S New sources layout 2014-07-31 16:00:30 +02:00
io_intr.S New sources layout 2014-07-31 16:00:30 +02:00
io_inw.S New sources layout 2014-07-31 16:00:30 +02:00
io_outb.S New sources layout 2014-07-31 16:00:30 +02:00
io_outl.S New sources layout 2014-07-31 16:00:30 +02:00
io_outw.S New sources layout 2014-07-31 16:00:30 +02:00
kernel.lds Fix bitcode support for kernel 2014-08-29 12:57:03 -04:00
klib.S New sources layout 2014-07-31 16:00:30 +02:00
Makefile.inc NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
memory.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
mpx.S restore PSW like 9393439a20 for AMD syscall 2014-11-24 12:05:45 +01:00
oxpcie.c New sources layout 2014-07-31 16:00:30 +02:00
oxpcie.h New sources layout 2014-07-31 16:00:30 +02:00
pg_utils.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
pre_init.c vm: Separate mmap regions. 2015-09-16 11:06:17 +00:00
procoffsets.cf New sources layout 2014-07-31 16:00:30 +02:00
protect.c Kernel: convert K&R functions to ANSI 2016-01-13 20:33:07 +01:00
sconst.h New sources layout 2014-07-31 16:00:30 +02:00
serial.h New sources layout 2014-07-31 16:00:30 +02:00
trampoline.S New sources layout 2014-07-31 16:00:30 +02:00
usermapped_data_arch.c Fix bitcode support for kernel 2014-08-29 12:57:03 -04:00
usermapped_glo_ipc.S remove unused PSW restore code 2014-11-25 10:51:01 +01:00