aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ntpd: fix offset adjustment after step; better step printingDenys Vlasenko2012-02-281-17/+23
| * ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko2012-02-231-14/+14
| * tar: add support for PAX-encoded path=LONGFILENAMEDenys Vlasenko2012-02-234-44/+46
| * mkdir: fix permissions on 64-bit platformsTimo Teras2012-02-231-3/+4
| * ifupdown: support metric for static default gwNatanael Copa2012-02-191-4/+4
| * httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko2012-02-191-6/+7
| * modprobe-small: add comment about aliased commands' help textDenys Vlasenko2012-02-191-0/+4
| * depmod: supply help textLauri Kasanen2012-02-191-9/+18
| * getopt: trim help textDenys Vlasenko2012-02-091-2/+1
| * applets_sh/*: Add a few more examples of "shell applets"Pere Orga2012-02-094-0/+22
| * getopt: simple code shrink; expand help textDenys Vlasenko2012-02-091-16/+36
| * Make unix (local) sockets work without IPv6 enabledJonh Wendell2012-02-092-12/+9
| * mdev: add a comment. no code changesDenys Vlasenko2012-02-061-1/+5
| * acpid: do not install handlers for fatal signalsDenys Vlasenko2012-02-051-2/+6
| * cttyhack: handle multiple consoles found in sysfsAaro Koskinen2012-02-041-3/+10
| * httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko2012-02-041-1/+1
| * tweak comment, no code changesDenys Vlasenko2012-02-021-3/+3
| * httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko2012-02-012-27/+39
| * modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras2012-01-312-8/+9
| * vi: add ":prev" command supportDennis Groenen2012-01-311-11/+18
| * vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko2012-01-311-27/+37
| * 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