summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* apply post 1.10.3 patches, release 1.10.41_10_stableDenis Vlasenko2008-06-256-88/+101
* Apply post-1.10.2 fixes, bump version to 1.10.31_10_3Denis Vlasenko2008-06-0510-32/+51
* Apply post-1.10.1 patchesDenis Vlasenko2008-05-0812-256/+308
* - correct usage helptext of ifupdownBernhard Reutner-Fischer2008-05-081-4/+8
* - fix strncmp'ing "runlevel"Bernhard Reutner-Fischer2008-05-051-1/+1
* apply all post 1.10.0 fixesDenis Vlasenko2008-04-1913-79/+99
* Bump version to 1.10.0 and announce it on website.1_10_0Denis Vlasenko2008-03-212-1/+156
* update defconfigDenis Vlasenko2008-03-211-2/+3
* website: fix double include of menubarDenis Vlasenko2008-03-211-4/+1
* webpage: fix EnglishDenis Vlasenko2008-03-211-3/+4
* website: announce stable point releasesDenis Vlasenko2008-03-211-2/+24
* *: fix build problems found with randomconfigDenis Vlasenko2008-03-213-34/+42
* scripts/bb_release: release script (I nearly lost it last time)Denis Vlasenko2008-03-212-7/+57
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-204-6/+4
* let top build without TERMIOS enabledPaul Fox2008-03-201-0/+2
* termios can be used by either top or more.Paul Fox2008-03-201-1/+1
* inetd: use change_identity().Denis Vlasenko2008-03-204-30/+18
* small NOMMU fixesDenis Vlasenko2008-03-203-11/+12
* hdparm: do not lie about supporting -q (quiet)Denis Vlasenko2008-03-202-22/+26
* gcc compat fix and warning suppressionDenis Vlasenko2008-03-202-2/+6
* udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);Denis Vlasenko2008-03-202-32/+24
* tftpd: small trivial shrinkDenis Vlasenko2008-03-191-5/+2
* die_if_bad_username: shrink: 88 -> 77 bytesDenis Vlasenko2008-03-191-11/+13
* ...and actually adding new file now...Denis Vlasenko2008-03-191-0/+34
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-195-1/+22
* *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko2008-03-195-24/+34
* ifupdown: make it NOMMU-capableDenis Vlasenko2008-03-191-4/+4
* tftpd: fix download: we must change user AFTER bindDenis Vlasenko2008-03-191-37/+42
* tftpd: options -c (allow _new_ files to be uploaded) and -u USERDenis Vlasenko2008-03-192-65/+88
* tftp(d): a bit more verbose error reportingDenis Vlasenko2008-03-191-10/+15
* tftpd: make it emit error packetsDenis Vlasenko2008-03-192-118/+178
* unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-03-181-11/+4
* mount: #ifdef out MOUNT_LABEL code parts if it is not selectedDenis Vlasenko2008-03-181-0/+4
* patch: don't trash permissions of patched fileDenis Vlasenko2008-03-181-10/+7
* tftpd: make open() check r/w permissions instead of doing it ourself.Denis Vlasenko2008-03-182-23/+31
* tftpd: fix bugs spotted by VladimirDenis Vlasenko2008-03-181-3/+12
* init: do not close all descriptors > 2. We were doing it - sometimes.Denis Vlasenko2008-03-171-5/+4
* remove alarm() calls which were functioning as a primitivePaul Fox2008-03-171-17/+3
* init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)Denis Vlasenko2008-03-171-2/+16
* httpd: small fixlet for POST upload - skipDenis Vlasenko2008-03-171-1/+1
* remove extra spaces in help text; delete duplicate #defineDenis Vlasenko2008-03-172-5/+4
* brctl: eliminate stray data objectDenis Vlasenko2008-03-176-58/+85
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-1718-284/+269
* volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko2008-03-1722-238/+234
* volude_id: remove unused fields and functions which were setting themDenis Vlasenko2008-03-1737-327/+365
* selinux/*: -Wunused-parameter fixesDenis Vlasenko2008-03-1710-38/+52
* svn add/svn rm to actually move tcp/udpsvd...Denis Vlasenko2008-03-175-32/+4
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-1718-78/+157
* tftpd: new applet (mostly using existing code for tftp)Denis Vlasenko2008-03-179-103/+274
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-1734-209/+172