| Commit message (Expand) | Author | Age | Files | Lines |
* | xfunc_die: resurrect (actually, it's "svn add" being forgotten again) | Denis Vlasenko | 2008-04-01 | 1 | -0/+40 |
* | shells: do not frocibly enable test, echo and kill _applets_, | Denis Vlasenko | 2008-04-01 | 4 | -32/+55 |
* | copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. | Denis Vlasenko | 2008-03-28 | 1 | -8/+29 |
* | whitespace fixes | Denis Vlasenko | 2008-03-28 | 1 | -17/+13 |
* | mdev: plug a few memory and fd leaks; simplify code a bit | Denis Vlasenko | 2008-03-27 | 1 | -2/+4 |
* | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko | 2008-03-26 | 3 | -7/+8 |
* | patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ... | Denis Vlasenko | 2008-03-26 | 1 | -6/+8 |
* | *: whitespace fixes, no code changes | Denis Vlasenko | 2008-03-24 | 2 | -2/+2 |
* | lpd: fix OOM vulnerability (was eating arbitrarily large commands) | Denis Vlasenko | 2008-03-24 | 1 | -3/+6 |
* | inetd: use change_identity(). | Denis Vlasenko | 2008-03-20 | 1 | -1/+1 |
* | die_if_bad_username: shrink: 88 -> 77 bytes | Denis Vlasenko | 2008-03-19 | 1 | -11/+13 |
* | ...and actually adding new file now... | Denis Vlasenko | 2008-03-19 | 1 | -0/+34 |
* | adduser/addgroup: check username for invalid chars | Denis Vlasenko | 2008-03-19 | 1 | -0/+1 |
* | remove extra spaces in help text; delete duplicate #define | Denis Vlasenko | 2008-03-17 | 1 | -2/+0 |
* | *: mode tcp/udpsvd to networking, delete ipsvd/* | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko | 2008-03-17 | 1 | -6/+9 |
* | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko | 2008-03-17 | 3 | -8/+29 |
* | clean up TODO file. No real code changes. | Denis Vlasenko | 2008-03-17 | 2 | -2/+3 |
* | *: fix fallout from -Wunused-parameter | Denis Vlasenko | 2008-03-17 | 3 | -3/+10 |
* | dnsd: properly set _src_ IP:port on outgoing UDP packets | Denis Vlasenko | 2008-03-17 | 1 | -3/+2 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 3 | -7/+10 |
* | dos2unix: tiny shrink | Denis Vlasenko | 2008-03-17 | 1 | -4/+4 |
* | libbb: introduce and use sigprocmask_allsigs and sigaction_set. | Denis Vlasenko | 2008-03-17 | 1 | -10/+8 |
* | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko | 2008-03-12 | 2 | -3/+29 |
* | nc: remove a bit of bloat | Denis Vlasenko | 2008-03-12 | 1 | -6/+1 |
* | inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames | Denis Vlasenko | 2008-03-12 | 3 | -19/+28 |
* | crond: make it NOMMU-capable | Denis Vlasenko | 2008-03-12 | 1 | -12/+2 |
* | define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on. | Paul Fox | 2008-03-05 | 1 | -0/+2 |
* | actually add bb_qsort.c | Denis Vlasenko | 2008-03-02 | 8 | -7/+27 |
* | libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() | Denis Vlasenko | 2008-03-02 | 2 | -6/+2 |
* | *: add optimization barrier to all "G trick" locations | Denis Vlasenko | 2008-02-27 | 5 | -4/+14 |
* | libbb: add forgotten part of "script" applet change | Denis Vlasenko | 2008-02-27 | 1 | -0/+56 |
* | script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> | Denis Vlasenko | 2008-02-27 | 1 | -0/+1 |
* | actually add libbb/safe_gethostname.c | Denis Vlasenko | 2008-02-25 | 1 | -0/+53 |
* | *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> | Denis Vlasenko | 2008-02-25 | 4 | -21/+13 |
* | lpd: spool mode added by Vladimir | Denis Vlasenko | 2008-02-25 | 4 | -10/+25 |
* | lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com> | Denis Vlasenko | 2008-02-24 | 1 | -2/+1 |
* | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko | 2008-02-24 | 1 | -0/+14 |
* | small code readability and typo fixes | Denis Vlasenko | 2008-02-22 | 1 | -1/+1 |
* | lpr and lpq applets by Walter Harms. | Denis Vlasenko | 2008-02-22 | 1 | -1/+1 |
* | corrected English in comment | Denis Vlasenko | 2008-02-20 | 1 | -1/+1 |
* | libbb: introduce and use nonblock_safe_read(). Yay! | Denis Vlasenko | 2008-02-20 | 2 | -3/+57 |
* | lineedit: tiny shrink | Denis Vlasenko | 2008-02-18 | 1 | -1/+9 |
* | mount: recognize "dirsync" (closes bug 835) | Denis Vlasenko | 2008-02-18 | 1 | -2/+9 |
* | whitespace fixes | Denis Vlasenko | 2008-02-17 | 1 | -1/+1 |
* | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko | 2008-02-17 | 2 | -11/+20 |
* | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko | 2008-02-16 | 3 | -42/+81 |
* | we need to pass back the rtc device name that was actually used so that we ca... | Mike Frysinger | 2008-02-15 | 1 | -6/+8 |
* | split some rtc funcs out of hwclock and into an rtc header/lib so that the ne... | Mike Frysinger | 2008-02-15 | 2 | -0/+88 |
* | libbb: filename completion should match dangling symlinks too | Denis Vlasenko | 2008-02-14 | 1 | -1/+1 |