aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move handling of Windows globbing out of upstream codeRon Yorston2014-04-211-5/+0
* lineedit: improve appearance of forward cursor movementRon Yorston2014-04-091-0/+40
* Use ANSI escape to move cursor back during line editingRon Yorston2014-04-071-0/+2
* Provide fake getpwent_r to reduce changes from upstreamRon Yorston2014-03-231-4/+0
* Alter help message if configured with standalone shellRon Yorston2014-03-231-0/+9
* Remove unnecessary differences from upstream BusyBoxRon Yorston2014-03-231-1/+1
* ps: exclude more unused codeRon Yorston2014-03-231-2/+2
* Add empty sys/syscall.hRon Yorston2014-03-201-1/+1
* Drop CONFIG_WIN32_NET settingRon Yorston2014-03-171-1/+3
* Improved support for characters above 0x7fRon Yorston2014-03-171-1/+1
* Convert argv[0] to lowercase before checking for '.exe'Ron Yorston2014-03-171-5/+8
* patch: fix and enable by default for mingw32Ron Yorston2014-03-121-0/+5
* Merge branch 'busybox' into mergeRon Yorston2014-03-115-18/+96
|\
| * xargs: add support for -I and -i. Closes 493Denys Vlasenko2014-02-271-0/+45
| * du, copy_file: fix file matching on cramfs. Closes 5456Denys Vlasenko2014-02-251-4/+15
| * libbb: trivial code shrinkDenys Vlasenko2014-02-251-6/+11
| * libbb: don't die if crypt() returns NULLDenys Vlasenko2014-02-091-1/+8
| * appletlib: fix set-but-unused warningMike Frysinger2014-01-311-1/+5
| * libbb: if opening /dev/loopN returns ENXIO, don't try N++.Denys Vlasenko2014-01-211-6/+12
* | Merge branch 'busybox' into mergeRon Yorston2014-01-211-4/+12
|\|
| * libbb: fix parsing of "10101010" date/time formDenys Vlasenko2014-01-211-4/+12
* | Merge branch 'busybox' into mergeRon Yorston2014-01-132-0/+7
|\|
| * lineedit: fix trivial build failureDenys Vlasenko2014-01-101-0/+2
| * libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.Denys Vlasenko2014-01-081-0/+5
* | libbb: drop unnecessary change from upstream BusyBoxRon Yorston2014-01-081-2/+0
* | Revise mingw_stat to minimise changes from upstream BusyBoxRon Yorston2014-01-072-4/+2
* | Merge branch 'busybox' into mergeRon Yorston2014-01-0211-23/+137
|\|
| * fix failures found by randomconfig buildsDenys Vlasenko2013-12-314-10/+23
| * do not fail build if MAXSYMLINKS isn't definedMichael Tokarev2013-12-161-0/+6
| * fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-1/+1
| * chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko2013-11-291-2/+1
| * sed: open input files sequentially to avoid EMFILEDenys Vlasenko2013-11-281-1/+2
| * libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko2013-11-261-0/+48
| * libbb: move nuke_str() from passwd into libbbDenys Vlasenko2013-11-191-1/+10
| * comment tweakDenys Vlasenko2013-11-191-1/+1
| * sulogin: use common password-checking routine.Denys Vlasenko2013-11-191-6/+15
| * libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon2013-10-081-9/+36
| * Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-061-2/+4
* | Merge branch 'busybox' into mergeRon Yorston2013-08-2713-126/+216
|\|
| * lineedit: use unicode_strwidth instead of unicode_strlenDenys Vlasenko2013-08-201-3/+3
| * lineedit: fix multi-line PS1 handling: calculate PS1 length from last \nDenys Vlasenko2013-08-191-14/+30
| * lineedit: improve Unicode handling (still buggy though)Denys Vlasenko2013-08-192-11/+24
| * libbb: code shrinkDenys Vlasenko2013-08-061-7/+5
| * Whitespace fixesDenys Vlasenko2013-07-301-1/+1
| * Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski2013-07-301-0/+24
| * date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formatsBartosz Golaszewski2013-07-251-10/+23
| * networking: code shrinkBartosz Golaszewski2013-07-251-0/+58
| * Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-0/+7
| * Call setlocale("") , not "C", if we want to set the default oneDenys Vlasenko2013-07-071-3/+12
| * unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko2013-07-051-0/+8