1. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  2. 82b1429 - add new applet mkpasswd(1) by Bernhard Reutner-Fischer · 16 years ago
  3. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  4. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  5. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  6. e9b9a19 libbb: disable a second md5 implementation which managed to creep in :) by Denis Vlasenko · 16 years ago
  7. 56dceb9 sha256,sha512: new applets. +4.9kb by Denis Vlasenko · 16 years ago
  8. f10bc39 correction in comment by Denis Vlasenko · 16 years ago
  9. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  10. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  11. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  12. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  13. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  14. 0112ff5 vi: move key reading routine out of vi into llbbb by Denis Vlasenko · 16 years ago
  15. ee5dce3 libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>. by Denis Vlasenko · 16 years ago
  16. 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
  17. cac0f5b return setgroups() decl to libbb, it is needed if we use libpwdgrp. by Denis Vlasenko · 16 years ago
  18. f6cad92 we dont provide setgroups() replacement, so dont provide the prototype either ... especially since it conflicts on some systems (like Darwin) by Mike Frysinger · 16 years ago
  19. 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
  20. 69f4f9a optimize config_read() (by Timo Teras <timo.teras AT iki.fi>) by Denis Vlasenko · 16 years ago
  21. 2afd5ab *: use get_console_fd() as appropriate, and make it fail on open error - by Denis Vlasenko · 16 years ago
  22. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  23. 855ff6f modprobe: use buffering line reads (fgets) instead of reads(). by Denis Vlasenko · 16 years ago
  24. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  25. 6e69e42 netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> by Denis Vlasenko · 16 years ago
  26. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  27. 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
  28. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  29. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  30. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  31. dcb3fcb libbb: config_read() update by Denis Vlasenko · 16 years ago
  32. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  33. 3b3ca11 pidof/killall: allow find_pid_by_name to find running by Denis Vlasenko · 16 years ago
  34. 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
  35. c01340f update of config file parser from Vladimir by Denis Vlasenko · 16 years ago
  36. 5e476ba libbb: document plans to speed up line-based input by Denis Vlasenko · 16 years ago
  37. e559e0a libbb: unified config parser (By Vladimir Dronnikov) mdev: use it by Denis Vlasenko · 16 years ago
  38. 2132e02 libbb: experimental faster string reading routines. by Denis Vlasenko · 16 years ago
  39. b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
  40. f62ab2d libbb: use improved xmalloc_read() from modprobe-small by Denis Vlasenko · 16 years ago
  41. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  42. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  43. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  44. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  45. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  46. c94d356 sendmail: from Vladimir: by Denis Vlasenko · 16 years ago
  47. ce13b76 libbb: shrink monotonic_XXX functions, introduce monotonic_ns (unused for now) by Denis Vlasenko · 16 years ago
  48. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  49. b4c5bf6 Specially for Bernhard Fischer introduce USE_BB_CRYPT by Denis Vlasenko · 17 years ago
  50. fdddab0 make pw_encrypt() return malloc'ed string. by Denis Vlasenko · 17 years ago
  51. 4ea83bf uclibc insists on having 70k static buffer for crypt. by Denis Vlasenko · 17 years ago
  52. 53354ac libbb: introduce and use print_flags(). by Denis Vlasenko · 17 years ago
  53. 797c96d - fix compilation on standard-conforming compilers by Bernhard Reutner-Fischer · 17 years ago
  54. f592aa3 which: -a support (needed for bfin uclibc build script) by Denis Vlasenko · 17 years ago
  55. 3b162ec networking/interface.c: fix indentation by Denis Vlasenko · 17 years ago
  56. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  57. 1728229 - add strrchr by Bernhard Reutner-Fischer · 17 years ago
  58. af6cca5 move setgroups definition to libbb.h so that it no longer inadvertently by Denis Vlasenko · 17 years ago
  59. ae4342c - Rename getpty() to xgetpty() and adjust callers. by Bernhard Reutner-Fischer · 17 years ago
  60. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  61. f3b778a - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever by Bernhard Reutner-Fischer · 17 years ago
  62. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  63. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
  64. 6bf05cf httpd: fix several bugs triggering by realtive path in -h DIR. by Denis Vlasenko · 17 years ago
  65. c0431ed cp: fix "cp -RL" to create regular files even if src is a symlink by Denis Vlasenko · 17 years ago
  66. 5bb2fc2 tentative fix for ppc64 problems with ioctl. Zero code size impact. by Denis Vlasenko · 17 years ago
  67. f3745ea libbb: introduce xmalloc_xopen_read_close and use where appropriate by Denis Vlasenko · 17 years ago
  68. 278a1c2 brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>) by Denis Vlasenko · 17 years ago
  69. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  70. d943af0 libbb: preventive fix for SIGxxx >= 32 by Denis Vlasenko · 17 years ago
  71. b9ad75f copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. by Denis Vlasenko · 17 years ago
  72. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  73. 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 17 years ago
  74. c52248e small NOMMU fixes by Denis Vlasenko · 17 years ago
  75. a7d6c8b adduser/addgroup: check username for invalid chars by Denis Vlasenko · 17 years ago
  76. cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
  77. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 17 years ago
  78. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  79. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  80. 081eb71 dnsd: properly set _src_ IP:port on outgoing UDP packets by Denis Vlasenko · 17 years ago
  81. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  82. cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 17 years ago
  83. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  84. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  85. 4e6d511 inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames by Denis Vlasenko · 17 years ago
  86. 4e6c812 crond: make it NOMMU-capable by Denis Vlasenko · 17 years ago
  87. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
  88. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  89. 5014dad script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  90. 6f1713f *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> by Denis Vlasenko · 17 years ago
  91. 394eebe lpd: spool mode added by Vladimir by Denis Vlasenko · 17 years ago
  92. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  93. 3319637 less: update line input so that it doesn't interfere with by Denis Vlasenko · 17 years ago
  94. e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
  95. c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
  96. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  97. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  98. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  99. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  100. 05743d7 hush: reinstate `cmd` handling for NOMMU (with fat big warning). by Denis Vlasenko · 17 years ago