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