1. 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
  2. db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
  3. 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
  4. dcd27ab unpackers: check errors from close() too by Denys Vlasenko · 15 years ago
  5. 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
  6. 4ff1ce0 ps: fix compile breakage by Denys Vlasenko · 15 years ago
  7. b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
  8. 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
  9. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  10. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  11. f2a8d5d fix duplicate FAST_FUNC FAST_FUNC by Denys Vlasenko · 15 years ago
  12. e766f62 make find_pid_by_name look at /proc/PID/exe too by Alexander Shishkin · 15 years ago
  13. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  14. 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
  15. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  16. 5c2e81b fix a thinko in lineedit completion code by Denys Vlasenko · 15 years ago
  17. 52a4267 restore shadow.h independence by Mike Frysinger · 15 years ago
  18. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  19. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  20. fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
  21. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  22. 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 16 years ago
  23. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
  24. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  25. 071ede1 xmalloc_[open_]read[_close]: do not ignore xrealloc return value by Denys Vlasenko · 16 years ago
  26. c15f40c lineedit: use read_key to recognize ESC sequence. by Denys Vlasenko · 16 years ago
  27. 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
  28. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  29. 829bbd3 *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} by Denis Vlasenko · 16 years ago
  30. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  31. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  32. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  33. 9d04b6b mkdosfs (aka mkfs.vfat): new applet by Vladimir by Denis Vlasenko · 16 years ago
  34. c0ea82a libbb: revent previous version of "concurrent history updating" by Denis Vlasenko · 16 years ago
  35. 57abf9e libbb: make history saving/loading concurrent-safe by Denis Vlasenko · 16 years ago
  36. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  37. 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
  38. 8ec8d5e sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 by Denis Vlasenko · 16 years ago
  39. e9afc46 sha: merge sha1/sha256 handling (they are similar enough for this), by Denis Vlasenko · 16 years ago
  40. c8329c9 sha: reduce sha256/512 context size. Make sha1/sha256 code more similar by Denis Vlasenko · 16 years ago
  41. cd2cd31 shrink sha hashing a bit more (remove wbuflen field from ctx), by Denis Vlasenko · 16 years ago
  42. 98c87f7 sha256/512: code shrink. Run-tested. by Denis Vlasenko · 16 years ago
  43. c41cba5 ftpd: reuse ls applet for LIST/NLST/STAT generation by Denis Vlasenko · 16 years ago
  44. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  45. fb1a23d halt/reboot/poweroff: improve error reporting by Denis Vlasenko · 16 years ago
  46. 9f00e05 killall and sestatus also need ARGVN scanning by Denis Vlasenko · 16 years ago
  47. cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
  48. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  49. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  50. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  51. 15437e3 libbb: add xgetgrnam too. ~0 code size change by Denis Vlasenko · 16 years ago
  52. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  53. 82b1429 - add new applet mkpasswd(1) by Bernhard Reutner-Fischer · 16 years ago
  54. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  55. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  56. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  57. e9b9a19 libbb: disable a second md5 implementation which managed to creep in :) by Denis Vlasenko · 16 years ago
  58. 56dceb9 sha256,sha512: new applets. +4.9kb by Denis Vlasenko · 16 years ago
  59. f10bc39 correction in comment by Denis Vlasenko · 16 years ago
  60. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  61. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  62. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  63. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  64. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  65. 0112ff5 vi: move key reading routine out of vi into llbbb by Denis Vlasenko · 16 years ago
  66. ee5dce3 libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>. by Denis Vlasenko · 16 years ago
  67. 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
  68. cac0f5b return setgroups() decl to libbb, it is needed if we use libpwdgrp. by Denis Vlasenko · 16 years ago
  69. 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
  70. 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
  71. 69f4f9a optimize config_read() (by Timo Teras <timo.teras AT iki.fi>) by Denis Vlasenko · 16 years ago
  72. 2afd5ab *: use get_console_fd() as appropriate, and make it fail on open error - by Denis Vlasenko · 16 years ago
  73. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  74. 855ff6f modprobe: use buffering line reads (fgets) instead of reads(). by Denis Vlasenko · 16 years ago
  75. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  76. 6e69e42 netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> by Denis Vlasenko · 16 years ago
  77. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  78. 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
  79. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  80. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  81. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  82. dcb3fcb libbb: config_read() update by Denis Vlasenko · 16 years ago
  83. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  84. 3b3ca11 pidof/killall: allow find_pid_by_name to find running by Denis Vlasenko · 16 years ago
  85. 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
  86. c01340f update of config file parser from Vladimir by Denis Vlasenko · 16 years ago
  87. 5e476ba libbb: document plans to speed up line-based input by Denis Vlasenko · 16 years ago
  88. e559e0a libbb: unified config parser (By Vladimir Dronnikov) mdev: use it by Denis Vlasenko · 16 years ago
  89. 2132e02 libbb: experimental faster string reading routines. by Denis Vlasenko · 16 years ago
  90. b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
  91. f62ab2d libbb: use improved xmalloc_read() from modprobe-small by Denis Vlasenko · 16 years ago
  92. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  93. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  94. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  95. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  96. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  97. c94d356 sendmail: from Vladimir: by Denis Vlasenko · 16 years ago
  98. ce13b76 libbb: shrink monotonic_XXX functions, introduce monotonic_ns (unused for now) by Denis Vlasenko · 16 years ago
  99. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  100. b4c5bf6 Specially for Bernhard Fischer introduce USE_BB_CRYPT by Denis Vlasenko · 16 years ago