aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/pututxline.c
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* pututxline: Don't set errno=0 in subfunctions.Jilles Tjoelker2013-04-171-4/+8
* libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker2012-09-291-3/+3
* Make our utmpx more like System V.Ed Schouten2011-10-271-1/+19
* Fix whitespace inconsistencies in libc in files copyrighted by me.Ed Schouten2011-06-261-2/+2
* Fix style(9) issues in pututxline(3).Ed Schouten2011-02-251-5/+10
* Properly styleify utmpx code and document error codes in man page.Ed Schouten2011-02-191-41/+74
* Always set errno to a sane value when pututxline(3) fails.Ed Schouten2010-11-141-0/+3
* Fix error handling logic of pututxline(3).Ed Schouten2010-10-211-12/+21
* Just ignore the timestamps given to pututxline().Ed Schouten2010-01-231-12/+0
* Perform several small cleanups to the utmpx code.Ed Schouten2010-01-171-3/+1
* Unbreak pututxline() on 32-bit architectures.Ed Schouten2010-01-141-4/+4
* Don't use fseeko() to obtain the file offset.Ed Schouten2010-01-141-1/+1
* Implement <utmpx.h>.Ed Schouten2010-01-131-0/+277