System V init clone

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