summaryrefslogtreecommitdiff
path: root/lib/libc/gen/lockf.c
AgeCommit message (Expand)Author
2024-02-05libsys: move __libsys_interposer consumersBrooks 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-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-12-20Fix lockf(3) cancellation behaviour.Konstantin Belousov
2009-03-04Sync license changes.Xin LI
2008-03-26Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson
2002-02-01Fix SCM ID's.David E. O'Brien
2001-08-13Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-01-27Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans
2000-01-12Add three-tier symbol naming in support of POSIX thread cancellationJason Evans
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-07-08Make this look more FreeBSDish.Dmitrij Tejblum
1998-07-08An implementation of lockf() function call.Dmitrij Tejblum