aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14sha3sum: new appletLauri Kasanen
2012-10-03mark get_shell_name FAST_FUNCDenys Vlasenko
2012-10-02top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"Denys Vlasenko
2012-09-27lineedit: in !EDITING config, return -1 on fgets errorDenys Vlasenko
2012-09-27libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko
2012-09-06top: fix "last CPU" parsingDenys Vlasenko
2012-09-04refactor correct_password.c to avoid one ifwalter harms
2012-08-07lineedit: fix Alt-D when cursor==0Cliff Frey
2012-07-26Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn
2012-06-12su: do not change to home dir unless -lPascal Bellard
2012-06-11Add comments in keyboard escape sequences tableDenys Vlasenko
2012-06-10libbb: add missing_syscalls.c: for now, only Android syscallsTias Guns
2012-05-28unzip: ignore chmod errorsNatanael Copa
2012-05-14busybox: tweak help text and copyright yearDenys Vlasenko
2012-05-06ln: support -T and -vSimon B
2012-05-05get_linux_version_code: don't fail on Linux version strints like "3.0-foo"Andreas Oberritter
2012-04-28sendmail: use host rather than NIS domain name for HELORon Yorston
2012-04-26lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=yDennis Groenen
2012-04-20whitespace fixesDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-03-22busybox: tweak help textDenys Vlasenko
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2012-03-06preparatory cleanups for seamless uncompression improvementsDenys Vlasenko
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko
2012-02-09Make unix (local) sockets work without IPv6 enabledJonh Wendell
2012-02-02tweak comment, no code changesDenys Vlasenko
2012-01-18find_mount_point: fix find_mount_point for char devicesJavier Viguera
2012-01-15shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko
2012-01-11mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko
2011-12-22libbb/bb_strtonum: always set end ptr, even on error returnDenys Vlasenko
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko
2011-11-18hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko
2011-11-09bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard
2011-11-04lineedit: fix build failureDenys Vlasenko
2011-11-03lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko
2011-10-28libbb: shrink base64 decoding a bitDenys Vlasenko
2011-10-28whitespace fixesDenys Vlasenko
2011-10-28libbb: split decode_base64 off read_base64Leonid Lisovskiy
2011-10-24libbb.h: remove unused definesDenys Vlasenko
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-09-13Config: fix wording in help-textBernhard Reutner-Fischer
2011-09-12losetup: implement -r option. Closes 4033.Denys Vlasenko
2011-09-11wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2011-09-08inet_cksum: big-endian fixDenys Vlasenko
2011-09-07Fix compile breakageDenys Vlasenko
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach