Correct proper nouns in the Linuxulator
- Capitalize Linux - Spell FreeBSD out in full - Address some style(9) on changed lines Sponsored by: Turing Robotic Industries Inc.
This commit is contained in:
@@ -465,7 +465,7 @@
|
||||
274 AUE_NULL STD { int linux_mbind(void); }
|
||||
275 AUE_NULL STD { int linux_get_mempolicy(void); }
|
||||
276 AUE_NULL STD { int linux_set_mempolicy(void); }
|
||||
; linux 2.6.6:
|
||||
; Linux 2.6.6:
|
||||
277 AUE_NULL STD { int linux_mq_open(const char *name, int oflag, mode_t mode, \
|
||||
struct mq_attr *attr); }
|
||||
278 AUE_NULL STD { int linux_mq_unlink(const char *name); }
|
||||
@@ -483,17 +483,17 @@
|
||||
l_siginfo_t *info, int options, \
|
||||
void *rusage); }
|
||||
285 AUE_NULL UNIMPL
|
||||
; linux 2.6.11:
|
||||
; Linux 2.6.11:
|
||||
286 AUE_NULL STD { int linux_add_key(void); }
|
||||
287 AUE_NULL STD { int linux_request_key(void); }
|
||||
288 AUE_NULL STD { int linux_keyctl(void); }
|
||||
; linux 2.6.13:
|
||||
; Linux 2.6.13:
|
||||
289 AUE_NULL STD { int linux_ioprio_set(void); }
|
||||
290 AUE_NULL STD { int linux_ioprio_get(void); }
|
||||
291 AUE_NULL STD { int linux_inotify_init(void); }
|
||||
292 AUE_NULL STD { int linux_inotify_add_watch(void); }
|
||||
293 AUE_NULL STD { int linux_inotify_rm_watch(void); }
|
||||
; linux 2.6.16:
|
||||
; Linux 2.6.16:
|
||||
294 AUE_NULL STD { int linux_migrate_pages(void); }
|
||||
295 AUE_OPEN_RWTC STD { int linux_openat(l_int dfd, const char *filename, \
|
||||
l_int flags, l_int mode); }
|
||||
@@ -527,7 +527,7 @@
|
||||
309 AUE_POLL STD { int linux_ppoll(struct pollfd *fds, uint32_t nfds, \
|
||||
struct l_timespec *tsp, l_sigset_t *sset, l_size_t ssize); }
|
||||
310 AUE_NULL STD { int linux_unshare(void); }
|
||||
; linux 2.6.17:
|
||||
; Linux 2.6.17:
|
||||
311 AUE_NULL STD { int linux_set_robust_list(struct linux_robust_list_head *head, \
|
||||
l_size_t len); }
|
||||
312 AUE_NULL STD { int linux_get_robust_list(l_int pid, \
|
||||
@@ -536,29 +536,29 @@
|
||||
314 AUE_NULL STD { int linux_sync_file_range(void); }
|
||||
315 AUE_NULL STD { int linux_tee(void); }
|
||||
316 AUE_NULL STD { int linux_vmsplice(void); }
|
||||
; linux 2.6.18:
|
||||
; Linux 2.6.18:
|
||||
317 AUE_NULL STD { int linux_move_pages(void); }
|
||||
; linux 2.6.19:
|
||||
; Linux 2.6.19:
|
||||
318 AUE_NULL STD { int linux_getcpu(void); }
|
||||
319 AUE_NULL STD { int linux_epoll_pwait(l_int epfd, struct epoll_event *events, \
|
||||
l_int maxevents, l_int timeout, l_sigset_t *mask, \
|
||||
l_size_t sigsetsize); }
|
||||
; linux 2.6.22:
|
||||
; Linux 2.6.22:
|
||||
320 AUE_FUTIMESAT STD { int linux_utimensat(l_int dfd, const char *pathname, \
|
||||
const struct l_timespec *times, l_int flags); }
|
||||
321 AUE_NULL STD { int linux_signalfd(void); }
|
||||
322 AUE_NULL STD { int linux_timerfd_create(l_int clockid, l_int flags); }
|
||||
323 AUE_NULL STD { int linux_eventfd(l_uint initval); }
|
||||
; linux 2.6.23:
|
||||
; Linux 2.6.23:
|
||||
324 AUE_NULL STD { int linux_fallocate(l_int fd, l_int mode, \
|
||||
l_loff_t offset, l_loff_t len); }
|
||||
; linux 2.6.25:
|
||||
; Linux 2.6.25:
|
||||
325 AUE_NULL STD { int linux_timerfd_settime(l_int fd, l_int flags, \
|
||||
const struct l_itimerspec *new_value, \
|
||||
struct l_itimerspec *old_value); }
|
||||
326 AUE_NULL STD { int linux_timerfd_gettime(l_int fd, \
|
||||
struct l_itimerspec *old_value); }
|
||||
; linux 2.6.27:
|
||||
; Linux 2.6.27:
|
||||
327 AUE_NULL STD { int linux_signalfd4(void); }
|
||||
328 AUE_NULL STD { int linux_eventfd2(l_uint initval, l_int flags); }
|
||||
329 AUE_NULL STD { int linux_epoll_create1(l_int flags); }
|
||||
@@ -566,39 +566,39 @@
|
||||
l_int newfd, l_int flags); }
|
||||
331 AUE_NULL STD { int linux_pipe2(l_int *pipefds, l_int flags); }
|
||||
332 AUE_NULL STD { int linux_inotify_init1(void); }
|
||||
; linux 2.6.30:
|
||||
; Linux 2.6.30:
|
||||
333 AUE_NULL STD { int linux_preadv(l_ulong fd, \
|
||||
struct iovec *vec, l_ulong vlen, \
|
||||
l_ulong pos_l, l_ulong pos_h); }
|
||||
334 AUE_NULL STD { int linux_pwritev(l_ulong fd, \
|
||||
struct iovec *vec, l_ulong vlen, \
|
||||
l_ulong pos_l, l_ulong pos_h); }
|
||||
; linux 2.6.31:
|
||||
; Linux 2.6.31:
|
||||
335 AUE_NULL STD { int linux_rt_tgsigqueueinfo(l_pid_t tgid, \
|
||||
l_pid_t tid, l_int sig, l_siginfo_t *uinfo); }
|
||||
336 AUE_NULL STD { int linux_perf_event_open(void); }
|
||||
; linux 2.6.33:
|
||||
; Linux 2.6.33:
|
||||
337 AUE_NULL STD { int linux_recvmmsg(l_int s, \
|
||||
struct l_mmsghdr *msg, l_uint vlen, \
|
||||
l_uint flags, struct l_timespec *timeout); }
|
||||
338 AUE_NULL STD { int linux_fanotify_init(void); }
|
||||
339 AUE_NULL STD { int linux_fanotify_mark(void); }
|
||||
; linux 2.6.36:
|
||||
; Linux 2.6.36:
|
||||
340 AUE_NULL STD { int linux_prlimit64(l_pid_t pid, \
|
||||
l_uint resource, \
|
||||
struct rlimit *new, \
|
||||
struct rlimit *old); }
|
||||
; linux 2.6.39:
|
||||
; Linux 2.6.39:
|
||||
341 AUE_NULL STD { int linux_name_to_handle_at(void); }
|
||||
342 AUE_NULL STD { int linux_open_by_handle_at(void); }
|
||||
343 AUE_NULL STD { int linux_clock_adjtime(void); }
|
||||
344 AUE_SYNC STD { int linux_syncfs(l_int fd); }
|
||||
; linux 3.0:
|
||||
; Linux 3.0:
|
||||
345 AUE_NULL STD { int linux_sendmmsg(l_int s, \
|
||||
struct l_mmsghdr *msg, l_uint vlen, \
|
||||
l_uint flags); }
|
||||
346 AUE_NULL STD { int linux_setns(void); }
|
||||
; linux 3.2 (glibc 2.15):
|
||||
; Linux 3.2 (glibc 2.15):
|
||||
347 AUE_NULL STD { int linux_process_vm_readv(l_pid_t pid, \
|
||||
const struct iovec *lvec, l_ulong liovcnt, \
|
||||
const struct iovec *rvec, l_ulong riovcnt, \
|
||||
@@ -607,36 +607,36 @@
|
||||
const struct iovec *lvec, l_ulong liovcnt, \
|
||||
const struct iovec *rvec, l_ulong riovcnt, \
|
||||
l_ulong flags); }
|
||||
; linux 3.5 (no glibc wrapper):
|
||||
; Linux 3.5 (no glibc wrapper):
|
||||
349 AUE_NULL STD { int linux_kcmp(l_pid_t pid1, l_pid_t pid2, \
|
||||
l_int type, l_ulong idx1, l_ulong idx); }
|
||||
; linux 3.8 (no glibc wrapper):
|
||||
; Linux 3.8 (no glibc wrapper):
|
||||
350 AUE_NULL STD { int linux_finit_module(l_int fd, \
|
||||
const char *uargs, l_int flags); }
|
||||
; linux 3.14:
|
||||
; Linux 3.14:
|
||||
351 AUE_NULL STD { int linux_sched_setattr(l_pid_t pid, \
|
||||
void *attr, l_uint flags); }
|
||||
352 AUE_NULL STD { int linux_sched_getattr(l_pid_t pid, \
|
||||
void *attr, l_uint size, l_uint flags); }
|
||||
; linux 3.15:
|
||||
; Linux 3.15:
|
||||
353 AUE_NULL STD { int linux_renameat2(l_int oldfd, \
|
||||
const char *oldname, l_int newfd, \
|
||||
const char *newname, unsigned int flags); }
|
||||
; linux 3.17:
|
||||
; Linux 3.17:
|
||||
354 AUE_NULL STD { int linux_seccomp(l_uint op, l_uint flags, \
|
||||
const char *uargs); }
|
||||
355 AUE_NULL STD { int linux_getrandom(char *buf, \
|
||||
l_size_t count, l_uint flags); }
|
||||
356 AUE_NULL STD { int linux_memfd_create(const char *uname_ptr, \
|
||||
l_uint flags); }
|
||||
; linux 3.18:
|
||||
; Linux 3.18:
|
||||
357 AUE_NULL STD { int linux_bpf(l_int cmd, void *attr, \
|
||||
l_uint size); }
|
||||
; linux 3.19:
|
||||
; Linux 3.19:
|
||||
358 AUE_NULL STD { int linux_execveat(l_int dfd, \
|
||||
const char *filename, const char **argv, \
|
||||
const char **envp, l_int flags); }
|
||||
; linux 4.3: sockets now direct system calls:
|
||||
; Linux 4.3: sockets now direct system calls:
|
||||
359 AUE_SOCKET STD { int linux_socket(l_int domain, l_int type, \
|
||||
l_int protocol); }
|
||||
360 AUE_SOCKETPAIR STD { int linux_socketpair(l_int domain, \
|
||||
@@ -669,26 +669,26 @@
|
||||
372 AUE_RECVMSG STD { int linux_recvmsg(l_int s, l_uintptr_t msg, \
|
||||
l_int flags); }
|
||||
373 AUE_NULL STD { int linux_shutdown(l_int s, l_int how); }
|
||||
; linux 4.2:
|
||||
; Linux 4.2:
|
||||
374 AUE_NULL STD { int linux_userfaultfd(l_int flags); }
|
||||
; linux 4.3:
|
||||
; Linux 4.3:
|
||||
375 AUE_NULL STD { int linux_membarrier(l_int cmd, l_int flags); }
|
||||
; linux 4.4:
|
||||
; Linux 4.4:
|
||||
376 AUE_NULL STD { int linux_mlock2(l_ulong start, l_size_t len, \
|
||||
l_int flags); }
|
||||
; linux 4.5:
|
||||
; Linux 4.5:
|
||||
377 AUE_NULL STD { int linux_copy_file_range(l_int fd_in, \
|
||||
l_loff_t *off_in, l_int fd_out, \
|
||||
l_loff_t *off_out, l_size_t len, \
|
||||
l_uint flags); }
|
||||
; linux 4.6:
|
||||
; Linux 4.6:
|
||||
378 AUE_NULL STD { int linux_preadv2(l_ulong fd, \
|
||||
const struct iovec *vec, l_ulong vlen, \
|
||||
l_ulong pos_l, l_ulong pos_h, l_int flags); }
|
||||
379 AUE_NULL STD { int linux_pwritev2(l_ulong fd, \
|
||||
const struct iovec *vec, l_ulong vlen, \
|
||||
l_ulong pos_l, l_ulong pos_h, l_int flags); }
|
||||
; linux 4.8:
|
||||
; Linux 4.8:
|
||||
380 AUE_NULL STD { int linux_pkey_mprotect(l_ulong start, \
|
||||
l_size_t len, l_ulong prot, l_int pkey); }
|
||||
381 AUE_NULL STD { int linux_pkey_alloc(l_ulong flags, \
|
||||
|
||||
Reference in New Issue
Block a user