aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/fcntl.c
Commit message (Expand)AuthorAgeFilesLines
* libc: INTERPOS_SYS macro for interposed syscallsBrooks Davis2024-04-161-2/+1
* lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis2024-03-131-0/+54
* libsys: relocate implementations and manpagesBrooks Davis2024-02-051-54/+0
* libc: split libc and syscall interposing (1/2)Brooks Davis2024-02-051-1/+1
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+0
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-56/+6
* Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.Konstantin Belousov2015-04-011-3/+0
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-1/+21
* (Incomplete) fixes for symbols visibility issues and style in fcntl.h.Konstantin Belousov2012-07-211-1/+1
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersDoug Rabson2008-05-301-2/+2
* Make fcntl() a weak symbol so that it can be overridden by thread libraries.Doug Rabson2008-05-271-1/+3
* Add some compatibility code so that software which is built to use the newDoug Rabson2008-04-041-0/+87