aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/lockf.c
Commit message (Expand)AuthorAgeFilesLines
* 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-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Fix lockf(3) cancellation behaviour.Konstantin Belousov2015-12-201-3/+8
* Sync license changes.Xin LI2009-03-041-12/+2
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-1/+1
* Fix SCM ID's.David E. O'Brien2002-02-011-6/+3
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-2/+2
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make this look more FreeBSDish.Dmitrij Tejblum1998-07-081-8/+2
* An implementation of lockf() function call.Dmitrij Tejblum1998-07-081-0/+96