Message ID | 20170105164105.23859-1-sbruno@freebsd.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, Your series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH] Update FreeBSD syscall numbers Message-id: 20170105164105.23859-1-sbruno@freebsd.org Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 # Useful git options git config --local diff.renamelimit 0 git config --local diff.renames True commits="$(git log --format=%H --reverse $BASE..)" for c in $commits; do echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..." if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then failed=1 echo fi n=$((n+1)) done exit $failed === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched to a new branch 'test' cf894e4 Update FreeBSD syscall numbers === OUTPUT BEGIN === Checking PATCH 1/1: Update FreeBSD syscall numbers... ERROR: trailing whitespace #26: FILE: bsd-user/freebsd/syscall_nr.h:10: + * created from FreeBSD: head/sys/kern/syscalls.master 272823 2014-10-09 15:16:52Z marcel $ WARNING: line over 80 characters #26: FILE: bsd-user/freebsd/syscall_nr.h:10: + * created from FreeBSD: head/sys/kern/syscalls.master 272823 2014-10-09 15:16:52Z marcel ERROR: code indent should never use tabs #472: FILE: bsd-user/freebsd/syscall_nr.h:13: +#define^ITARGET_FREEBSD_NR_syscall^I0$ ERROR: code indent should never use tabs #473: FILE: bsd-user/freebsd/syscall_nr.h:14: +#define^ITARGET_FREEBSD_NR_exit^I1$ ERROR: code indent should never use tabs #474: FILE: bsd-user/freebsd/syscall_nr.h:15: +#define^ITARGET_FREEBSD_NR_fork^I2$ ERROR: code indent should never use tabs #475: FILE: bsd-user/freebsd/syscall_nr.h:16: +#define^ITARGET_FREEBSD_NR_read^I3$ ERROR: code indent should never use tabs #476: FILE: bsd-user/freebsd/syscall_nr.h:17: +#define^ITARGET_FREEBSD_NR_write^I4$ ERROR: code indent should never use tabs #477: FILE: bsd-user/freebsd/syscall_nr.h:18: +#define^ITARGET_FREEBSD_NR_open^I5$ ERROR: code indent should never use tabs #478: FILE: bsd-user/freebsd/syscall_nr.h:19: +#define^ITARGET_FREEBSD_NR_close^I6$ ERROR: code indent should never use tabs #479: FILE: bsd-user/freebsd/syscall_nr.h:20: +#define^ITARGET_FREEBSD_NR_wait4^I7$ ERROR: code indent should never use tabs #480: FILE: bsd-user/freebsd/syscall_nr.h:21: +^I^I^I^I/* 8 is old creat */$ ERROR: code indent should never use tabs #481: FILE: bsd-user/freebsd/syscall_nr.h:22: +#define^ITARGET_FREEBSD_NR_link^I9$ ERROR: code indent should never use tabs #482: FILE: bsd-user/freebsd/syscall_nr.h:23: +#define^ITARGET_FREEBSD_NR_unlink^I10$ ERROR: code indent should never use tabs #483: FILE: bsd-user/freebsd/syscall_nr.h:24: +^I^I^I^I/* 11 is obsolete execv */$ ERROR: code indent should never use tabs #484: FILE: bsd-user/freebsd/syscall_nr.h:25: +#define^ITARGET_FREEBSD_NR_chdir^I12$ ERROR: code indent should never use tabs #485: FILE: bsd-user/freebsd/syscall_nr.h:26: +#define^ITARGET_FREEBSD_NR_fchdir^I13$ ERROR: code indent should never use tabs #486: FILE: bsd-user/freebsd/syscall_nr.h:27: +#define^ITARGET_FREEBSD_NR_mknod^I14$ ERROR: code indent should never use tabs #487: FILE: bsd-user/freebsd/syscall_nr.h:28: +#define^ITARGET_FREEBSD_NR_chmod^I15$ ERROR: code indent should never use tabs #488: FILE: bsd-user/freebsd/syscall_nr.h:29: +#define^ITARGET_FREEBSD_NR_chown^I16$ ERROR: code indent should never use tabs #489: FILE: bsd-user/freebsd/syscall_nr.h:30: +#define^ITARGET_FREEBSD_NR_break^I17$ ERROR: code indent should never use tabs #490: FILE: bsd-user/freebsd/syscall_nr.h:31: +#define^ITARGET_FREEBSD_NR_freebsd4_getfsstat^I18$ ERROR: code indent should never use tabs #491: FILE: bsd-user/freebsd/syscall_nr.h:32: +^I^I^I^I/* 19 is old lseek */$ ERROR: code indent should never use tabs #492: FILE: bsd-user/freebsd/syscall_nr.h:33: +#define^ITARGET_FREEBSD_NR_getpid^I20$ ERROR: code indent should never use tabs #493: FILE: bsd-user/freebsd/syscall_nr.h:34: +#define^ITARGET_FREEBSD_NR_mount^I21$ ERROR: code indent should never use tabs #494: FILE: bsd-user/freebsd/syscall_nr.h:35: +#define^ITARGET_FREEBSD_NR_unmount^I22$ ERROR: code indent should never use tabs #495: FILE: bsd-user/freebsd/syscall_nr.h:36: +#define^ITARGET_FREEBSD_NR_setuid^I23$ ERROR: code indent should never use tabs #496: FILE: bsd-user/freebsd/syscall_nr.h:37: +#define^ITARGET_FREEBSD_NR_getuid^I24$ ERROR: code indent should never use tabs #497: FILE: bsd-user/freebsd/syscall_nr.h:38: +#define^ITARGET_FREEBSD_NR_geteuid^I25$ ERROR: code indent should never use tabs #498: FILE: bsd-user/freebsd/syscall_nr.h:39: +#define^ITARGET_FREEBSD_NR_ptrace^I26$ ERROR: code indent should never use tabs #499: FILE: bsd-user/freebsd/syscall_nr.h:40: +#define^ITARGET_FREEBSD_NR_recvmsg^I27$ ERROR: code indent should never use tabs #500: FILE: bsd-user/freebsd/syscall_nr.h:41: +#define^ITARGET_FREEBSD_NR_sendmsg^I28$ ERROR: code indent should never use tabs #501: FILE: bsd-user/freebsd/syscall_nr.h:42: +#define^ITARGET_FREEBSD_NR_recvfrom^I29$ ERROR: code indent should never use tabs #502: FILE: bsd-user/freebsd/syscall_nr.h:43: +#define^ITARGET_FREEBSD_NR_accept^I30$ ERROR: code indent should never use tabs #503: FILE: bsd-user/freebsd/syscall_nr.h:44: +#define^ITARGET_FREEBSD_NR_getpeername^I31$ ERROR: code indent should never use tabs #504: FILE: bsd-user/freebsd/syscall_nr.h:45: +#define^ITARGET_FREEBSD_NR_getsockname^I32$ ERROR: code indent should never use tabs #505: FILE: bsd-user/freebsd/syscall_nr.h:46: +#define^ITARGET_FREEBSD_NR_access^I33$ ERROR: code indent should never use tabs #506: FILE: bsd-user/freebsd/syscall_nr.h:47: +#define^ITARGET_FREEBSD_NR_chflags^I34$ ERROR: code indent should never use tabs #507: FILE: bsd-user/freebsd/syscall_nr.h:48: +#define^ITARGET_FREEBSD_NR_fchflags^I35$ ERROR: code indent should never use tabs #508: FILE: bsd-user/freebsd/syscall_nr.h:49: +#define^ITARGET_FREEBSD_NR_sync^I36$ ERROR: code indent should never use tabs #509: FILE: bsd-user/freebsd/syscall_nr.h:50: +#define^ITARGET_FREEBSD_NR_kill^I37$ ERROR: code indent should never use tabs #510: FILE: bsd-user/freebsd/syscall_nr.h:51: +^I^I^I^I/* 38 is old stat */$ ERROR: code indent should never use tabs #511: FILE: bsd-user/freebsd/syscall_nr.h:52: +#define^ITARGET_FREEBSD_NR_getppid^I39$ ERROR: code indent should never use tabs #512: FILE: bsd-user/freebsd/syscall_nr.h:53: +^I^I^I^I/* 40 is old lstat */$ ERROR: code indent should never use tabs #513: FILE: bsd-user/freebsd/syscall_nr.h:54: +#define^ITARGET_FREEBSD_NR_dup^I41$ ERROR: code indent should never use tabs #514: FILE: bsd-user/freebsd/syscall_nr.h:55: +#define^ITARGET_FREEBSD_NR_pipe^I42$ ERROR: code indent should never use tabs #515: FILE: bsd-user/freebsd/syscall_nr.h:56: +#define^ITARGET_FREEBSD_NR_getegid^I43$ ERROR: code indent should never use tabs #516: FILE: bsd-user/freebsd/syscall_nr.h:57: +#define^ITARGET_FREEBSD_NR_profil^I44$ ERROR: code indent should never use tabs #517: FILE: bsd-user/freebsd/syscall_nr.h:58: +#define^ITARGET_FREEBSD_NR_ktrace^I45$ ERROR: code indent should never use tabs #518: FILE: bsd-user/freebsd/syscall_nr.h:59: +^I^I^I^I/* 46 is old sigaction */$ ERROR: code indent should never use tabs #519: FILE: bsd-user/freebsd/syscall_nr.h:60: +#define^ITARGET_FREEBSD_NR_getgid^I47$ ERROR: code indent should never use tabs #520: FILE: bsd-user/freebsd/syscall_nr.h:61: +^I^I^I^I/* 48 is old sigprocmask */$ ERROR: code indent should never use tabs #521: FILE: bsd-user/freebsd/syscall_nr.h:62: +#define^ITARGET_FREEBSD_NR_getlogin^I49$ ERROR: code indent should never use tabs #522: FILE: bsd-user/freebsd/syscall_nr.h:63: +#define^ITARGET_FREEBSD_NR_setlogin^I50$ ERROR: code indent should never use tabs #523: FILE: bsd-user/freebsd/syscall_nr.h:64: +#define^ITARGET_FREEBSD_NR_acct^I51$ ERROR: code indent should never use tabs #524: FILE: bsd-user/freebsd/syscall_nr.h:65: +^I^I^I^I/* 52 is old sigpending */$ ERROR: code indent should never use tabs #525: FILE: bsd-user/freebsd/syscall_nr.h:66: +#define^ITARGET_FREEBSD_NR_sigaltstack^I53$ ERROR: code indent should never use tabs #526: FILE: bsd-user/freebsd/syscall_nr.h:67: +#define^ITARGET_FREEBSD_NR_ioctl^I54$ ERROR: code indent should never use tabs #527: FILE: bsd-user/freebsd/syscall_nr.h:68: +#define^ITARGET_FREEBSD_NR_reboot^I55$ ERROR: code indent should never use tabs #528: FILE: bsd-user/freebsd/syscall_nr.h:69: +#define^ITARGET_FREEBSD_NR_revoke^I56$ ERROR: code indent should never use tabs #529: FILE: bsd-user/freebsd/syscall_nr.h:70: +#define^ITARGET_FREEBSD_NR_symlink^I57$ ERROR: code indent should never use tabs #530: FILE: bsd-user/freebsd/syscall_nr.h:71: +#define^ITARGET_FREEBSD_NR_readlink^I58$ ERROR: code indent should never use tabs #531: FILE: bsd-user/freebsd/syscall_nr.h:72: +#define^ITARGET_FREEBSD_NR_execve^I59$ ERROR: code indent should never use tabs #532: FILE: bsd-user/freebsd/syscall_nr.h:73: +#define^ITARGET_FREEBSD_NR_umask^I60$ ERROR: code indent should never use tabs #533: FILE: bsd-user/freebsd/syscall_nr.h:74: +#define^ITARGET_FREEBSD_NR_chroot^I61$ ERROR: code indent should never use tabs #534: FILE: bsd-user/freebsd/syscall_nr.h:75: +^I^I^I^I/* 62 is old fstat */$ ERROR: code indent should never use tabs #535: FILE: bsd-user/freebsd/syscall_nr.h:76: +^I^I^I^I/* 63 is old getkerninfo */$ ERROR: code indent should never use tabs #536: FILE: bsd-user/freebsd/syscall_nr.h:77: +^I^I^I^I/* 64 is old getpagesize */$ ERROR: code indent should never use tabs #537: FILE: bsd-user/freebsd/syscall_nr.h:78: +#define^ITARGET_FREEBSD_NR_msync^I65$ ERROR: code indent should never use tabs #538: FILE: bsd-user/freebsd/syscall_nr.h:79: +#define^ITARGET_FREEBSD_NR_vfork^I66$ ERROR: code indent should never use tabs #539: FILE: bsd-user/freebsd/syscall_nr.h:80: +^I^I^I^I/* 67 is obsolete vread */$ ERROR: code indent should never use tabs #540: FILE: bsd-user/freebsd/syscall_nr.h:81: +^I^I^I^I/* 68 is obsolete vwrite */$ ERROR: code indent should never use tabs #541: FILE: bsd-user/freebsd/syscall_nr.h:82: +#define^ITARGET_FREEBSD_NR_sbrk^I69$ ERROR: code indent should never use tabs #542: FILE: bsd-user/freebsd/syscall_nr.h:83: +#define^ITARGET_FREEBSD_NR_sstk^I70$ ERROR: code indent should never use tabs #543: FILE: bsd-user/freebsd/syscall_nr.h:84: +^I^I^I^I/* 71 is old mmap */$ ERROR: code indent should never use tabs #544: FILE: bsd-user/freebsd/syscall_nr.h:85: +#define^ITARGET_FREEBSD_NR_vadvise^I72$ ERROR: code indent should never use tabs #545: FILE: bsd-user/freebsd/syscall_nr.h:86: +#define^ITARGET_FREEBSD_NR_munmap^I73$ ERROR: code indent should never use tabs #546: FILE: bsd-user/freebsd/syscall_nr.h:87: +#define^ITARGET_FREEBSD_NR_mprotect^I74$ ERROR: code indent should never use tabs #547: FILE: bsd-user/freebsd/syscall_nr.h:88: +#define^ITARGET_FREEBSD_NR_madvise^I75$ ERROR: code indent should never use tabs #548: FILE: bsd-user/freebsd/syscall_nr.h:89: +^I^I^I^I/* 76 is obsolete vhangup */$ ERROR: code indent should never use tabs #549: FILE: bsd-user/freebsd/syscall_nr.h:90: +^I^I^I^I/* 77 is obsolete vlimit */$ ERROR: code indent should never use tabs #550: FILE: bsd-user/freebsd/syscall_nr.h:91: +#define^ITARGET_FREEBSD_NR_mincore^I78$ ERROR: code indent should never use tabs #551: FILE: bsd-user/freebsd/syscall_nr.h:92: +#define^ITARGET_FREEBSD_NR_getgroups^I79$ ERROR: code indent should never use tabs #552: FILE: bsd-user/freebsd/syscall_nr.h:93: +#define^ITARGET_FREEBSD_NR_setgroups^I80$ ERROR: code indent should never use tabs #553: FILE: bsd-user/freebsd/syscall_nr.h:94: +#define^ITARGET_FREEBSD_NR_getpgrp^I81$ ERROR: code indent should never use tabs #554: FILE: bsd-user/freebsd/syscall_nr.h:95: +#define^ITARGET_FREEBSD_NR_setpgid^I82$ ERROR: code indent should never use tabs #555: FILE: bsd-user/freebsd/syscall_nr.h:96: +#define^ITARGET_FREEBSD_NR_setitimer^I83$ ERROR: code indent should never use tabs #556: FILE: bsd-user/freebsd/syscall_nr.h:97: +^I^I^I^I/* 84 is old wait */$ ERROR: code indent should never use tabs #557: FILE: bsd-user/freebsd/syscall_nr.h:98: +#define^ITARGET_FREEBSD_NR_swapon^I85$ ERROR: code indent should never use tabs #558: FILE: bsd-user/freebsd/syscall_nr.h:99: +#define^ITARGET_FREEBSD_NR_getitimer^I86$ ERROR: code indent should never use tabs #559: FILE: bsd-user/freebsd/syscall_nr.h:100: +^I^I^I^I/* 87 is old gethostname */$ ERROR: code indent should never use tabs #560: FILE: bsd-user/freebsd/syscall_nr.h:101: +^I^I^I^I/* 88 is old sethostname */$ ERROR: code indent should never use tabs #561: FILE: bsd-user/freebsd/syscall_nr.h:102: +#define^ITARGET_FREEBSD_NR_getdtablesize^I89$ ERROR: code indent should never use tabs #562: FILE: bsd-user/freebsd/syscall_nr.h:103: +#define^ITARGET_FREEBSD_NR_dup2^I90$ ERROR: code indent should never use tabs #563: FILE: bsd-user/freebsd/syscall_nr.h:104: +#define^ITARGET_FREEBSD_NR_fcntl^I92$ ERROR: code indent should never use tabs #564: FILE: bsd-user/freebsd/syscall_nr.h:105: +#define^ITARGET_FREEBSD_NR_select^I93$ ERROR: code indent should never use tabs #565: FILE: bsd-user/freebsd/syscall_nr.h:106: +#define^ITARGET_FREEBSD_NR_fsync^I95$ ERROR: code indent should never use tabs #566: FILE: bsd-user/freebsd/syscall_nr.h:107: +#define^ITARGET_FREEBSD_NR_setpriority^I96$ ERROR: code indent should never use tabs #567: FILE: bsd-user/freebsd/syscall_nr.h:108: +#define^ITARGET_FREEBSD_NR_socket^I97$ ERROR: code indent should never use tabs #568: FILE: bsd-user/freebsd/syscall_nr.h:109: +#define^ITARGET_FREEBSD_NR_connect^I98$ ERROR: code indent should never use tabs #569: FILE: bsd-user/freebsd/syscall_nr.h:110: +^I^I^I^I/* 99 is old accept */$ ERROR: code indent should never use tabs #570: FILE: bsd-user/freebsd/syscall_nr.h:111: +#define^ITARGET_FREEBSD_NR_getpriority^I100$ ERROR: code indent should never use tabs #571: FILE: bsd-user/freebsd/syscall_nr.h:112: +^I^I^I^I/* 101 is old send */$ ERROR: code indent should never use tabs #572: FILE: bsd-user/freebsd/syscall_nr.h:113: +^I^I^I^I/* 102 is old recv */$ ERROR: code indent should never use tabs #573: FILE: bsd-user/freebsd/syscall_nr.h:114: +^I^I^I^I/* 103 is old sigreturn */$ ERROR: code indent should never use tabs #574: FILE: bsd-user/freebsd/syscall_nr.h:115: +#define^ITARGET_FREEBSD_NR_bind^I104$ ERROR: code indent should never use tabs #575: FILE: bsd-user/freebsd/syscall_nr.h:116: +#define^ITARGET_FREEBSD_NR_setsockopt^I105$ ERROR: code indent should never use tabs #576: FILE: bsd-user/freebsd/syscall_nr.h:117: +#define^ITARGET_FREEBSD_NR_listen^I106$ ERROR: code indent should never use tabs #577: FILE: bsd-user/freebsd/syscall_nr.h:118: +^I^I^I^I/* 107 is obsolete vtimes */$ ERROR: code indent should never use tabs #578: FILE: bsd-user/freebsd/syscall_nr.h:119: +^I^I^I^I/* 108 is old sigvec */$ ERROR: code indent should never use tabs #579: FILE: bsd-user/freebsd/syscall_nr.h:120: +^I^I^I^I/* 109 is old sigblock */$ ERROR: code indent should never use tabs #580: FILE: bsd-user/freebsd/syscall_nr.h:121: +^I^I^I^I/* 110 is old sigsetmask */$ ERROR: code indent should never use tabs #581: FILE: bsd-user/freebsd/syscall_nr.h:122: +^I^I^I^I/* 111 is old sigsuspend */$ ERROR: code indent should never use tabs #582: FILE: bsd-user/freebsd/syscall_nr.h:123: +^I^I^I^I/* 112 is old sigstack */$ ERROR: code indent should never use tabs #583: FILE: bsd-user/freebsd/syscall_nr.h:124: +^I^I^I^I/* 113 is old recvmsg */$ ERROR: code indent should never use tabs #584: FILE: bsd-user/freebsd/syscall_nr.h:125: +^I^I^I^I/* 114 is old sendmsg */$ ERROR: code indent should never use tabs #585: FILE: bsd-user/freebsd/syscall_nr.h:126: +^I^I^I^I/* 115 is obsolete vtrace */$ ERROR: code indent should never use tabs #586: FILE: bsd-user/freebsd/syscall_nr.h:127: +#define^ITARGET_FREEBSD_NR_gettimeofday^I116$ ERROR: code indent should never use tabs #587: FILE: bsd-user/freebsd/syscall_nr.h:128: +#define^ITARGET_FREEBSD_NR_getrusage^I117$ ERROR: code indent should never use tabs #588: FILE: bsd-user/freebsd/syscall_nr.h:129: +#define^ITARGET_FREEBSD_NR_getsockopt^I118$ ERROR: code indent should never use tabs #589: FILE: bsd-user/freebsd/syscall_nr.h:130: +#define^ITARGET_FREEBSD_NR_readv^I120$ ERROR: code indent should never use tabs #590: FILE: bsd-user/freebsd/syscall_nr.h:131: +#define^ITARGET_FREEBSD_NR_writev^I121$ ERROR: code indent should never use tabs #591: FILE: bsd-user/freebsd/syscall_nr.h:132: +#define^ITARGET_FREEBSD_NR_settimeofday^I122$ ERROR: code indent should never use tabs #592: FILE: bsd-user/freebsd/syscall_nr.h:133: +#define^ITARGET_FREEBSD_NR_fchown^I123$ ERROR: code indent should never use tabs #593: FILE: bsd-user/freebsd/syscall_nr.h:134: +#define^ITARGET_FREEBSD_NR_fchmod^I124$ ERROR: code indent should never use tabs #594: FILE: bsd-user/freebsd/syscall_nr.h:135: +^I^I^I^I/* 125 is old recvfrom */$ ERROR: code indent should never use tabs #595: FILE: bsd-user/freebsd/syscall_nr.h:136: +#define^ITARGET_FREEBSD_NR_setreuid^I126$ ERROR: code indent should never use tabs #596: FILE: bsd-user/freebsd/syscall_nr.h:137: +#define^ITARGET_FREEBSD_NR_setregid^I127$ ERROR: code indent should never use tabs #597: FILE: bsd-user/freebsd/syscall_nr.h:138: +#define^ITARGET_FREEBSD_NR_rename^I128$ ERROR: code indent should never use tabs #598: FILE: bsd-user/freebsd/syscall_nr.h:139: +^I^I^I^I/* 129 is old truncate */$ ERROR: code indent should never use tabs #599: FILE: bsd-user/freebsd/syscall_nr.h:140: +^I^I^I^I/* 130 is old ftruncate */$ ERROR: code indent should never use tabs #600: FILE: bsd-user/freebsd/syscall_nr.h:141: +#define^ITARGET_FREEBSD_NR_flock^I131$ ERROR: code indent should never use tabs #601: FILE: bsd-user/freebsd/syscall_nr.h:142: +#define^ITARGET_FREEBSD_NR_mkfifo^I132$ ERROR: code indent should never use tabs #602: FILE: bsd-user/freebsd/syscall_nr.h:143: +#define^ITARGET_FREEBSD_NR_sendto^I133$ ERROR: code indent should never use tabs #603: FILE: bsd-user/freebsd/syscall_nr.h:144: +#define^ITARGET_FREEBSD_NR_shutdown^I134$ ERROR: code indent should never use tabs #604: FILE: bsd-user/freebsd/syscall_nr.h:145: +#define^ITARGET_FREEBSD_NR_socketpair^I135$ ERROR: code indent should never use tabs #605: FILE: bsd-user/freebsd/syscall_nr.h:146: +#define^ITARGET_FREEBSD_NR_mkdir^I136$ ERROR: code indent should never use tabs #606: FILE: bsd-user/freebsd/syscall_nr.h:147: +#define^ITARGET_FREEBSD_NR_rmdir^I137$ ERROR: code indent should never use tabs #607: FILE: bsd-user/freebsd/syscall_nr.h:148: +#define^ITARGET_FREEBSD_NR_utimes^I138$ ERROR: code indent should never use tabs #608: FILE: bsd-user/freebsd/syscall_nr.h:149: +^I^I^I^I/* 139 is obsolete 4.2 sigreturn */$ ERROR: code indent should never use tabs #609: FILE: bsd-user/freebsd/syscall_nr.h:150: +#define^ITARGET_FREEBSD_NR_adjtime^I140$ ERROR: code indent should never use tabs #610: FILE: bsd-user/freebsd/syscall_nr.h:151: +^I^I^I^I/* 141 is old getpeername */$ ERROR: code indent should never use tabs #611: FILE: bsd-user/freebsd/syscall_nr.h:152: +^I^I^I^I/* 142 is old gethostid */$ ERROR: code indent should never use tabs #612: FILE: bsd-user/freebsd/syscall_nr.h:153: +^I^I^I^I/* 143 is old sethostid */$ ERROR: code indent should never use tabs #613: FILE: bsd-user/freebsd/syscall_nr.h:154: +^I^I^I^I/* 144 is old getrlimit */$ ERROR: code indent should never use tabs #614: FILE: bsd-user/freebsd/syscall_nr.h:155: +^I^I^I^I/* 145 is old setrlimit */$ ERROR: code indent should never use tabs #615: FILE: bsd-user/freebsd/syscall_nr.h:156: +^I^I^I^I/* 146 is old killpg */$ ERROR: code indent should never use tabs #616: FILE: bsd-user/freebsd/syscall_nr.h:157: +#define^ITARGET_FREEBSD_NR_setsid^I147$ ERROR: code indent should never use tabs #617: FILE: bsd-user/freebsd/syscall_nr.h:158: +#define^ITARGET_FREEBSD_NR_quotactl^I148$ ERROR: code indent should never use tabs #618: FILE: bsd-user/freebsd/syscall_nr.h:159: +^I^I^I^I/* 149 is old quota */$ ERROR: code indent should never use tabs #619: FILE: bsd-user/freebsd/syscall_nr.h:160: +^I^I^I^I/* 150 is old getsockname */$ ERROR: code indent should never use tabs #620: FILE: bsd-user/freebsd/syscall_nr.h:161: +#define^ITARGET_FREEBSD_NR_nlm_syscall^I154$ ERROR: code indent should never use tabs #621: FILE: bsd-user/freebsd/syscall_nr.h:162: +#define^ITARGET_FREEBSD_NR_nfssvc^I155$ ERROR: code indent should never use tabs #622: FILE: bsd-user/freebsd/syscall_nr.h:163: +^I^I^I^I/* 156 is old getdirentries */$ ERROR: code indent should never use tabs #623: FILE: bsd-user/freebsd/syscall_nr.h:164: +#define^ITARGET_FREEBSD_NR_freebsd4_statfs^I157$ ERROR: code indent should never use tabs #624: FILE: bsd-user/freebsd/syscall_nr.h:165: +#define^ITARGET_FREEBSD_NR_freebsd4_fstatfs^I158$ ERROR: code indent should never use tabs #625: FILE: bsd-user/freebsd/syscall_nr.h:166: +#define^ITARGET_FREEBSD_NR_lgetfh^I160$ ERROR: code indent should never use tabs #626: FILE: bsd-user/freebsd/syscall_nr.h:167: +#define^ITARGET_FREEBSD_NR_getfh^I161$ ERROR: code indent should never use tabs #627: FILE: bsd-user/freebsd/syscall_nr.h:168: +#define^ITARGET_FREEBSD_NR_freebsd4_getdomainname^I162$ ERROR: code indent should never use tabs #628: FILE: bsd-user/freebsd/syscall_nr.h:169: +#define^ITARGET_FREEBSD_NR_freebsd4_setdomainname^I163$ ERROR: code indent should never use tabs #629: FILE: bsd-user/freebsd/syscall_nr.h:170: +#define^ITARGET_FREEBSD_NR_freebsd4_uname^I164$ ERROR: code indent should never use tabs #630: FILE: bsd-user/freebsd/syscall_nr.h:171: +#define^ITARGET_FREEBSD_NR_sysarch^I165$ ERROR: code indent should never use tabs #631: FILE: bsd-user/freebsd/syscall_nr.h:172: +#define^ITARGET_FREEBSD_NR_rtprio^I166$ ERROR: code indent should never use tabs #632: FILE: bsd-user/freebsd/syscall_nr.h:173: +#define^ITARGET_FREEBSD_NR_semsys^I169$ ERROR: code indent should never use tabs #633: FILE: bsd-user/freebsd/syscall_nr.h:174: +#define^ITARGET_FREEBSD_NR_msgsys^I170$ ERROR: code indent should never use tabs #634: FILE: bsd-user/freebsd/syscall_nr.h:175: +#define^ITARGET_FREEBSD_NR_shmsys^I171$ ERROR: code indent should never use tabs #635: FILE: bsd-user/freebsd/syscall_nr.h:176: +#define^ITARGET_FREEBSD_NR_freebsd6_pread^I173$ ERROR: code indent should never use tabs #636: FILE: bsd-user/freebsd/syscall_nr.h:177: +#define^ITARGET_FREEBSD_NR_freebsd6_pwrite^I174$ ERROR: code indent should never use tabs #637: FILE: bsd-user/freebsd/syscall_nr.h:178: +#define^ITARGET_FREEBSD_NR_setfib^I175$ ERROR: code indent should never use tabs #638: FILE: bsd-user/freebsd/syscall_nr.h:179: +#define^ITARGET_FREEBSD_NR_ntp_adjtime^I176$ ERROR: code indent should never use tabs #639: FILE: bsd-user/freebsd/syscall_nr.h:180: +#define^ITARGET_FREEBSD_NR_setgid^I181$ ERROR: code indent should never use tabs #640: FILE: bsd-user/freebsd/syscall_nr.h:181: +#define^ITARGET_FREEBSD_NR_setegid^I182$ ERROR: code indent should never use tabs #641: FILE: bsd-user/freebsd/syscall_nr.h:182: +#define^ITARGET_FREEBSD_NR_seteuid^I183$ ERROR: code indent should never use tabs #642: FILE: bsd-user/freebsd/syscall_nr.h:183: +#define^ITARGET_FREEBSD_NR_stat^I188$ ERROR: code indent should never use tabs #643: FILE: bsd-user/freebsd/syscall_nr.h:184: +#define^ITARGET_FREEBSD_NR_fstat^I189$ ERROR: code indent should never use tabs #644: FILE: bsd-user/freebsd/syscall_nr.h:185: +#define^ITARGET_FREEBSD_NR_lstat^I190$ ERROR: code indent should never use tabs #645: FILE: bsd-user/freebsd/syscall_nr.h:186: +#define^ITARGET_FREEBSD_NR_pathconf^I191$ ERROR: code indent should never use tabs #646: FILE: bsd-user/freebsd/syscall_nr.h:187: +#define^ITARGET_FREEBSD_NR_fpathconf^I192$ ERROR: code indent should never use tabs #647: FILE: bsd-user/freebsd/syscall_nr.h:188: +#define^ITARGET_FREEBSD_NR_getrlimit^I194$ ERROR: code indent should never use tabs #648: FILE: bsd-user/freebsd/syscall_nr.h:189: +#define^ITARGET_FREEBSD_NR_setrlimit^I195$ ERROR: code indent should never use tabs #649: FILE: bsd-user/freebsd/syscall_nr.h:190: +#define^ITARGET_FREEBSD_NR_getdirentries^I196$ ERROR: code indent should never use tabs #650: FILE: bsd-user/freebsd/syscall_nr.h:191: +#define^ITARGET_FREEBSD_NR_freebsd6_mmap^I197$ ERROR: code indent should never use tabs #651: FILE: bsd-user/freebsd/syscall_nr.h:192: +#define^ITARGET_FREEBSD_NR___syscall^I198$ ERROR: code indent should never use tabs #652: FILE: bsd-user/freebsd/syscall_nr.h:193: +#define^ITARGET_FREEBSD_NR_freebsd6_lseek^I199$ ERROR: code indent should never use tabs #653: FILE: bsd-user/freebsd/syscall_nr.h:194: +#define^ITARGET_FREEBSD_NR_freebsd6_truncate^I200$ ERROR: code indent should never use tabs #654: FILE: bsd-user/freebsd/syscall_nr.h:195: +#define^ITARGET_FREEBSD_NR_freebsd6_ftruncate^I201$ ERROR: code indent should never use tabs #655: FILE: bsd-user/freebsd/syscall_nr.h:196: +#define^ITARGET_FREEBSD_NR___sysctl^I202$ ERROR: code indent should never use tabs #656: FILE: bsd-user/freebsd/syscall_nr.h:197: +#define^ITARGET_FREEBSD_NR_mlock^I203$ ERROR: code indent should never use tabs #657: FILE: bsd-user/freebsd/syscall_nr.h:198: +#define^ITARGET_FREEBSD_NR_munlock^I204$ ERROR: code indent should never use tabs #658: FILE: bsd-user/freebsd/syscall_nr.h:199: +#define^ITARGET_FREEBSD_NR_undelete^I205$ ERROR: code indent should never use tabs #659: FILE: bsd-user/freebsd/syscall_nr.h:200: +#define^ITARGET_FREEBSD_NR_futimes^I206$ ERROR: code indent should never use tabs #660: FILE: bsd-user/freebsd/syscall_nr.h:201: +#define^ITARGET_FREEBSD_NR_getpgid^I207$ ERROR: code indent should never use tabs #661: FILE: bsd-user/freebsd/syscall_nr.h:202: +#define^ITARGET_FREEBSD_NR_poll^I209$ ERROR: code indent should never use tabs #662: FILE: bsd-user/freebsd/syscall_nr.h:203: +#define^ITARGET_FREEBSD_NR_freebsd7___semctl^I220$ ERROR: code indent should never use tabs #663: FILE: bsd-user/freebsd/syscall_nr.h:204: +#define^ITARGET_FREEBSD_NR_semget^I221$ ERROR: code indent should never use tabs #664: FILE: bsd-user/freebsd/syscall_nr.h:205: +#define^ITARGET_FREEBSD_NR_semop^I222$ ERROR: code indent should never use tabs #665: FILE: bsd-user/freebsd/syscall_nr.h:206: +#define^ITARGET_FREEBSD_NR_freebsd7_msgctl^I224$ ERROR: code indent should never use tabs #666: FILE: bsd-user/freebsd/syscall_nr.h:207: +#define^ITARGET_FREEBSD_NR_msgget^I225$ ERROR: code indent should never use tabs #667: FILE: bsd-user/freebsd/syscall_nr.h:208: +#define^ITARGET_FREEBSD_NR_msgsnd^I226$ ERROR: code indent should never use tabs #668: FILE: bsd-user/freebsd/syscall_nr.h:209: +#define^ITARGET_FREEBSD_NR_msgrcv^I227$ ERROR: code indent should never use tabs #669: FILE: bsd-user/freebsd/syscall_nr.h:210: +#define^ITARGET_FREEBSD_NR_shmat^I228$ ERROR: code indent should never use tabs #670: FILE: bsd-user/freebsd/syscall_nr.h:211: +#define^ITARGET_FREEBSD_NR_freebsd7_shmctl^I229$ ERROR: code indent should never use tabs #671: FILE: bsd-user/freebsd/syscall_nr.h:212: +#define^ITARGET_FREEBSD_NR_shmdt^I230$ ERROR: code indent should never use tabs #672: FILE: bsd-user/freebsd/syscall_nr.h:213: +#define^ITARGET_FREEBSD_NR_shmget^I231$ ERROR: code indent should never use tabs #673: FILE: bsd-user/freebsd/syscall_nr.h:214: +#define^ITARGET_FREEBSD_NR_clock_gettime^I232$ ERROR: code indent should never use tabs #674: FILE: bsd-user/freebsd/syscall_nr.h:215: +#define^ITARGET_FREEBSD_NR_clock_settime^I233$ ERROR: code indent should never use tabs #675: FILE: bsd-user/freebsd/syscall_nr.h:216: +#define^ITARGET_FREEBSD_NR_clock_getres^I234$ ERROR: code indent should never use tabs #676: FILE: bsd-user/freebsd/syscall_nr.h:217: +#define^ITARGET_FREEBSD_NR_ktimer_create^I235$ ERROR: code indent should never use tabs #677: FILE: bsd-user/freebsd/syscall_nr.h:218: +#define^ITARGET_FREEBSD_NR_ktimer_delete^I236$ ERROR: code indent should never use tabs #678: FILE: bsd-user/freebsd/syscall_nr.h:219: +#define^ITARGET_FREEBSD_NR_ktimer_settime^I237$ ERROR: code indent should never use tabs #679: FILE: bsd-user/freebsd/syscall_nr.h:220: +#define^ITARGET_FREEBSD_NR_ktimer_gettime^I238$ ERROR: code indent should never use tabs #680: FILE: bsd-user/freebsd/syscall_nr.h:221: +#define^ITARGET_FREEBSD_NR_ktimer_getoverrun^I239$ ERROR: code indent should never use tabs #681: FILE: bsd-user/freebsd/syscall_nr.h:222: +#define^ITARGET_FREEBSD_NR_nanosleep^I240$ ERROR: code indent should never use tabs #682: FILE: bsd-user/freebsd/syscall_nr.h:223: +#define^ITARGET_FREEBSD_NR_ffclock_getcounter^I241$ ERROR: code indent should never use tabs #683: FILE: bsd-user/freebsd/syscall_nr.h:224: +#define^ITARGET_FREEBSD_NR_ffclock_setestimate^I242$ ERROR: code indent should never use tabs #684: FILE: bsd-user/freebsd/syscall_nr.h:225: +#define^ITARGET_FREEBSD_NR_ffclock_getestimate^I243$ ERROR: code indent should never use tabs #685: FILE: bsd-user/freebsd/syscall_nr.h:226: +#define^ITARGET_FREEBSD_NR_clock_getcpuclockid2^I247$ ERROR: code indent should never use tabs #686: FILE: bsd-user/freebsd/syscall_nr.h:227: +#define^ITARGET_FREEBSD_NR_ntp_gettime^I248$ ERROR: code indent should never use tabs #687: FILE: bsd-user/freebsd/syscall_nr.h:228: +#define^ITARGET_FREEBSD_NR_minherit^I250$ ERROR: code indent should never use tabs #688: FILE: bsd-user/freebsd/syscall_nr.h:229: +#define^ITARGET_FREEBSD_NR_rfork^I251$ ERROR: code indent should never use tabs #689: FILE: bsd-user/freebsd/syscall_nr.h:230: +#define^ITARGET_FREEBSD_NR_openbsd_poll^I252$ ERROR: code indent should never use tabs #690: FILE: bsd-user/freebsd/syscall_nr.h:231: +#define^ITARGET_FREEBSD_NR_issetugid^I253$ ERROR: code indent should never use tabs #691: FILE: bsd-user/freebsd/syscall_nr.h:232: +#define^ITARGET_FREEBSD_NR_lchown^I254$ ERROR: code indent should never use tabs #692: FILE: bsd-user/freebsd/syscall_nr.h:233: +#define^ITARGET_FREEBSD_NR_aio_read^I255$ ERROR: code indent should never use tabs #693: FILE: bsd-user/freebsd/syscall_nr.h:234: +#define^ITARGET_FREEBSD_NR_aio_write^I256$ ERROR: code indent should never use tabs #694: FILE: bsd-user/freebsd/syscall_nr.h:235: +#define^ITARGET_FREEBSD_NR_lio_listio^I257$ ERROR: code indent should never use tabs #695: FILE: bsd-user/freebsd/syscall_nr.h:236: +#define^ITARGET_FREEBSD_NR_getdents^I272$ ERROR: code indent should never use tabs #696: FILE: bsd-user/freebsd/syscall_nr.h:237: +#define^ITARGET_FREEBSD_NR_lchmod^I274$ ERROR: code indent should never use tabs #697: FILE: bsd-user/freebsd/syscall_nr.h:238: +#define^ITARGET_FREEBSD_NR_netbsd_lchown^I275$ ERROR: code indent should never use tabs #698: FILE: bsd-user/freebsd/syscall_nr.h:239: +#define^ITARGET_FREEBSD_NR_lutimes^I276$ ERROR: code indent should never use tabs #699: FILE: bsd-user/freebsd/syscall_nr.h:240: +#define^ITARGET_FREEBSD_NR_netbsd_msync^I277$ ERROR: code indent should never use tabs #700: FILE: bsd-user/freebsd/syscall_nr.h:241: +#define^ITARGET_FREEBSD_NR_nstat^I278$ ERROR: code indent should never use tabs #701: FILE: bsd-user/freebsd/syscall_nr.h:242: +#define^ITARGET_FREEBSD_NR_nfstat^I279$ ERROR: code indent should never use tabs #702: FILE: bsd-user/freebsd/syscall_nr.h:243: +#define^ITARGET_FREEBSD_NR_nlstat^I280$ ERROR: code indent should never use tabs #703: FILE: bsd-user/freebsd/syscall_nr.h:244: +#define^ITARGET_FREEBSD_NR_preadv^I289$ ERROR: code indent should never use tabs #704: FILE: bsd-user/freebsd/syscall_nr.h:245: +#define^ITARGET_FREEBSD_NR_pwritev^I290$ ERROR: code indent should never use tabs #705: FILE: bsd-user/freebsd/syscall_nr.h:246: +#define^ITARGET_FREEBSD_NR_freebsd4_fhstatfs^I297$ ERROR: code indent should never use tabs #706: FILE: bsd-user/freebsd/syscall_nr.h:247: +#define^ITARGET_FREEBSD_NR_fhopen^I298$ ERROR: code indent should never use tabs #707: FILE: bsd-user/freebsd/syscall_nr.h:248: +#define^ITARGET_FREEBSD_NR_fhstat^I299$ ERROR: code indent should never use tabs #708: FILE: bsd-user/freebsd/syscall_nr.h:249: +#define^ITARGET_FREEBSD_NR_modnext^I300$ ERROR: code indent should never use tabs #709: FILE: bsd-user/freebsd/syscall_nr.h:250: +#define^ITARGET_FREEBSD_NR_modstat^I301$ ERROR: code indent should never use tabs #710: FILE: bsd-user/freebsd/syscall_nr.h:251: +#define^ITARGET_FREEBSD_NR_modfnext^I302$ ERROR: code indent should never use tabs #711: FILE: bsd-user/freebsd/syscall_nr.h:252: +#define^ITARGET_FREEBSD_NR_modfind^I303$ ERROR: code indent should never use tabs #712: FILE: bsd-user/freebsd/syscall_nr.h:253: +#define^ITARGET_FREEBSD_NR_kldload^I304$ ERROR: code indent should never use tabs #713: FILE: bsd-user/freebsd/syscall_nr.h:254: +#define^ITARGET_FREEBSD_NR_kldunload^I305$ ERROR: code indent should never use tabs #714: FILE: bsd-user/freebsd/syscall_nr.h:255: +#define^ITARGET_FREEBSD_NR_kldfind^I306$ ERROR: code indent should never use tabs #715: FILE: bsd-user/freebsd/syscall_nr.h:256: +#define^ITARGET_FREEBSD_NR_kldnext^I307$ ERROR: code indent should never use tabs #716: FILE: bsd-user/freebsd/syscall_nr.h:257: +#define^ITARGET_FREEBSD_NR_kldstat^I308$ ERROR: code indent should never use tabs #717: FILE: bsd-user/freebsd/syscall_nr.h:258: +#define^ITARGET_FREEBSD_NR_kldfirstmod^I309$ ERROR: code indent should never use tabs #718: FILE: bsd-user/freebsd/syscall_nr.h:259: +#define^ITARGET_FREEBSD_NR_getsid^I310$ ERROR: code indent should never use tabs #719: FILE: bsd-user/freebsd/syscall_nr.h:260: +#define^ITARGET_FREEBSD_NR_setresuid^I311$ ERROR: code indent should never use tabs #720: FILE: bsd-user/freebsd/syscall_nr.h:261: +#define^ITARGET_FREEBSD_NR_setresgid^I312$ ERROR: code indent should never use tabs #721: FILE: bsd-user/freebsd/syscall_nr.h:262: +^I^I^I^I/* 313 is obsolete signanosleep */$ ERROR: code indent should never use tabs #722: FILE: bsd-user/freebsd/syscall_nr.h:263: +#define^ITARGET_FREEBSD_NR_aio_return^I314$ ERROR: code indent should never use tabs #723: FILE: bsd-user/freebsd/syscall_nr.h:264: +#define^ITARGET_FREEBSD_NR_aio_suspend^I315$ ERROR: code indent should never use tabs #724: FILE: bsd-user/freebsd/syscall_nr.h:265: +#define^ITARGET_FREEBSD_NR_aio_cancel^I316$ ERROR: code indent should never use tabs #725: FILE: bsd-user/freebsd/syscall_nr.h:266: +#define^ITARGET_FREEBSD_NR_aio_error^I317$ ERROR: code indent should never use tabs #726: FILE: bsd-user/freebsd/syscall_nr.h:267: +#define^ITARGET_FREEBSD_NR_oaio_read^I318$ ERROR: code indent should never use tabs #727: FILE: bsd-user/freebsd/syscall_nr.h:268: +#define^ITARGET_FREEBSD_NR_oaio_write^I319$ ERROR: code indent should never use tabs #728: FILE: bsd-user/freebsd/syscall_nr.h:269: +#define^ITARGET_FREEBSD_NR_olio_listio^I320$ ERROR: code indent should never use tabs #729: FILE: bsd-user/freebsd/syscall_nr.h:270: +#define^ITARGET_FREEBSD_NR_yield^I321$ ERROR: code indent should never use tabs #730: FILE: bsd-user/freebsd/syscall_nr.h:271: +^I^I^I^I/* 322 is obsolete thr_sleep */$ ERROR: code indent should never use tabs #731: FILE: bsd-user/freebsd/syscall_nr.h:272: +^I^I^I^I/* 323 is obsolete thr_wakeup */$ ERROR: code indent should never use tabs #732: FILE: bsd-user/freebsd/syscall_nr.h:273: +#define^ITARGET_FREEBSD_NR_mlockall^I324$ ERROR: code indent should never use tabs #733: FILE: bsd-user/freebsd/syscall_nr.h:274: +#define^ITARGET_FREEBSD_NR_munlockall^I325$ ERROR: code indent should never use tabs #734: FILE: bsd-user/freebsd/syscall_nr.h:275: +#define^ITARGET_FREEBSD_NR___getcwd^I326$ ERROR: code indent should never use tabs #735: FILE: bsd-user/freebsd/syscall_nr.h:276: +#define^ITARGET_FREEBSD_NR_sched_setparam^I327$ ERROR: code indent should never use tabs #736: FILE: bsd-user/freebsd/syscall_nr.h:277: +#define^ITARGET_FREEBSD_NR_sched_getparam^I328$ ERROR: code indent should never use tabs #737: FILE: bsd-user/freebsd/syscall_nr.h:278: +#define^ITARGET_FREEBSD_NR_sched_setscheduler^I329$ ERROR: code indent should never use tabs #738: FILE: bsd-user/freebsd/syscall_nr.h:279: +#define^ITARGET_FREEBSD_NR_sched_getscheduler^I330$ ERROR: code indent should never use tabs #739: FILE: bsd-user/freebsd/syscall_nr.h:280: +#define^ITARGET_FREEBSD_NR_sched_yield^I331$ ERROR: code indent should never use tabs #740: FILE: bsd-user/freebsd/syscall_nr.h:281: +#define^ITARGET_FREEBSD_NR_sched_get_priority_max^I332$ ERROR: code indent should never use tabs #741: FILE: bsd-user/freebsd/syscall_nr.h:282: +#define^ITARGET_FREEBSD_NR_sched_get_priority_min^I333$ ERROR: code indent should never use tabs #742: FILE: bsd-user/freebsd/syscall_nr.h:283: +#define^ITARGET_FREEBSD_NR_sched_rr_get_interval^I334$ ERROR: code indent should never use tabs #743: FILE: bsd-user/freebsd/syscall_nr.h:284: +#define^ITARGET_FREEBSD_NR_utrace^I335$ ERROR: code indent should never use tabs #744: FILE: bsd-user/freebsd/syscall_nr.h:285: +#define^ITARGET_FREEBSD_NR_freebsd4_sendfile^I336$ ERROR: code indent should never use tabs #745: FILE: bsd-user/freebsd/syscall_nr.h:286: +#define^ITARGET_FREEBSD_NR_kldsym^I337$ ERROR: code indent should never use tabs #746: FILE: bsd-user/freebsd/syscall_nr.h:287: +#define^ITARGET_FREEBSD_NR_jail^I338$ ERROR: code indent should never use tabs #747: FILE: bsd-user/freebsd/syscall_nr.h:288: +#define^ITARGET_FREEBSD_NR_nnpfs_syscall^I339$ ERROR: code indent should never use tabs #748: FILE: bsd-user/freebsd/syscall_nr.h:289: +#define^ITARGET_FREEBSD_NR_sigprocmask^I340$ ERROR: code indent should never use tabs #749: FILE: bsd-user/freebsd/syscall_nr.h:290: +#define^ITARGET_FREEBSD_NR_sigsuspend^I341$ ERROR: code indent should never use tabs #750: FILE: bsd-user/freebsd/syscall_nr.h:291: +#define^ITARGET_FREEBSD_NR_freebsd4_sigaction^I342$ ERROR: code indent should never use tabs #751: FILE: bsd-user/freebsd/syscall_nr.h:292: +#define^ITARGET_FREEBSD_NR_sigpending^I343$ ERROR: code indent should never use tabs #752: FILE: bsd-user/freebsd/syscall_nr.h:293: +#define^ITARGET_FREEBSD_NR_freebsd4_sigreturn^I344$ ERROR: code indent should never use tabs #753: FILE: bsd-user/freebsd/syscall_nr.h:294: +#define^ITARGET_FREEBSD_NR_sigtimedwait^I345$ ERROR: code indent should never use tabs #754: FILE: bsd-user/freebsd/syscall_nr.h:295: +#define^ITARGET_FREEBSD_NR_sigwaitinfo^I346$ ERROR: code indent should never use tabs #755: FILE: bsd-user/freebsd/syscall_nr.h:296: +#define^ITARGET_FREEBSD_NR___acl_get_file^I347$ ERROR: code indent should never use tabs #756: FILE: bsd-user/freebsd/syscall_nr.h:297: +#define^ITARGET_FREEBSD_NR___acl_set_file^I348$ ERROR: code indent should never use tabs #757: FILE: bsd-user/freebsd/syscall_nr.h:298: +#define^ITARGET_FREEBSD_NR___acl_get_fd^I349$ ERROR: code indent should never use tabs #758: FILE: bsd-user/freebsd/syscall_nr.h:299: +#define^ITARGET_FREEBSD_NR___acl_set_fd^I350$ ERROR: code indent should never use tabs #759: FILE: bsd-user/freebsd/syscall_nr.h:300: +#define^ITARGET_FREEBSD_NR___acl_delete_file^I351$ ERROR: code indent should never use tabs #760: FILE: bsd-user/freebsd/syscall_nr.h:301: +#define^ITARGET_FREEBSD_NR___acl_delete_fd^I352$ ERROR: code indent should never use tabs #761: FILE: bsd-user/freebsd/syscall_nr.h:302: +#define^ITARGET_FREEBSD_NR___acl_aclcheck_file^I353$ ERROR: code indent should never use tabs #762: FILE: bsd-user/freebsd/syscall_nr.h:303: +#define^ITARGET_FREEBSD_NR___acl_aclcheck_fd^I354$ ERROR: code indent should never use tabs #763: FILE: bsd-user/freebsd/syscall_nr.h:304: +#define^ITARGET_FREEBSD_NR_extattrctl^I355$ ERROR: code indent should never use tabs #764: FILE: bsd-user/freebsd/syscall_nr.h:305: +#define^ITARGET_FREEBSD_NR_extattr_set_file^I356$ ERROR: code indent should never use tabs #765: FILE: bsd-user/freebsd/syscall_nr.h:306: +#define^ITARGET_FREEBSD_NR_extattr_get_file^I357$ ERROR: code indent should never use tabs #766: FILE: bsd-user/freebsd/syscall_nr.h:307: +#define^ITARGET_FREEBSD_NR_extattr_delete_file^I358$ ERROR: code indent should never use tabs #767: FILE: bsd-user/freebsd/syscall_nr.h:308: +#define^ITARGET_FREEBSD_NR_aio_waitcomplete^I359$ ERROR: code indent should never use tabs #768: FILE: bsd-user/freebsd/syscall_nr.h:309: +#define^ITARGET_FREEBSD_NR_getresuid^I360$ ERROR: code indent should never use tabs #769: FILE: bsd-user/freebsd/syscall_nr.h:310: +#define^ITARGET_FREEBSD_NR_getresgid^I361$ ERROR: code indent should never use tabs #770: FILE: bsd-user/freebsd/syscall_nr.h:311: +#define^ITARGET_FREEBSD_NR_kqueue^I362$ ERROR: code indent should never use tabs #771: FILE: bsd-user/freebsd/syscall_nr.h:312: +#define^ITARGET_FREEBSD_NR_kevent^I363$ ERROR: code indent should never use tabs #772: FILE: bsd-user/freebsd/syscall_nr.h:313: +#define^ITARGET_FREEBSD_NR_extattr_set_fd^I371$ ERROR: code indent should never use tabs #773: FILE: bsd-user/freebsd/syscall_nr.h:314: +#define^ITARGET_FREEBSD_NR_extattr_get_fd^I372$ ERROR: code indent should never use tabs #774: FILE: bsd-user/freebsd/syscall_nr.h:315: +#define^ITARGET_FREEBSD_NR_extattr_delete_fd^I373$ ERROR: code indent should never use tabs #775: FILE: bsd-user/freebsd/syscall_nr.h:316: +#define^ITARGET_FREEBSD_NR___setugid^I374$ ERROR: code indent should never use tabs #776: FILE: bsd-user/freebsd/syscall_nr.h:317: +#define^ITARGET_FREEBSD_NR_eaccess^I376$ ERROR: code indent should never use tabs #777: FILE: bsd-user/freebsd/syscall_nr.h:318: +#define^ITARGET_FREEBSD_NR_afs3_syscall^I377$ ERROR: code indent should never use tabs #778: FILE: bsd-user/freebsd/syscall_nr.h:319: +#define^ITARGET_FREEBSD_NR_nmount^I378$ ERROR: code indent should never use tabs #779: FILE: bsd-user/freebsd/syscall_nr.h:320: +#define^ITARGET_FREEBSD_NR___mac_get_proc^I384$ ERROR: code indent should never use tabs #780: FILE: bsd-user/freebsd/syscall_nr.h:321: +#define^ITARGET_FREEBSD_NR___mac_set_proc^I385$ ERROR: code indent should never use tabs #781: FILE: bsd-user/freebsd/syscall_nr.h:322: +#define^ITARGET_FREEBSD_NR___mac_get_fd^I386$ ERROR: code indent should never use tabs #782: FILE: bsd-user/freebsd/syscall_nr.h:323: +#define^ITARGET_FREEBSD_NR___mac_get_file^I387$ ERROR: code indent should never use tabs #783: FILE: bsd-user/freebsd/syscall_nr.h:324: +#define^ITARGET_FREEBSD_NR___mac_set_fd^I388$ ERROR: code indent should never use tabs #784: FILE: bsd-user/freebsd/syscall_nr.h:325: +#define^ITARGET_FREEBSD_NR___mac_set_file^I389$ ERROR: code indent should never use tabs #785: FILE: bsd-user/freebsd/syscall_nr.h:326: +#define^ITARGET_FREEBSD_NR_kenv^I390$ ERROR: code indent should never use tabs #786: FILE: bsd-user/freebsd/syscall_nr.h:327: +#define^ITARGET_FREEBSD_NR_lchflags^I391$ ERROR: code indent should never use tabs #787: FILE: bsd-user/freebsd/syscall_nr.h:328: +#define^ITARGET_FREEBSD_NR_uuidgen^I392$ ERROR: code indent should never use tabs #788: FILE: bsd-user/freebsd/syscall_nr.h:329: +#define^ITARGET_FREEBSD_NR_sendfile^I393$ ERROR: code indent should never use tabs #789: FILE: bsd-user/freebsd/syscall_nr.h:330: +#define^ITARGET_FREEBSD_NR_mac_syscall^I394$ ERROR: code indent should never use tabs #790: FILE: bsd-user/freebsd/syscall_nr.h:331: +#define^ITARGET_FREEBSD_NR_getfsstat^I395$ ERROR: code indent should never use tabs #791: FILE: bsd-user/freebsd/syscall_nr.h:332: +#define^ITARGET_FREEBSD_NR_statfs^I396$ ERROR: code indent should never use tabs #792: FILE: bsd-user/freebsd/syscall_nr.h:333: +#define^ITARGET_FREEBSD_NR_fstatfs^I397$ ERROR: code indent should never use tabs #793: FILE: bsd-user/freebsd/syscall_nr.h:334: +#define^ITARGET_FREEBSD_NR_fhstatfs^I398$ ERROR: code indent should never use tabs #794: FILE: bsd-user/freebsd/syscall_nr.h:335: +#define^ITARGET_FREEBSD_NR_ksem_close^I400$ ERROR: code indent should never use tabs #795: FILE: bsd-user/freebsd/syscall_nr.h:336: +#define^ITARGET_FREEBSD_NR_ksem_post^I401$ ERROR: code indent should never use tabs #796: FILE: bsd-user/freebsd/syscall_nr.h:337: +#define^ITARGET_FREEBSD_NR_ksem_wait^I402$ ERROR: code indent should never use tabs #797: FILE: bsd-user/freebsd/syscall_nr.h:338: +#define^ITARGET_FREEBSD_NR_ksem_trywait^I403$ ERROR: code indent should never use tabs #798: FILE: bsd-user/freebsd/syscall_nr.h:339: +#define^ITARGET_FREEBSD_NR_ksem_init^I404$ ERROR: code indent should never use tabs #799: FILE: bsd-user/freebsd/syscall_nr.h:340: +#define^ITARGET_FREEBSD_NR_ksem_open^I405$ ERROR: code indent should never use tabs #800: FILE: bsd-user/freebsd/syscall_nr.h:341: +#define^ITARGET_FREEBSD_NR_ksem_unlink^I406$ ERROR: code indent should never use tabs #801: FILE: bsd-user/freebsd/syscall_nr.h:342: +#define^ITARGET_FREEBSD_NR_ksem_getvalue^I407$ ERROR: code indent should never use tabs #802: FILE: bsd-user/freebsd/syscall_nr.h:343: +#define^ITARGET_FREEBSD_NR_ksem_destroy^I408$ ERROR: code indent should never use tabs #803: FILE: bsd-user/freebsd/syscall_nr.h:344: +#define^ITARGET_FREEBSD_NR___mac_get_pid^I409$ ERROR: code indent should never use tabs #804: FILE: bsd-user/freebsd/syscall_nr.h:345: +#define^ITARGET_FREEBSD_NR___mac_get_link^I410$ ERROR: code indent should never use tabs #805: FILE: bsd-user/freebsd/syscall_nr.h:346: +#define^ITARGET_FREEBSD_NR___mac_set_link^I411$ ERROR: code indent should never use tabs #806: FILE: bsd-user/freebsd/syscall_nr.h:347: +#define^ITARGET_FREEBSD_NR_extattr_set_link^I412$ ERROR: code indent should never use tabs #807: FILE: bsd-user/freebsd/syscall_nr.h:348: +#define^ITARGET_FREEBSD_NR_extattr_get_link^I413$ ERROR: code indent should never use tabs #808: FILE: bsd-user/freebsd/syscall_nr.h:349: +#define^ITARGET_FREEBSD_NR_extattr_delete_link^I414$ ERROR: code indent should never use tabs #809: FILE: bsd-user/freebsd/syscall_nr.h:350: +#define^ITARGET_FREEBSD_NR___mac_execve^I415$ ERROR: code indent should never use tabs #810: FILE: bsd-user/freebsd/syscall_nr.h:351: +#define^ITARGET_FREEBSD_NR_sigaction^I416$ ERROR: code indent should never use tabs #811: FILE: bsd-user/freebsd/syscall_nr.h:352: +#define^ITARGET_FREEBSD_NR_sigreturn^I417$ ERROR: code indent should never use tabs #812: FILE: bsd-user/freebsd/syscall_nr.h:353: +#define^ITARGET_FREEBSD_NR_getcontext^I421$ ERROR: code indent should never use tabs #813: FILE: bsd-user/freebsd/syscall_nr.h:354: +#define^ITARGET_FREEBSD_NR_setcontext^I422$ ERROR: code indent should never use tabs #814: FILE: bsd-user/freebsd/syscall_nr.h:355: +#define^ITARGET_FREEBSD_NR_swapcontext^I423$ ERROR: code indent should never use tabs #815: FILE: bsd-user/freebsd/syscall_nr.h:356: +#define^ITARGET_FREEBSD_NR_swapoff^I424$ ERROR: code indent should never use tabs #816: FILE: bsd-user/freebsd/syscall_nr.h:357: +#define^ITARGET_FREEBSD_NR___acl_get_link^I425$ ERROR: code indent should never use tabs #817: FILE: bsd-user/freebsd/syscall_nr.h:358: +#define^ITARGET_FREEBSD_NR___acl_set_link^I426$ ERROR: code indent should never use tabs #818: FILE: bsd-user/freebsd/syscall_nr.h:359: +#define^ITARGET_FREEBSD_NR___acl_delete_link^I427$ ERROR: code indent should never use tabs #819: FILE: bsd-user/freebsd/syscall_nr.h:360: +#define^ITARGET_FREEBSD_NR___acl_aclcheck_link^I428$ ERROR: code indent should never use tabs #820: FILE: bsd-user/freebsd/syscall_nr.h:361: +#define^ITARGET_FREEBSD_NR_sigwait^I429$ ERROR: code indent should never use tabs #821: FILE: bsd-user/freebsd/syscall_nr.h:362: +#define^ITARGET_FREEBSD_NR_thr_create^I430$ ERROR: code indent should never use tabs #822: FILE: bsd-user/freebsd/syscall_nr.h:363: +#define^ITARGET_FREEBSD_NR_thr_exit^I431$ ERROR: code indent should never use tabs #823: FILE: bsd-user/freebsd/syscall_nr.h:364: +#define^ITARGET_FREEBSD_NR_thr_self^I432$ ERROR: code indent should never use tabs #824: FILE: bsd-user/freebsd/syscall_nr.h:365: +#define^ITARGET_FREEBSD_NR_thr_kill^I433$ ERROR: code indent should never use tabs #825: FILE: bsd-user/freebsd/syscall_nr.h:366: +#define^ITARGET_FREEBSD_NR_jail_attach^I436$ ERROR: code indent should never use tabs #826: FILE: bsd-user/freebsd/syscall_nr.h:367: +#define^ITARGET_FREEBSD_NR_extattr_list_fd^I437$ ERROR: code indent should never use tabs #827: FILE: bsd-user/freebsd/syscall_nr.h:368: +#define^ITARGET_FREEBSD_NR_extattr_list_file^I438$ ERROR: code indent should never use tabs #828: FILE: bsd-user/freebsd/syscall_nr.h:369: +#define^ITARGET_FREEBSD_NR_extattr_list_link^I439$ ERROR: code indent should never use tabs #829: FILE: bsd-user/freebsd/syscall_nr.h:370: +#define^ITARGET_FREEBSD_NR_ksem_timedwait^I441$ ERROR: code indent should never use tabs #830: FILE: bsd-user/freebsd/syscall_nr.h:371: +#define^ITARGET_FREEBSD_NR_thr_suspend^I442$ ERROR: code indent should never use tabs #831: FILE: bsd-user/freebsd/syscall_nr.h:372: +#define^ITARGET_FREEBSD_NR_thr_wake^I443$ ERROR: code indent should never use tabs #832: FILE: bsd-user/freebsd/syscall_nr.h:373: +#define^ITARGET_FREEBSD_NR_kldunloadf^I444$ ERROR: code indent should never use tabs #833: FILE: bsd-user/freebsd/syscall_nr.h:374: +#define^ITARGET_FREEBSD_NR_audit^I445$ ERROR: code indent should never use tabs #834: FILE: bsd-user/freebsd/syscall_nr.h:375: +#define^ITARGET_FREEBSD_NR_auditon^I446$ ERROR: code indent should never use tabs #835: FILE: bsd-user/freebsd/syscall_nr.h:376: +#define^ITARGET_FREEBSD_NR_getauid^I447$ ERROR: code indent should never use tabs #836: FILE: bsd-user/freebsd/syscall_nr.h:377: +#define^ITARGET_FREEBSD_NR_setauid^I448$ ERROR: code indent should never use tabs #837: FILE: bsd-user/freebsd/syscall_nr.h:378: +#define^ITARGET_FREEBSD_NR_getaudit^I449$ ERROR: code indent should never use tabs #838: FILE: bsd-user/freebsd/syscall_nr.h:379: +#define^ITARGET_FREEBSD_NR_setaudit^I450$ ERROR: code indent should never use tabs #839: FILE: bsd-user/freebsd/syscall_nr.h:380: +#define^ITARGET_FREEBSD_NR_getaudit_addr^I451$ ERROR: code indent should never use tabs #840: FILE: bsd-user/freebsd/syscall_nr.h:381: +#define^ITARGET_FREEBSD_NR_setaudit_addr^I452$ ERROR: code indent should never use tabs #841: FILE: bsd-user/freebsd/syscall_nr.h:382: +#define^ITARGET_FREEBSD_NR_auditctl^I453$ ERROR: code indent should never use tabs #842: FILE: bsd-user/freebsd/syscall_nr.h:383: +#define^ITARGET_FREEBSD_NR__umtx_op^I454$ ERROR: code indent should never use tabs #843: FILE: bsd-user/freebsd/syscall_nr.h:384: +#define^ITARGET_FREEBSD_NR_thr_new^I455$ ERROR: code indent should never use tabs #844: FILE: bsd-user/freebsd/syscall_nr.h:385: +#define^ITARGET_FREEBSD_NR_sigqueue^I456$ ERROR: code indent should never use tabs #845: FILE: bsd-user/freebsd/syscall_nr.h:386: +#define^ITARGET_FREEBSD_NR_kmq_open^I457$ ERROR: code indent should never use tabs #846: FILE: bsd-user/freebsd/syscall_nr.h:387: +#define^ITARGET_FREEBSD_NR_kmq_setattr^I458$ ERROR: code indent should never use tabs #847: FILE: bsd-user/freebsd/syscall_nr.h:388: +#define^ITARGET_FREEBSD_NR_kmq_timedreceive^I459$ ERROR: code indent should never use tabs #848: FILE: bsd-user/freebsd/syscall_nr.h:389: +#define^ITARGET_FREEBSD_NR_kmq_timedsend^I460$ ERROR: code indent should never use tabs #849: FILE: bsd-user/freebsd/syscall_nr.h:390: +#define^ITARGET_FREEBSD_NR_kmq_notify^I461$ ERROR: code indent should never use tabs #850: FILE: bsd-user/freebsd/syscall_nr.h:391: +#define^ITARGET_FREEBSD_NR_kmq_unlink^I462$ ERROR: code indent should never use tabs #851: FILE: bsd-user/freebsd/syscall_nr.h:392: +#define^ITARGET_FREEBSD_NR_abort2^I463$ ERROR: code indent should never use tabs #852: FILE: bsd-user/freebsd/syscall_nr.h:393: +#define^ITARGET_FREEBSD_NR_thr_set_name^I464$ ERROR: code indent should never use tabs #853: FILE: bsd-user/freebsd/syscall_nr.h:394: +#define^ITARGET_FREEBSD_NR_aio_fsync^I465$ ERROR: code indent should never use tabs #854: FILE: bsd-user/freebsd/syscall_nr.h:395: +#define^ITARGET_FREEBSD_NR_rtprio_thread^I466$ ERROR: code indent should never use tabs #855: FILE: bsd-user/freebsd/syscall_nr.h:396: +#define^ITARGET_FREEBSD_NR_sctp_peeloff^I471$ ERROR: code indent should never use tabs #856: FILE: bsd-user/freebsd/syscall_nr.h:397: +#define^ITARGET_FREEBSD_NR_sctp_generic_sendmsg^I472$ ERROR: code indent should never use tabs #857: FILE: bsd-user/freebsd/syscall_nr.h:398: +#define^ITARGET_FREEBSD_NR_sctp_generic_sendmsg_iov^I473$ ERROR: code indent should never use tabs #858: FILE: bsd-user/freebsd/syscall_nr.h:399: +#define^ITARGET_FREEBSD_NR_sctp_generic_recvmsg^I474$ ERROR: code indent should never use tabs #859: FILE: bsd-user/freebsd/syscall_nr.h:400: +#define^ITARGET_FREEBSD_NR_pread^I475$ ERROR: code indent should never use tabs #860: FILE: bsd-user/freebsd/syscall_nr.h:401: +#define^ITARGET_FREEBSD_NR_pwrite^I476$ ERROR: code indent should never use tabs #861: FILE: bsd-user/freebsd/syscall_nr.h:402: +#define^ITARGET_FREEBSD_NR_mmap^I477$ ERROR: code indent should never use tabs #862: FILE: bsd-user/freebsd/syscall_nr.h:403: +#define^ITARGET_FREEBSD_NR_lseek^I478$ ERROR: code indent should never use tabs #863: FILE: bsd-user/freebsd/syscall_nr.h:404: +#define^ITARGET_FREEBSD_NR_truncate^I479$ ERROR: code indent should never use tabs #864: FILE: bsd-user/freebsd/syscall_nr.h:405: +#define^ITARGET_FREEBSD_NR_ftruncate^I480$ ERROR: code indent should never use tabs #865: FILE: bsd-user/freebsd/syscall_nr.h:406: +#define^ITARGET_FREEBSD_NR_thr_kill2^I481$ ERROR: code indent should never use tabs #866: FILE: bsd-user/freebsd/syscall_nr.h:407: +#define^ITARGET_FREEBSD_NR_shm_open^I482$ ERROR: code indent should never use tabs #867: FILE: bsd-user/freebsd/syscall_nr.h:408: +#define^ITARGET_FREEBSD_NR_shm_unlink^I483$ ERROR: code indent should never use tabs #868: FILE: bsd-user/freebsd/syscall_nr.h:409: +#define^ITARGET_FREEBSD_NR_cpuset^I484$ ERROR: code indent should never use tabs #869: FILE: bsd-user/freebsd/syscall_nr.h:410: +#define^ITARGET_FREEBSD_NR_cpuset_setid^I485$ ERROR: code indent should never use tabs #870: FILE: bsd-user/freebsd/syscall_nr.h:411: +#define^ITARGET_FREEBSD_NR_cpuset_getid^I486$ ERROR: code indent should never use tabs #871: FILE: bsd-user/freebsd/syscall_nr.h:412: +#define^ITARGET_FREEBSD_NR_cpuset_getaffinity^I487$ ERROR: code indent should never use tabs #872: FILE: bsd-user/freebsd/syscall_nr.h:413: +#define^ITARGET_FREEBSD_NR_cpuset_setaffinity^I488$ ERROR: code indent should never use tabs #873: FILE: bsd-user/freebsd/syscall_nr.h:414: +#define^ITARGET_FREEBSD_NR_faccessat^I489$ ERROR: code indent should never use tabs #874: FILE: bsd-user/freebsd/syscall_nr.h:415: +#define^ITARGET_FREEBSD_NR_fchmodat^I490$ ERROR: code indent should never use tabs #875: FILE: bsd-user/freebsd/syscall_nr.h:416: +#define^ITARGET_FREEBSD_NR_fchownat^I491$ ERROR: code indent should never use tabs #876: FILE: bsd-user/freebsd/syscall_nr.h:417: +#define^ITARGET_FREEBSD_NR_fexecve^I492$ ERROR: code indent should never use tabs #877: FILE: bsd-user/freebsd/syscall_nr.h:418: +#define^ITARGET_FREEBSD_NR_fstatat^I493$ ERROR: code indent should never use tabs #878: FILE: bsd-user/freebsd/syscall_nr.h:419: +#define^ITARGET_FREEBSD_NR_futimesat^I494$ ERROR: code indent should never use tabs #879: FILE: bsd-user/freebsd/syscall_nr.h:420: +#define^ITARGET_FREEBSD_NR_linkat^I495$ ERROR: code indent should never use tabs #880: FILE: bsd-user/freebsd/syscall_nr.h:421: +#define^ITARGET_FREEBSD_NR_mkdirat^I496$ ERROR: code indent should never use tabs #881: FILE: bsd-user/freebsd/syscall_nr.h:422: +#define^ITARGET_FREEBSD_NR_mkfifoat^I497$ ERROR: code indent should never use tabs #882: FILE: bsd-user/freebsd/syscall_nr.h:423: +#define^ITARGET_FREEBSD_NR_mknodat^I498$ ERROR: code indent should never use tabs #883: FILE: bsd-user/freebsd/syscall_nr.h:424: +#define^ITARGET_FREEBSD_NR_openat^I499$ ERROR: code indent should never use tabs #884: FILE: bsd-user/freebsd/syscall_nr.h:425: +#define^ITARGET_FREEBSD_NR_readlinkat^I500$ ERROR: code indent should never use tabs #885: FILE: bsd-user/freebsd/syscall_nr.h:426: +#define^ITARGET_FREEBSD_NR_renameat^I501$ ERROR: code indent should never use tabs #886: FILE: bsd-user/freebsd/syscall_nr.h:427: +#define^ITARGET_FREEBSD_NR_symlinkat^I502$ ERROR: code indent should never use tabs #887: FILE: bsd-user/freebsd/syscall_nr.h:428: +#define^ITARGET_FREEBSD_NR_unlinkat^I503$ ERROR: code indent should never use tabs #888: FILE: bsd-user/freebsd/syscall_nr.h:429: +#define^ITARGET_FREEBSD_NR_posix_openpt^I504$ ERROR: code indent should never use tabs #889: FILE: bsd-user/freebsd/syscall_nr.h:430: +#define^ITARGET_FREEBSD_NR_gssd_syscall^I505$ ERROR: code indent should never use tabs #890: FILE: bsd-user/freebsd/syscall_nr.h:431: +#define^ITARGET_FREEBSD_NR_jail_get^I506$ ERROR: code indent should never use tabs #891: FILE: bsd-user/freebsd/syscall_nr.h:432: +#define^ITARGET_FREEBSD_NR_jail_set^I507$ ERROR: code indent should never use tabs #892: FILE: bsd-user/freebsd/syscall_nr.h:433: +#define^ITARGET_FREEBSD_NR_jail_remove^I508$ ERROR: code indent should never use tabs #893: FILE: bsd-user/freebsd/syscall_nr.h:434: +#define^ITARGET_FREEBSD_NR_closefrom^I509$ ERROR: code indent should never use tabs #894: FILE: bsd-user/freebsd/syscall_nr.h:435: +#define^ITARGET_FREEBSD_NR___semctl^I510$ ERROR: code indent should never use tabs #895: FILE: bsd-user/freebsd/syscall_nr.h:436: +#define^ITARGET_FREEBSD_NR_msgctl^I511$ ERROR: code indent should never use tabs #896: FILE: bsd-user/freebsd/syscall_nr.h:437: +#define^ITARGET_FREEBSD_NR_shmctl^I512$ ERROR: code indent should never use tabs #897: FILE: bsd-user/freebsd/syscall_nr.h:438: +#define^ITARGET_FREEBSD_NR_lpathconf^I513$ ERROR: code indent should never use tabs #898: FILE: bsd-user/freebsd/syscall_nr.h:439: +^I^I^I^I/* 514 is obsolete cap_new */$ ERROR: code indent should never use tabs #899: FILE: bsd-user/freebsd/syscall_nr.h:440: +#define^ITARGET_FREEBSD_NR___cap_rights_get^I515$ ERROR: code indent should never use tabs #900: FILE: bsd-user/freebsd/syscall_nr.h:441: +#define^ITARGET_FREEBSD_NR_cap_enter^I516$ ERROR: code indent should never use tabs #901: FILE: bsd-user/freebsd/syscall_nr.h:442: +#define^ITARGET_FREEBSD_NR_cap_getmode^I517$ ERROR: code indent should never use tabs #902: FILE: bsd-user/freebsd/syscall_nr.h:443: +#define^ITARGET_FREEBSD_NR_pdfork^I518$ ERROR: code indent should never use tabs #903: FILE: bsd-user/freebsd/syscall_nr.h:444: +#define^ITARGET_FREEBSD_NR_pdkill^I519$ ERROR: code indent should never use tabs #904: FILE: bsd-user/freebsd/syscall_nr.h:445: +#define^ITARGET_FREEBSD_NR_pdgetpid^I520$ ERROR: code indent should never use tabs #905: FILE: bsd-user/freebsd/syscall_nr.h:446: +#define^ITARGET_FREEBSD_NR_pselect^I522$ ERROR: code indent should never use tabs #906: FILE: bsd-user/freebsd/syscall_nr.h:447: +#define^ITARGET_FREEBSD_NR_getloginclass^I523$ ERROR: code indent should never use tabs #907: FILE: bsd-user/freebsd/syscall_nr.h:448: +#define^ITARGET_FREEBSD_NR_setloginclass^I524$ ERROR: code indent should never use tabs #908: FILE: bsd-user/freebsd/syscall_nr.h:449: +#define^ITARGET_FREEBSD_NR_rctl_get_racct^I525$ ERROR: code indent should never use tabs #909: FILE: bsd-user/freebsd/syscall_nr.h:450: +#define^ITARGET_FREEBSD_NR_rctl_get_rules^I526$ ERROR: code indent should never use tabs #910: FILE: bsd-user/freebsd/syscall_nr.h:451: +#define^ITARGET_FREEBSD_NR_rctl_get_limits^I527$ ERROR: code indent should never use tabs #911: FILE: bsd-user/freebsd/syscall_nr.h:452: +#define^ITARGET_FREEBSD_NR_rctl_add_rule^I528$ ERROR: code indent should never use tabs #912: FILE: bsd-user/freebsd/syscall_nr.h:453: +#define^ITARGET_FREEBSD_NR_rctl_remove_rule^I529$ ERROR: code indent should never use tabs #913: FILE: bsd-user/freebsd/syscall_nr.h:454: +#define^ITARGET_FREEBSD_NR_posix_fallocate^I530$ ERROR: code indent should never use tabs #914: FILE: bsd-user/freebsd/syscall_nr.h:455: +#define^ITARGET_FREEBSD_NR_posix_fadvise^I531$ ERROR: code indent should never use tabs #915: FILE: bsd-user/freebsd/syscall_nr.h:456: +#define^ITARGET_FREEBSD_NR_wait6^I532$ ERROR: code indent should never use tabs #916: FILE: bsd-user/freebsd/syscall_nr.h:457: +#define^ITARGET_FREEBSD_NR_cap_rights_limit^I533$ ERROR: code indent should never use tabs #917: FILE: bsd-user/freebsd/syscall_nr.h:458: +#define^ITARGET_FREEBSD_NR_cap_ioctls_limit^I534$ ERROR: code indent should never use tabs #918: FILE: bsd-user/freebsd/syscall_nr.h:459: +#define^ITARGET_FREEBSD_NR_cap_ioctls_get^I535$ ERROR: code indent should never use tabs #919: FILE: bsd-user/freebsd/syscall_nr.h:460: +#define^ITARGET_FREEBSD_NR_cap_fcntls_limit^I536$ ERROR: code indent should never use tabs #920: FILE: bsd-user/freebsd/syscall_nr.h:461: +#define^ITARGET_FREEBSD_NR_cap_fcntls_get^I537$ ERROR: code indent should never use tabs #921: FILE: bsd-user/freebsd/syscall_nr.h:462: +#define^ITARGET_FREEBSD_NR_bindat^I538$ ERROR: code indent should never use tabs #922: FILE: bsd-user/freebsd/syscall_nr.h:463: +#define^ITARGET_FREEBSD_NR_connectat^I539$ ERROR: code indent should never use tabs #923: FILE: bsd-user/freebsd/syscall_nr.h:464: +#define^ITARGET_FREEBSD_NR_chflagsat^I540$ ERROR: code indent should never use tabs #924: FILE: bsd-user/freebsd/syscall_nr.h:465: +#define^ITARGET_FREEBSD_NR_accept4^I541$ ERROR: code indent should never use tabs #925: FILE: bsd-user/freebsd/syscall_nr.h:466: +#define^ITARGET_FREEBSD_NR_pipe2^I542$ ERROR: code indent should never use tabs #926: FILE: bsd-user/freebsd/syscall_nr.h:467: +#define^ITARGET_FREEBSD_NR_aio_mlock^I543$ ERROR: code indent should never use tabs #927: FILE: bsd-user/freebsd/syscall_nr.h:468: +#define^ITARGET_FREEBSD_NR_procctl^I544$ ERROR: code indent should never use tabs #928: FILE: bsd-user/freebsd/syscall_nr.h:469: +#define^ITARGET_FREEBSD_NR_ppoll^I^I545$ ERROR: code indent should never use tabs #929: FILE: bsd-user/freebsd/syscall_nr.h:470: +#define^ITARGET_FREEBSD_NR_futimens^I546$ ERROR: code indent should never use tabs #930: FILE: bsd-user/freebsd/syscall_nr.h:471: +#define^ITARGET_FREEBSD_NR_utimensat^I547$ ERROR: code indent should never use tabs #932: FILE: bsd-user/freebsd/syscall_nr.h:473: +#define^ITARGET_FREEBSD_NR_MAXSYSCALL^I548$ ERROR: code indent should never use tabs #934: FILE: bsd-user/freebsd/syscall_nr.h:475: +#ifndef^ITARGET_FREEBSD_NR_killpg$ ERROR: code indent should never use tabs #935: FILE: bsd-user/freebsd/syscall_nr.h:476: +#define^ITARGET_FREEBSD_NR_killpg^I146$ ERROR: code indent should never use tabs #937: FILE: bsd-user/freebsd/syscall_nr.h:478: +#ifndef^ITARGET_FREEBSD_NR__umtx_lock$ ERROR: code indent should never use tabs #938: FILE: bsd-user/freebsd/syscall_nr.h:479: +#define^ITARGET_FREEBSD_NR__umtx_lock^I434$ ERROR: code indent should never use tabs #940: FILE: bsd-user/freebsd/syscall_nr.h:481: +#ifndef^ITARGET_FREEBSD_NR__umtx_unlock$ ERROR: code indent should never use tabs #941: FILE: bsd-user/freebsd/syscall_nr.h:482: +#define^ITARGET_FREEBSD_NR__umtx_unlock^I435$ ERROR: code indent should never use tabs #943: FILE: bsd-user/freebsd/syscall_nr.h:484: +#ifndef^ITARGET_FREEBSD_NR_cap_new$ ERROR: code indent should never use tabs #944: FILE: bsd-user/freebsd/syscall_nr.h:485: +#define^ITARGET_FREEBSD_NR_cap_new^I514$ ERROR: code indent should never use tabs #946: FILE: bsd-user/freebsd/syscall_nr.h:487: +#ifndef^ITARGET_FREEBSD_NR_cap_getrights$ ERROR: code indent should never use tabs #947: FILE: bsd-user/freebsd/syscall_nr.h:488: +#define^ITARGET_FREEBSD_NR_cap_getrights^I515$ total: 471 errors, 1 warnings, 934 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. === OUTPUT END === Test command exited with code: 1 --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-devel@freelists.org
On 5 January 2017 at 16:41, Sean Bruno <sbruno@freebsd.org> wrote: > Signed-off-by: Sean Bruno <sbruno@freebsd.org> > Signed-off-by: Stacy Son <sson@freebsd.org> > --- > bsd-user/freebsd/syscall_nr.h | 929 ++++++++++++++++++++++-------------------- > 1 file changed, 484 insertions(+), 445 deletions(-) > > diff --git a/bsd-user/freebsd/syscall_nr.h b/bsd-user/freebsd/syscall_nr.h > index d849024792..fc31880af0 100644 > --- a/bsd-user/freebsd/syscall_nr.h > +++ b/bsd-user/freebsd/syscall_nr.h > @@ -1,450 +1,489 @@ > /* > + * This file was generated from /usr/include/sys/syscall.h > + */ > + > +/* > * System call numbers. > * > - * created from FreeBSD: releng/9.1/sys/kern/syscalls.master 229723 > - * 2012-01-06 19:29:16Z jhb > + * DO NOT EDIT-- this file is automatically generated. > + * $FreeBSD: head/sys/sys/syscall.h 272824 2014-10-09 15:19:35Z marcel $ > + * created from FreeBSD: head/sys/kern/syscalls.master 272823 2014-10-09 15:16:52Z marcel > */ If this is automatically generated, then ideally we should have the script that generates it in scripts/... (and we could fix the script to follow our coding style in using spaces rather than tabs :-)) thanks -- PMM
On 01/09/17 07:00, Peter Maydell wrote: > On 5 January 2017 at 16:41, Sean Bruno <sbruno@freebsd.org> wrote: >> Signed-off-by: Sean Bruno <sbruno@freebsd.org> >> Signed-off-by: Stacy Son <sson@freebsd.org> >> --- >> bsd-user/freebsd/syscall_nr.h | 929 ++++++++++++++++++++++-------------------- >> 1 file changed, 484 insertions(+), 445 deletions(-) >> >> diff --git a/bsd-user/freebsd/syscall_nr.h b/bsd-user/freebsd/syscall_nr.h >> index d849024792..fc31880af0 100644 >> --- a/bsd-user/freebsd/syscall_nr.h >> +++ b/bsd-user/freebsd/syscall_nr.h >> @@ -1,450 +1,489 @@ >> /* >> + * This file was generated from /usr/include/sys/syscall.h >> + */ >> + >> +/* >> * System call numbers. >> * >> - * created from FreeBSD: releng/9.1/sys/kern/syscalls.master 229723 >> - * 2012-01-06 19:29:16Z jhb >> + * DO NOT EDIT-- this file is automatically generated. >> + * $FreeBSD: head/sys/sys/syscall.h 272824 2014-10-09 15:19:35Z marcel $ >> + * created from FreeBSD: head/sys/kern/syscalls.master 272823 2014-10-09 15:16:52Z marcel >> */ > > If this is automatically generated, then ideally we should have > the script that generates it in scripts/... > (and we could fix the script to follow our coding style in using > spaces rather than tabs :-)) > > thanks > -- PMM > > Yeah, I immediately went to run that locally so I could clean this up and comply with coding style ... then I ran into path assumptions in the scripts, but its on my list this week. :-) sean
diff --git a/bsd-user/freebsd/syscall_nr.h b/bsd-user/freebsd/syscall_nr.h index d849024792..fc31880af0 100644 --- a/bsd-user/freebsd/syscall_nr.h +++ b/bsd-user/freebsd/syscall_nr.h @@ -1,450 +1,489 @@ /* + * This file was generated from /usr/include/sys/syscall.h + */ + +/* * System call numbers. * - * created from FreeBSD: releng/9.1/sys/kern/syscalls.master 229723 - * 2012-01-06 19:29:16Z jhb + * DO NOT EDIT-- this file is automatically generated. + * $FreeBSD: head/sys/sys/syscall.h 272824 2014-10-09 15:19:35Z marcel $ + * created from FreeBSD: head/sys/kern/syscalls.master 272823 2014-10-09 15:16:52Z marcel */ -#define TARGET_FREEBSD_NR_syscall 0 -#define TARGET_FREEBSD_NR_exit 1 -#define TARGET_FREEBSD_NR_fork 2 -#define TARGET_FREEBSD_NR_read 3 -#define TARGET_FREEBSD_NR_write 4 -#define TARGET_FREEBSD_NR_open 5 -#define TARGET_FREEBSD_NR_close 6 -#define TARGET_FREEBSD_NR_wait4 7 - /* 8 is old creat */ -#define TARGET_FREEBSD_NR_link 9 -#define TARGET_FREEBSD_NR_unlink 10 - /* 11 is obsolete execv */ -#define TARGET_FREEBSD_NR_chdir 12 -#define TARGET_FREEBSD_NR_fchdir 13 -#define TARGET_FREEBSD_NR_mknod 14 -#define TARGET_FREEBSD_NR_chmod 15 -#define TARGET_FREEBSD_NR_chown 16 -#define TARGET_FREEBSD_NR_break 17 -#define TARGET_FREEBSD_NR_freebsd4_getfsstat 18 - /* 19 is old lseek */ -#define TARGET_FREEBSD_NR_getpid 20 -#define TARGET_FREEBSD_NR_mount 21 -#define TARGET_FREEBSD_NR_unmount 22 -#define TARGET_FREEBSD_NR_setuid 23 -#define TARGET_FREEBSD_NR_getuid 24 -#define TARGET_FREEBSD_NR_geteuid 25 -#define TARGET_FREEBSD_NR_ptrace 26 -#define TARGET_FREEBSD_NR_recvmsg 27 -#define TARGET_FREEBSD_NR_sendmsg 28 -#define TARGET_FREEBSD_NR_recvfrom 29 -#define TARGET_FREEBSD_NR_accept 30 -#define TARGET_FREEBSD_NR_getpeername 31 -#define TARGET_FREEBSD_NR_getsockname 32 -#define TARGET_FREEBSD_NR_access 33 -#define TARGET_FREEBSD_NR_chflags 34 -#define TARGET_FREEBSD_NR_fchflags 35 -#define TARGET_FREEBSD_NR_sync 36 -#define TARGET_FREEBSD_NR_kill 37 - /* 38 is old stat */ -#define TARGET_FREEBSD_NR_getppid 39 - /* 40 is old lstat */ -#define TARGET_FREEBSD_NR_dup 41 -#define TARGET_FREEBSD_NR_pipe 42 -#define TARGET_FREEBSD_NR_getegid 43 -#define TARGET_FREEBSD_NR_profil 44 -#define TARGET_FREEBSD_NR_ktrace 45 - /* 46 is old sigaction */ -#define TARGET_FREEBSD_NR_getgid 47 - /* 48 is old sigprocmask */ -#define TARGET_FREEBSD_NR_getlogin 49 -#define TARGET_FREEBSD_NR_setlogin 50 -#define TARGET_FREEBSD_NR_acct 51 - /* 52 is old sigpending */ -#define TARGET_FREEBSD_NR_sigaltstack 53 -#define TARGET_FREEBSD_NR_ioctl 54 -#define TARGET_FREEBSD_NR_reboot 55 -#define TARGET_FREEBSD_NR_revoke 56 -#define TARGET_FREEBSD_NR_symlink 57 -#define TARGET_FREEBSD_NR_readlink 58 -#define TARGET_FREEBSD_NR_execve 59 -#define TARGET_FREEBSD_NR_umask 60 -#define TARGET_FREEBSD_NR_chroot 61 - /* 62 is old fstat */ - /* 63 is old getkerninfo */ - /* 64 is old getpagesize */ -#define TARGET_FREEBSD_NR_msync 65 -#define TARGET_FREEBSD_NR_vfork 66 - /* 67 is obsolete vread */ - /* 68 is obsolete vwrite */ -#define TARGET_FREEBSD_NR_sbrk 69 -#define TARGET_FREEBSD_NR_sstk 70 - /* 71 is old mmap */ -#define TARGET_FREEBSD_NR_vadvise 72 -#define TARGET_FREEBSD_NR_munmap 73 -#define TARGET_FREEBSD_NR_mprotect 74 -#define TARGET_FREEBSD_NR_madvise 75 - /* 76 is obsolete vhangup */ - /* 77 is obsolete vlimit */ -#define TARGET_FREEBSD_NR_mincore 78 -#define TARGET_FREEBSD_NR_getgroups 79 -#define TARGET_FREEBSD_NR_setgroups 80 -#define TARGET_FREEBSD_NR_getpgrp 81 -#define TARGET_FREEBSD_NR_setpgid 82 -#define TARGET_FREEBSD_NR_setitimer 83 - /* 84 is old wait */ -#define TARGET_FREEBSD_NR_swapon 85 -#define TARGET_FREEBSD_NR_getitimer 86 - /* 87 is old gethostname */ - /* 88 is old sethostname */ -#define TARGET_FREEBSD_NR_getdtablesize 89 -#define TARGET_FREEBSD_NR_dup2 90 -#define TARGET_FREEBSD_NR_fcntl 92 -#define TARGET_FREEBSD_NR_select 93 -#define TARGET_FREEBSD_NR_fsync 95 -#define TARGET_FREEBSD_NR_setpriority 96 -#define TARGET_FREEBSD_NR_socket 97 -#define TARGET_FREEBSD_NR_connect 98 - /* 99 is old accept */ -#define TARGET_FREEBSD_NR_getpriority 100 - /* 101 is old send */ - /* 102 is old recv */ - /* 103 is old sigreturn */ -#define TARGET_FREEBSD_NR_bind 104 -#define TARGET_FREEBSD_NR_setsockopt 105 -#define TARGET_FREEBSD_NR_listen 106 - /* 107 is obsolete vtimes */ - /* 108 is old sigvec */ - /* 109 is old sigblock */ - /* 110 is old sigsetmask */ - /* 111 is old sigsuspend */ - /* 112 is old sigstack */ - /* 113 is old recvmsg */ - /* 114 is old sendmsg */ - /* 115 is obsolete vtrace */ -#define TARGET_FREEBSD_NR_gettimeofday 116 -#define TARGET_FREEBSD_NR_getrusage 117 -#define TARGET_FREEBSD_NR_getsockopt 118 -#define TARGET_FREEBSD_NR_readv 120 -#define TARGET_FREEBSD_NR_writev 121 -#define TARGET_FREEBSD_NR_settimeofday 122 -#define TARGET_FREEBSD_NR_fchown 123 -#define TARGET_FREEBSD_NR_fchmod 124 - /* 125 is old recvfrom */ -#define TARGET_FREEBSD_NR_setreuid 126 -#define TARGET_FREEBSD_NR_setregid 127 -#define TARGET_FREEBSD_NR_rename 128 - /* 129 is old truncate */ - /* 130 is old ftruncate */ -#define TARGET_FREEBSD_NR_flock 131 -#define TARGET_FREEBSD_NR_mkfifo 132 -#define TARGET_FREEBSD_NR_sendto 133 -#define TARGET_FREEBSD_NR_shutdown 134 -#define TARGET_FREEBSD_NR_socketpair 135 -#define TARGET_FREEBSD_NR_mkdir 136 -#define TARGET_FREEBSD_NR_rmdir 137 -#define TARGET_FREEBSD_NR_utimes 138 - /* 139 is obsolete 4.2 sigreturn */ -#define TARGET_FREEBSD_NR_adjtime 140 - /* 141 is old getpeername */ - /* 142 is old gethostid */ - /* 143 is old sethostid */ - /* 144 is old getrlimit */ - /* 145 is old setrlimit */ - /* 146 is old killpg */ -#define TARGET_FREEBSD_NR_killpg 146 /* COMPAT */ -#define TARGET_FREEBSD_NR_setsid 147 -#define TARGET_FREEBSD_NR_quotactl 148 - /* 149 is old quota */ - /* 150 is old getsockname */ -#define TARGET_FREEBSD_NR_nlm_syscall 154 -#define TARGET_FREEBSD_NR_nfssvc 155 - /* 156 is old getdirentries */ -#define TARGET_FREEBSD_NR_freebsd4_statfs 157 -#define TARGET_FREEBSD_NR_freebsd4_fstatfs 158 -#define TARGET_FREEBSD_NR_lgetfh 160 -#define TARGET_FREEBSD_NR_getfh 161 -#define TARGET_FREEBSD_NR_freebsd4_getdomainname 162 -#define TARGET_FREEBSD_NR_freebsd4_setdomainname 163 -#define TARGET_FREEBSD_NR_freebsd4_uname 164 -#define TARGET_FREEBSD_NR_sysarch 165 -#define TARGET_FREEBSD_NR_rtprio 166 -#define TARGET_FREEBSD_NR_semsys 169 -#define TARGET_FREEBSD_NR_msgsys 170 -#define TARGET_FREEBSD_NR_shmsys 171 -#define TARGET_FREEBSD_NR_freebsd6_pread 173 -#define TARGET_FREEBSD_NR_freebsd6_pwrite 174 -#define TARGET_FREEBSD_NR_setfib 175 -#define TARGET_FREEBSD_NR_ntp_adjtime 176 -#define TARGET_FREEBSD_NR_setgid 181 -#define TARGET_FREEBSD_NR_setegid 182 -#define TARGET_FREEBSD_NR_seteuid 183 -#define TARGET_FREEBSD_NR_stat 188 -#define TARGET_FREEBSD_NR_fstat 189 -#define TARGET_FREEBSD_NR_lstat 190 -#define TARGET_FREEBSD_NR_pathconf 191 -#define TARGET_FREEBSD_NR_fpathconf 192 -#define TARGET_FREEBSD_NR_getrlimit 194 -#define TARGET_FREEBSD_NR_setrlimit 195 -#define TARGET_FREEBSD_NR_getdirentries 196 -#define TARGET_FREEBSD_NR_freebsd6_mmap 197 -#define TARGET_FREEBSD_NR___syscall 198 -#define TARGET_FREEBSD_NR_freebsd6_lseek 199 -#define TARGET_FREEBSD_NR_freebsd6_truncate 200 -#define TARGET_FREEBSD_NR_freebsd6_ftruncate 201 -#define TARGET_FREEBSD_NR___sysctl 202 -#define TARGET_FREEBSD_NR_mlock 203 -#define TARGET_FREEBSD_NR_munlock 204 -#define TARGET_FREEBSD_NR_undelete 205 -#define TARGET_FREEBSD_NR_futimes 206 -#define TARGET_FREEBSD_NR_getpgid 207 -#define TARGET_FREEBSD_NR_poll 209 -#define TARGET_FREEBSD_NR_freebsd7___semctl 220 -#define TARGET_FREEBSD_NR_semget 221 -#define TARGET_FREEBSD_NR_semop 222 -#define TARGET_FREEBSD_NR_freebsd7_msgctl 224 -#define TARGET_FREEBSD_NR_msgget 225 -#define TARGET_FREEBSD_NR_msgsnd 226 -#define TARGET_FREEBSD_NR_msgrcv 227 -#define TARGET_FREEBSD_NR_shmat 228 -#define TARGET_FREEBSD_NR_freebsd7_shmctl 229 -#define TARGET_FREEBSD_NR_shmdt 230 -#define TARGET_FREEBSD_NR_shmget 231 -#define TARGET_FREEBSD_NR_clock_gettime 232 -#define TARGET_FREEBSD_NR_clock_settime 233 -#define TARGET_FREEBSD_NR_clock_getres 234 -#define TARGET_FREEBSD_NR_ktimer_create 235 -#define TARGET_FREEBSD_NR_ktimer_delete 236 -#define TARGET_FREEBSD_NR_ktimer_settime 237 -#define TARGET_FREEBSD_NR_ktimer_gettime 238 -#define TARGET_FREEBSD_NR_ktimer_getoverrun 239 -#define TARGET_FREEBSD_NR_nanosleep 240 -#define TARGET_FREEBSD_NR_ntp_gettime 248 -#define TARGET_FREEBSD_NR_minherit 250 -#define TARGET_FREEBSD_NR_rfork 251 -#define TARGET_FREEBSD_NR_openbsd_poll 252 -#define TARGET_FREEBSD_NR_issetugid 253 -#define TARGET_FREEBSD_NR_lchown 254 -#define TARGET_FREEBSD_NR_aio_read 255 -#define TARGET_FREEBSD_NR_aio_write 256 -#define TARGET_FREEBSD_NR_lio_listio 257 -#define TARGET_FREEBSD_NR_getdents 272 -#define TARGET_FREEBSD_NR_lchmod 274 -#define TARGET_FREEBSD_NR_netbsd_lchown 275 -#define TARGET_FREEBSD_NR_lutimes 276 -#define TARGET_FREEBSD_NR_netbsd_msync 277 -#define TARGET_FREEBSD_NR_nstat 278 -#define TARGET_FREEBSD_NR_nfstat 279 -#define TARGET_FREEBSD_NR_nlstat 280 -#define TARGET_FREEBSD_NR_preadv 289 -#define TARGET_FREEBSD_NR_pwritev 290 -#define TARGET_FREEBSD_NR_freebsd4_fhstatfs 297 -#define TARGET_FREEBSD_NR_fhopen 298 -#define TARGET_FREEBSD_NR_fhstat 299 -#define TARGET_FREEBSD_NR_modnext 300 -#define TARGET_FREEBSD_NR_modstat 301 -#define TARGET_FREEBSD_NR_modfnext 302 -#define TARGET_FREEBSD_NR_modfind 303 -#define TARGET_FREEBSD_NR_kldload 304 -#define TARGET_FREEBSD_NR_kldunload 305 -#define TARGET_FREEBSD_NR_kldfind 306 -#define TARGET_FREEBSD_NR_kldnext 307 -#define TARGET_FREEBSD_NR_kldstat 308 -#define TARGET_FREEBSD_NR_kldfirstmod 309 -#define TARGET_FREEBSD_NR_getsid 310 -#define TARGET_FREEBSD_NR_setresuid 311 -#define TARGET_FREEBSD_NR_setresgid 312 - /* 313 is obsolete signanosleep */ -#define TARGET_FREEBSD_NR_aio_return 314 -#define TARGET_FREEBSD_NR_aio_suspend 315 -#define TARGET_FREEBSD_NR_aio_cancel 316 -#define TARGET_FREEBSD_NR_aio_error 317 -#define TARGET_FREEBSD_NR_oaio_read 318 -#define TARGET_FREEBSD_NR_oaio_write 319 -#define TARGET_FREEBSD_NR_olio_listio 320 -#define TARGET_FREEBSD_NR_yield 321 - /* 322 is obsolete thr_sleep */ - /* 323 is obsolete thr_wakeup */ -#define TARGET_FREEBSD_NR_mlockall 324 -#define TARGET_FREEBSD_NR_munlockall 325 -#define TARGET_FREEBSD_NR___getcwd 326 -#define TARGET_FREEBSD_NR_sched_setparam 327 -#define TARGET_FREEBSD_NR_sched_getparam 328 -#define TARGET_FREEBSD_NR_sched_setscheduler 329 -#define TARGET_FREEBSD_NR_sched_getscheduler 330 -#define TARGET_FREEBSD_NR_sched_yield 331 -#define TARGET_FREEBSD_NR_sched_get_priority_max 332 -#define TARGET_FREEBSD_NR_sched_get_priority_min 333 -#define TARGET_FREEBSD_NR_sched_rr_get_interval 334 -#define TARGET_FREEBSD_NR_utrace 335 -#define TARGET_FREEBSD_NR_freebsd4_sendfile 336 -#define TARGET_FREEBSD_NR_kldsym 337 -#define TARGET_FREEBSD_NR_jail 338 -#define TARGET_FREEBSD_NR_nnpfs_syscall 339 -#define TARGET_FREEBSD_NR_sigprocmask 340 -#define TARGET_FREEBSD_NR_sigsuspend 341 -#define TARGET_FREEBSD_NR_freebsd4_sigaction 342 -#define TARGET_FREEBSD_NR_sigpending 343 -#define TARGET_FREEBSD_NR_freebsd4_sigreturn 344 -#define TARGET_FREEBSD_NR_sigtimedwait 345 -#define TARGET_FREEBSD_NR_sigwaitinfo 346 -#define TARGET_FREEBSD_NR___acl_get_file 347 -#define TARGET_FREEBSD_NR___acl_set_file 348 -#define TARGET_FREEBSD_NR___acl_get_fd 349 -#define TARGET_FREEBSD_NR___acl_set_fd 350 -#define TARGET_FREEBSD_NR___acl_delete_file 351 -#define TARGET_FREEBSD_NR___acl_delete_fd 352 -#define TARGET_FREEBSD_NR___acl_aclcheck_file 353 -#define TARGET_FREEBSD_NR___acl_aclcheck_fd 354 -#define TARGET_FREEBSD_NR_extattrctl 355 -#define TARGET_FREEBSD_NR_extattr_set_file 356 -#define TARGET_FREEBSD_NR_extattr_get_file 357 -#define TARGET_FREEBSD_NR_extattr_delete_file 358 -#define TARGET_FREEBSD_NR_aio_waitcomplete 359 -#define TARGET_FREEBSD_NR_getresuid 360 -#define TARGET_FREEBSD_NR_getresgid 361 -#define TARGET_FREEBSD_NR_kqueue 362 -#define TARGET_FREEBSD_NR_kevent 363 -#define TARGET_FREEBSD_NR_extattr_set_fd 371 -#define TARGET_FREEBSD_NR_extattr_get_fd 372 -#define TARGET_FREEBSD_NR_extattr_delete_fd 373 -#define TARGET_FREEBSD_NR___setugid 374 -#define TARGET_FREEBSD_NR_eaccess 376 -#define TARGET_FREEBSD_NR_afs3_syscall 377 -#define TARGET_FREEBSD_NR_nmount 378 -#define TARGET_FREEBSD_NR___mac_get_proc 384 -#define TARGET_FREEBSD_NR___mac_set_proc 385 -#define TARGET_FREEBSD_NR___mac_get_fd 386 -#define TARGET_FREEBSD_NR___mac_get_file 387 -#define TARGET_FREEBSD_NR___mac_set_fd 388 -#define TARGET_FREEBSD_NR___mac_set_file 389 -#define TARGET_FREEBSD_NR_kenv 390 -#define TARGET_FREEBSD_NR_lchflags 391 -#define TARGET_FREEBSD_NR_uuidgen 392 -#define TARGET_FREEBSD_NR_sendfile 393 -#define TARGET_FREEBSD_NR_mac_syscall 394 -#define TARGET_FREEBSD_NR_getfsstat 395 -#define TARGET_FREEBSD_NR_statfs 396 -#define TARGET_FREEBSD_NR_fstatfs 397 -#define TARGET_FREEBSD_NR_fhstatfs 398 -#define TARGET_FREEBSD_NR_ksem_close 400 -#define TARGET_FREEBSD_NR_ksem_post 401 -#define TARGET_FREEBSD_NR_ksem_wait 402 -#define TARGET_FREEBSD_NR_ksem_trywait 403 -#define TARGET_FREEBSD_NR_ksem_init 404 -#define TARGET_FREEBSD_NR_ksem_open 405 -#define TARGET_FREEBSD_NR_ksem_unlink 406 -#define TARGET_FREEBSD_NR_ksem_getvalue 407 -#define TARGET_FREEBSD_NR_ksem_destroy 408 -#define TARGET_FREEBSD_NR___mac_get_pid 409 -#define TARGET_FREEBSD_NR___mac_get_link 410 -#define TARGET_FREEBSD_NR___mac_set_link 411 -#define TARGET_FREEBSD_NR_extattr_set_link 412 -#define TARGET_FREEBSD_NR_extattr_get_link 413 -#define TARGET_FREEBSD_NR_extattr_delete_link 414 -#define TARGET_FREEBSD_NR___mac_execve 415 -#define TARGET_FREEBSD_NR_sigaction 416 -#define TARGET_FREEBSD_NR_sigreturn 417 -#define TARGET_FREEBSD_NR_getcontext 421 -#define TARGET_FREEBSD_NR_setcontext 422 -#define TARGET_FREEBSD_NR_swapcontext 423 -#define TARGET_FREEBSD_NR_swapoff 424 -#define TARGET_FREEBSD_NR___acl_get_link 425 -#define TARGET_FREEBSD_NR___acl_set_link 426 -#define TARGET_FREEBSD_NR___acl_delete_link 427 -#define TARGET_FREEBSD_NR___acl_aclcheck_link 428 -#define TARGET_FREEBSD_NR_sigwait 429 -#define TARGET_FREEBSD_NR_thr_create 430 -#define TARGET_FREEBSD_NR_thr_exit 431 -#define TARGET_FREEBSD_NR_thr_self 432 -#define TARGET_FREEBSD_NR_thr_kill 433 -#define TARGET_FREEBSD_NR__umtx_lock 434 -#define TARGET_FREEBSD_NR__umtx_unlock 435 -#define TARGET_FREEBSD_NR_jail_attach 436 -#define TARGET_FREEBSD_NR_extattr_list_fd 437 -#define TARGET_FREEBSD_NR_extattr_list_file 438 -#define TARGET_FREEBSD_NR_extattr_list_link 439 -#define TARGET_FREEBSD_NR_ksem_timedwait 441 -#define TARGET_FREEBSD_NR_thr_suspend 442 -#define TARGET_FREEBSD_NR_thr_wake 443 -#define TARGET_FREEBSD_NR_kldunloadf 444 -#define TARGET_FREEBSD_NR_audit 445 -#define TARGET_FREEBSD_NR_auditon 446 -#define TARGET_FREEBSD_NR_getauid 447 -#define TARGET_FREEBSD_NR_setauid 448 -#define TARGET_FREEBSD_NR_getaudit 449 -#define TARGET_FREEBSD_NR_setaudit 450 -#define TARGET_FREEBSD_NR_getaudit_addr 451 -#define TARGET_FREEBSD_NR_setaudit_addr 452 -#define TARGET_FREEBSD_NR_auditctl 453 -#define TARGET_FREEBSD_NR__umtx_op 454 -#define TARGET_FREEBSD_NR_thr_new 455 -#define TARGET_FREEBSD_NR_sigqueue 456 -#define TARGET_FREEBSD_NR_kmq_open 457 -#define TARGET_FREEBSD_NR_kmq_setattr 458 -#define TARGET_FREEBSD_NR_kmq_timedreceive 459 -#define TARGET_FREEBSD_NR_kmq_timedsend 460 -#define TARGET_FREEBSD_NR_kmq_notify 461 -#define TARGET_FREEBSD_NR_kmq_unlink 462 -#define TARGET_FREEBSD_NR_abort2 463 -#define TARGET_FREEBSD_NR_thr_set_name 464 -#define TARGET_FREEBSD_NR_aio_fsync 465 -#define TARGET_FREEBSD_NR_rtprio_thread 466 -#define TARGET_FREEBSD_NR_sctp_peeloff 471 -#define TARGET_FREEBSD_NR_sctp_generic_sendmsg 472 -#define TARGET_FREEBSD_NR_sctp_generic_sendmsg_iov 473 -#define TARGET_FREEBSD_NR_sctp_generic_recvmsg 474 -#define TARGET_FREEBSD_NR_pread 475 -#define TARGET_FREEBSD_NR_pwrite 476 -#define TARGET_FREEBSD_NR_mmap 477 -#define TARGET_FREEBSD_NR_lseek 478 -#define TARGET_FREEBSD_NR_truncate 479 -#define TARGET_FREEBSD_NR_ftruncate 480 -#define TARGET_FREEBSD_NR_thr_kill2 481 -#define TARGET_FREEBSD_NR_shm_open 482 -#define TARGET_FREEBSD_NR_shm_unlink 483 -#define TARGET_FREEBSD_NR_cpuset 484 -#define TARGET_FREEBSD_NR_cpuset_setid 485 -#define TARGET_FREEBSD_NR_cpuset_getid 486 -#define TARGET_FREEBSD_NR_cpuset_getaffinity 487 -#define TARGET_FREEBSD_NR_cpuset_setaffinity 488 -#define TARGET_FREEBSD_NR_faccessat 489 -#define TARGET_FREEBSD_NR_fchmodat 490 -#define TARGET_FREEBSD_NR_fchownat 491 -#define TARGET_FREEBSD_NR_fexecve 492 -#define TARGET_FREEBSD_NR_fstatat 493 -#define TARGET_FREEBSD_NR_futimesat 494 -#define TARGET_FREEBSD_NR_linkat 495 -#define TARGET_FREEBSD_NR_mkdirat 496 -#define TARGET_FREEBSD_NR_mkfifoat 497 -#define TARGET_FREEBSD_NR_mknodat 498 -#define TARGET_FREEBSD_NR_openat 499 -#define TARGET_FREEBSD_NR_readlinkat 500 -#define TARGET_FREEBSD_NR_renameat 501 -#define TARGET_FREEBSD_NR_symlinkat 502 -#define TARGET_FREEBSD_NR_unlinkat 503 -#define TARGET_FREEBSD_NR_posix_openpt 504 -#define TARGET_FREEBSD_NR_gssd_syscall 505 -#define TARGET_FREEBSD_NR_jail_get 506 -#define TARGET_FREEBSD_NR_jail_set 507 -#define TARGET_FREEBSD_NR_jail_remove 508 -#define TARGET_FREEBSD_NR_closefrom 509 -#define TARGET_FREEBSD_NR___semctl 510 -#define TARGET_FREEBSD_NR_msgctl 511 -#define TARGET_FREEBSD_NR_shmctl 512 -#define TARGET_FREEBSD_NR_lpathconf 513 -#define TARGET_FREEBSD_NR_cap_new 514 -#define TARGET_FREEBSD_NR_cap_getrights 515 -#define TARGET_FREEBSD_NR_cap_enter 516 -#define TARGET_FREEBSD_NR_cap_getmode 517 -#define TARGET_FREEBSD_NR_pdfork 518 -#define TARGET_FREEBSD_NR_pdkill 519 -#define TARGET_FREEBSD_NR_pdgetpid 520 -#define TARGET_FREEBSD_NR_pselect 522 -#define TARGET_FREEBSD_NR_getloginclass 523 -#define TARGET_FREEBSD_NR_setloginclass 524 -#define TARGET_FREEBSD_NR_rctl_get_racct 525 -#define TARGET_FREEBSD_NR_rctl_get_rules 526 -#define TARGET_FREEBSD_NR_rctl_get_limits 527 -#define TARGET_FREEBSD_NR_rctl_add_rule 528 -#define TARGET_FREEBSD_NR_rctl_remove_rule 529 -#define TARGET_FREEBSD_NR_posix_fallocate 530 -#define TARGET_FREEBSD_NR_posix_fadvise 531 -#define TARGET_FREEBSD_NR_MAXSYSCALL 532 +#define TARGET_FREEBSD_NR_syscall 0 +#define TARGET_FREEBSD_NR_exit 1 +#define TARGET_FREEBSD_NR_fork 2 +#define TARGET_FREEBSD_NR_read 3 +#define TARGET_FREEBSD_NR_write 4 +#define TARGET_FREEBSD_NR_open 5 +#define TARGET_FREEBSD_NR_close 6 +#define TARGET_FREEBSD_NR_wait4 7 + /* 8 is old creat */ +#define TARGET_FREEBSD_NR_link 9 +#define TARGET_FREEBSD_NR_unlink 10 + /* 11 is obsolete execv */ +#define TARGET_FREEBSD_NR_chdir 12 +#define TARGET_FREEBSD_NR_fchdir 13 +#define TARGET_FREEBSD_NR_mknod 14 +#define TARGET_FREEBSD_NR_chmod 15 +#define TARGET_FREEBSD_NR_chown 16 +#define TARGET_FREEBSD_NR_break 17 +#define TARGET_FREEBSD_NR_freebsd4_getfsstat 18 + /* 19 is old lseek */ +#define TARGET_FREEBSD_NR_getpid 20 +#define TARGET_FREEBSD_NR_mount 21 +#define TARGET_FREEBSD_NR_unmount 22 +#define TARGET_FREEBSD_NR_setuid 23 +#define TARGET_FREEBSD_NR_getuid 24 +#define TARGET_FREEBSD_NR_geteuid 25 +#define TARGET_FREEBSD_NR_ptrace 26 +#define TARGET_FREEBSD_NR_recvmsg 27 +#define TARGET_FREEBSD_NR_sendmsg 28 +#define TARGET_FREEBSD_NR_recvfrom 29 +#define TARGET_FREEBSD_NR_accept 30 +#define TARGET_FREEBSD_NR_getpeername 31 +#define TARGET_FREEBSD_NR_getsockname 32 +#define TARGET_FREEBSD_NR_access 33 +#define TARGET_FREEBSD_NR_chflags 34 +#define TARGET_FREEBSD_NR_fchflags 35 +#define TARGET_FREEBSD_NR_sync 36 +#define TARGET_FREEBSD_NR_kill 37 + /* 38 is old stat */ +#define TARGET_FREEBSD_NR_getppid 39 + /* 40 is old lstat */ +#define TARGET_FREEBSD_NR_dup 41 +#define TARGET_FREEBSD_NR_pipe 42 +#define TARGET_FREEBSD_NR_getegid 43 +#define TARGET_FREEBSD_NR_profil 44 +#define TARGET_FREEBSD_NR_ktrace 45 + /* 46 is old sigaction */ +#define TARGET_FREEBSD_NR_getgid 47 + /* 48 is old sigprocmask */ +#define TARGET_FREEBSD_NR_getlogin 49 +#define TARGET_FREEBSD_NR_setlogin 50 +#define TARGET_FREEBSD_NR_acct 51 + /* 52 is old sigpending */ +#define TARGET_FREEBSD_NR_sigaltstack 53 +#define TARGET_FREEBSD_NR_ioctl 54 +#define TARGET_FREEBSD_NR_reboot 55 +#define TARGET_FREEBSD_NR_revoke 56 +#define TARGET_FREEBSD_NR_symlink 57 +#define TARGET_FREEBSD_NR_readlink 58 +#define TARGET_FREEBSD_NR_execve 59 +#define TARGET_FREEBSD_NR_umask 60 +#define TARGET_FREEBSD_NR_chroot 61 + /* 62 is old fstat */ + /* 63 is old getkerninfo */ + /* 64 is old getpagesize */ +#define TARGET_FREEBSD_NR_msync 65 +#define TARGET_FREEBSD_NR_vfork 66 + /* 67 is obsolete vread */ + /* 68 is obsolete vwrite */ +#define TARGET_FREEBSD_NR_sbrk 69 +#define TARGET_FREEBSD_NR_sstk 70 + /* 71 is old mmap */ +#define TARGET_FREEBSD_NR_vadvise 72 +#define TARGET_FREEBSD_NR_munmap 73 +#define TARGET_FREEBSD_NR_mprotect 74 +#define TARGET_FREEBSD_NR_madvise 75 + /* 76 is obsolete vhangup */ + /* 77 is obsolete vlimit */ +#define TARGET_FREEBSD_NR_mincore 78 +#define TARGET_FREEBSD_NR_getgroups 79 +#define TARGET_FREEBSD_NR_setgroups 80 +#define TARGET_FREEBSD_NR_getpgrp 81 +#define TARGET_FREEBSD_NR_setpgid 82 +#define TARGET_FREEBSD_NR_setitimer 83 + /* 84 is old wait */ +#define TARGET_FREEBSD_NR_swapon 85 +#define TARGET_FREEBSD_NR_getitimer 86 + /* 87 is old gethostname */ + /* 88 is old sethostname */ +#define TARGET_FREEBSD_NR_getdtablesize 89 +#define TARGET_FREEBSD_NR_dup2 90 +#define TARGET_FREEBSD_NR_fcntl 92 +#define TARGET_FREEBSD_NR_select 93 +#define TARGET_FREEBSD_NR_fsync 95 +#define TARGET_FREEBSD_NR_setpriority 96 +#define TARGET_FREEBSD_NR_socket 97 +#define TARGET_FREEBSD_NR_connect 98 + /* 99 is old accept */ +#define TARGET_FREEBSD_NR_getpriority 100 + /* 101 is old send */ + /* 102 is old recv */ + /* 103 is old sigreturn */ +#define TARGET_FREEBSD_NR_bind 104 +#define TARGET_FREEBSD_NR_setsockopt 105 +#define TARGET_FREEBSD_NR_listen 106 + /* 107 is obsolete vtimes */ + /* 108 is old sigvec */ + /* 109 is old sigblock */ + /* 110 is old sigsetmask */ + /* 111 is old sigsuspend */ + /* 112 is old sigstack */ + /* 113 is old recvmsg */ + /* 114 is old sendmsg */ + /* 115 is obsolete vtrace */ +#define TARGET_FREEBSD_NR_gettimeofday 116 +#define TARGET_FREEBSD_NR_getrusage 117 +#define TARGET_FREEBSD_NR_getsockopt 118 +#define TARGET_FREEBSD_NR_readv 120 +#define TARGET_FREEBSD_NR_writev 121 +#define TARGET_FREEBSD_NR_settimeofday 122 +#define TARGET_FREEBSD_NR_fchown 123 +#define TARGET_FREEBSD_NR_fchmod 124 + /* 125 is old recvfrom */ +#define TARGET_FREEBSD_NR_setreuid 126 +#define TARGET_FREEBSD_NR_setregid 127 +#define TARGET_FREEBSD_NR_rename 128 + /* 129 is old truncate */ + /* 130 is old ftruncate */ +#define TARGET_FREEBSD_NR_flock 131 +#define TARGET_FREEBSD_NR_mkfifo 132 +#define TARGET_FREEBSD_NR_sendto 133 +#define TARGET_FREEBSD_NR_shutdown 134 +#define TARGET_FREEBSD_NR_socketpair 135 +#define TARGET_FREEBSD_NR_mkdir 136 +#define TARGET_FREEBSD_NR_rmdir 137 +#define TARGET_FREEBSD_NR_utimes 138 + /* 139 is obsolete 4.2 sigreturn */ +#define TARGET_FREEBSD_NR_adjtime 140 + /* 141 is old getpeername */ + /* 142 is old gethostid */ + /* 143 is old sethostid */ + /* 144 is old getrlimit */ + /* 145 is old setrlimit */ + /* 146 is old killpg */ +#define TARGET_FREEBSD_NR_setsid 147 +#define TARGET_FREEBSD_NR_quotactl 148 + /* 149 is old quota */ + /* 150 is old getsockname */ +#define TARGET_FREEBSD_NR_nlm_syscall 154 +#define TARGET_FREEBSD_NR_nfssvc 155 + /* 156 is old getdirentries */ +#define TARGET_FREEBSD_NR_freebsd4_statfs 157 +#define TARGET_FREEBSD_NR_freebsd4_fstatfs 158 +#define TARGET_FREEBSD_NR_lgetfh 160 +#define TARGET_FREEBSD_NR_getfh 161 +#define TARGET_FREEBSD_NR_freebsd4_getdomainname 162 +#define TARGET_FREEBSD_NR_freebsd4_setdomainname 163 +#define TARGET_FREEBSD_NR_freebsd4_uname 164 +#define TARGET_FREEBSD_NR_sysarch 165 +#define TARGET_FREEBSD_NR_rtprio 166 +#define TARGET_FREEBSD_NR_semsys 169 +#define TARGET_FREEBSD_NR_msgsys 170 +#define TARGET_FREEBSD_NR_shmsys 171 +#define TARGET_FREEBSD_NR_freebsd6_pread 173 +#define TARGET_FREEBSD_NR_freebsd6_pwrite 174 +#define TARGET_FREEBSD_NR_setfib 175 +#define TARGET_FREEBSD_NR_ntp_adjtime 176 +#define TARGET_FREEBSD_NR_setgid 181 +#define TARGET_FREEBSD_NR_setegid 182 +#define TARGET_FREEBSD_NR_seteuid 183 +#define TARGET_FREEBSD_NR_stat 188 +#define TARGET_FREEBSD_NR_fstat 189 +#define TARGET_FREEBSD_NR_lstat 190 +#define TARGET_FREEBSD_NR_pathconf 191 +#define TARGET_FREEBSD_NR_fpathconf 192 +#define TARGET_FREEBSD_NR_getrlimit 194 +#define TARGET_FREEBSD_NR_setrlimit 195 +#define TARGET_FREEBSD_NR_getdirentries 196 +#define TARGET_FREEBSD_NR_freebsd6_mmap 197 +#define TARGET_FREEBSD_NR___syscall 198 +#define TARGET_FREEBSD_NR_freebsd6_lseek 199 +#define TARGET_FREEBSD_NR_freebsd6_truncate 200 +#define TARGET_FREEBSD_NR_freebsd6_ftruncate 201 +#define TARGET_FREEBSD_NR___sysctl 202 +#define TARGET_FREEBSD_NR_mlock 203 +#define TARGET_FREEBSD_NR_munlock 204 +#define TARGET_FREEBSD_NR_undelete 205 +#define TARGET_FREEBSD_NR_futimes 206 +#define TARGET_FREEBSD_NR_getpgid 207 +#define TARGET_FREEBSD_NR_poll 209 +#define TARGET_FREEBSD_NR_freebsd7___semctl 220 +#define TARGET_FREEBSD_NR_semget 221 +#define TARGET_FREEBSD_NR_semop 222 +#define TARGET_FREEBSD_NR_freebsd7_msgctl 224 +#define TARGET_FREEBSD_NR_msgget 225 +#define TARGET_FREEBSD_NR_msgsnd 226 +#define TARGET_FREEBSD_NR_msgrcv 227 +#define TARGET_FREEBSD_NR_shmat 228 +#define TARGET_FREEBSD_NR_freebsd7_shmctl 229 +#define TARGET_FREEBSD_NR_shmdt 230 +#define TARGET_FREEBSD_NR_shmget 231 +#define TARGET_FREEBSD_NR_clock_gettime 232 +#define TARGET_FREEBSD_NR_clock_settime 233 +#define TARGET_FREEBSD_NR_clock_getres 234 +#define TARGET_FREEBSD_NR_ktimer_create 235 +#define TARGET_FREEBSD_NR_ktimer_delete 236 +#define TARGET_FREEBSD_NR_ktimer_settime 237 +#define TARGET_FREEBSD_NR_ktimer_gettime 238 +#define TARGET_FREEBSD_NR_ktimer_getoverrun 239 +#define TARGET_FREEBSD_NR_nanosleep 240 +#define TARGET_FREEBSD_NR_ffclock_getcounter 241 +#define TARGET_FREEBSD_NR_ffclock_setestimate 242 +#define TARGET_FREEBSD_NR_ffclock_getestimate 243 +#define TARGET_FREEBSD_NR_clock_getcpuclockid2 247 +#define TARGET_FREEBSD_NR_ntp_gettime 248 +#define TARGET_FREEBSD_NR_minherit 250 +#define TARGET_FREEBSD_NR_rfork 251 +#define TARGET_FREEBSD_NR_openbsd_poll 252 +#define TARGET_FREEBSD_NR_issetugid 253 +#define TARGET_FREEBSD_NR_lchown 254 +#define TARGET_FREEBSD_NR_aio_read 255 +#define TARGET_FREEBSD_NR_aio_write 256 +#define TARGET_FREEBSD_NR_lio_listio 257 +#define TARGET_FREEBSD_NR_getdents 272 +#define TARGET_FREEBSD_NR_lchmod 274 +#define TARGET_FREEBSD_NR_netbsd_lchown 275 +#define TARGET_FREEBSD_NR_lutimes 276 +#define TARGET_FREEBSD_NR_netbsd_msync 277 +#define TARGET_FREEBSD_NR_nstat 278 +#define TARGET_FREEBSD_NR_nfstat 279 +#define TARGET_FREEBSD_NR_nlstat 280 +#define TARGET_FREEBSD_NR_preadv 289 +#define TARGET_FREEBSD_NR_pwritev 290 +#define TARGET_FREEBSD_NR_freebsd4_fhstatfs 297 +#define TARGET_FREEBSD_NR_fhopen 298 +#define TARGET_FREEBSD_NR_fhstat 299 +#define TARGET_FREEBSD_NR_modnext 300 +#define TARGET_FREEBSD_NR_modstat 301 +#define TARGET_FREEBSD_NR_modfnext 302 +#define TARGET_FREEBSD_NR_modfind 303 +#define TARGET_FREEBSD_NR_kldload 304 +#define TARGET_FREEBSD_NR_kldunload 305 +#define TARGET_FREEBSD_NR_kldfind 306 +#define TARGET_FREEBSD_NR_kldnext 307 +#define TARGET_FREEBSD_NR_kldstat 308 +#define TARGET_FREEBSD_NR_kldfirstmod 309 +#define TARGET_FREEBSD_NR_getsid 310 +#define TARGET_FREEBSD_NR_setresuid 311 +#define TARGET_FREEBSD_NR_setresgid 312 + /* 313 is obsolete signanosleep */ +#define TARGET_FREEBSD_NR_aio_return 314 +#define TARGET_FREEBSD_NR_aio_suspend 315 +#define TARGET_FREEBSD_NR_aio_cancel 316 +#define TARGET_FREEBSD_NR_aio_error 317 +#define TARGET_FREEBSD_NR_oaio_read 318 +#define TARGET_FREEBSD_NR_oaio_write 319 +#define TARGET_FREEBSD_NR_olio_listio 320 +#define TARGET_FREEBSD_NR_yield 321 + /* 322 is obsolete thr_sleep */ + /* 323 is obsolete thr_wakeup */ +#define TARGET_FREEBSD_NR_mlockall 324 +#define TARGET_FREEBSD_NR_munlockall 325 +#define TARGET_FREEBSD_NR___getcwd 326 +#define TARGET_FREEBSD_NR_sched_setparam 327 +#define TARGET_FREEBSD_NR_sched_getparam 328 +#define TARGET_FREEBSD_NR_sched_setscheduler 329 +#define TARGET_FREEBSD_NR_sched_getscheduler 330 +#define TARGET_FREEBSD_NR_sched_yield 331 +#define TARGET_FREEBSD_NR_sched_get_priority_max 332 +#define TARGET_FREEBSD_NR_sched_get_priority_min 333 +#define TARGET_FREEBSD_NR_sched_rr_get_interval 334 +#define TARGET_FREEBSD_NR_utrace 335 +#define TARGET_FREEBSD_NR_freebsd4_sendfile 336 +#define TARGET_FREEBSD_NR_kldsym 337 +#define TARGET_FREEBSD_NR_jail 338 +#define TARGET_FREEBSD_NR_nnpfs_syscall 339 +#define TARGET_FREEBSD_NR_sigprocmask 340 +#define TARGET_FREEBSD_NR_sigsuspend 341 +#define TARGET_FREEBSD_NR_freebsd4_sigaction 342 +#define TARGET_FREEBSD_NR_sigpending 343 +#define TARGET_FREEBSD_NR_freebsd4_sigreturn 344 +#define TARGET_FREEBSD_NR_sigtimedwait 345 +#define TARGET_FREEBSD_NR_sigwaitinfo 346 +#define TARGET_FREEBSD_NR___acl_get_file 347 +#define TARGET_FREEBSD_NR___acl_set_file 348 +#define TARGET_FREEBSD_NR___acl_get_fd 349 +#define TARGET_FREEBSD_NR___acl_set_fd 350 +#define TARGET_FREEBSD_NR___acl_delete_file 351 +#define TARGET_FREEBSD_NR___acl_delete_fd 352 +#define TARGET_FREEBSD_NR___acl_aclcheck_file 353 +#define TARGET_FREEBSD_NR___acl_aclcheck_fd 354 +#define TARGET_FREEBSD_NR_extattrctl 355 +#define TARGET_FREEBSD_NR_extattr_set_file 356 +#define TARGET_FREEBSD_NR_extattr_get_file 357 +#define TARGET_FREEBSD_NR_extattr_delete_file 358 +#define TARGET_FREEBSD_NR_aio_waitcomplete 359 +#define TARGET_FREEBSD_NR_getresuid 360 +#define TARGET_FREEBSD_NR_getresgid 361 +#define TARGET_FREEBSD_NR_kqueue 362 +#define TARGET_FREEBSD_NR_kevent 363 +#define TARGET_FREEBSD_NR_extattr_set_fd 371 +#define TARGET_FREEBSD_NR_extattr_get_fd 372 +#define TARGET_FREEBSD_NR_extattr_delete_fd 373 +#define TARGET_FREEBSD_NR___setugid 374 +#define TARGET_FREEBSD_NR_eaccess 376 +#define TARGET_FREEBSD_NR_afs3_syscall 377 +#define TARGET_FREEBSD_NR_nmount 378 +#define TARGET_FREEBSD_NR___mac_get_proc 384 +#define TARGET_FREEBSD_NR___mac_set_proc 385 +#define TARGET_FREEBSD_NR___mac_get_fd 386 +#define TARGET_FREEBSD_NR___mac_get_file 387 +#define TARGET_FREEBSD_NR___mac_set_fd 388 +#define TARGET_FREEBSD_NR___mac_set_file 389 +#define TARGET_FREEBSD_NR_kenv 390 +#define TARGET_FREEBSD_NR_lchflags 391 +#define TARGET_FREEBSD_NR_uuidgen 392 +#define TARGET_FREEBSD_NR_sendfile 393 +#define TARGET_FREEBSD_NR_mac_syscall 394 +#define TARGET_FREEBSD_NR_getfsstat 395 +#define TARGET_FREEBSD_NR_statfs 396 +#define TARGET_FREEBSD_NR_fstatfs 397 +#define TARGET_FREEBSD_NR_fhstatfs 398 +#define TARGET_FREEBSD_NR_ksem_close 400 +#define TARGET_FREEBSD_NR_ksem_post 401 +#define TARGET_FREEBSD_NR_ksem_wait 402 +#define TARGET_FREEBSD_NR_ksem_trywait 403 +#define TARGET_FREEBSD_NR_ksem_init 404 +#define TARGET_FREEBSD_NR_ksem_open 405 +#define TARGET_FREEBSD_NR_ksem_unlink 406 +#define TARGET_FREEBSD_NR_ksem_getvalue 407 +#define TARGET_FREEBSD_NR_ksem_destroy 408 +#define TARGET_FREEBSD_NR___mac_get_pid 409 +#define TARGET_FREEBSD_NR___mac_get_link 410 +#define TARGET_FREEBSD_NR___mac_set_link 411 +#define TARGET_FREEBSD_NR_extattr_set_link 412 +#define TARGET_FREEBSD_NR_extattr_get_link 413 +#define TARGET_FREEBSD_NR_extattr_delete_link 414 +#define TARGET_FREEBSD_NR___mac_execve 415 +#define TARGET_FREEBSD_NR_sigaction 416 +#define TARGET_FREEBSD_NR_sigreturn 417 +#define TARGET_FREEBSD_NR_getcontext 421 +#define TARGET_FREEBSD_NR_setcontext 422 +#define TARGET_FREEBSD_NR_swapcontext 423 +#define TARGET_FREEBSD_NR_swapoff 424 +#define TARGET_FREEBSD_NR___acl_get_link 425 +#define TARGET_FREEBSD_NR___acl_set_link 426 +#define TARGET_FREEBSD_NR___acl_delete_link 427 +#define TARGET_FREEBSD_NR___acl_aclcheck_link 428 +#define TARGET_FREEBSD_NR_sigwait 429 +#define TARGET_FREEBSD_NR_thr_create 430 +#define TARGET_FREEBSD_NR_thr_exit 431 +#define TARGET_FREEBSD_NR_thr_self 432 +#define TARGET_FREEBSD_NR_thr_kill 433 +#define TARGET_FREEBSD_NR_jail_attach 436 +#define TARGET_FREEBSD_NR_extattr_list_fd 437 +#define TARGET_FREEBSD_NR_extattr_list_file 438 +#define TARGET_FREEBSD_NR_extattr_list_link 439 +#define TARGET_FREEBSD_NR_ksem_timedwait 441 +#define TARGET_FREEBSD_NR_thr_suspend 442 +#define TARGET_FREEBSD_NR_thr_wake 443 +#define TARGET_FREEBSD_NR_kldunloadf 444 +#define TARGET_FREEBSD_NR_audit 445 +#define TARGET_FREEBSD_NR_auditon 446 +#define TARGET_FREEBSD_NR_getauid 447 +#define TARGET_FREEBSD_NR_setauid 448 +#define TARGET_FREEBSD_NR_getaudit 449 +#define TARGET_FREEBSD_NR_setaudit 450 +#define TARGET_FREEBSD_NR_getaudit_addr 451 +#define TARGET_FREEBSD_NR_setaudit_addr 452 +#define TARGET_FREEBSD_NR_auditctl 453 +#define TARGET_FREEBSD_NR__umtx_op 454 +#define TARGET_FREEBSD_NR_thr_new 455 +#define TARGET_FREEBSD_NR_sigqueue 456 +#define TARGET_FREEBSD_NR_kmq_open 457 +#define TARGET_FREEBSD_NR_kmq_setattr 458 +#define TARGET_FREEBSD_NR_kmq_timedreceive 459 +#define TARGET_FREEBSD_NR_kmq_timedsend 460 +#define TARGET_FREEBSD_NR_kmq_notify 461 +#define TARGET_FREEBSD_NR_kmq_unlink 462 +#define TARGET_FREEBSD_NR_abort2 463 +#define TARGET_FREEBSD_NR_thr_set_name 464 +#define TARGET_FREEBSD_NR_aio_fsync 465 +#define TARGET_FREEBSD_NR_rtprio_thread 466 +#define TARGET_FREEBSD_NR_sctp_peeloff 471 +#define TARGET_FREEBSD_NR_sctp_generic_sendmsg 472 +#define TARGET_FREEBSD_NR_sctp_generic_sendmsg_iov 473 +#define TARGET_FREEBSD_NR_sctp_generic_recvmsg 474 +#define TARGET_FREEBSD_NR_pread 475 +#define TARGET_FREEBSD_NR_pwrite 476 +#define TARGET_FREEBSD_NR_mmap 477 +#define TARGET_FREEBSD_NR_lseek 478 +#define TARGET_FREEBSD_NR_truncate 479 +#define TARGET_FREEBSD_NR_ftruncate 480 +#define TARGET_FREEBSD_NR_thr_kill2 481 +#define TARGET_FREEBSD_NR_shm_open 482 +#define TARGET_FREEBSD_NR_shm_unlink 483 +#define TARGET_FREEBSD_NR_cpuset 484 +#define TARGET_FREEBSD_NR_cpuset_setid 485 +#define TARGET_FREEBSD_NR_cpuset_getid 486 +#define TARGET_FREEBSD_NR_cpuset_getaffinity 487 +#define TARGET_FREEBSD_NR_cpuset_setaffinity 488 +#define TARGET_FREEBSD_NR_faccessat 489 +#define TARGET_FREEBSD_NR_fchmodat 490 +#define TARGET_FREEBSD_NR_fchownat 491 +#define TARGET_FREEBSD_NR_fexecve 492 +#define TARGET_FREEBSD_NR_fstatat 493 +#define TARGET_FREEBSD_NR_futimesat 494 +#define TARGET_FREEBSD_NR_linkat 495 +#define TARGET_FREEBSD_NR_mkdirat 496 +#define TARGET_FREEBSD_NR_mkfifoat 497 +#define TARGET_FREEBSD_NR_mknodat 498 +#define TARGET_FREEBSD_NR_openat 499 +#define TARGET_FREEBSD_NR_readlinkat 500 +#define TARGET_FREEBSD_NR_renameat 501 +#define TARGET_FREEBSD_NR_symlinkat 502 +#define TARGET_FREEBSD_NR_unlinkat 503 +#define TARGET_FREEBSD_NR_posix_openpt 504 +#define TARGET_FREEBSD_NR_gssd_syscall 505 +#define TARGET_FREEBSD_NR_jail_get 506 +#define TARGET_FREEBSD_NR_jail_set 507 +#define TARGET_FREEBSD_NR_jail_remove 508 +#define TARGET_FREEBSD_NR_closefrom 509 +#define TARGET_FREEBSD_NR___semctl 510 +#define TARGET_FREEBSD_NR_msgctl 511 +#define TARGET_FREEBSD_NR_shmctl 512 +#define TARGET_FREEBSD_NR_lpathconf 513 + /* 514 is obsolete cap_new */ +#define TARGET_FREEBSD_NR___cap_rights_get 515 +#define TARGET_FREEBSD_NR_cap_enter 516 +#define TARGET_FREEBSD_NR_cap_getmode 517 +#define TARGET_FREEBSD_NR_pdfork 518 +#define TARGET_FREEBSD_NR_pdkill 519 +#define TARGET_FREEBSD_NR_pdgetpid 520 +#define TARGET_FREEBSD_NR_pselect 522 +#define TARGET_FREEBSD_NR_getloginclass 523 +#define TARGET_FREEBSD_NR_setloginclass 524 +#define TARGET_FREEBSD_NR_rctl_get_racct 525 +#define TARGET_FREEBSD_NR_rctl_get_rules 526 +#define TARGET_FREEBSD_NR_rctl_get_limits 527 +#define TARGET_FREEBSD_NR_rctl_add_rule 528 +#define TARGET_FREEBSD_NR_rctl_remove_rule 529 +#define TARGET_FREEBSD_NR_posix_fallocate 530 +#define TARGET_FREEBSD_NR_posix_fadvise 531 +#define TARGET_FREEBSD_NR_wait6 532 +#define TARGET_FREEBSD_NR_cap_rights_limit 533 +#define TARGET_FREEBSD_NR_cap_ioctls_limit 534 +#define TARGET_FREEBSD_NR_cap_ioctls_get 535 +#define TARGET_FREEBSD_NR_cap_fcntls_limit 536 +#define TARGET_FREEBSD_NR_cap_fcntls_get 537 +#define TARGET_FREEBSD_NR_bindat 538 +#define TARGET_FREEBSD_NR_connectat 539 +#define TARGET_FREEBSD_NR_chflagsat 540 +#define TARGET_FREEBSD_NR_accept4 541 +#define TARGET_FREEBSD_NR_pipe2 542 +#define TARGET_FREEBSD_NR_aio_mlock 543 +#define TARGET_FREEBSD_NR_procctl 544 +#define TARGET_FREEBSD_NR_ppoll 545 +#define TARGET_FREEBSD_NR_futimens 546 +#define TARGET_FREEBSD_NR_utimensat 547 + +#define TARGET_FREEBSD_NR_MAXSYSCALL 548 +/* Legacy system calls. */ +#ifndef TARGET_FREEBSD_NR_killpg +#define TARGET_FREEBSD_NR_killpg 146 +#endif +#ifndef TARGET_FREEBSD_NR__umtx_lock +#define TARGET_FREEBSD_NR__umtx_lock 434 +#endif +#ifndef TARGET_FREEBSD_NR__umtx_unlock +#define TARGET_FREEBSD_NR__umtx_unlock 435 +#endif +#ifndef TARGET_FREEBSD_NR_cap_new +#define TARGET_FREEBSD_NR_cap_new 514 +#endif +#ifndef TARGET_FREEBSD_NR_cap_getrights +#define TARGET_FREEBSD_NR_cap_getrights 515 +#endif