summaryrefslogtreecommitdiff
path: root/lib/libc/include/compat.h
AgeCommit message (Expand)Author
2025-09-17libc: compat.h: Remove a superfluous blank line at endOlivier Certner
2025-08-14kern: fix setgroups(2) and getgroups(2) to match other platformsKyle Evans
2024-03-13libc: remove remnants of __fcntl_compatBrooks Davis
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-12-09swapoff: add one more variant of the syscallKonstantin Belousov
2021-08-03StyleKonstantin Belousov
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-17Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov
2017-05-23Commit the 64-bit inode project.Konstantin Belousov
2016-04-30libc: spelling fixes.Pedro F. Giffuni
2016-04-06Disable support for compat syscalls on arm64. These symbols were neverAndrew Turner
2015-04-23Reassign copyright statements on several files from AdvancedJohn Baldwin
2015-04-18The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov
2015-04-01Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.Konstantin Belousov
2013-09-05Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek
2013-03-02Merge Capsicum overhaul:Pawel Jakub Dawidek
2010-11-11Remove some unneeded spaces from the __sym_compat() macro, since newerDimitry Andric
2009-06-24Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin