Age | Commit message (Expand) | Author |
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 |
2011-12-05 | init: code shrink -4 bytes | Denys Vlasenko |
2011-12-05 | init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing. | Denys Vlasenko |
2011-11-29 | httpd: small fixes to previous change | Pascal Bellard |
2011-11-29 | httpd: make it possible to use system passwords for auth | Pascal Bellard |
2011-11-28 | old_e2fsprogs/blkid: close the fd after we are done with it | Denys Vlasenko |
2011-11-28 | vi: fix [end] key handling | Denys Vlasenko |
2011-11-23 | rx: fix file corruption on block checksum failure | Daniel Fandrich |
2011-11-22 | nommu: fix cases where we mangle argv[0][0] | Denys Vlasenko |
2011-11-21 | Added a few more features to android_defconfig | Daniel Fandrich |
2011-11-21 | Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox | Denys Vlasenko |
2011-11-19 | makemime: document our current behavior. Tweak help text | Denys Vlasenko |
2011-11-19 | makemime: content-type should default to application/octet-stream | Denys Vlasenko |
2011-11-19 | sendmail: fix a mistake in previous commit | Denys Vlasenko |