aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-10hush: reinstate `cmd` handling for NOMMU (with fat big warning).Denis Vlasenko5-92/+166
2008-02-09microcom: compile fixesDenis Vlasenko1-2/+3
2008-02-09microcom: split -d (delay) option away from -tDenis Vlasenko2-20/+28
2008-02-09build system: make it do without od -tDenis Vlasenko1-4/+12
2008-02-09mktemp: don't advertise -q optionDenis Vlasenko1-1/+1
2008-02-09mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>)Denis Vlasenko2-12/+24
2008-02-09test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuiteDenis Vlasenko2-22/+53
2008-02-08sendmail: update from maintainerDenis Vlasenko5-242/+472
2008-02-08microcom: update from maintainerDenis Vlasenko1-82/+71
2008-02-08README: doccument the need of CONFIG_DESKTOPDenis Vlasenko4-16/+15
2008-02-08httpd: add a bit of error logging; a few code simplifications. +29 bytes.Denis Vlasenko1-7/+11
2008-02-08- add eject -s for SCSI- and USB-devices (Nico Erfurth)Bernhard Reutner-Fischer4-17/+82
2008-02-07force disable setlocalversion usage in busyboxMike Frysinger1-1/+1
2008-02-07some more fixes for cross-compiling on an OS X host: apple provides core type...Mike Frysinger2-6/+16
2008-02-07only include mntent.h according to HAVE_MNTENT_H and dont define this on OS XMike Frysinger2-2/+5
2008-02-04udhcp: ifdef out unused membersDenis Vlasenko2-0/+4
2008-02-04udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko10-14/+79
2008-02-04unzip: do not try to read entire compressed stream at once (it can be huge)Denis Vlasenko2-7/+18
2008-02-04zcip: open ARP socket before openlogDenis Vlasenko1-11/+13
2008-02-04nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>Denis Vlasenko1-15/+33
2008-02-03mkswap: do not do extra seekDenis Vlasenko3-3/+28
2008-02-03ps: fixlet to disabled compat codeDenis Vlasenko1-2/+2
2008-02-03ash: readability enhancement, no code changesDenis Vlasenko1-15/+20
2008-02-02getty: don't try to detect parity on local linesDenis Vlasenko1-1/+1
2008-02-02fsck: don't kill pid -1! (Roy Marples <roy at marples.name>)Denis Vlasenko1-0/+6
2008-02-02msh: also handle EOF/read errors correctlyDenis Vlasenko1-4/+4
2008-02-02msh: fix Ctrl-C handling with line editingDenis Vlasenko3-6/+7
2008-02-02sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>Denis Vlasenko2-85/+111
2008-02-02ps: add (disabled) compat codeDenis Vlasenko1-0/+14
2008-02-02nc: fix fallout from C99 standard compliance changeDenis Vlasenko1-20/+20
2008-02-01Fix compilation error when FEATURE_FANCY_PING enabled. AlsoPaul Fox2-8/+8
2008-02-01add support for renaming/relocating device nodesMike Frysinger3-5/+61
2008-02-01add a mini-faq about std{in,out,err}Mike Frysinger1-2/+4
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer18-99/+98
2008-01-29init: allow last line to be not terminated by '\n'Denis Vlasenko1-3/+3
2008-01-29mount: allow and ignore _netdev optionDenis Vlasenko1-0/+2
2008-01-29- update defconfigBernhard Reutner-Fischer1-3/+6
2008-01-29ash: code readability enhancements, no real code changesDenis Vlasenko1-31/+25