1. 8c06bc6 unzip: prevent attacks via malicious filenames by Denys Vlasenko · 10 years ago
  2. 23cfaab libpwdgrp: use getpwent() instead of getpwent_r() by Denys Vlasenko · 10 years ago
  3. 68c048f modprobe-small: fix and simplify rmmod by Denys Vlasenko · 10 years ago
  4. 782ee2a libbb/loop: don't try to re-use existing loop device by Kevin Wallace · 10 years ago
  5. a031959 examples/mdev_fat.conf: document that newer mdev exposes path by Denys Vlasenko · 10 years ago
  6. f22a838 dd: add optional support for status=noxfer/none by Ari Sundholm · 10 years ago
  7. 7e66102 ash: fix a SEGV case in an invalid heredoc by Denys Vlasenko · 10 years ago
  8. a14fa79 deluser: implement --remove-home by Denys Vlasenko · 10 years ago
  9. 3c5d133 fstrim: fix help text by Denys Vlasenko · 10 years ago
  10. a75dcd4 route: fix bogus read error when route table is empty by Denys Vlasenko · 10 years ago
  11. 09020b1 route: improve -A inet6 by Denys Vlasenko · 10 years ago
  12. b62d4d9 gzip: trivial code shrink -5 bytes by Denys Vlasenko · 10 years ago
  13. a977778 ifconfig: fix double free fatal error in INET_sprint by Denys Vlasenko · 10 years ago
  14. 8e74ada libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noport by Denys Vlasenko · 10 years ago
  15. f7f70bf gzip: speed up and shrink put_16bit() by Denys Vlasenko · 10 years ago
  16. 7f7ade1 gzip: do not store timestamp in gzip header by Rich Felker · 10 years ago
  17. 5104645 platform.h: enable mempcpy for FreeBSD by Denys Vlasenko · 10 years ago
  18. 07fa09a ubiattach: add option -O by Micke Prag · 10 years ago
  19. 1cbe93c telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernel by Martin Kaiser · 10 years ago
  20. 08f9ffc dpkg: update supported compression methods by Denys Vlasenko · 10 years ago
  21. 8c05a74 platform.h: mempcpy needs <string.h> by Denys Vlasenko · 10 years ago
  22. ff3f3ac ntpd: get rid of G.initial_poll_complete by Denys Vlasenko · 10 years ago
  23. 936c401 dhcpd: fix an improper widening conversion by Denys Vlasenko · 10 years ago
  24. 64b7449 ftpd: prevent zombies. closes 7832 by Denys Vlasenko · 10 years ago
  25. 50a6d86 platform.h: add compat mempcpy by Denys Vlasenko · 10 years ago
  26. cc70b6f depmod: simple memory optimization by Denys Vlasenko · 10 years ago
  27. 86031a5 trim extra newlines in help texts by Denys Vlasenko · 10 years ago
  28. 9de69c0 modprobe: fix modprobe -r and parsing of /etc/modprobe.d by Natanael Copa · 10 years ago
  29. 76b2262 modprobe: fix "modprobe devname:snd/timer" case (alias with a slash) by Denys Vlasenko · 10 years ago
  30. e998b08 modprobe: fix recent breakage: modules.dep reading code needs to strip dirname by Denys Vlasenko · 10 years ago
  31. 1b67153 modprobe-small: code shrink by Denys Vlasenko · 10 years ago
  32. 3c75b1c modprobe-small: fix recent breakage: modprobe -r was using full path by Denys Vlasenko · 10 years ago
  33. 39f0172 diff: fix a bug in diffing against stdin. Closes 7784 by Denys Vlasenko · 10 years ago
  34. 70f4320 vi: fix reading of file after last line by Ron Yorston · 10 years ago
  35. e5213ce vi: failure to open file is not an error when initialising buffer by Ron Yorston · 10 years ago
  36. 08364da depmod: fix recent breakage in modules.dep generation by Denys Vlasenko · 10 years ago
  37. e5cae08 libpwdgrp: line counting in error meesages is broken, remove it by Tito Ragusa · 10 years ago
  38. e769577 swaponoff: add support for -e by René Rhéaume · 10 years ago
  39. 1ec4973 mpstat: code shrink by Denys Vlasenko · 10 years ago
  40. 75a1403 free: handle "cached" value too by Guillermo Rodriguez · 10 years ago
  41. da92126 libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS by Denys Vlasenko · 10 years ago
  42. 08b90a9 deleting unused ntpd_simple.c by Denys Vlasenko · 10 years ago
  43. c5d4a04 libpwdgrp: fixes suggested by Tito, comment tweaks by Denys Vlasenko · 10 years ago
  44. 4bf88d9 ntpd: relicense ntpd applet to ISC-style license by Adam Tkac · 10 years ago
  45. db4d105 libpwdgrp: another code shrink by Denys Vlasenko · 10 years ago
  46. 5acf134 libpwdgrp: code shrink by Denys Vlasenko · 10 years ago
  47. 12fc869 libpwdgrp: getgrXXX: empty string is not a member name, do not store it by Denys Vlasenko · 10 years ago
  48. 402451a fix a SEGV in previous commit by Denys Vlasenko · 10 years ago
  49. f993667 libpwdgrp: fix counting of commas in group list by Denys Vlasenko · 10 years ago
  50. 134c530 libpwdgrp: store getXXnam result in a single malloc block by Denys Vlasenko · 10 years ago
  51. 20c0a16 libpwdgrp: make db->def[] one byte shorter by Denys Vlasenko · 10 years ago
  52. 5e62a3d libpwdgrp: use a better estimate of max struct size by Denys Vlasenko · 10 years ago
  53. 9dca6ac libpwdgrp: reinstate Tito's optional atexit freeing by Denys Vlasenko · 10 years ago
  54. 8d547ac libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf) by Denys Vlasenko · 10 years ago
  55. 31d6734 libpwdgrp: tweak comments, replace one xmalloc with xzalloc by Denys Vlasenko · 10 years ago
  56. 908b6e5 libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to succeed by Denys Vlasenko · 10 years ago
  57. 1da09cf libpwdgrp: rewritten to use malloced implementation by Tito Ragusa · 10 years ago
  58. 7885452 modprobe: revert checking for /, stop doing basename() on modprobe args by Denys Vlasenko · 10 years ago
  59. 6c19d35 Makefile: fix cscope target by Bartosz Golaszewski · 10 years ago
  60. c76236f ash: fix a SEGV in ${#1} by Denys Vlasenko · 10 years ago
  61. 8074a6c udhcpd: account for script delay in lease by John Schroeder · 10 years ago
  62. b996507 Start 1.24.0 development cycle by Denys Vlasenko · 10 years ago
  63. 6968e08 Bump version to 1.23.0 by Denys Vlasenko · 10 years ago 1_23_0
  64. ca9c465 libbb: add sanity check in bb_arg_max() by Denys Vlasenko · 10 years ago
  65. 11775ed randomconfig fixes by Denys Vlasenko · 10 years ago
  66. a6588fa Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS by Peter Kümmel · 10 years ago
  67. 2863492 udhcpc: account for script run time by Denys Vlasenko · 10 years ago
  68. ad0d009 nanddump: don't show --bb in usage when disabled by Baruch Siach · 10 years ago
  69. e835afa nandwrite: fix build when long options are disabled by Baruch Siach · 10 years ago
  70. 20cd31a lineedit: don't block when looking for escape sequence in vi-mode by Ron Yorston · 10 years ago
  71. acb8be7 tar: fix "tar -cJ" ignoring -J option. closes 7706 by Denys Vlasenko · 10 years ago
  72. d598a8d lineedit: don't fall back to simple line input if tty is in raw mode by Denys Vlasenko · 10 years ago
  73. 202d9a6 Config: select PLATFORM_LINUX if using sendfile() by Bartosz Golaszewski · 10 years ago
  74. bd7c1f2 flashcp: change BUFSIZE to 4k by Jacob Kjaergaard · 10 years ago
  75. cfcd239 make xmalloc_open_zipped_read_close result NUL terminated by Denys Vlasenko · 10 years ago
  76. b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
  77. e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
  78. 476654c man: do not mangle $MANPATH in memory by Denys Vlasenko · 10 years ago
  79. 8d75d79 libbb: use sendfile() to copy data between file descriptors by Bartosz Golaszewski · 10 years ago
  80. ee41094 man: accept a list of dirs in $MANPATH by Denys Vlasenko · 10 years ago
  81. 04c1417 libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ by Denys Vlasenko · 10 years ago
  82. 2835a22 bbunit: fix WANT_TIMING compilation by Denys Vlasenko · 10 years ago
  83. eff58f1 gitignore: add testsuite/echo-ne by Bartosz Golaszewski · 10 years ago
  84. 298faba udhcpd: if a lease from lease file coincides with a static one, ignore it by Denys Vlasenko · 10 years ago
  85. 2bba9ad init: do not run shutdown/reexec actions from signal handler by Denys Vlasenko · 10 years ago
  86. 4e314fa modprobe,rmmod: reject module names with slashes by Denys Vlasenko · 10 years ago
  87. f5add44 typo fix in comment by Denys Vlasenko · 10 years ago
  88. 8a475de ash,hush: do not segfault on $((2**63 / -1)) by Denys Vlasenko · 10 years ago
  89. 08a5dab ash: fix handling of negative start value in ${v:start:len} by Denys Vlasenko · 10 years ago
  90. 1a11439 iproute: support onelink route option and print route flags by Michael Tokarev · 10 years ago
  91. 628f134 exit with 127 if appled name wasn't found - it's more POSIXy by Denys Vlasenko · 10 years ago
  92. d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
  93. fdd957b zcip: allow our own class B range to be used for ZeroConf by Michel Stam · 10 years ago
  94. 9f41271 udhcpd: add option for tweaking arpping by Michel Stam · 10 years ago
  95. 760d035 ntpd: calculate offset to jitter ratio before updating jitter by Miroslav Lichvar · 10 years ago
  96. cd73871 sed: fix "sed CMD -i nonexistent_file". Closes 7484 by Denys Vlasenko · 10 years ago
  97. b434ce7 ntpd: don't stay at short polling interval by Miroslav Lichvar · 10 years ago
  98. cf76b5c getty: set tty attrs so that control chars are shown as ^c by Denys Vlasenko · 10 years ago
  99. d3fe960 ntpd: be less eager to use shorter poll intervals by Denys Vlasenko · 10 years ago
  100. 186b98a ubiupdatevol: fix -t to not require an option. Closes 7466 by Denys Vlasenko · 10 years ago