aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-01-14sha3sum: new appletLauri Kasanen
2012-10-03mark get_shell_name FAST_FUNCDenys Vlasenko
2012-08-06platform.h: disable ALIGNn macros for s390[x]Denys Vlasenko
2012-07-24*: declare strings with ALIGN1, as appropriateAurelien Jarno
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev
2012-06-22dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324Denys Vlasenko
2012-06-21mount: fix the wrongly stored fs creation timeDenys Vlasenko
2012-06-20adduser: install to /usr, not /, like all other similar toolsDenys Vlasenko
2012-06-20Move several applets to different install dir:Denys Vlasenko
2012-06-12volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structsDenys Vlasenko
2012-06-12su: do not change to home dir unless -lPascal Bellard
2012-06-10platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATHTias Guns
2012-05-28unzip: ignore chmod errorsNatanael Copa
2012-04-28sendmail: use host rather than NIS domain name for HELORon Yorston
2012-04-17Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko
2012-04-13Create and use our own copy of linux/ext2_fs.hDenys Vlasenko
2012-03-06tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko
2012-03-06update seamless uncompression codeDenys Vlasenko
2012-03-06preparatory cleanups for seamless uncompression improvementsDenys Vlasenko
2012-03-03blkid: if parameters are given, do not scan /devDenys Vlasenko
2012-02-23tar: add support for PAX-encoded path=LONGFILENAMEDenys Vlasenko
2012-02-09Make unix (local) sockets work without IPv6 enabledJonh Wendell
2012-01-11mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko
2012-01-08Move include <shadow.h> close to pwd.h and grp.h includesDenys Vlasenko
2012-01-08Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko
2012-01-06platform.h: define endgrent() and endpwent() as no-ops on AndroidDenys Vlasenko
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko
2011-12-16udhcp: finish support of classless static routesMichael McTernan
2011-12-05suppress a "integer overflow in expression" waring on big endian. Closes 4405Denys Vlasenko
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko
2011-11-17libbb.h: add check for bad off_t size detectionDenys Vlasenko
2011-11-16libbb.h: tighten up macro codeDenys Vlasenko
2011-11-09bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard
2011-11-03lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko
2011-10-28libbb: split decode_base64 off read_base64Leonid Lisovskiy
2011-10-24libbb.h: remove unused definesDenys Vlasenko
2011-10-19udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko
2011-10-09disable strverscmp usage if we build against uClibc-0.9.31Oliver Metz
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko
2011-09-19mdev: expand --help so that it's actually useful.Denys Vlasenko
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-10stop declariong our own dirname prototypeDenys Vlasenko
2011-09-09Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach
2011-09-04lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko
2011-09-04lineedit: add support for history saving on exitDenys Vlasenko
2011-08-28Fixes for FreeBSD buildMatthias Andree
2011-08-16hostid: fix behavior on identifiers starting with zerosPere Orga