aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/utxdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove __NO_TLS.Konstantin Belousov2021-02-231-4/+0
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Make utmpx(3) thread safe if we support TLS.Ed Schouten2012-03-231-0/+4
* Properly styleify utmpx code and document error codes in man page.Ed Schouten2011-02-191-2/+1
* Just ignore the timestamps given to pututxline().Ed Schouten2010-01-231-4/+7
* Remove comments about breaking the specification.Ed Schouten2010-01-221-2/+0
* Perform several small cleanups to the utmpx code.Ed Schouten2010-01-171-4/+17
* Implement <utmpx.h>.Ed Schouten2010-01-131-0/+162