- 7aa6304 libbb: xfunc_error_retval can be a byte by Denys Vlasenko · 14 years ago
- 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
- 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
- 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
- e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
- 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
- 95b83ba OpenBSD compatibility by Waldemar Brodkorb · 14 years ago
- 816ed97 libbb.h: add device names for Hurd and FreeBSD by Jeremie Koenig · 15 years ago
- 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
- 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
- 7c1b2b5 losetup: use LOOP_foo defines by Lauri Kasanen · 14 years ago
- a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
- dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
- adbbee4 bootchartd: added optional compat features by Denys Vlasenko · 14 years ago
- 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
- 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
- 6948f21 *: teach tar et. al. to understand .xz by heart by Denys Vlasenko · 15 years ago
- 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) by Denys Vlasenko · 15 years ago
- f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
- f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago
- 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
- 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
- 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
- fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago
- 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
- 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
- d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
- cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 15 years ago
- 26ffe81 su: move restricted_shell into su.c (the only user) by Denys Vlasenko · 15 years ago
- fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 15 years ago
- 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 15 years ago
- bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
- 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 15 years ago
- 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
- d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
- 9c3b84a ls: make it so that group never glues itself to file size by Denys Vlasenko · 15 years ago
- a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
- f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
- dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
- a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
- e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
- b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
- b1278a3 ntpd: locally bind every peer socket. +22 bytes by Denys Vlasenko · 15 years ago
- 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
- a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
- cc8b687 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
- f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago
- b57eee8 libbb.h: remove two over-zealous RETURNS_MALLOC by Denys Vlasenko · 15 years ago
- 53283ad include/libbb.h: mark malloc-returning functions with GCC attribute by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
- 180f585 read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes by Denys Vlasenko · 15 years ago
- a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
- 9d57a80 libbb.h: tidy it up a bit. no code changes (verified) by Denys Vlasenko · 15 years ago
- 11c12c4 fix isalnum and isxdigit. Unfortunately, +285 bytes by Denys Vlasenko · 15 years ago
- a7a1fd0 eliminate all remaining users of ctype. ~600 byte large tables are gone. by Denys Vlasenko · 15 years ago
- f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
- 7b4cd6f libbb: smaller isdigit. -95 bytes by Denys Vlasenko · 15 years ago
- f125b6d *: use better isspace implementation by Denys Vlasenko · 15 years ago
- 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
- db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
- 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
- dcd27ab unpackers: check errors from close() too by Denys Vlasenko · 15 years ago
- 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
- 4ff1ce0 ps: fix compile breakage by Denys Vlasenko · 15 years ago
- b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
- 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
- 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- f2a8d5d fix duplicate FAST_FUNC FAST_FUNC by Denys Vlasenko · 15 years ago
- e766f62 make find_pid_by_name look at /proc/PID/exe too by Alexander Shishkin · 15 years ago
- 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
- 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
- 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
- 5c2e81b fix a thinko in lineedit completion code by Denys Vlasenko · 15 years ago
- 52a4267 restore shadow.h independence by Mike Frysinger · 15 years ago
- 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
- 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
- fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
- f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
- 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 16 years ago
- 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
- 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
- 071ede1 xmalloc_[open_]read[_close]: do not ignore xrealloc return value by Denys Vlasenko · 16 years ago
- c15f40c lineedit: use read_key to recognize ESC sequence. by Denys Vlasenko · 16 years ago
- 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 829bbd3 *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} by Denis Vlasenko · 16 years ago
- 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
- f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
- 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
- 9d04b6b mkdosfs (aka mkfs.vfat): new applet by Vladimir by Denis Vlasenko · 16 years ago
- c0ea82a libbb: revent previous version of "concurrent history updating" by Denis Vlasenko · 16 years ago
- 57abf9e libbb: make history saving/loading concurrent-safe by Denis Vlasenko · 16 years ago
- 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
- 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
- 8ec8d5e sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 by Denis Vlasenko · 16 years ago
- e9afc46 sha: merge sha1/sha256 handling (they are similar enough for this), by Denis Vlasenko · 16 years ago