]> Zhao Yanbai Git Server - minix.git/commit
libcompat_minix-centric cleanup
authorBen Gras <ben@minix3.org>
Fri, 16 Mar 2012 15:03:49 +0000 (16:03 +0100)
committerBen Gras <ben@minix3.org>
Fri, 16 Mar 2012 16:06:24 +0000 (17:06 +0100)
commit6af9856d4afe6625ae47ad2c40321c8789949741
tree8f2bd50a583dd2fbd4a78656d7ee5c085951d887
parent929023781102e64e9ba2b17bdda76df79d4d0066
libcompat_minix-centric cleanup

remove some old minix-userland-specific stuff

. /etc/ttytab as a file, and minix-compat function (fftyslot()),
  replaced by /etc/ttys and new libc functions
. also remove minix-specific nlist(), cuserid(), fttyslot(), v8 regex
  functions and <compat/regex.h>
. and remaining minix-only utilities that use them
. also unused <compat/pwd.h> and <compat/syslog.h> and
  redundant <sys/sigcontext.h>
42 files changed:
commands/Makefile
commands/calendar/Makefile [deleted file]
commands/calendar/calendar.c [deleted file]
commands/leave/Makefile [deleted file]
commands/leave/leave.c [deleted file]
commands/modem/Makefile [deleted file]
commands/modem/modem.c [deleted file]
commands/rlogind/Makefile [deleted file]
commands/rlogind/rlogind.c [deleted file]
commands/rlogind/rlogind.h [deleted file]
commands/rlogind/setup.c [deleted file]
etc/Makefile
etc/rc.daemons.dist
etc/ttytab [deleted file]
kernel/arch/i386/arch_system.c
kernel/proto.h
kernel/system.c
kernel/system/do_sigreturn.c
kernel/system/do_sigsend.c
lib/libcompat_minix/Makefile
lib/libcompat_minix/cuserid.c [deleted file]
lib/libcompat_minix/fttyslot.c [deleted file]
lib/libcompat_minix/include/Makefile.inc
lib/libcompat_minix/include/compat/pwd.h [deleted file]
lib/libcompat_minix/include/compat/regexp.h [deleted file]
lib/libcompat_minix/include/compat/syslog.h [deleted file]
lib/libcompat_minix/include/sys/sigcontext.h [deleted file]
lib/libcompat_minix/nlist.c [deleted file]
lib/libcompat_minix/v8regerror.c [deleted file]
lib/libcompat_minix/v8regexp.c [deleted file]
lib/libcompat_minix/v8regsub.c [deleted file]
man/man1/Makefile
man/man1/calendar.1 [deleted file]
man/man1/leave.1 [deleted file]
man/man1/modem.1 [deleted file]
man/man8/Makefile
man/man8/rlogind.8 [deleted file]
servers/pm/signal.c
servers/vm/signal.c
test/test11.c
test/test37.c
test/test47.c