aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2011-02-03whitespace fixesDenys Vlasenko
2011-02-02move nofork_save_area from libbb.h to vfork_daemon_rexec.cDenys Vlasenko
2011-02-02libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko
2011-01-31df,find_mount_point: optionally don't ignore rootfsLauri Kasanen
2011-01-28libbb/copy_file.c: use smallints instead of signed charsDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-25add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca
2011-01-24nicer looking ifdef in libbb/makedev.cDenys Vlasenko
2011-01-24FreeBSD compat for match_fstypeChris Rees
2011-01-24FreeBSD compat for makedevChris Rees
2011-01-24FreeBSD compatChris Rees
2011-01-24libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-17libbb: better comment in parse_dateDenys Vlasenko
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko
2011-01-10libbb: progress indicator: use unicode support funcs instead of open-coding itDenys Vlasenko
2011-01-10tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko
2011-01-07suppress "'fast_strtol_10' defined but not used" warningDenys Vlasenko
2011-01-03kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAXDenys Vlasenko
2011-01-03kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX codeDenys Vlasenko
2011-01-02date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko
2010-12-30libbb: optionally support RTMIN[+n] and RTMAX[-n] signal namesDenys Vlasenko
2010-12-28plug a DIR* leak on error pathDenys Vlasenko
2010-12-05pstree: new applet. +1664 bytesLauri Kasanen
2010-12-05typo fixDenys Vlasenko
2010-12-05add if guards around include <malloc.h>Denys Vlasenko
2010-12-01libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash reworkDenys Vlasenko
2010-11-29exclude the case of just "busybox" from previous commitDenys Vlasenko
2010-11-29if only one applet is enabled, make "busybox applet [params]" work as expectedDenys Vlasenko
2010-11-22fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko
2010-11-22fix misspelling in commentDenys Vlasenko
2010-11-22lineedit: fix tab-completion of filenames with spacesMike Shal
2010-11-15lineedit: create history files with mode 0600Wolfram Sang
2010-11-13libbb: remove unused variableLauri Kasanen
2010-11-03type fix in commentDenys Vlasenko
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-29unicode: update unicode_width on !unicode branch too. Closes bug 2593Denys Vlasenko
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-28crc32: cleanups, no code changesDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-25libbb/process_escape_sequence.c: fix recently broken handling of \\Denys Vlasenko
2010-10-25powertop: new appletMarek Polacek
2010-10-25fdisk: initial stab at GPT partition supportKevin Cernekee
2010-10-24sha1: small tweak for clearer code, no logic changesDenys Vlasenko
2010-10-24sha1: use Rob's code, it's smaller and fasterDenys Vlasenko
2010-10-24awk: fix breakage in last commitDenys Vlasenko
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko