|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0 |
|
| #
1ee122aa |
| 28-Aug-2019 |
Brooks Davis <[email protected]> |
Regenerate to add @generated tag in generated files.
This is a manual merge of r347230.
|
|
Revision tags: release/11.3.0 |
|
| #
4bd91f6e |
| 15-Mar-2019 |
Konstantin Belousov <[email protected]> |
MFC r341689, r341711, r341712, r341809: Add getfhat(2), fhlink(2), fhlinkat(2), fhreadlink(2) file handle system calls.
To easier potential MFC of the AT_BENEATH feature, some vestiges of it were le
MFC r341689, r341711, r341712, r341809: Add getfhat(2), fhlink(2), fhlinkat(2), fhreadlink(2) file handle system calls.
To easier potential MFC of the AT_BENEATH feature, some vestiges of it were left in the merged product but commented out.
Due to a lot of conflicts, it was impossible to split the merge and regeneration of the syscall tables, because I needed to test the result. It is fine for stable branch to commit the whole change with the generated diff.
show more ...
|
|
Revision tags: release/12.0.0 |
|
| #
ff13c0a2 |
| 28-Sep-2018 |
John Baldwin <[email protected]> |
Regenerate after UNIMPL -> OBSOL changes in r339001.
Approved by: re (gjb)
|
| #
c542c43e |
| 16-Aug-2018 |
Jamie Gritton <[email protected]> |
Revert r337922, except for some documention-only bits. This needs to wait until user is changed to stop using jail(2).
Differential Revision: D14791
|
| #
284001a2 |
| 16-Aug-2018 |
Jamie Gritton <[email protected]> |
Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creating jails since FreeBSD 7.
Along with the system call, put the various security.jail.allow_foo and security.jail.foo_allowed sy
Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creating 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
show more ...
|
| #
942ae5c8 |
| 10-Jul-2018 |
Brooks Davis <[email protected]> |
Regen after r336171.
|
|
Revision tags: release/11.2.0 |
|
| #
659a2e92 |
| 25-May-2018 |
Brooks Davis <[email protected]> |
Regen after r334223: make vadvise compat freebsd11.
|
| #
4948f7bf |
| 21-Mar-2018 |
Conrad Meyer <[email protected]> |
Regenerate sysent files after r331279.
|
| #
af80820a |
| 12-Jan-2018 |
Jeff Roberson <[email protected]> |
Regenerate auto-generated files
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
eb84ca64 |
| 17-Jun-2017 |
Konstantin Belousov <[email protected]> |
Regen.
|
| #
ec95c622 |
| 23-May-2017 |
Konstantin Belousov <[email protected]> |
Regen.
|
| #
26f86ab7 |
| 19-Mar-2017 |
Eric van Gyzen <[email protected]> |
Regenerate syscall files for r315526
Sponsored by: Dell EMC
|
| #
bb9b7104 |
| 10-Feb-2017 |
John Baldwin <[email protected]> |
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 makesyscall
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.
show more ...
|
| #
1fabda45 |
| 27-Dec-2016 |
John Baldwin <[email protected]> |
Regen after r310638.
Differential Revision: https://reviews.freebsd.org/D8854
|
| #
52b42f62 |
| 07-Dec-2016 |
Robert Watson <[email protected]> |
Regnerate system-call definitions following r309677 correcting a whitespace glitch in syscalls.master.
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
3e7e2333 |
| 18-Aug-2016 |
George V. Neville-Neil <[email protected]> |
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
|
| #
1d2537a2 |
| 15-Aug-2016 |
Konstantin Belousov <[email protected]> |
Regen after r304176, fdatasync(2) addition.
|
| #
c1fa4404 |
| 04-Aug-2016 |
Bryan Drewery <[email protected]> |
Regenerate after r303755.
MFC after: 3 days X-MFC-With: r303755 Sponsored by: EMC / Isilon Storage Division
|
| #
e938ebbc |
| 03-Aug-2016 |
Ed Schouten <[email protected]> |
Regenerate system call tables for r303699 and r303700.
|
| #
5590eb98 |
| 28-Jul-2016 |
Ed Schouten <[email protected]> |
Regenerate system call table for r303435.
|
| #
a72c64b0 |
| 22-Jun-2016 |
Brooks Davis <[email protected]> |
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
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
show more ...
|
|
Revision tags: release/10.3.0 |
|
| #
70f52fd6 |
| 21-Mar-2016 |
John Baldwin <[email protected]> |
Regen.
|
| #
823590d4 |
| 12-Mar-2016 |
John Baldwin <[email protected]> |
Regen.
|
| #
8d91aced |
| 09-Mar-2016 |
John Baldwin <[email protected]> |
Regen.
|
| #
ea7b054e |
| 22-Oct-2015 |
John Baldwin <[email protected]> |
Missing regen after last change to sys/kern/syscalls.master.
|