freebsd-dev/sys/i386/linux
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
..
imgact_linux.c Add accounting for most of the memory-related resources. 2011-04-05 20:23:59 +00:00
linux_dummy.c linux compat: add non-dummy capget and capset system calls, regenerate 2011-03-26 10:59:24 +00:00
linux_genassym.c Segment registers are stored in the uc_mcontext member of the struct 2008-09-07 16:39:21 +00:00
linux_ipc64.h
linux_locore.s Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions 2009-01-31 11:37:21 +00:00
linux_machdep.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
linux_proto.h - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate() 2011-11-21 01:26:10 +00:00
linux_ptrace.c Introduce the x86 kernel interfaces to allow kernel code to use 2010-06-05 15:59:59 +00:00
linux_support.s
linux_syscall.h Regenerate system call tables. 2011-11-19 07:20:20 +00:00
linux_syscalls.c Regenerate system call tables. 2011-11-19 07:20:20 +00:00
linux_sysent.c Regenerate system call tables. 2011-11-19 07:20:20 +00:00
linux_systrace_args.c Regenerate system call tables. 2011-11-19 07:20:20 +00:00
linux_sysvec.c Export the correct AT_PLATFORM value. 2011-03-26 09:25:35 +00:00
linux.h Revert r220032:linux compat: add SO_PASSCRED option with basic handling 2011-03-31 08:14:51 +00:00
Makefile add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls 2011-03-12 08:51:43 +00:00
syscalls.conf add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls 2011-03-12 08:51:43 +00:00
syscalls.master Make the Linux *at() calls a bit more complete. 2011-11-19 07:19:37 +00:00