Skip to content

Commit

Permalink
sysent: regen
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksdavis committed Oct 3, 2024
1 parent 956d034 commit c366d35
Show file tree
Hide file tree
Showing 17 changed files with 730 additions and 716 deletions.
3 changes: 2 additions & 1 deletion lib/libsys/_libsys.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
*
* Do not use directly, include <libsys.h> instead.
*
* DO NOT EDIT-- this file is automatically @generated.
* DO NOT EDIT-- this file is automatically @generated.
*/

#ifndef __LIBSYS_H_
#define __LIBSYS_H_

Expand Down
4 changes: 3 additions & 1 deletion lib/libsys/syscalls.map
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* FreeBSD system call symbols.
* DO NOT EDIT-- this file is automatically @generated.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

FBSDprivate_1.0 {
_syscall;
__sys_syscall;
Expand Down
212 changes: 106 additions & 106 deletions sys/amd64/linux/linux_sysent.c

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion sys/amd64/linux/linux_systrace_args.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
90 changes: 45 additions & 45 deletions sys/amd64/linux32/linux32_sysent.c

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion sys/amd64/linux32/linux32_systrace_args.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
314 changes: 157 additions & 157 deletions sys/arm64/linux/linux_sysent.c

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion sys/arm64/linux/linux_systrace_args.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
238 changes: 119 additions & 119 deletions sys/compat/freebsd32/freebsd32_sysent.c

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion sys/compat/freebsd32/freebsd32_systrace_args.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
288 changes: 144 additions & 144 deletions sys/compat/freebsd64/freebsd64_sysent.c

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion sys/compat/freebsd64/freebsd64_systrace_args.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
78 changes: 39 additions & 39 deletions sys/i386/linux/linux_sysent.c

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion sys/i386/linux/linux_systrace_args.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
194 changes: 97 additions & 97 deletions sys/kern/init_sysent.c

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion sys/kern/systrace_args.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
4 changes: 4 additions & 0 deletions sys/sys/syscall.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#
# FreeBSD system call object files.
#
# DO NOT EDIT-- this file is automatically @generated.
#

MIASM = \
syscall.o \
exit.o \
Expand Down

0 comments on commit c366d35

Please sign in to comment.