aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux32_dummy.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-02-22 02:24:17 +0000
committerEd Maste <emaste@FreeBSD.org>2018-02-22 02:24:17 +0000
commiteae594f7d567f6e4abe04e96412683534e5c7109 (patch)
tree3f9a5d3ac59e5db010eb1fd56f49801cb657bbd6 /sys/amd64/linux32/linux32_dummy.c
parent6619d9fb706d34ce65e4ffcfa2ae019f9f372ded (diff)
downloadsrc-eae594f7d567f6e4abe04e96412683534e5c7109.tar.gz
src-eae594f7d567f6e4abe04e96412683534e5c7109.zip
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.
Notes
Notes: svn path=/head/; revision=329794
Diffstat (limited to 'sys/amd64/linux32/linux32_dummy.c')
-rw-r--r--sys/amd64/linux32/linux32_dummy.c59
1 files changed, 30 insertions, 29 deletions
diff --git a/sys/amd64/linux32/linux32_dummy.c b/sys/amd64/linux32/linux32_dummy.c
index 553936e6eed3..122344ed1901 100644
--- a/sys/amd64/linux32/linux32_dummy.c
+++ b/sys/amd64/linux32/linux32_dummy.c
@@ -1,3 +1,4 @@
+ sys/sys/sysent.2
/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
@@ -47,19 +48,19 @@ LIN_SDT_PROVIDER_DECLARE(LINUX_DTRACE);
UNIMPLEMENTED(afs_syscall);
UNIMPLEMENTED(break);
-UNIMPLEMENTED(create_module); /* added in linux 1.0 removed in 2.6 */
+UNIMPLEMENTED(create_module); /* Added in Linux 1.0 removed in 2.6. */
UNIMPLEMENTED(ftime);
-UNIMPLEMENTED(get_kernel_syms); /* added in linux 1.0 removed in 2.6 */
+UNIMPLEMENTED(get_kernel_syms); /* Added in Linux 1.0 removed in 2.6. */
UNIMPLEMENTED(getpmsg);
UNIMPLEMENTED(gtty);
UNIMPLEMENTED(stty);
UNIMPLEMENTED(lock);
UNIMPLEMENTED(mpx);
-UNIMPLEMENTED(nfsservctl); /* added in linux 2.2 removed in 3.1 */
+UNIMPLEMENTED(nfsservctl); /* Added in Linux 2.2 removed in 3.1. */
UNIMPLEMENTED(prof);
UNIMPLEMENTED(profil);
UNIMPLEMENTED(putpmsg);
-UNIMPLEMENTED(query_module); /* added in linux 2.2 removed in 2.6 */
+UNIMPLEMENTED(query_module); /* Added in Linux 2.2 removed in 2.6. */
UNIMPLEMENTED(ulimit);
UNIMPLEMENTED(vserver);
@@ -92,74 +93,74 @@ DUMMY(mq_timedreceive);
DUMMY(mq_notify);
DUMMY(mq_getsetattr);
DUMMY(kexec_load);
-/* linux 2.6.11: */
+/* Linux 2.6.11: */
DUMMY(add_key);
DUMMY(request_key);
DUMMY(keyctl);
-/* linux 2.6.13: */
+/* Linux 2.6.13: */
DUMMY(ioprio_set);
DUMMY(ioprio_get);
DUMMY(inotify_init);
DUMMY(inotify_add_watch);
DUMMY(inotify_rm_watch);
-/* linux 2.6.16: */
+/* Linux 2.6.16: */
DUMMY(migrate_pages);
DUMMY(unshare);
-/* linux 2.6.17: */
+/* Linux 2.6.17: */
DUMMY(splice);
DUMMY(sync_file_range);
DUMMY(tee);
DUMMY(vmsplice);
-/* linux 2.6.18: */
+/* Linux 2.6.18: */
DUMMY(move_pages);
-/* linux 2.6.19: */
+/* Linux 2.6.19: */
DUMMY(getcpu);
-/* linux 2.6.22: */
+/* Linux 2.6.22: */
DUMMY(signalfd);
-/* linux 2.6.27: */
+/* Linux 2.6.27: */
DUMMY(signalfd4);
DUMMY(inotify_init1);
-/* linux 2.6.31: */
+/* Linux 2.6.31: */
DUMMY(perf_event_open);
-/* linux 2.6.33: */
+/* Linux 2.6.33: */
DUMMY(fanotify_init);
DUMMY(fanotify_mark);
-/* linux 2.6.39: */
+/* Linux 2.6.39: */
DUMMY(name_to_handle_at);
DUMMY(open_by_handle_at);
DUMMY(clock_adjtime);
-/* linux 3.0: */
+/* Linux 3.0: */
DUMMY(setns);
-/* linux 3.2: */
+/* Linux 3.2: */
DUMMY(process_vm_readv);
DUMMY(process_vm_writev);
-/* linux 3.5: */
+/* Linux 3.5: */
DUMMY(kcmp);
-/* linux 3.8: */
+/* Linux 3.8: */
DUMMY(finit_module);
DUMMY(sched_setattr);
DUMMY(sched_getattr);
-/* linux 3.14: */
+/* Linux 3.14: */
DUMMY(renameat2);
-/* linux 3.15: */
+/* Linux 3.15: */
DUMMY(seccomp);
DUMMY(memfd_create);
-/* linux 3.18: */
+/* Linux 3.18: */
DUMMY(bpf);
-/* linux 3.19: */
+/* Linux 3.19: */
DUMMY(execveat);
-/* linux 4.2: */
+/* Linux 4.2: */
DUMMY(userfaultfd);
-/* linux 4.3: */
+/* Linux 4.3: */
DUMMY(membarrier);
-/* linux 4.4: */
+/* Linux 4.4: */
DUMMY(mlock2);
-/* linux 4.5: */
+/* Linux 4.5: */
DUMMY(copy_file_range);
-/* linux 4.6: */
+/* Linux 4.6: */
DUMMY(preadv2);
DUMMY(pwritev2);
-/* linux 4.8: */
+/* Linux 4.8: */
DUMMY(pkey_mprotect);
DUMMY(pkey_alloc);
DUMMY(pkey_free);