NetBSD/sys/compat/common
thorpej 14cd99880c Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2).  This uses a primitive function
versioning scheme.

This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.

From Frank van der Linden <fvdl@NetBSD.ORG>.
1997-10-20 22:05:06 +00:00
..
Makefile PR/4269: msync is missing MS_* 1997-10-16 23:49:38 +00:00
Makefile.inc
compat_exec.c
compat_util.c Add getdirentries backward compat syscall. Provide common function to 1997-10-10 01:46:59 +00:00
compat_util.h Add getdirentries backward compat syscall. Provide common function to 1997-10-10 01:46:59 +00:00
kern_exit_43.c machine/psl.h is deprecated; move #include <machine/psl.h> inside #ifdef m68k. 1997-09-03 21:06:50 +00:00
kern_info_09.c
kern_info_43.c
kern_ipc_10.c
kern_resource_43.c Adjust u_int arguments of some system calls to int, to match user-level 1997-10-15 17:03:52 +00:00
kern_sig_43.c
kern_xxx_12.c
tty_43.c
uipc_syscalls_43.c
vfs_syscalls_12.c Copy the whole timespec, not just half of it. Other minor changes. 1997-10-19 01:52:51 +00:00
vfs_syscalls_43.c add stat12 compatibility calls and rename ostat to stat43 1997-10-16 23:50:36 +00:00
vm_12.c Fix the shared library versioning snafu caused by the recent changes 1997-10-20 22:05:06 +00:00
vm_43.c