1. 486e7ca - touchup wording a bit by Bernhard Reutner-Fischer · 18 years ago
  2. 84a9b87 build system: produce link map. Rather useful when you by Denis Vlasenko · 18 years ago
  3. 3ce293b gunzip: s/unsigned char extra_short/unsigned extra_short/ by Denis Vlasenko · 18 years ago
  4. 4efeaee mkfs_minix: stop using lots of bss/data. by Denis Vlasenko · 18 years ago
  5. 5e892ba syslogd: reduce data/bss usage. Code size is practically the same. by Denis Vlasenko · 18 years ago
  6. bff32ce gzip: Improve ptr_to_globals trick, allowing gcc to optimize better. -480 bytes. by Denis Vlasenko · 18 years ago
  7. 1cc7022 networking/interface.c: was doing really strange caching of fd's by Denis Vlasenko · 18 years ago
  8. 54d14ca copy_file: comment out one condition which is always false. by Denis Vlasenko · 18 years ago
  9. 24af720 fix TODO: getopt32 should reset optind to 1 itself by Denis Vlasenko · 18 years ago
  10. 972288e modify ptr_to_globals trick so that we do not violate by Denis Vlasenko · 18 years ago
  11. dd2b2f7 adjtimex: fix argument types (most importantly, allow negative ones) by Denis Vlasenko · 18 years ago
  12. 5659407 swapon: reinstate hole check but reduce it to warning by Denis Vlasenko · 18 years ago
  13. 7f2527e arp, networking/interface.c: eliminate statics by Denis Vlasenko · 18 years ago
  14. 650a045 get_header_ar: reformatted code, no real changes by Denis Vlasenko · 18 years ago
  15. 16c7fb7 chown, env: stop using statics by Denis Vlasenko · 18 years ago
  16. e1e93c1 missed hunk of "stop using big static buffer for inode hash" by Denis Vlasenko · 18 years ago
  17. 6ef06ee stop using big static buffer for inode hash by Denis Vlasenko · 18 years ago
  18. 75ab6af stop using (yet another) static buffer by Denis Vlasenko · 18 years ago
  19. cfa2b3a watchdog: don't use static variable by Denis Vlasenko · 18 years ago
  20. 1ce190b udhcp: use fdprintf for pidfile creation (smaller code) by Denis Vlasenko · 18 years ago
  21. 9616aff cosmetic documentation change by Denis Vlasenko · 18 years ago
  22. 26a8016 - change option -c to -Z to match newer upstream SElinux conventions by Bernhard Reutner-Fischer · 18 years ago
  23. fe42d17 gzip: bbunzip integration fixes by Denis Vlasenko · 18 years ago
  24. 7560578 gzip: use common bbunzip infrastructure - ~700 bytes code less by Denis Vlasenko · 18 years ago
  25. 07766bb gzip: reduce global data footprint, part 3 by Denis Vlasenko · 18 years ago
  26. da799e8 gzip: reduce global data footprint, part 2 by Denis Vlasenko · 18 years ago
  27. e930fe1 gzip: reduce global data footprint, part 1 by Denis Vlasenko · 18 years ago
  28. fad03bc fsck_minix: stop using large buffers in bss by Denis Vlasenko · 18 years ago
  29. 93ebd4f ash: popstackmark is reported trying to pop until NULL by Denis Vlasenko · 18 years ago
  30. 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 18 years ago
  31. c9c893d resize: make it usable in in backticks; have a timeout (if display by Denis Vlasenko · 18 years ago
  32. 8a16405 add missing copyright statements and doc for sv by Denis Vlasenko · 18 years ago
  33. d55a362 sv: make code trivially smaller by Denis Vlasenko · 18 years ago
  34. b5c33b1 chcon: remove redundant ifs: if(p) free(p) by Denis Vlasenko · 18 years ago
  35. 39c651e introduce and use setfscreatecon_or_die by Denis Vlasenko · 18 years ago
  36. b3f09f4 swapon: random shrinkage by Denis Vlasenko · 18 years ago
  37. 214aec4 bbunzip: remove extra formatting directives in comments by Denis Vlasenko · 18 years ago
  38. 955bccc chcon: exclude constraints for impossible option if long opts are off by Denis Vlasenko · 18 years ago
  39. 1203c9b next portion of selinux updates: chcon, runcon. From by Denis Vlasenko · 18 years ago
  40. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 18 years ago
  41. ecea8f2 update defconfig by Denis Vlasenko · 18 years ago
  42. a4688bf fix buglets found by randomconfig run by Denis Vlasenko · 18 years ago
  43. be644a8 awk: support multiple -v options by Denis Vlasenko · 18 years ago
  44. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 18 years ago
  45. 4eb8b93 more: do not mess with "/dev/console" (!); by Denis Vlasenko · 18 years ago
  46. 2b52b27 ifupdown: do not complain if !/var/run/ifstate by Denis Vlasenko · 18 years ago
  47. 3aba666 runsv: random code savings, ~300 bytes by Denis Vlasenko · 18 years ago
  48. bebbd8c bbunzip: size optimization: ~90 bytes by Denis Vlasenko · 18 years ago
  49. f25d57e - update by Bernhard Reutner-Fischer · 18 years ago
  50. 71bc71a - add chrt applet. by Bernhard Reutner-Fischer · 18 years ago
  51. 339f5eb printf: allow hex/oct numbers; move functions around by Denis Vlasenko · 18 years ago
  52. 48e71c1 - move bbconfig into alphabetical order by Bernhard Reutner-Fischer · 18 years ago
  53. 02f0c4c diff: failed to confirm "static bug" in gcc - reinstating statics. by Denis Vlasenko · 18 years ago
  54. f5a1576 less: handle yet another Home/End key sequence; expand a comment by Denis Vlasenko · 18 years ago
  55. e11b4a4 - add selinux applets to the IMA workaround by Bernhard Reutner-Fischer · 18 years ago
  56. 12eda0a This small patch fixes a bug when exclusive options were given by Bernhard Reutner-Fischer · 18 years ago
  57. 67a32ad add STANDALONE support by Mike Frysinger · 18 years ago
  58. a1c6312 less: make '/' (regex search) scan input if no matches are found by Denis Vlasenko · 18 years ago
  59. 18d6fc1 less: yet another attempt to make search better by Denis Vlasenko · 18 years ago
  60. 5c1de36 less: fix 'n'ext match: sometimes was going to 999999th line by Denis Vlasenko · 18 years ago
  61. 8a91081 chown: fix comment, fix verbose message by Denis Vlasenko · 18 years ago
  62. cd27c42 chown: support -H -L -P if ENABLE_DESKTOP by Denis Vlasenko · 18 years ago
  63. 6c939e0 bbunzip: fix comments to match reality by Denis Vlasenko · 18 years ago
  64. 36b7e28 missed end-of-line by Denis Vlasenko · 18 years ago
  65. 673d4bb hwclock: support /dev/rtc0 etc by Denis Vlasenko · 18 years ago
  66. 7fb8a00 fix umount usage message by Denis Vlasenko · 18 years ago
  67. 0085f23 diff: make -U0 work by Denis Vlasenko · 18 years ago
  68. 80281fe httpd: make httpd usable for NOMMU CPUs by Denis Vlasenko · 18 years ago
  69. ab9eef2 bunzip2/gunzip/uncompress/unlzma: merge into common code - by Denis Vlasenko · 18 years ago
  70. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  71. 41cca2b who: stop using static buffer, small size optimizations by Denis Vlasenko · 18 years ago
  72. c115fdb ifupdown: code to deconstruct the state_list gracefully by Denis Vlasenko · 18 years ago
  73. 9431e56 ash: "here document" testcases by Denis Vlasenko · 18 years ago
  74. 140644d add ash testcases by Denis Vlasenko · 18 years ago
  75. ccd412d decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net) by Denis Vlasenko · 18 years ago
  76. 1ccd96f httpd: run interpreter for configured file extensions in any dir, by Denis Vlasenko · 18 years ago
  77. d238a47 init: fix handling of stdio file descriptors by Denis Vlasenko · 18 years ago
  78. ec77ba1 httpd: fix breakage (introduced by me) by Denis Vlasenko · 18 years ago
  79. 1c660b4 small ash testsuite, adapted from bash (only a small part of it, actually) by Denis Vlasenko · 18 years ago
  80. 3af3e5b ash: cosmetic improvements in error messages by Denis Vlasenko · 18 years ago
  81. 940494f remove f words by Denis Vlasenko · 18 years ago
  82. 29e31dd ash: do not use "safe applets" in non-standalone shell by Denis Vlasenko · 18 years ago
  83. dcbd51d tar: handle tarfiles with (broken) checksums a-la Sun. by Denis Vlasenko · 18 years ago
  84. 19c238b ping: don't measure times if ping payload is less than 8 bytes; by Denis Vlasenko · 18 years ago
  85. 2110aa9 ls: w/o -l follow symlinks to dirs for commandline args by Denis Vlasenko · 18 years ago
  86. 4c7e5b6 I *always* forget svn add :( by Denis Vlasenko · 18 years ago
  87. 5066473 udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) by Denis Vlasenko · 18 years ago
  88. 966bb43 init: de-indent a block of code by Denis Vlasenko · 18 years ago
  89. b716754 init: trivial compile fix by Denis Vlasenko · 18 years ago
  90. cce3858 start_stop_daemon: add -chuid support by Denis Vlasenko · 18 years ago
  91. f8ea0f3 grep: "implement" -a and -I by ignoring them by Denis Vlasenko · 18 years ago
  92. 385304d grep: implement -w by Denis Vlasenko · 18 years ago
  93. 4222ae4 ash: replace xstrdup (shell shall not die) grep: fix mis-indented block by Denis Vlasenko · 18 years ago
  94. 018e085 stop using bash'isms ('function') runtest: do not depend on busybox.links by Denis Vlasenko · 18 years ago
  95. 629563b awk: fix memory leak (can affect large file processing) by Denis Vlasenko · 18 years ago
  96. 5276402 ash: fix compile problems by Denis Vlasenko · 18 years ago
  97. f98dc4d ash: cleanup part 2.8 by Denis Vlasenko · 18 years ago
  98. 0dec6de ash: cleanup part 2.7 by Denis Vlasenko · 18 years ago
  99. cc57151 ash: cleanup part 2.6 by Denis Vlasenko · 18 years ago
  100. 2de3d9f ash: cleanup part 2.5 by Denis Vlasenko · 18 years ago