Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pututxline: Don't set errno=0 in subfunctions. | jilles | 2013-04-17 | 1 | -4/+8 |
* | libc: Use O_CLOEXEC for various internal file descriptors. | jilles | 2012-09-29 | 1 | -3/+3 |
* | Make our utmpx more like System V. | ed | 2011-10-27 | 1 | -1/+19 |
* | Fix whitespace inconsistencies in libc in files copyrighted by me. | ed | 2011-06-26 | 1 | -2/+2 |
* | Fix style(9) issues in pututxline(3). | ed | 2011-02-25 | 1 | -5/+10 |
* | Properly styleify utmpx code and document error codes in man page. | ed | 2011-02-19 | 1 | -41/+74 |
* | Always set errno to a sane value when pututxline(3) fails. | ed | 2010-11-14 | 1 | -0/+3 |
* | Fix error handling logic of pututxline(3). | ed | 2010-10-21 | 1 | -12/+21 |
* | Just ignore the timestamps given to pututxline(). | ed | 2010-01-23 | 1 | -12/+0 |
* | Perform several small cleanups to the utmpx code. | ed | 2010-01-17 | 1 | -3/+1 |
* | Unbreak pututxline() on 32-bit architectures. | ed | 2010-01-14 | 1 | -4/+4 |
* | Don't use fseeko() to obtain the file offset. | ed | 2010-01-14 | 1 | -1/+1 |
* | Implement <utmpx.h>. | ed | 2010-01-13 | 1 | -0/+277 |