Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | raidautorun: new applet, by: | Denis Vlasenko | 2006-10-20 | 5 | -0/+39 | |
| | | | | | Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at> | |||||
* | readlink: do not emit errors if file doesnt not exist / not a link | Denis Vlasenko | 2006-10-20 | 2 | -13/+33 | |
| | | | | getopt32: add =N support | |||||
* | Added compile-time warning for STATIC+GLIBC build | Denis Vlasenko | 2006-10-20 | 1 | -0/+7 | |
| | ||||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 71 | -130/+127 | |
| | ||||||
* | - remove duplicate flags (-funsigned-char -fno-builtin-strlen) | Bernhard Reutner-Fischer | 2006-10-20 | 1 | -2/+1 | |
| | ||||||
* | build system: (try to) get rid of bb_config.h hack | Denis Vlasenko | 2006-10-19 | 6 | -1942/+5 | |
| | ||||||
* | build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) | Denis Vlasenko | 2006-10-19 | 2 | -15/+24 | |
| | ||||||
* | move usage_compressed.h generation into applets/ | Denis Vlasenko | 2006-10-19 | 4 | -9/+6 | |
| | ||||||
* | applets/applets.o must be rebuilt if usage.h is modified. | Denis Vlasenko | 2006-10-19 | 2 | -3/+9 | |
| | ||||||
* | scripts/usage.c: de-uglify #includes | Denis Vlasenko | 2006-10-19 | 2 | -2/+4 | |
| | ||||||
* | console-tools/resize.c is apparently leftover from a reverted patch. | Eric Andersen | 2006-10-19 | 1 | -0/+0 | |
| | | | | | Since it is a 0 length file, it gets nuked by 'make distclean' so I suppose might as well kill it off properly. | |||||
* | mount: support user mounts if CONFIG_DESKTOP | Denis Vlasenko | 2006-10-16 | 3 | -28/+68 | |
| | ||||||
* | mdev: reduce excessive indentation | Denis Vlasenko | 2006-10-16 | 1 | -105/+112 | |
| | ||||||
* | strip -> $(STRIP); fix "unused variable" warning | Denis Vlasenko | 2006-10-16 | 2 | -2/+2 | |
| | | | | (patch by Diekema, Jon (AGRE) <Jon.Diekema@smiths-aerospace.com>) | |||||
* | ash: fix segfault in ash. | Denis Vlasenko | 2006-10-16 | 1 | -1/+5 | |
| | | | | patch by walter harms <wharms@bfs.de> | |||||
* | nc: fix 2 my own buglets, and few someone else's too. | Denis Vlasenko | 2006-10-16 | 3 | -48/+75 | |
| | ||||||
* | grep: -r didn't close files, producing "Too many open files" | Denis Vlasenko | 2006-10-15 | 1 | -1/+2 | |
| | ||||||
* | telnetd: check ptsname() for NULL | Denis Vlasenko | 2006-10-15 | 1 | -9/+16 | |
| | ||||||
* | wget: xatoi's were oversealous ("200 OK" isn't a number) | Denis Vlasenko | 2006-10-15 | 1 | -39/+51 | |
| | ||||||
* | fdisk: compilation fix | Denis Vlasenko | 2006-10-14 | 3 | -37/+49 | |
| | ||||||
* | grep: fix combination of -r and -h | Denis Vlasenko | 2006-10-14 | 1 | -1/+2 | |
| | ||||||
* | grep: add support for -r | Denis Vlasenko | 2006-10-14 | 5 | -108/+144 | |
| | ||||||
* | sulogin: add support for $SUSHELL & $sushell | Denis Vlasenko | 2006-10-14 | 2 | -9/+19 | |
| | ||||||
* | modprobe: fix for 2.4 kernels - by | Denis Vlasenko | 2006-10-14 | 1 | -1/+1 | |
| | | | | Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | |||||
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 38 | -234/+228 | |
| | ||||||
* | xread/write can use full_read/write (smaller code) | Denis Vlasenko | 2006-10-12 | 3 | -12/+8 | |
| | ||||||
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 20 | -32/+33 | |
| | | | | Renaming... | |||||
* | cut, mount: small improvements | Denis Vlasenko | 2006-10-12 | 4 | -30/+29 | |
| | ||||||
* | style fixes | Denis Vlasenko | 2006-10-12 | 3 | -286/+276 | |
| | ||||||
* | fdisk: separate sun/aix/etc code into #included files | Denis Vlasenko | 2006-10-12 | 5 | -3144/+3004 | |
| | ||||||
* | small style fixes | Denis Vlasenko | 2006-10-12 | 8 | -16/+24 | |
| | ||||||
* | execable: no need to check getenv for NULL, it works anyway. | Denis Vlasenko | 2006-10-12 | 1 | -2/+1 | |
| | ||||||
* | execable.c: forgot to do "svn add" again... | Denis Vlasenko | 2006-10-12 | 1 | -0/+62 | |
| | ||||||
* | ifupdown: stop emitting annoying/misleading error messages. | Denis Vlasenko | 2006-10-11 | 4 | -88/+74 | |
| | | | | Patch by Gabriel Somlo <somlo at cmu.edu> | |||||
* | hush.c: stop using __FILE__ (bad in out-of-tree builds) | Denis Vlasenko | 2006-10-11 | 1 | -1/+2 | |
| | ||||||
* | build system: fix build in separate obj tree | Denis Vlasenko | 2006-10-11 | 4 | -10/+11 | |
| | ||||||
* | nmeter: new applet. ~4k | Denis Vlasenko | 2006-10-11 | 8 | -13/+933 | |
| | | | | Fix build proble on x86_64 | |||||
* | od: provide full-blown od from coreutils if CONFIG_DESKTOP | Denis Vlasenko | 2006-10-10 | 5 | -6/+1608 | |
| | ||||||
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko | 2006-10-10 | 12 | -66/+103 | |
| | ||||||
* | - add option -t | Bernhard Reutner-Fischer | 2006-10-10 | 1 | -6/+16 | |
| | | | | mkinitrd and mkinitramfs both require -t. | |||||
* | build system: fix for non-i386 builds | Denis Vlasenko | 2006-10-09 | 5 | -79/+14 | |
| | ||||||
* | start_stop_daemon: add -N <nice> compat | Denis Vlasenko | 2006-10-08 | 6 | -92/+87 | |
| | | | | | [re]nice: add support for -nNNN w/o spaces, -NNN (nice only), simplified code | |||||
* | correct largefile support, add comments about it. | Denis Vlasenko | 2006-10-08 | 15 | -91/+121 | |
| | ||||||
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 98 | -849/+803 | |
| | ||||||
* | dd: make it recognize not only 'k' but 'K' too; | Denis Vlasenko | 2006-10-07 | 7 | -63/+46 | |
| | | | | make it (partially) CONFIG_LFS-aware | |||||
* | awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067 | Denis Vlasenko | 2006-10-07 | 1 | -1/+1 | |
| | ||||||
* | eject: remove unmounting. It is buggy for many non-trivial | Denis Vlasenko | 2006-10-07 | 1 | -12/+8 | |
| | | | | mounts, and can be done as shell script. | |||||
* | wget: don't be careless with xstrdup'ing | Denis Vlasenko | 2006-10-07 | 1 | -18/+24 | |
| | ||||||
* | wget: fix download of URLs like: | Denis Vlasenko | 2006-10-07 | 1 | -6/+30 | |
| | | | | | | http://busybox.net?var=a/b http://busybox.net?login=john@doe http://busybox.net#test/test | |||||
* | build system: do not generate include/linux | Denis Vlasenko | 2006-10-06 | 1 | -2/+0 | |
| |