aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add email address to READMERon Yorston2016-05-261-1/+1
|
* Update README.mdRon Yorston2015-10-151-3/+3
|
* ash: don't convert path delimiters for certain environment variablesRon Yorston2015-07-301-1/+1
| | | | | | | The SYSTEMROOT and COMSPEC environment variables are known to cause problems for Windows applications if they contain forward slashes rather than backslashes. So don't convert them, even if the -X flag isn't present.
* Add some more build details to README.mdRon Yorston2015-06-231-1/+1
|
* Update README.mdRon Yorston2015-06-161-1/+2
|
* ash: add winxp optionRon Yorston2015-06-051-0/+1
| | | | | | | | | In some circumstances Windows XP and Windows Server 2003 seem to dislike environment variables with backslashes in paths. The 'winxp' option prevents BusyBox from changing backslashes to slashes in the environment. Although the option can be managed by the 'set' builtin it only works if '-X' is given as the first argument to the shell.
* Enable seamless compression for WIN32Ron Yorston2015-05-271-1/+0
| | | | | | | | | | | | | | | | In the archival code we pretend that WIN32 is a no-MMU platform and use the new mingw_popen_fd routine to pipe data to/from commands to compress/decompress. The pretence is maintained by redefining MMU macros in bb_archive.h. This is mostly used in the archival code but there are a handful of places where it's used to access public interfaces. The symbol BB_ARCHIVE_PUBLIC is defined in these places. With these changes: tar supports seamless compression/decompression rpm2cpio and dpkg-deb can be enabled
* mingw: provide fake getgroups and getgrouplistRon Yorston2015-05-181-0/+1
| | | | | This makes it possible to enable the id and groups applets, though the results they return are worthless.
* Update README.mdRon Yorston2015-04-301-1/+1
|
* Allow globbing to be enabled with mingw64Ron Yorston2015-04-121-0/+1
| | | | | | | | | | mingw64 handles globbing differently from mingw32. Add code to allow globbing to be enabled. (By default mingw64 has globbing disabled, though the default can be changed when it's compiled.) Also change the configuration option from ENABLE_NOGLOB to ENABLE_GLOBBING, because double negatives make me think too much. The default is still for globbing to be disabled.
* Update READMERon Yorston2015-01-071-0/+19