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