aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscall.h
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate syscall files after reallocation of aio_writev/aio_readvAlan Somers2021-01-081-3/+3
|
* Regenerate syscall files after addition of aio_writev/aio_readvAlan Somers2021-01-031-0/+2
|
* Regen.Konstantin Belousov2020-12-271-1/+2
|
* Oops, missed syscall.h and sysproto.h for r361602.Rick Macklem2020-05-281-1/+2
| | | | | | | Pointy hat goes on me. Notes: svn path=/head/; revision=361610
* sysent: re-roll after r359930Kyle Evans2020-04-141-1/+1
| | | | Notes: svn path=/head/; revision=359931
* sysent: re-roll after introduction of close_range in r359836Kyle Evans2020-04-121-1/+2
| | | | Notes: svn path=/head/; revision=359837
* make sysent for r358172 ("vfs: add realpathat syscall")Mateusz Guzik2020-02-201-1/+2
| | | | Notes: svn path=/head/; revision=358173
* Regen.Konstantin Belousov2020-02-091-1/+2
| | | | Notes: svn path=/head/; revision=357694
* sysent: regenerate after r352747.David Bright2019-09-261-1/+2
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=352751
* sysent: regenerate after r352705Kyle Evans2019-09-251-1/+1
| | | | | | | | This also implements it, fixes kdump, and removes no longer needed bits from lib/libc/sys/shm_open.c for the interim. Notes: svn path=/head/; revision=352706
* sysent: regenerate after r352700Kyle Evans2019-09-251-1/+2
| | | | Notes: svn path=/head/; revision=352701
* Add sysctlbyname system callMateusz Guzik2019-09-031-1/+2
| | | | | | | | | | | | | | | Previously userspace would issue one syscall to resolve the sysctl and then another one to actually use it. Do it all in one trip. Fallback is provided in case newer libc happens to be running on an older kernel. Submitted by: Pawel Biernacki Reported by: kib, brooks Differential Revision: https://reviews.freebsd.org/D17282 Notes: svn path=/head/; revision=351729
* Update the generated syscall files for copy_file_range(2) added byRick Macklem2019-07-251-1/+2
| | | | | | | r350315. Notes: svn path=/head/; revision=350316
* make sysent after r347228Ed Maste2019-05-071-1/+1
| | | | | | | Regenerate to add @generated tag in generated files. Notes: svn path=/head/; revision=347230
* Regen after r345982.Mariusz Zaborski2019-04-061-1/+2
| | | | Notes: svn path=/head/; revision=345983
* Regen.Konstantin Belousov2018-12-071-1/+5
| | | | Notes: svn path=/head/; revision=341690
* Regenerate after UNIMPL -> OBSOL changes in r339001.John Baldwin2018-09-281-0/+20
| | | | | | | Approved by: re (gjb) Notes: svn path=/head/; revision=339002
* Revert r337922, except for some documention-only bits. This needs to waitJamie Gritton2018-08-161-1/+1
| | | | | | | | | until user is changed to stop using jail(2). Differential Revision: D14791 Notes: svn path=/head/; revision=337925
* Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creatingJamie Gritton2018-08-161-1/+1
| | | | | | | | | | | | | | | | | jails since FreeBSD 7. Along with the system call, put the various security.jail.allow_foo and security.jail.foo_allowed sysctls partly under COMPAT_FREEBSD11 (or BURN_BRIDGES). These sysctls had two disparate uses: on the system side, they were global permissions for jails created via jail(2) which lacked fine-grained permission controls; inside a jail, they're read-only descriptions of what the current jail is allowed to do. The first use is obsolete along with jail(2), but keep them for the second-read-only use. Differential Revision: D14791 Notes: svn path=/head/; revision=337922
* Regen after r336171.Brooks Davis2018-07-101-2/+2
| | | | Notes: svn path=/head/; revision=336172
* Regen after r334223: make vadvise compat freebsd11.Brooks Davis2018-05-251-1/+1
| | | | Notes: svn path=/head/; revision=334224
* Regenerate sysent files after r331279.Conrad Meyer2018-03-211-1/+2
| | | | Notes: svn path=/head/; revision=331280
* Regenerate auto-generated filesJeff Roberson2018-01-121-3/+3
| | | | Notes: svn path=/head/; revision=327897
* Regen.Konstantin Belousov2017-06-171-2/+3
| | | | Notes: svn path=/head/; revision=320044
* Regen.Konstantin Belousov2017-05-231-17/+26
| | | | Notes: svn path=/head/; revision=318737
* Regenerate syscall files for r315526Eric van Gyzen2017-03-191-0/+1
| | | | | | | Sponsored by: Dell EMC Notes: svn path=/head/; revision=315527
* Regenerate all the system call tables to drop "created from" lines.John Baldwin2017-02-101-1/+0
| | | | | | | | One of the ibcs2 files contains some actual changes (new headers) as it hasn't been regenerated after older changes to makesyscalls.sh. Notes: svn path=/head/; revision=313566
* Regen after r310638.John Baldwin2016-12-271-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D8854 Notes: svn path=/head/; revision=310639
* Regnerate system-call definitions following r309677 correcting a whitespaceRobert Watson2016-12-071-1/+1
| | | | | | | glitch in syscalls.master. Notes: svn path=/head/; revision=309678
* Remove the obsolete and unused openbsd_poll system call. (Phase 2)George V. Neville-Neil2016-08-181-2/+2
| | | | | | | | | Reported by: brooks Reviewed by: brooks, jhb Differential Revision: https://reviews.freebsd.org/D7548 Notes: svn path=/head/; revision=304402
* Regen after r304176, fdatasync(2) addition.Konstantin Belousov2016-08-151-2/+3
| | | | Notes: svn path=/head/; revision=304177
* Regenerate after r303755.Bryan Drewery2016-08-041-2/+2
| | | | | | | | | MFC after: 3 days X-MFC-With: r303755 Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=303756
* Regenerate system call tables for r303699 and r303700.Ed Schouten2016-08-031-1/+1
| | | | Notes: svn path=/head/; revision=303701
* Regenerate system call table for r303435.Ed Schouten2016-07-281-1/+1
| | | | Notes: svn path=/head/; revision=303436
* Generate syscall tables and update pipe() implementation after r302094.Brooks Davis2016-06-221-2/+2
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=302095
* Regen.John Baldwin2016-03-211-1/+1
| | | | Notes: svn path=/head/; revision=297168
* Regen.John Baldwin2016-03-121-19/+19
| | | | Notes: svn path=/head/; revision=296774
* Regen.John Baldwin2016-03-091-4/+4
| | | | Notes: svn path=/head/; revision=296573
* Missing regen after last change to sys/kern/syscalls.master.John Baldwin2015-10-221-1/+1
| | | | Notes: svn path=/head/; revision=289770
* Regenerate syscalls.Adrian Chadd2015-07-111-1/+3
| | | | Notes: svn path=/head/; revision=285388
* Regen.Konstantin Belousov2015-04-181-1/+1
| | | | Notes: svn path=/head/; revision=281715
* Run make sysent.Jilles Tjoelker2015-01-231-2/+4
| | | | Notes: svn path=/head/; revision=277611
* Regen for r276654 (__getcwd()).Dmitry Chagin2015-01-041-1/+1
| | | | Notes: svn path=/head/; revision=276655
* Regen for r274462.Dmitry Chagin2014-11-131-2/+3
| | | | Notes: svn path=/head/; revision=274463
* Regenerate after r272823:Marcel Moolenaar2014-10-091-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=272824
* Regen per r263318.Attilio Rao2014-03-181-3/+1
| | | | | | | Sponsored by: EMC / Isilon storage division Notes: svn path=/head/; revision=263319
* Regen.John Baldwin2013-09-191-2/+3
| | | | | | | Approved by: re (delphij) Notes: svn path=/head/; revision=255709
* Regen.John Baldwin2013-09-121-1/+1
| | | | | | | Approved by: re (kib) Notes: svn path=/head/; revision=255492
* Regenerate after r255219.Pawel Jakub Dawidek2013-09-051-3/+3
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=255220
* aio_mlock() added:Gleb Smirnoff2013-06-081-2/+3
| | | | | | | | - Regen for r251526. - Bump __FreeBSD_version. Notes: svn path=/head/; revision=251527