opnsense-src/sys/amd64/linux32
Lawrence Stewart cf13a58510 - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()
system calls to provide feed-forward clock management capabilities to
  userspace processes. ffclock_getcounter() returns the current value of the
  kernel's feed-forward clock counter. ffclock_getestimate() returns the current
  feed-forward clock parameter estimates and ffclock_setestimate() updates the
  feed-forward clock parameter estimates.

- Document the syscalls in the ffclock.2 man page.

- Regenerate the script-derived syscall related files.

Committed on behalf of Julien Ridoux and Darryl Veitch from the University of
Melbourne, Australia, as part of the FreeBSD Foundation funded "Feed-Forward
Clock Synchronization Algorithms" project.

For more information, see http://www.synclab.org/radclock/

Submitted by:	Julien Ridoux (jridoux at unimelb edu au)
2011-11-21 01:26:10 +00:00
..
linux.h
linux32_dummy.c
linux32_genassym.c
linux32_ipc64.h
linux32_locore.s
linux32_machdep.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
linux32_proto.h - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate() 2011-11-21 01:26:10 +00:00
linux32_support.s
linux32_syscall.h Regenerate system call tables. 2011-11-19 07:20:20 +00:00
linux32_syscalls.c Regenerate system call tables. 2011-11-19 07:20:20 +00:00
linux32_sysent.c Regenerate system call tables. 2011-11-19 07:20:20 +00:00
linux32_systrace_args.c Regenerate system call tables. 2011-11-19 07:20:20 +00:00
linux32_sysvec.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
Makefile
syscalls.conf
syscalls.master Make the Linux *at() calls a bit more complete. 2011-11-19 07:19:37 +00:00