aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* login: -f should not ask for password even with PAMSergey Naumov2012-01-301-8/+10
* init: add a segv debugging aid, disabled by defaultDenys Vlasenko2012-01-301-0/+51
* gen_build_files.sh: exclude hidden directoriesPaulius Zaleckas2012-01-301-2/+5
* mdev: fix wrong sizeofJavier Viguera2012-01-301-1/+1
* bootchartd: add process accounting featureQuentin Casasnovas2012-01-181-15/+24
* find_mount_point: fix find_mount_point for char devicesJavier Viguera2012-01-181-1/+2
* vconfig: fix help text; small code shrink. Closes 4658Denys Vlasenko2012-01-161-55/+41
* *: better comments on termios manipulations. No code changes.Denys Vlasenko2012-01-153-5/+6
* shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko2012-01-152-7/+16
* sed: fix possible case of signed char bug; expand debugging printoutsDenys Vlasenko2012-01-151-13/+25
* mke2fs: do not zero out first kilobyte. Closes 3247Denys Vlasenko2012-01-111-1/+5
* mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko2012-01-113-4/+6
* acpid: close fds which are reported as dead (POLLERR/POLLHUP/POLLNVAL) by poll.Denys Vlasenko2012-01-091-19/+35
* passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko2012-01-084-2/+11
* Move include <shadow.h> close to pwd.h and grp.h includesDenys Vlasenko2012-01-081-8/+8
* Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko2012-01-082-7/+6
* libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functionsDenys Vlasenko2012-01-061-62/+38
* libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXECDenys Vlasenko2012-01-061-0/+3
* platform.h: define endgrent() and endpwent() as no-ops on AndroidDenys Vlasenko2012-01-063-2/+7
* libbb/bb_strtonum: always set end ptr, even on error returnDenys Vlasenko2011-12-221-19/+40
* kill: fix segfault in arguments parsingAlexey Fomenko2011-12-221-4/+7
* ash: in standalone mode, search in $PATH if /proc/self/exe doesn't existDenys Vlasenko2011-12-201-3/+9
* makemime: tweak help text: -a HDR can be repeatedDenys Vlasenko2011-12-201-3/+3
* httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko2011-12-192-19/+34
* wget: fix use-after-free on redirectDenys Vlasenko2011-12-181-2/+4
* libbb: remove is_directory's argument which is always NULLDenys Vlasenko2011-12-184-16/+11
* httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko2011-12-181-8/+11
* udhcp: finish support of classless static routes (now the correct patch!)Michael McTernan2011-12-161-18/+37
* udhcp: finish support of classless static routesMichael McTernan2011-12-162-2/+13
* vconfig: remove /proc/net/vlan/config checkPaulius Zaleckas2011-12-161-6/+0
* httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko2011-12-161-13/+19
* ash: document bash's exit code too. No code changesDenys Vlasenko2011-12-161-2/+2
* ash: add comment about bash's ENOEXEC handling. No code changesDenys Vlasenko2011-12-161-0/+6
* *: style fixes. no code changesDenys Vlasenko2011-12-153-9/+10
* ifupdown: remove interface from state_list if iface_up failsLauri Hintsala2011-12-151-1/+1
* configs/android_defconfig: updateDaniel Fandrich2011-12-151-2/+4
* touch: add new option FEATURE_TOUCH_SUSV3walter harms2011-12-141-8/+15
* touch: document -t DT option in help textDenys Vlasenko2011-12-131-2/+3
* udhcpc: sanitize hostnames in incoming packets. Closes 3979.Denys Vlasenko2011-12-083-5/+73
* iproute: fix help textDenys Vlasenko2011-12-061-7/+6
* blkid: make help text show [BLOCKDEV]...Denys Vlasenko2011-12-061-3/+1
* volume_id/get_devname: trivial code shrinkDenys Vlasenko2011-12-061-22/+19
* suppress a "integer overflow in expression" waring on big endian. Closes 4405Denys Vlasenko2011-12-051-2/+3
* Fix link failure on some platforms when PAM is enabledTristan Schmelcher2011-12-051-1/+8
* init: code shrink -4 bytesDenys Vlasenko2011-12-051-4/+5
* init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.Denys Vlasenko2011-12-051-3/+5
* httpd: small fixes to previous changePascal Bellard2011-11-291-7/+11
* httpd: make it possible to use system passwords for authPascal Bellard2011-11-291-28/+147
* old_e2fsprogs/blkid: close the fd after we are done with itDenys Vlasenko2011-11-281-2/+7
* vi: fix [end] key handlingDenys Vlasenko2011-11-281-1/+1