Deleted Added
full compact
1c1
< $FreeBSD: head/sys/amd64/linux32/syscalls.master 163760 2006-10-29 14:02:39Z netchild $
---
> $FreeBSD: head/sys/amd64/linux32/syscalls.master 165609 2006-12-29 01:17:02Z rwatson $
53c53
< 8 AUE_O_CREAT STD { int linux_creat(char *path, \
---
> 8 AUE_CREAT STD { int linux_creat(char *path, \
83c83
< 28 AUE_NULL UNIMPL fstat
---
> 28 AUE_FSTAT UNIMPL fstat
163c163
< 86 AUE_NULL UNIMPL linux_uselib
---
> 86 AUE_USELIB UNIMPL linux_uselib
167c167
< 89 AUE_O_GETDENTS STD { int linux_readdir(l_uint fd, \
---
> 89 AUE_GETDIRENTRIES STD { int linux_readdir(l_uint fd, \
179c179
< 98 AUE_AUE_PROFILE UNIMPL profil
---
> 98 AUE_PROFILE UNIMPL profil
246c246
< 141 AUE_O_GETDENTS STD { int linux_getdents(l_uint fd, void *dent, \
---
> 141 AUE_GETDIRENTRIES STD { int linux_getdents(l_uint fd, void *dent, \
255c255
< 145 AUE_READV STD { int linux_readv(int fd, struct iovec32 *iovp, \
---
> 145 AUE_READV STD { int linux_readv(int fd, struct iovec32 *iovp, \
257c257
< 146 AUE_WRITEV STD { int linux_writev(int fd, struct iovec32 *iovp, \
---
> 146 AUE_WRITEV STD { int linux_writev(int fd, struct iovec32 *iovp, \
271,272c271,272
< 156 AUE_SCHED_SETSCHEDULER STD { int linux_sched_setscheduler(l_pid_t pid, \
< l_int policy, \
---
> 156 AUE_SCHED_SETSCHEDULER STD { int linux_sched_setscheduler( \
> l_pid_t pid, l_int policy, \
274c274,275
< 157 AUE_SCHED_GETSCHEDULER STD { int linux_sched_getscheduler(l_pid_t pid); }
---
> 157 AUE_SCHED_GETSCHEDULER STD { int linux_sched_getscheduler( \
> l_pid_t pid); }
276c277
< 159 AUE_SCHED_GET_PRIORITY_MAX STD { int linux_sched_get_priority_max( \
---
> 159 AUE_SCHED_GET_PRIORITY_MAX STD { int linux_sched_get_priority_max( \
278c279
< 160 AUE_SCHED_GET_PRIORITY_MIN STD { int linux_sched_get_priority_min( \
---
> 160 AUE_SCHED_GET_PRIORITY_MIN STD { int linux_sched_get_priority_min( \
280c281
< 161 AUE_SCHED_RR_GET_INTERVAL STD { int linux_sched_rr_get_interval(l_pid_t pid, \
---
> 161 AUE_SCHED_RR_GET_INTERVAL STD { int linux_sched_rr_get_interval(l_pid_t pid, \
382c383
< 220 AUE_O_GETDENTS STD { int linux_getdents64(l_uint fd, \
---
> 220 AUE_GETDIRENTRIES STD { int linux_getdents64(l_uint fd, \
434,435c435,436
< 268 AUE_NULL STD { int linux_statfs64(char *path, struct l_statfs64_buf *buf); }
< 269 AUE_NULL STD { int linux_fstatfs64(void); }
---
> 268 AUE_STATFS STD { int linux_statfs64(char *path, struct l_statfs64_buf *buf); }
> 269 AUE_FSTATFS STD { int linux_fstatfs64(void); }
437c438
< 271 AUE_NULL STD { int linux_utimes(void); }
---
> 271 AUE_UTIMES STD { int linux_utimes(void); }