aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb/login/su: do not sanitize shell name twiceDenys Vlasenko2011-03-061-0/+3
| * improve --install operation in chroot jailsDenys Vlasenko2011-03-061-5/+16
| * libbb: remove dead code in getopt32. -7 bytesAlexey Fomenko2011-03-011-10/+5
| * libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko2011-03-012-9/+9
| * Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-1/+1
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-2212-124/+196
|\|
| * Move stpcpy replacement function into libbbDan Fandrich2011-02-131-0/+11
| * typo fixDenys Vlasenko2011-02-121-1/+1
| * progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko2011-02-111-23/+32
| * progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko2011-02-111-13/+11
| * libbb/progress.c: make sure we never get negative ETADenys Vlasenko2011-02-111-16/+17
| * progress meter: display >999 hours ETA correctlyDenys Vlasenko2011-02-101-4/+6
| * wget: shrink progress meter code; strink wget and add debug loggingDenys Vlasenko2011-02-101-30/+65
| * progress bar: better overflow protection; more precise barDenys Vlasenko2011-02-101-23/+31
| * save 10 bytes on stringsDenys Vlasenko2011-02-101-1/+1
| * wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfersDenys Vlasenko2011-02-101-1/+1
| * ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-7/+5
| * libbb: spawn should remove child which failed to execDenys Vlasenko2011-02-031-0/+1
| * whitespace fixesDenys Vlasenko2011-02-032-5/+5
| * move nofork_save_area from libbb.h to vfork_daemon_rexec.cDenys Vlasenko2011-02-022-30/+20
| * libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko2011-02-022-11/+11
| * df,find_mount_point: optionally don't ignore rootfsLauri Kasanen2011-01-312-1/+20
| * libbb/copy_file.c: use smallints instead of signed charsDenys Vlasenko2011-01-281-4/+4
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-2112-48/+119
|\|
| * move utmp.h include to libbb.hDenys Vlasenko2011-01-252-6/+6
| * add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca2011-01-251-0/+62
| * nicer looking ifdef in libbb/makedev.cDenys Vlasenko2011-01-241-9/+10
| * FreeBSD compat for match_fstypeChris Rees2011-01-241-1/+2
| * FreeBSD compat for makedevChris Rees2011-01-241-2/+8
| * FreeBSD compatChris Rees2011-01-241-1/+1
| * libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko2011-01-241-6/+12
| * mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
| * libbb: better comment in parse_dateDenys Vlasenko2011-01-171-1/+7
| * libbb unicode: comment out usused function and unused parameterDenys Vlasenko2011-01-112-6/+7
| * libbb: progress indicator: use unicode support funcs instead of open-coding itDenys Vlasenko2011-01-101-16/+4
| * tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko2011-01-101-1/+1
| * suppress "'fast_strtol_10' defined but not used" warningDenys Vlasenko2011-01-071-1/+3
* | Add code to find console dimensions in WIN32Ron Yorston2012-02-201-0/+4
* | copy_file: kkip inode/device checkDaniel Klessing2011-11-211-0/+6
* | Include safe_gethostname()Daniel Klessing2011-11-212-1/+14
* | Added missing stat() tweaks for mingw portZheng, Lei2011-11-202-0/+8
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-0416-126/+235
|\|
| * kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAXDenys Vlasenko2011-01-031-1/+16
| * kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX codeDenys Vlasenko2011-01-031-10/+19
| * date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko2011-01-021-0/+12
| * libbb: optionally support RTMIN[+n] and RTMAX[-n] signal namesDenys Vlasenko2010-12-302-6/+38
| * plug a DIR* leak on error pathDenys Vlasenko2010-12-281-4/+5
| * pstree: new applet. +1664 bytesLauri Kasanen2010-12-051-0/+2
| * typo fixDenys Vlasenko2010-12-051-1/+1
| * add if guards around include <malloc.h>Denys Vlasenko2010-12-051-1/+5