Age | Commit message (Expand) | Author |
2012-02-04 | httpd: fix sendfile of files larger than 2 Gb. Closes 4754 | Denys Vlasenko |
2012-02-02 | tweak comment, no code changes | Denys Vlasenko |
2012-02-01 | httpd: fix MD5-encrypted-in-httpd.conf password logic | Denys Vlasenko |
2012-01-31 | modprobe: accept -b even if blacklist functionality is disabled | Felipe Contreras |
2012-01-31 | vi: add ":prev" command support | Dennis Groenen |
2012-01-31 | vi: move mark[i] pointers if text[] moves after realloc | Denys Vlasenko |
2012-01-30 | login: -f should not ask for password even with PAM | Sergey Naumov |
2012-01-30 | init: add a segv debugging aid, disabled by default | Denys Vlasenko |
2012-01-30 | gen_build_files.sh: exclude hidden directories | Paulius Zaleckas |
2012-01-30 | mdev: fix wrong sizeof | Javier Viguera |
2012-01-18 | bootchartd: add process accounting feature | Quentin Casasnovas |
2012-01-18 | find_mount_point: fix find_mount_point for char devices | Javier Viguera |
2012-01-16 | vconfig: fix help text; small code shrink. Closes 4658 | Denys Vlasenko |
2012-01-15 | *: better comments on termios manipulations. No code changes. | Denys Vlasenko |
2012-01-15 | shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] | Denys Vlasenko |
2012-01-15 | sed: fix possible case of signed char bug; expand debugging printouts | Denys Vlasenko |
2012-01-11 | mke2fs: do not zero out first kilobyte. Closes 3247 | Denys Vlasenko |
2012-01-11 | mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 | Denys Vlasenko |
2012-01-09 | acpid: close fds which are reported as dead (POLLERR/POLLHUP/POLLNVAL) by poll. | Denys Vlasenko |
2012-01-08 | passwd,cryptpw: make default encryption algorithm configurable | Denys Vlasenko |
2012-01-08 | Move include <shadow.h> close to pwd.h and grp.h includes | Denys Vlasenko |
2012-01-08 | Move Adroid endgrent() and endpwent() NOPS to libbb.h | Denys Vlasenko |
2012-01-06 | libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functions | Denys Vlasenko |
2012-01-06 | libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXEC | Denys Vlasenko |
2012-01-06 | platform.h: define endgrent() and endpwent() as no-ops on Android | Denys Vlasenko |
2011-12-22 | libbb/bb_strtonum: always set end ptr, even on error return | Denys Vlasenko |
2011-12-22 | kill: fix segfault in arguments parsing | Alexey Fomenko |
2011-12-20 | ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist | Denys Vlasenko |
2011-12-20 | makemime: tweak help text: -a HDR can be repeated | Denys Vlasenko |
2011-12-19 | httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used | Denys Vlasenko |
2011-12-18 | wget: fix use-after-free on redirect | Denys Vlasenko |
2011-12-18 | libbb: remove is_directory's argument which is always NULL | Denys Vlasenko |
2011-12-18 | httpd: remove redundant NULL assignment and save one strrchr. -8 bytes | Denys Vlasenko |
2011-12-16 | udhcp: finish support of classless static routes (now the correct patch!) | Michael McTernan |
2011-12-16 | udhcp: finish support of classless static routes | Michael McTernan |
2011-12-16 | vconfig: remove /proc/net/vlan/config check | Paulius Zaleckas |
2011-12-16 | httpd: fix /../ sanitization (had one extra semicolon). rewrote it | Denys Vlasenko |
2011-12-16 | ash: document bash's exit code too. No code changes | Denys Vlasenko |
2011-12-16 | ash: add comment about bash's ENOEXEC handling. No code changes | Denys Vlasenko |
2011-12-15 | *: style fixes. no code changes | Denys Vlasenko |
2011-12-15 | ifupdown: remove interface from state_list if iface_up fails | Lauri Hintsala |
2011-12-15 | configs/android_defconfig: update | Daniel Fandrich |
2011-12-14 | touch: add new option FEATURE_TOUCH_SUSV3 | walter harms |
2011-12-13 | touch: document -t DT option in help text | Denys Vlasenko |
2011-12-08 | udhcpc: sanitize hostnames in incoming packets. Closes 3979. | Denys Vlasenko |
2011-12-06 | iproute: fix help text | Denys Vlasenko |
2011-12-06 | blkid: make help text show [BLOCKDEV]... | Denys Vlasenko |
2011-12-06 | volume_id/get_devname: trivial code shrink | Denys Vlasenko |
2011-12-05 | suppress a "integer overflow in expression" waring on big endian. Closes 4405 | Denys Vlasenko |
2011-12-05 | Fix link failure on some platforms when PAM is enabled | Tristan Schmelcher |