aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure mingw_stat is called when necessaryRon Yorston2012-11-292-2/+4
* Merge branch 'busybox' into mergeRon Yorston2012-10-104-5/+8
|\
| * mark get_shell_name FAST_FUNCDenys Vlasenko2012-10-031-1/+1
| * top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"Denys Vlasenko2012-10-021-0/+2
| * lineedit: in !EDITING config, return -1 on fgets errorDenys Vlasenko2012-09-271-1/+2
| * libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko2012-09-271-3/+3
* | Revised quoting of command line arguments for WIN32Ron Yorston2012-10-051-0/+5
* | Simplify recursive directory creationRon Yorston2012-09-071-8/+5
* | Merge branch 'busybox' into mergeRon Yorston2012-09-079-25/+76
|\|
| * top: fix "last CPU" parsingDenys Vlasenko2012-09-061-1/+1
| * refactor correct_password.c to avoid one ifwalter harms2012-09-041-6/+3
| * lineedit: fix Alt-D when cursor==0Cliff Frey2012-08-071-3/+3
| * Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn2012-07-261-3/+3
| * su: do not change to home dir unless -lPascal Bellard2012-06-122-5/+7
| * Add comments in keyboard escape sequences tableDenys Vlasenko2012-06-111-5/+10
| * libbb: add missing_syscalls.c: for now, only Android syscallsTias Guns2012-06-101-0/+42
| * unzip: ignore chmod errorsNatanael Copa2012-05-281-1/+6
| * busybox: tweak help text and copyright yearDenys Vlasenko2012-05-141-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2012-05-092-8/+5
|\|
| * ln: support -T and -vSimon B2012-05-061-1/+1
| * get_linux_version_code: don't fail on Linux version strints like "3.0-foo"Andreas Oberritter2012-05-051-7/+4
* | Use win32_execable_file() in test, which and execable.cRon Yorston2012-05-091-22/+9
* | mingw32: make access(2) check file format for executablesRon Yorston2012-05-091-25/+1
* | lineedit: disable hack for wrong width on MinGWRon Yorston2012-05-011-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-04-292-26/+2
|\|
| * sendmail: use host rather than NIS domain name for HELORon Yorston2012-04-281-22/+0
| * lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=yDennis Groenen2012-04-261-4/+2
* | Initialise winsock once in appletlib, not in appletsRon Yorston2012-04-241-0/+2
* | win32: add pw_shell to struct passwdRon Yorston2012-04-231-2/+0
* | win32: support fancy prompts and (limited) tilde expansionRon Yorston2012-04-231-0/+10
* | Merge commit '1_20_0' into mergeRon Yorston2012-04-232-1/+2
|\|
| * whitespace fixesDenys Vlasenko2012-04-201-1/+1
| * fix build breakage found by randconfigDenys Vlasenko2012-04-201-0/+1
* | win32: use uname/getdomainname in safe_gethostname.cRon Yorston2012-04-231-10/+0
* | win32: implement ioctlRon Yorston2012-04-231-4/+0
* | Detect and execute shell scripts based on presence of '#!'Ron Yorston2012-04-171-6/+24
* | Strip trailing CR in xmalloc_fgetlineRon Yorston2012-04-021-0/+4
* | Update mingw.c from latest git/compatRon Yorston2012-03-302-10/+0
* | Remove unnecessary conditional compilationRon Yorston2012-03-301-2/+0
* | MinGW snprintf/vsnprintf work properlyRon Yorston2012-03-262-28/+1
* | Revise conditional compilation of safe_gethostname.cRon Yorston2012-03-251-2/+8
* | Standardise preprocessor symbol to detect MINGW32 buildRon Yorston2012-03-231-10/+3
* | Merge branch 'busybox' into mergeRon Yorston2012-03-2312-205/+105
|\|
| * busybox: tweak help textDenys Vlasenko2012-03-221-3/+6
| * libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-0/+1
| * preparatory cleanups for seamless uncompression improvementsDenys Vlasenko2012-03-061-139/+0
| * libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko2012-02-281-4/+5
| * libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko2012-02-281-1/+2
| * Make unix (local) sockets work without IPv6 enabledJonh Wendell2012-02-091-7/+9
| * tweak comment, no code changesDenys Vlasenko2012-02-021-3/+3