This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 3/3] Update the FreeBSD system call table to match FreeBSD 12.0.


On Tue,  6 Nov 2018 09:54:31 -0800
John Baldwin <jhb@FreeBSD.org> wrote:

> Add a script to generate the FreeBSD XML system call table from the
> sys/sys/syscall.h file in the kernel source tree.  For ABI
> compatiblity system calls used by older binaries (such as
> freebsd11_kevent()), the original system call name is used as an
> alias.
> 
> Run this script against the current syscall.h file in FreeBSD's head
> branch which is expected to be the file used in 12.0 (head is
> currently in code freeze as part of the 12.0 release process).
> 
> gdb/ChangeLog:
> 
> 	* syscalls/update-freebsd.sh: New file.
> 	* syscalls/freebsd.xml: Regenerate.

LGTM.

Kevin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]