aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-01-07platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSDDenys Vlasenko
2013-11-27platform: strchrnul is missing if __APPLE__Daniel Borca
2013-11-20rfkill: use new-style config/kbuild/appletDenys Vlasenko
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-13switch editors/* to embedded-in-source kbuild systemDenys Vlasenko
2013-11-12awk: optionally support -e AWK_PROGSven-Göran Bergh
2013-11-12fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko
2013-11-09fstrim: New appletMalek Degachi
2013-10-16libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni
2013-10-16wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira
2013-10-08libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon
2013-10-06wall: access FILE under real user's credentialsDenys Vlasenko
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-07-30catv: code shrinkDenys Vlasenko
2013-07-30Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski
2013-07-26buildsys: Add helper to list suid appletsBernhard Reutner-Fischer
2013-07-25networking: code shrinkBartosz Golaszewski
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko
2013-06-28Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko
2013-06-27losetup: assorted fixes. Closes 6314Denys Vlasenko
2013-06-27md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko
2013-04-07ash,hush: history builtinFlemming Madsen
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2013-03-27man: install to /usr/bin, not /sbinDenys Vlasenko
2013-03-12platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger
2013-02-27Fix move_to_unaligned16Denys Vlasenko
2013-02-26move endofname() to libbbDenys Vlasenko
2013-02-20rpm: use "create+rename" method of replacing existing filesDenys Vlasenko
2013-01-20sha3: code shrinkDenys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
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