Commit History

Author SHA1 Message Date
  Denys Vlasenko b57eee8beb libbb.h: remove two over-zealous RETURNS_MALLOC 14 years ago
  Denys Vlasenko 53283adb24 include/libbb.h: mark malloc-returning functions with GCC attribute 14 years ago
  Denys Vlasenko 8131eea3dc *: introduce and use ffulsh_all() 14 years ago
  Bernhard Reutner-Fischer a48308701a add and use xopen_nonblocking (-18b) 14 years ago
  Denys Vlasenko 180f585ac3 read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes 14 years ago
  Denys Vlasenko a17eeb847e lineedit: handle Ctrl-arrows 14 years ago
  Denys Vlasenko 9d57a8073a libbb.h: tidy it up a bit. no code changes (verified) 14 years ago
  Denys Vlasenko 11c12c4720 fix isalnum and isxdigit. Unfortunately, +285 bytes 14 years ago
  Denys Vlasenko a7a1fd02cb eliminate all remaining users of ctype. ~600 byte large tables are gone. 14 years ago
  Denys Vlasenko f2cbb03a37 *: optimize most of isXXXXX() macros 14 years ago
  Denys Vlasenko 7b4cd6f7b0 libbb: smaller isdigit. -95 bytes 14 years ago
  Denys Vlasenko f125b6d341 *: use better isspace implementation 14 years ago
  Denys Vlasenko 36df04837a randomconfig fixes 14 years ago
  Vladimir Dronnikov db67a20595 move generate_uuid from mkswap to libbb 14 years ago
  Denys Vlasenko 0bf44d00a4 libbb/human_readable.c: shrink; and reduce bss usage 14 years ago
  Denys Vlasenko dcd27abcc4 unpackers: check errors from close() too 14 years ago
  Denys Vlasenko 8f7a6d294f find: -follow should not error out on dandling links 14 years ago
  Denys Vlasenko 4ff1ce0639 ps: fix compile breakage 15 years ago
  Denys Vlasenko b410d4ada7 ps,top: add an option to show threads. +260 bytes of code 15 years ago
  Denys Vlasenko 3a0f6f2328 fix read_cmdline API and a small buglet where "[comm]" may be too narrow 15 years ago
  Denys Vlasenko 5370bfb123 documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) 15 years ago
  Denys Vlasenko 90a9904e9e remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) 15 years ago
  Denys Vlasenko f2a8d5db9a fix duplicate FAST_FUNC FAST_FUNC 15 years ago
  Alexander Shishkin e766f62132 make find_pid_by_name look at /proc/PID/exe too 15 years ago
  Denys Vlasenko 6ae6426a74 fix mountpoint test to not prevemt mkfs_xxx from making image in any file 15 years ago
  Denys Vlasenko 7aca89a7a3 touch: implement -d --date (our own testsuite needs that) 15 years ago
  Denys Vlasenko 73b71f381d date: factor out date parsing (in preparation for touch -d) 15 years ago
  Denys Vlasenko 5c2e81bb67 fix a thinko in lineedit completion code 15 years ago
  Mike Frysinger 52a426744e restore shadow.h independence 15 years ago
  Denys Vlasenko 09e63bb81f df: fix "df /" 15 years ago