summaryrefslogtreecommitdiff
path: root/lib/libc/sys/fcntl.c
AgeCommit message (Expand)Author
2024-04-16libc: INTERPOS_SYS macro for interposed syscallsBrooks Davis
2024-03-13lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis
2024-02-05libsys: relocate implementations and manpagesBrooks Davis
2024-02-05libc: split libc and syscall interposing (1/2)Brooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
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
2015-01-03Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov
2012-07-21(Incomplete) fixes for symbols visibility issues and style in fcntl.h.Konstantin Belousov
2008-05-30Call the fcntl compatiblity wrapper from the thread library fcntl wrappersDoug Rabson
2008-05-27Make fcntl() a weak symbol so that it can be overridden by thread libraries.Doug Rabson
2008-04-04Add some compatibility code so that software which is built to use the newDoug Rabson