1. d0ec746 Sync FreeBSD, Solaris 10 support by WHR · 8 years ago
  2. be4e3e6 Fix build problems on Solaris by WHR · 8 years ago
  3. 9e9fcca Merge commit '2.87dsf-rivoreo-r2' into 2.88dsf-rivoreo by WHR · 8 years ago
  4. 3ad32fb Update version number; Remove some unused variables by WHR · 8 years ago 2.87dsf-rivoreo-r2
  5. 4d83b43 Ported to NetBSD by WHR · 8 years ago
  6. 2559fa3 Fixed some compiler warnings by WHR · 8 years ago
  7. 2878071 Also stores the current run level into ut_line by WHR · 8 years ago
  8. 339fd3a Ported to FreeBSD by WHR · 8 years ago
  9. 0668b8c Add a strsep implementation from GLIBC; Ported to Solaris 10 by WHR · 8 years ago
  10. 31b39e7 Add librt for Solaris 10 by WHR · 8 years ago
  11. 2b7d4c0 Ported to Solaris (the System-V init clone ported back to System-V) by WHR · 8 years ago
  12. ed45611 Replaying Rivoreo revision 1 changes. Ported to Cygwin and Interix. by WHR · 8 years ago 2.87dsf-rivoreo-r1
  13. ae46473 Import version 2.87dsf by WHR · 8 years ago 2.87dsf 2.87dsf
  14. 16a98e4 * Set version in init.c : 2.88 by Dr. Werner Fink · 15 years ago 2.88dsf
  15. 7d46fe2 Remove obsolete changelog entry. by Petter Reinholdtsen · 15 years ago
  16. 996b811 Merge PAM related changelog entries. by Petter Reinholdtsen · 15 years ago
  17. 88b0c5f Do not strip binaries before installing them, to make it easier to get binaries with debug information installed. by Petter Reinholdtsen · 15 years ago
  18. 7221eec Incude definition for MNT_DETACH which is missing in older GNU libc headers. by Petter Reinholdtsen · 15 years ago
  19. fea54d0 Add compatibility code to handle old path /etc/powerstatus for a while. by Petter Reinholdtsen · 15 years ago
  20. a7b7d16 * sulogin picking the SELinux context was broken. Patch by Daniel Walsh by Dr. Werner Fink · 15 years ago
  21. a25f050 * ditto by Dr. Werner Fink · 15 years ago
  22. 5461a1c * ditto by Dr. Werner Fink · 15 years ago
  23. 0c6d80e * Remove PAM session start part from init as sulogin do not use by Dr. Werner Fink · 15 years ago
  24. 4b1f923 * ditto by Dr. Werner Fink · 15 years ago
  25. 2d36e80 * ditto by Dr. Werner Fink · 15 years ago
  26. 3c0bf76 * Avoid SUSE specific sulogin prompt by Dr. Werner Fink · 15 years ago
  27. acfcf2c * Extend sulogin to support additional encryption algorithms by Dr. Werner Fink · 15 years ago
  28. 14a133c * Test out PAM support, extend PAM support by providing environment by Dr. Werner Fink · 15 years ago
  29. 77ab257 * fix typo by Dr. Werner Fink · 15 years ago
  30. ebef53e * Add fix for Debian bug #536574 -- Can be enabled by -DACCTON_OFF by Dr. Werner Fink · 15 years ago
  31. c4ab55c Mention where the license text is on Debian systems. by Petter Reinholdtsen · 15 years ago
  32. c7d1d15 Mention project mailing list in the README file too. by Petter Reinholdtsen · 15 years ago
  33. e3c0e91 Fix typo. by Petter Reinholdtsen · 15 years ago
  34. b82a3b2 Merge in preparation of new release. by Petter Reinholdtsen · 15 years ago
  35. db1eedd * Fix some minor problems by Dr. Werner Fink · 15 years ago
  36. 6542960 * Increase buffer size for path checking to normal limit PATH_MAX+1 by Dr. Werner Fink · 15 years ago
  37. 6d11c45 remove empty blanks from empty lines by Dr. Werner Fink · 15 years ago
  38. 04be027 * sulogin - add the possibility to reset the terminal io by Dr. Werner Fink · 15 years ago
  39. 2fcc935 * init - avoid compiler warnings by Dr. Werner Fink · 15 years ago
  40. 6847dc2 * pidof - shorten list check a bit for network based processes by Dr. Werner Fink · 15 years ago
  41. a73ef24 * pidof/killall5 - make omit pid list a dynamic one. by Dr. Werner Fink · 15 years ago
  42. 3943205 * remove left over by Dr. Werner Fink · 15 years ago
  43. a64aaa4 * Set SHELL to /bin/sh in the environmant of shutdown. by Dr. Werner Fink · 15 years ago
  44. 7a1fabf * Detected also removable block devices at halt/reboot to be able by Dr. Werner Fink · 15 years ago
  45. a68f368 * Add option -w to the last command to display the full user and by Dr. Werner Fink · 15 years ago
  46. ee41326 Merge changelogs. by Petter Reinholdtsen · 15 years ago
  47. 2e07354 Add changelog entry by Dr. Werner Fink · 15 years ago
  48. 72998d5 Add the comment from Andrea Arcangeli about the correct by Dr. Werner Fink · 15 years ago
  49. c51836a New address sysvinit-devel@nongnu.org for patches in COPYRIGHT by Dr. Werner Fink · 15 years ago
  50. e36f8ec Get rid of signed/unsigned warning. by Petter Reinholdtsen · 15 years ago
  51. 1542cce Leftover. by Petter Reinholdtsen · 15 years ago
  52. 28f1c68 Make sure bootlogd fflush() every line, even if asked not to flush by Petter Reinholdtsen · 15 years ago
  53. a6d7701 Make sure bootlogd findpty() returns an error value when it fails to by Petter Reinholdtsen · 15 years ago
  54. 141dc95 Rewrite findtty() in bootlogd to recursively search /dev/ for the by Petter Reinholdtsen · 15 years ago
  55. 1e31498 Get rid of warning about unused argument fromshutdown, and make sure the wall string isn't changed by the wall() function. by Petter Reinholdtsen · 15 years ago
  56. 2cdd512 Hide unused variable when not building with WITH_SELINUX. by Petter Reinholdtsen · 15 years ago
  57. e2bd254 Fix race condition in utmp writing. Patch from Gil Kloepfer via by Petter Reinholdtsen · 15 years ago
  58. 09c79b1 Simplify build rules, based on patch from Mike Frysinger and Gentoo. by Petter Reinholdtsen · 15 years ago
  59. 8f3e03c Sync shutdown manual page and usage information. Patch from Mike by Petter Reinholdtsen · 15 years ago
  60. 4686fe9 Print usage information when shutdown is used by non-root user. Patch from Mike Frysinger and Gentoo. by Petter Reinholdtsen · 15 years ago
  61. 75ff536 Mention new home on Savannah in README. by Petter Reinholdtsen · 15 years ago
  62. b0e09b1 Add Makefile in toplevel directory. by Petter Reinholdtsen · 15 years ago
  63. 7ec53c9 Change tty handling in init to make sure the UTF-8 flag is not cleared on boot. Patch from Samuel Thibault. by Petter Reinholdtsen · 15 years ago
  64. f8e46b4 Add casts to get rid of compiler warning about signed/unsigned issues. by Petter Reinholdtsen · 15 years ago
  65. d6f5023 Fix minor bug in optimizing of argument parsing. Based on report from jakemus on freshmeat. by Petter Reinholdtsen · 15 years ago
  66. 65b507b Adjust makefile to make sure the install directories are created before files are copied into them. by Petter Reinholdtsen · 15 years ago
  67. 9196dab Revert change from Fedora/RedHat where the now obsolete command by Petter Reinholdtsen · 15 years ago
  68. ca195d5 Next version will be 2.88. by Petter Reinholdtsen · 15 years ago
  69. 5b86380 Drop hurd specific dependency on libc0.3 (>= 2.3.2.ds1-12). It is by Petter Reinholdtsen · 15 years ago