Eric van Gyzen
26f86ab732
Regenerate syscall files for r315526
...
Sponsored by: Dell EMC
2017-03-19 00:54:24 +00:00
John Baldwin
bb9b710477
Regenerate all the system call tables to drop "created from" lines.
...
One of the ibcs2 files contains some actual changes (new headers) as
it hasn't been regenerated after older changes to makesyscalls.sh.
2017-02-10 19:45:02 +00:00
John Baldwin
1fabda45c3
Regen after r310638.
...
Differential Revision: https://reviews.freebsd.org/D8854
2016-12-27 20:22:17 +00:00
Robert Watson
52b42f6287
Regnerate system-call definitions following r309677 correcting a whitespace
...
glitch in syscalls.master.
2016-12-07 16:12:27 +00:00
George V. Neville-Neil
3e7e23332f
Remove the obsolete and unused openbsd_poll system call. (Phase 2)
...
Reported by: brooks
Reviewed by: brooks, jhb
Differential Revision: https://reviews.freebsd.org/D7548
2016-08-18 10:54:39 +00:00
Konstantin Belousov
1d2537a26a
Regen after r304176, fdatasync(2) addition.
2016-08-15 19:15:46 +00:00
Bryan Drewery
c1fa440409
Regenerate after r303755.
...
MFC after: 3 days
X-MFC-With: r303755
Sponsored by: EMC / Isilon Storage Division
2016-08-04 19:15:51 +00:00
Ed Schouten
e938ebbc0c
Regenerate system call tables for r303699 and r303700.
2016-08-03 06:36:45 +00:00
Ed Schouten
5590eb985e
Regenerate system call table for r303435.
2016-07-28 12:22:34 +00:00
Brooks Davis
a72c64b0b6
Generate syscall tables and update pipe() implementation after r302094.
...
Mark the pipe() system call as COMPAT10.
As of r302092 libc uses pipe2() with a zero flags value instead of pipe().
Approved by: re (gjb)
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D6816
2016-06-22 21:18:19 +00:00
John Baldwin
70f52fd69f
Regen.
2016-03-21 21:38:35 +00:00
John Baldwin
8d91aced32
Regen.
2016-03-09 19:06:46 +00:00
John Baldwin
ea7b054e99
Missing regen after last change to sys/kern/syscalls.master.
2015-10-22 21:30:39 +00:00
Adrian Chadd
871ef8b0d8
Regenerate syscalls.
2015-07-11 15:22:11 +00:00
Konstantin Belousov
8103a8f608
Regen.
2015-04-18 21:50:53 +00:00
Jilles Tjoelker
2b35e6a9f2
Run make sysent.
2015-01-23 21:08:24 +00:00
Dmitry Chagin
1beb1a8e13
Regen for r276654 (__getcwd()).
2015-01-04 10:40:23 +00:00
Dmitry Chagin
c28d9d0f9f
Regen for r274462.
2014-11-13 05:28:06 +00:00
Marcel Moolenaar
2e7634503e
Regenerate after r272823:
...
Move the SCTP syscalls to netinet with the rest of the SCTP code.
Submitted by: Steve Kiernan <stevek@juniper.net>
Reviewed by: tuexen, rrs
Obtained from: Juniper Networks, Inc.
2014-10-09 15:19:35 +00:00
Attilio Rao
4f11a684ff
Regen per r263318.
...
Sponsored by: EMC / Isilon storage division
2014-03-18 21:34:11 +00:00
John Baldwin
a566e8e3c5
Regen.
...
Approved by: re (delphij)
2013-09-19 18:56:00 +00:00
John Baldwin
eb2e5544d3
Regen.
...
Approved by: re (kib)
2013-09-12 18:03:51 +00:00
Pawel Jakub Dawidek
00a7f703b3
Regenerate after r255219.
...
Sponsored by: The FreeBSD Foundation
2013-09-05 00:11:59 +00:00
Gleb Smirnoff
8d1aa3c6b4
aio_mlock() added:
...
- Regen for r251526.
- Bump __FreeBSD_version.
2013-06-08 13:30:13 +00:00
Konstantin Belousov
f85769eb75
Regenerate.
2013-05-21 11:41:08 +00:00
Jilles Tjoelker
b201f4a0dc
Regenerate files for pipe2().
2013-05-01 22:45:04 +00:00
Jilles Tjoelker
1bf6b724f1
Regenerate files for accept4().
2013-05-01 20:12:58 +00:00
Matthew D Fleming
b3e6bbc676
Regen.
...
MFC after: 1 week
2013-04-02 05:30:52 +00:00
Pawel Jakub Dawidek
5d46382415
Regenerate after r248599.
...
Sponsored by: The FreeBSD Foundation
2013-03-21 23:02:19 +00:00
Pawel Jakub Dawidek
378a73d1bd
Regen after r247667.
2013-03-02 21:12:54 +00:00
Pawel Jakub Dawidek
1dc31587bf
Regen after r247602.
2013-03-02 00:55:09 +00:00
Konstantin Belousov
552e993580
Regen
2012-11-13 12:53:41 +00:00
David Xu
e31eb35c3f
regen.
2012-08-17 02:47:16 +00:00
David Xu
d65f1abca7
Implement syscall clock_getcpuclockid2, so we can get a clock id
...
for process, thread or others we want to support.
Use the syscall to implement POSIX API clock_getcpuclock and
pthread_getcpuclockid.
PR: 168417
2012-08-17 02:26:31 +00:00
Ed Schouten
4412ad4887
Regenerate system call tables.
2012-05-25 21:52:57 +00:00
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
Ed Schouten
51cfb9474f
Regenerate system call tables.
2011-11-19 06:36:11 +00:00
John Baldwin
cd06ae5c1b
Regen.
2011-11-04 04:06:31 +00:00
Jonathan Anderson
f8ca0a757a
Auto-generated system call code based on r224987.
...
Approved by: re (implicit)
2011-08-18 23:08:52 +00:00
Robert Watson
74536eddbe
Regenerate system call files following r224812 changes to capabilities.conf.
...
A no-op for non-Capsicum kernels; for Capsicum kernels, completes the
enabling of fooat(2) system calls using capabilities. With this change,
and subject to bug fixes, Capsicum capability support is now complete for
9.0.
Approved by: re (kib)
Submitted by: jonathan
Sponsored by: Google Inc
2011-08-13 12:14:40 +00:00
Jonathan Anderson
63ba8b5ede
Auto-generated system call code with cap_new(), cap_getrights().
...
Approved by: mentor (rwatson), re (Capsicum blanket)
Sponsored by: Google Inc
2011-07-15 18:33:12 +00:00
Matthew D Fleming
7323776b01
Regen.
2011-04-18 16:32:47 +00:00
Edward Tomasz Napierala
66db16fc49
Regenerate.
2011-03-30 17:59:54 +00:00
Edward Tomasz Napierala
e776709347
Regenerate.
2011-03-05 12:46:24 +00:00
Robert Watson
ddfe0c2ba4
Regenerate system call files following addition of cap_enter(2),
...
cap_getmode(2), and capabilities.conf.
Reviewed by: anderson
Discussed with: benl, kris, pjd
Obtained from: Capsicum Project
Sponsored by: Google, Inc.
MFC after: 3 months
2011-03-01 13:30:23 +00:00
Konstantin Belousov
e7fb66340e
Regen
2010-08-30 14:26:02 +00:00
Konstantin Belousov
13cedde2cb
Regenerate
2010-06-28 18:17:21 +00:00
Konstantin Belousov
17c974499c
Regenerate
2009-10-27 11:01:15 +00:00
Robert Watson
718dbcfeaa
Regenerate system call files following r197636.
2009-09-30 08:48:59 +00:00
Edward Tomasz Napierala
e2b881bf03
Regenerate after lpathconf(2) addition.
...
Approved by: re (kib)
2009-07-08 15:25:27 +00:00