aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko1-4/+5
2012-02-28grep: support for -x, match whole lineNatanael Copa1-3/+9
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko1-1/+2
2012-02-28du: use long long for size fieldIan Wienand1-5/+5
2012-02-28ntpd: fix offset adjustment after step; better step printingDenys Vlasenko1-17/+23
2012-02-23ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko1-14/+14
2012-02-23tar: add support for PAX-encoded path=LONGFILENAMEDenys Vlasenko4-44/+46
2012-02-23mkdir: fix permissions on 64-bit platformsTimo Teras1-3/+4
2012-02-19ifupdown: support metric for static default gwNatanael Copa1-4/+4
2012-02-19httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko1-6/+7
2012-02-19modprobe-small: add comment about aliased commands' help textDenys Vlasenko1-0/+4
2012-02-19depmod: supply help textLauri Kasanen1-9/+18
2012-02-09getopt: trim help textDenys Vlasenko1-2/+1
2012-02-09applets_sh/*: Add a few more examples of "shell applets"Pere Orga4-0/+22
2012-02-09getopt: simple code shrink; expand help textDenys Vlasenko1-16/+36
2012-02-09Make unix (local) sockets work without IPv6 enabledJonh Wendell2-12/+9
2012-02-06mdev: add a comment. no code changesDenys Vlasenko1-1/+5
2012-02-05acpid: do not install handlers for fatal signalsDenys Vlasenko1-2/+6
2012-02-04cttyhack: handle multiple consoles found in sysfsAaro Koskinen1-3/+10
2012-02-04httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko1-1/+1
2012-02-02tweak comment, no code changesDenys Vlasenko1-3/+3
2012-02-01httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko2-27/+39
2012-01-31modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras2-8/+9
2012-01-31vi: add ":prev" command supportDennis Groenen1-11/+18
2012-01-31vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko1-27/+37
2012-01-30login: -f should not ask for password even with PAMSergey Naumov1-8/+10
2012-01-30init: add a segv debugging aid, disabled by defaultDenys Vlasenko1-0/+51
2012-01-30gen_build_files.sh: exclude hidden directoriesPaulius Zaleckas1-2/+5
2012-01-30mdev: fix wrong sizeofJavier Viguera1-1/+1
2012-01-18bootchartd: add process accounting featureQuentin Casasnovas1-15/+24
2012-01-18find_mount_point: fix find_mount_point for char devicesJavier Viguera1-1/+2
2012-01-16vconfig: fix help text; small code shrink. Closes 4658Denys Vlasenko1-55/+41
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko3-5/+6
2012-01-15shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko2-7/+16
2012-01-15sed: fix possible case of signed char bug; expand debugging printoutsDenys Vlasenko1-13/+25
2012-01-11mke2fs: do not zero out first kilobyte. Closes 3247Denys Vlasenko1-1/+5
2012-01-11mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko3-4/+6
2012-01-09acpid: close fds which are reported as dead (POLLERR/POLLHUP/POLLNVAL) by poll.Denys Vlasenko1-19/+35
2012-01-08passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko4-2/+11
2012-01-08Move include <shadow.h> close to pwd.h and grp.h includesDenys Vlasenko1-8/+8
2012-01-08Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko2-7/+6
2012-01-06libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functionsDenys Vlasenko1-62/+38
2012-01-06libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXECDenys Vlasenko1-0/+3
2012-01-06platform.h: define endgrent() and endpwent() as no-ops on AndroidDenys Vlasenko3-2/+7
2011-12-22libbb/bb_strtonum: always set end ptr, even on error returnDenys Vlasenko1-19/+40
2011-12-22kill: fix segfault in arguments parsingAlexey Fomenko1-4/+7
2011-12-20ash: in standalone mode, search in $PATH if /proc/self/exe doesn't existDenys Vlasenko1-3/+9
2011-12-20makemime: tweak help text: -a HDR can be repeatedDenys Vlasenko1-3/+3
2011-12-19httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko2-19/+34
2011-12-18wget: fix use-after-free on redirectDenys Vlasenko1-2/+4