]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the futimes/undelete/utrace conflict with other BSD's. Note that
authordyson <dyson@FreeBSD.org>
Mon, 11 May 1998 03:55:28 +0000 (03:55 +0000)
committerdyson <dyson@FreeBSD.org>
Mon, 11 May 1998 03:55:28 +0000 (03:55 +0000)
commitee396db7d3a6e8672a75bb02cff258ca0c155aca
tree933c065ad2c1f57eea72a60d204caae24000469a
parent24792483ec1e8001000f9a04d734ee9b20788d86
Fix the futimes/undelete/utrace conflict with other BSD's.  Note that
the only common  usage of utrace (the possible problem with this
commit) is with malloc, so this should be a real problem.  Add
the various NetBSD syscalls that allow full emulation of their
development environment.
12 files changed:
sys/kern/init_sysent.c
sys/kern/kern_descrip.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/kern/vfs_extattr.c
sys/kern/vfs_syscalls.c
sys/sys/stat.h
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/vnode.h