History log of /freebsd/sys/kern/systrace_args.c (Results 26 – 50 of 249)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2385f4d1 17-Nov-2021 Brooks Davis <brooks@FreeBSD.org>

syscalls: use __socklen_t as appropriate

No functional change as __socklen_t is an int.

Obtained from: CheriBSD

Reviewed by: kevans


# b64f3dc2 17-Nov-2021 Brooks Davis <brooks@FreeBSD.org>

syscalls: [gs]etitimer takes an int which

Match the function decleration which takes an int not a signed int.
No functional change as the range of valid values is 0-2.

Obtained from: CheriBSD

Revi

syscalls: [gs]etitimer takes an int which

Match the function decleration which takes an int not a signed int.
No functional change as the range of valid values is 0-2.

Obtained from: CheriBSD

Reviewed by: kevans

show more ...


# b7fd8611 17-Nov-2021 Brooks Davis <brooks@FreeBSD.org>

syscalls: sprinkle in const values

Add missing const qualifiers to a number of syscall arguments.

Obtained from: CheriBSD

Reviewed by: kevans


# 3f8ced5b 15-Nov-2021 Brooks Davis <brooks@FreeBSD.org>

syscalls: regen


# 439c3d95 10-Nov-2021 Konstantin Belousov <kib@FreeBSD.org>

Regen


# da9fe352 04-Aug-2021 Ka Ho Ng <khng@FreeBSD.org>

Regen after 0dc332bff200


# 9f3d1a98 02-Jun-2021 Warner Losh <imp@FreeBSD.org>

regen after tweaks to getgroups and setgroups

Sponsored by: Netflix


# 2c9764f3 13-May-2021 Ed Maste <emaste@FreeBSD.org>

regen syscall files after d51198d63b63


Revision tags: release/13.0.0
# 20321e62 06-Jan-2021 Alan Somers <asomers@FreeBSD.org>

Regenerate syscall files after reallocation of aio_writev/aio_readv


# 1868a91f 03-Jan-2021 Alan Somers <asomers@FreeBSD.org>

Regenerate syscall files after addition of aio_writev/aio_readv


# 9dd48b87 27-Dec-2020 Konstantin Belousov <kib@FreeBSD.org>

Regen.


Revision tags: release/12.2.0, release/11.4.0
# c01cd3f5 28-May-2020 Rick Macklem <rmacklem@FreeBSD.org>

Update the files created from the new syscalls.master from r361599.

Reviewed by: brooks
Differential Revision: https://reviews.freebsd.org/D24949


# e19b97f7 14-Apr-2020 Kyle Evans <kevans@FreeBSD.org>

sysent: re-roll after r359930


# 3d224fc9 12-Apr-2020 Kyle Evans <kevans@FreeBSD.org>

sysent: re-roll after introduction of close_range in r359836


# 6c140a72 20-Feb-2020 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r358131 through r358178.


# 65cdfb4c 20-Feb-2020 Mateusz Guzik <mjg@FreeBSD.org>

make sysent for r358172 ("vfs: add realpathat syscall")


# 44e86fbd 13-Feb-2020 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r357662 through r357854.


# f88c67a6 09-Feb-2020 Konstantin Belousov <kib@FreeBSD.org>

Regen.


# 4cc12fb8 19-Nov-2019 Kyle Evans <kevans@FreeBSD.org>

sysent: regenerate after r354835

The lua-based makesyscalls produces slightly different output than its
makesyscalls.sh predecessor, all whitespace differences more closely
matching the source sysca

sysent: regenerate after r354835

The lua-based makesyscalls produces slightly different output than its
makesyscalls.sh predecessor, all whitespace differences more closely
matching the source syscalls.master.

show more ...


Revision tags: release/12.1.0
# 668ee101 26-Sep-2019 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r352587 through r352763.


# c4571256 26-Sep-2019 David Bright <dab@FreeBSD.org>

sysent: regenerate after r352747.

Sponsored by: Dell EMC Isilon


# a9ac5e14 25-Sep-2019 Kyle Evans <kevans@FreeBSD.org>

sysent: regenerate after r352705

This also implements it, fixes kdump, and removes no longer needed bits from
lib/libc/sys/shm_open.c for the interim.


# 460211e7 25-Sep-2019 Kyle Evans <kevans@FreeBSD.org>

sysent: regenerate after r352700


# c5c3ba6b 03-Sep-2019 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r351317 through r351731.


# d05b53e0 03-Sep-2019 Mateusz Guzik <mjg@FreeBSD.org>

Add sysctlbyname system call

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 li

Add sysctlbyname system call

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

show more ...


12345678910