Age | Commit message (Expand) | Author |
2008-04-06 | brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>) | Denis Vlasenko |
2008-04-01 | shells: do not frocibly enable test, echo and kill _applets_, | Denis Vlasenko |
2008-03-30 | libbb: preventive fix for SIGxxx >= 32 | Denis Vlasenko |
2008-03-28 | copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. | Denis Vlasenko |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-24 | lpd: fix OOM vulnerability (was eating arbitrarily large commands) | Denis Vlasenko |
2008-03-20 | small NOMMU fixes | Denis Vlasenko |
2008-03-19 | adduser/addgroup: check username for invalid chars | Denis Vlasenko |
2008-03-19 | *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) | Denis Vlasenko |
2008-03-17 | *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. | Denis Vlasenko |
2008-03-17 | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko |
2008-03-17 | *: fix fallout from -Wunused-parameter | Denis Vlasenko |
2008-03-17 | dnsd: properly set _src_ IP:port on outgoing UDP packets | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-03-17 | dos2unix: tiny shrink | Denis Vlasenko |
2008-03-17 | libbb: introduce and use sigprocmask_allsigs and sigaction_set. | Denis Vlasenko |
2008-03-12 | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko |
2008-03-12 | inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames | Denis Vlasenko |
2008-03-12 | crond: make it NOMMU-capable | Denis Vlasenko |
2008-03-02 | libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() | Denis Vlasenko |
2008-02-27 | *: add optimization barrier to all "G trick" locations | Denis Vlasenko |
2008-02-27 | script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> | Denis Vlasenko |
2008-02-25 | *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> | Denis Vlasenko |
2008-02-25 | lpd: spool mode added by Vladimir | Denis Vlasenko |
2008-02-24 | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko |
2008-02-23 | less: update line input so that it doesn't interfere with | Denis Vlasenko |
2008-02-20 | libbb: introduce and use nonblock_safe_read(). Yay! | Denis Vlasenko |
2008-02-18 | mount: recognize "dirsync" (closes bug 835) | Denis Vlasenko |
2008-02-17 | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko |
2008-02-16 | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko |
2008-02-16 | *: more readable handling of pipe fds. No code changes. | Denis Vlasenko |
2008-02-16 | random s/short/int/ | Denis Vlasenko |
2008-02-10 | hush: reinstate `cmd` handling for NOMMU (with fat big warning). | Denis Vlasenko |
2008-02-07 | some more fixes for cross-compiling on an OS X host: apple provides core type... | Mike Frysinger |
2008-02-07 | only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X | Mike Frysinger |
2008-02-02 | msh: fix Ctrl-C handling with line editing | Denis Vlasenko |
2008-01-29 | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer |
2008-01-28 | *: tidy up usage of char **environ | Denis Vlasenko |
2008-01-13 | - fix commentary typo | Bernhard Reutner-Fischer |
2008-01-06 | ps: fix overflow in USER and VSZ columns | Denis Vlasenko |
2008-01-05 | ps: add conditional support for -o [e]time | Denis Vlasenko |
2008-01-02 | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko |
2007-12-30 | libbb: introduce fputc_printable (from ed) | Denis Vlasenko |
2007-12-26 | Fix xmalloc_fgets_str so that it really does NOT strip terminator. | Denis Vlasenko |
2007-11-28 | reorganize applet table. Eliminates pointers to names. | Denis Vlasenko |
2007-11-24 | remove echo_main -> bb_echo indirection | Denis Vlasenko |
2007-11-22 | ash: fix bug where redirection of closed fd was leaving it open afterwards. | Denis Vlasenko |
2007-11-18 | ip: stop propagating argc; optimize ip_parse_common_args | Denis Vlasenko |
2007-11-16 | dmesg,klogd: make code more readable | Denis Vlasenko |
2007-11-08 | xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths, | Paul Fox |