aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kbuild/Config.in: add CONFIG_MINGW and imported files to build systemNguyễn Thái Ngọc Duy2009-04-231-17/+34
* update imported git files to adapt to new environmentNguyễn Thái Ngọc Duy2009-04-2312-79/+108
* mingw.c: prefer busybox sh insteadNguyễn Thái Ngọc Duy2009-04-231-1/+35
* mingw.c: general cleanup and new missing functionsNguyễn Thái Ngọc Duy2009-04-231-1/+32
* mingw.c: make fopen support /dev/null (needed for cmp iirc)Nguyễn Thái Ngọc Duy2009-04-231-0/+8
* mingw_spawnve(): transfer O_APPEND attribute to child processesNguyễn Thái Ngọc Duy2009-04-231-0/+60
* path_lookup(): look for .exe in absolute path tooNguyễn Thái Ngọc Duy2009-04-231-1/+8
* mingw_getcwd(): pointer can be NULLNguyễn Thái Ngọc Duy2009-04-231-3/+3
* mingw_utime(): times can be NULLNguyễn Thái Ngọc Duy2009-04-231-2/+4
* import (unchanged) git files from e56b799d6ad8afba4168fffa7218d44c041a72d2Nguyễn Thái Ngọc Duy2009-04-2313-0/+8540
* fixes up to 1.6.1Nguyễn Thái Ngọc Duy2009-04-231-3/+8
* delete tons of extra #includesvda2007-05-3113-38/+4
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-314-23/+3
* whitespace fixesvda2007-05-302-2/+2
* verror_msg: don't printf(NULL)vda2007-05-291-3/+8
* usage.c: remove reference to busybox.hvda2007-05-264-4/+4
* xpipe: introduce (saves ~170 bytes)vda2007-05-261-14/+18
* hush: fix handling of unmatched ${name (without closing '}') -vda2007-05-242-4/+7
* more compile fixes from randomconfig runvda2007-05-171-0/+2
* fix trivial compile errors found by randomconfig runvda2007-05-171-0/+1
* cryptpw: forgot svn add... how typical of me :(vda2007-05-082-5/+50
* cryptpw: new applet (a bit less than 3k added)vda2007-05-082-1/+5
* fix suid config handlingvda2007-05-021-2/+2
* test: code size saving, no logic changesvda2007-05-011-22/+126
* hush: fix nofork + ctrl-Z clobbering of globalsvda2007-04-281-12/+29
* find_root_device: use lstat - don't follow linksvda2007-04-211-1/+2
* hush: begin fixing non-functional job controlvda2007-04-211-2/+4
* procps: remove all global variablesvda2007-04-192-2/+2
* ps: add -o tty and -o rss supportvda2007-04-191-7/+23
* loop device code: readability improvementvda2007-04-191-10/+14
* lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,vda2007-04-151-0/+2
* lineedit: nuke two unused variables and code which sets themvda2007-04-141-9/+0
* lineedit: do not try to open NULL history filevda2007-04-141-2/+2
* hush: use NOFORK applets as appropriate. Net reduction of code size.vda2007-04-141-41/+48
* teach find_root_device to deal with /dev/ subdirsvda2007-04-133-15/+57
* make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)vda2007-04-131-1/+12
* login: remove setpgrp call (makes it work from shell prompt again).vda2007-04-122-15/+4
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).vda2007-04-121-14/+18
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...aldot2007-04-121-0/+16
* style fixes. No code changesvda2007-04-125-17/+14
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-114-19/+31
* fix misplaced #ifvda2007-04-111-1/+1
* add more convenient defines for [NO]MMU:vda2007-04-111-15/+10
* random NOMMU fixes. compressed --help really does work for NOMMU! /me happyvda2007-04-101-0/+3
* Rename two config options:vda2007-04-105-9/+14
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-103-101/+59
* make a few struct bb_applet members conditionalvda2007-04-108-28/+49
* audit small applets and mark some of them as NOFORK.vda2007-04-105-10/+14
* style fixes. No code changes.vda2007-04-101-1/+1
* - add libbb function str_tolower to convert a string to lowercase.aldot2007-04-102-0/+14