1. a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
  2. 662078f small doc update by Denys Vlasenko · 15 years ago
  3. 60b9524 whitespace fix by Denys Vlasenko · 15 years ago
  4. bb16f57 INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad.rr.com) by Denys Vlasenko · 15 years ago
  5. 4fc82e0 examples: add example ntpd service by Denys Vlasenko · 15 years ago
  6. c041e23 fix configure sha256sum problem. Closes bug 895 by Denys Vlasenko · 15 years ago
  7. 85d286e ash: remove config items for read options which are no longer optional by Denys Vlasenko · 15 years ago
  8. 25d9b91 shell/read: check that variable names are sane by Denys Vlasenko · 15 years ago
  9. 03d81ef builtin_read: note about better implementation by Denys Vlasenko · 15 years ago
  10. 03dad22 hush: use ash's read builtin by Denys Vlasenko · 15 years ago
  11. 045f4ad shell/read: fix "'read' without parameters" bash compat thingy by Denys Vlasenko · 15 years ago
  12. 7306727 shell: split read builtin from ash by Denys Vlasenko · 15 years ago
  13. 6c93b24 hush: fix potential buffer overflow on NOMMU by Denys Vlasenko · 15 years ago
  14. e89a241 hush: fix subshell.tests failure on NOMMU by Denys Vlasenko · 15 years ago
  15. f3ec0fb scripts/basic/docproc.c: remove stray NUL byte from the source by Denys Vlasenko · 15 years ago
  16. b70cef7 hush: two NOMMU fixes for bugs 877 and 883 by Denys Vlasenko · 15 years ago
  17. f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
  18. cb23d93 *: add/remove safe_, it seems we had a few incorrect uses by Denys Vlasenko · 15 years ago
  19. 385cc59 hush: plug a memory leak by Denys Vlasenko · 15 years ago
  20. 65d722b ntpd: explain algorithm by Denys Vlasenko · 15 years ago
  21. 12628b7 ntpd: expose more data to the script; more eagerly drop to lower poll by Denys Vlasenko · 15 years ago
  22. 725b5a3 modprobe: it's not an error if module is already loaded. Closes bug 833 by Denys Vlasenko · 15 years ago
  23. 38d3e64 adduser: create a group for net user too by Denys Vlasenko · 15 years ago
  24. 1fbcb80 cpio: add a test for recent fix by Denys Vlasenko · 15 years ago
  25. ce9b97f find: correct handling of -xdev by Denys Vlasenko · 15 years ago
  26. 8ced1e5 passwd: do not complain about /etc/shadow needlessly by Denys Vlasenko · 15 years ago
  27. 4653e44 adduser: more fixes to "add user to specified group" by Denys Vlasenko · 15 years ago
  28. 02dd96f cpio: fix -o-less cpio -F FILE by Denys Vlasenko · 15 years ago
  29. 607f65d cpio: improve help text more; fix -p and -F interaction by Denys Vlasenko · 15 years ago
  30. 93ac7d8 cpio: improve help text; document two TODOs by Denys Vlasenko · 15 years ago
  31. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  32. 0681137 adduser: fix a logical inversion which made -G GRP inoperative by Tito Ragusa · 15 years ago
  33. 6fd42b3 dpkg: fix handling of names with leading dots. Closes bug 783 by Denys Vlasenko · 15 years ago
  34. 866710a nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bug 837 by Denys Vlasenko · 15 years ago
  35. 8cd04d1 ash: fix for read $IFS splitting. Closes bug 235 by Denys Vlasenko · 15 years ago
  36. c3c1fb6 ash: fix mishandling of bash-style redirects by Chris Metcalf · 15 years ago
  37. 999e442 ifplugd: clarify -a in help text by Denys Vlasenko · 15 years ago
  38. f422a72 ifplugd: restore auto-ifup unless -a; make iff method less iffy :D by Denys Vlasenko · 15 years ago
  39. 9037787 *: fix places where we were still using malloc/realloc by Denys Vlasenko · 15 years ago
  40. ef3817c old_e2fsprogs/e2fsck.c: fix indentation by Denys Vlasenko · 15 years ago
  41. b8f0e80 ifplugd: mention iff mode in help by Denys Vlasenko · 15 years ago
  42. ae47335 ntpd: show at loglevel 2 and export in env current poll interval by Denys Vlasenko · 15 years ago
  43. 053ffee hwclock: tiny tweak in comment by Denys Vlasenko · 15 years ago
  44. 0c58cc7 hwclock: make commented-out code compilable by Denys Vlasenko · 15 years ago
  45. 6959f6b hwclock: disable time diff code; ntpd -S script: do not wait for completion by Denys Vlasenko · 15 years ago
  46. 5e3b140 hwclock: make it report system/rtc clock difference by Denys Vlasenko · 15 years ago
  47. 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 15 years ago
  48. 06667f2 ntpd: renew cur_time after script run, it can take a while by Denys Vlasenko · 15 years ago
  49. ede737b ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization by Denys Vlasenko · 15 years ago
  50. 79ae534 ifplugd: simplify run_script() by Denys Vlasenko · 15 years ago
  51. aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 15 years ago
  52. 86350f8 cal: document the location of unicode bug. no code changes by Denys Vlasenko · 15 years ago
  53. bde7023 libunarchive: trivial code shrink by Denys Vlasenko · 15 years ago
  54. d0f601f find: add optional support for -links. +100 bytes by Matheus Izvekov · 15 years ago
  55. 839fd71 gzip: add optional support for --long-opts by Matheus Izvekov · 15 years ago
  56. 2519124 AUTHORS: mention Jie Zhang by Denys Vlasenko · 15 years ago
  57. af1c8e8 cpio: fix unpacking of names with leading slashes by Denys Vlasenko · 15 years ago
  58. 074e8dc ntpd: make -w less cumbersome to use by Denys Vlasenko · 15 years ago
  59. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  60. d2b1ba6 [un]expand: unicode support by Tomas Heinrich · 15 years ago
  61. 4928f3b ar: heh, there *was* "-1" already... by Denys Vlasenko · 15 years ago
  62. 40e5a30 ar: fix two bugs, one added by prev comment and other we SEGV with no params by Denys Vlasenko · 15 years ago
  63. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  64. a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
  65. a4899ef hush: fix exitcodes of killed processes by Denys Vlasenko · 15 years ago
  66. 4168fdd ntpd: add -w "watch" option, useful for debugging to look at our own data by Denys Vlasenko · 15 years ago
  67. d645968 tar: fix problem handling tarballs with chksums prepended by spaces by Denys Vlasenko · 15 years ago
  68. 2d3253d ntpd: fix comment, no code changes by Denys Vlasenko · 15 years ago
  69. d498ff0 ntpd: try to avoid using libm. -1.2k if we succeed by Denys Vlasenko · 15 years ago
  70. 510f56a ntpd: remove an old hack for faster initialization by Denys Vlasenko · 15 years ago
  71. 0b00281 ntpd: better selection of initial sync; fewer gettimeofday calls by Denys Vlasenko · 15 years ago
  72. 185e691 update link to the comp.lang.c FAQ by Denys Vlasenko · 15 years ago
  73. c066472 *: do not assign to stdout/stderr, it's not portable. by Denys Vlasenko · 15 years ago
  74. 1ee5afd ntpd: fix jitter calculations and status propagation by Denys Vlasenko · 15 years ago
  75. f25252c watch: more compatible screen format by Denys Vlasenko · 15 years ago
  76. 2e36eb8 ntpd: speed up reaction to poll interval decrease by Denys Vlasenko · 15 years ago
  77. d9109e3 ntpd: improve frequency filtering by Denys Vlasenko · 15 years ago
  78. a9aaeda ntpd: restore forgotten delay sanitization by Denys Vlasenko · 15 years ago
  79. e4844b8 ntpd: add a comment, no code changes by Denys Vlasenko · 15 years ago
  80. 6131311 ntpd: disable unused code; show kernel's clock drift correction by Denys Vlasenko · 15 years ago
  81. bfc2a32 ntpd: reduce poll interval increase rate by Denys Vlasenko · 15 years ago
  82. dd6673b ntpd: replace openntp's clock discipline with ntpd's by Denys Vlasenko · 15 years ago
  83. 8a428d9 ntpd: ntpd.c -> ntpd_simple.c by Denys Vlasenko · 15 years ago
  84. d2fe69f ntpd: preparatory patches, no functional changes by Denys Vlasenko · 15 years ago
  85. bd1de18 dc: make "dc -1.23 ..." work by Denys Vlasenko · 15 years ago
  86. 6879a7a ntpd: fx incorrect offset display when stepping by Denys Vlasenko · 15 years ago
  87. 4b6abf6 tar: fix recently added SEGV on "tar" w/o args by Denys Vlasenko · 15 years ago
  88. afa2d33 ntpd: field renames and style fixes, no code changes by Denys Vlasenko · 15 years ago
  89. e99c8d2 ntpd: eliminate one time(NULL) call by Denys Vlasenko · 15 years ago
  90. 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
  91. 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 15 years ago
  92. dbc6a7a httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com) by Denys Vlasenko · 15 years ago
  93. cc42814 mount: dont include NFS headers if not needed; drop support for Linux <2.2.0 by Denys Vlasenko · 15 years ago
  94. b7a0e13 mount: fix goof in last commit; clear errno since we use perror_msg later by Denys Vlasenko · 15 years ago
  95. cb37637 switch_root: more clear error messages by Denys Vlasenko · 15 years ago
  96. 4e60f30 mount: if we mount //host/xxx, add ip=IPADDR to options by Denys Vlasenko · 15 years ago
  97. d7171c1 init: fix logically inverted FEATURE_EXTRA_QUIET check by Denys Vlasenko · 15 years ago
  98. 1a8de6f init: use applet_name instead of "init" - we can be linuxrc by Denys Vlasenko · 15 years ago
  99. 18f8912 init: for paranoid reasons, restore SIGCONT too. by Denys Vlasenko · 15 years ago
  100. bcc6ec9 init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781 by Denys Vlasenko · 15 years ago