看板 DFBSD_commit 關於我們 聯絡資訊
commit c7238745be689761f482abf8114cdf2c17eedfe6 Author: Sascha Wildner <saw@online.de> Date: Sat Jul 31 22:46:31 2010 +0200 Add a renameat(2) system call. Based-on: FreeBSD Summary of changes: bin/ln/symlink.7 | 4 +- include/stdio.h | 3 +- lib/libc/sys/Makefile.inc | 2 +- lib/libc/sys/rename.2 | 82 +++++++++++++++++++++++++++++++++++++++++++-- sys/kern/init_sysent.c | 1 + sys/kern/syscalls.c | 1 + sys/kern/syscalls.master | 2 + sys/kern/vfs_syscalls.c | 32 +++++++++++++++++- sys/sys/syscall-hide.h | 1 + sys/sys/syscall.h | 3 +- sys/sys/syscall.mk | 3 +- sys/sys/sysproto.h | 10 +++++ sys/sys/sysunion.h | 1 + 13 files changed, 134 insertions(+), 11 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c7238745be689761f482abf8114cdf2c17eedfe6 -- DragonFly BSD source repository