aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getutxent.c
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Make getutxent(3) more robust against bad utx.log files. Whenever we readGleb Smirnoff2013-10-151-0/+11
* libc: Make various internal file descriptors close-on-exec.Jilles Tjoelker2012-12-101-1/+1
* Make utmpx(3) thread safe if we support TLS.Ed Schouten2012-03-231-0/+5
* Set read buffer size to multiple of sizeof(struct futx).Ed Schouten2012-02-111-7/+12
* Properly styleify utmpx code and document error codes in man page.Ed Schouten2011-02-191-8/+10
* Perform several small cleanups to the utmpx code.Ed Schouten2010-01-171-51/+40
* Add forgotten break; keyword to getutxid().Ed Schouten2010-01-171-0/+2
* Implement <utmpx.h>.Ed Schouten2010-01-131-0/+232