System V init clone

[Releases]
Clone this repo:
  1. 9b0d131 Close existing utmpx file if any, from Sun variant of utmpxname(3) by WHR · 3 days ago 2.87dsf-rivoreo
  2. bff4508 Set the close-on-exec flag when opening utmpx file, and allow the file be opened for reading only by WHR · 7 days ago
  3. bceec79 Make bootlogd(8) buildable with newer versions of GNU C Library where 'sys/mkdev.h' isn't available by WHR · 1 year, 8 months ago
  4. 69fccdc Correct variable names by WHR · 1 year, 8 months ago
  5. e0a29c4 Add Sun-styled utmpxname(3) version, and make it the default unless _ALL_SOURCE or _GNU_SOURCE is defined by WHR · 2 years, 6 months ago
  6. b55ec49 Fix comparsion between signed and unsigned integers by WHR · 2 years, 6 months ago
  7. 204ec2d Relicense utmpx library under the X11 license by WHR · 2 years, 6 months ago
  8. 1937b4c Handle EINTR and short writes in updwtmpx(3) by WHR · 2 years, 6 months ago
  9. 7d6d7e5 Preserve errno as necessary when calling lockf(3) by WHR · 2 years, 6 months ago
  10. 2b9569f Remove non-standard macros '_UTX_*_SIZE' as they didn't really improve code readability and no program should ever use them by WHR · 2 years, 6 months ago
  11. aa51a91 Add a setutxdb(3) implementation to utmpx library by WHR · 2 years, 6 months ago
  12. abe4f2c Rename utmp.c to utmpx.c, and remove obsoleted uses of 'ut_time' from it by WHR · 3 years, 9 months ago
  13. c3074e9 posix_openpt(2) is a system call of kFreeBSD by WHR · 4 years, 4 months ago
  14. bec9e96 Remove support of using 'ut_session' and 'ut_time' in 'struct utmpx' by WHR · 4 years, 4 months ago
  15. 2a409e2 Remove unnecessary inclusions of getopt.h; Add AIX support by WHR · 4 years, 4 months ago
  16. 0471ebf Create controlling pipe under /var/tmp/ since a tmpfs usually won't be mounted there after init(8) starts by WHR · 4 years, 7 months ago
  17. 324e761 Update Makefile and macro definition; make private strsep(3) function static so it could be inlined by WHR · 4 years, 7 months ago
  18. f595caf Fix a bug in utmpx library; adjust comments by WHR · 8 years ago
  19. 8caf7da Some minor changes and bug fix by WHR · 9 years ago
  20. b0150f6 bootlogd: trying to handle more different terminal devices on different systems; utmpx for Cygwin: minor changes by WHR · 9 years ago