Rob Landley
|
93f2286e6e
|
When gnu fails this one we shouldn't let it _hang_...
|
2006-03-01 16:32:35 +00:00 |
|
Rob Landley
|
e8e7811fb4
|
Yet more sed tests. Passing these is a to-do item for 1.1.2 or 1.2, not a
1.1.1 issue.
|
2006-03-01 16:32:01 +00:00 |
|
"Vladimir N. Oleynik"
|
325da7b509
|
use bb_xstrndup vs strndup. Thanks rfelker.
|
2006-03-01 05:39:41 +00:00 |
|
"Vladimir N. Oleynik"
|
5c2b238b3a
|
more busybox's style: close bug 745
|
2006-02-28 10:15:42 +00:00 |
|
"Vladimir N. Oleynik"
|
716bbe96d4
|
make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_CLEANUP mode
|
2006-02-28 10:10:19 +00:00 |
|
"Vladimir N. Oleynik"
|
73804d6f7e
|
more security: don't start shell code from argv
|
2006-02-28 08:23:27 +00:00 |
|
Rob Landley
|
8bbee85214
|
defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and while we're at it
remove residue of old defconfig and tweak "make with no config" to run
defconfig before bringing up menuconfig.
|
2006-02-28 05:26:13 +00:00 |
|
Rob Landley
|
2fe4eac4ea
|
Cosmetic cleanup from tito.
|
2006-02-28 04:45:24 +00:00 |
|
Rob Landley
|
e813ddba18
|
Cleanup from Glenn McGrath.
|
2006-02-28 03:53:14 +00:00 |
|
Bernhard Reutner-Fischer
|
0817313255
|
- whitespace cleanup from Tito.
|
2006-02-27 22:34:41 +00:00 |
|
Rob Landley
|
4217bab02e
|
Patch from Glenn McGrath to remove code that opens a file but does nothing
with it.
|
2006-02-26 04:42:05 +00:00 |
|
Mike Frysinger
|
5ba2fb2c9d
|
remove duplicate license notice
|
2006-02-25 07:57:32 +00:00 |
|
Mike Frysinger
|
983e0ca89e
|
strip out unneeded comments
|
2006-02-25 07:42:02 +00:00 |
|
"Vladimir N. Oleynik"
|
5c06b277ce
|
fdisk unmaintained now :(
|
2006-02-25 07:20:15 +00:00 |
|
Rob Landley
|
5527b9117e
|
Another clean-up patch from Garrett.
|
2006-02-25 03:46:10 +00:00 |
|
Rob Landley
|
736e52532e
|
Minor cleanup from Garrett Kajmowicz.
|
2006-02-25 03:36:00 +00:00 |
|
Rob Landley
|
b73451daee
|
Cleanup from Denis Vlasenko.
|
2006-02-24 16:29:00 +00:00 |
|
Rob Landley
|
75cc0cace3
|
I was playing around with a dependency generator a couple weeks ago and I found
some #include files that aren't in the tree. No biggie...
|
2006-02-24 03:15:34 +00:00 |
|
Rob Landley
|
883e0e83f2
|
Missed one in the get_line_from_file() update...
|
2006-02-24 03:12:03 +00:00 |
|
Rob Landley
|
3cb94d2eb3
|
Move FAQ under docs, add programming.html to docs list.
|
2006-02-24 02:55:24 +00:00 |
|
Rob Landley
|
f6ddadc172
|
Mention patches directory as a read-only svn alternative.
|
2006-02-24 02:48:49 +00:00 |
|
Rob Landley
|
2b26fd5570
|
A few changes falling out from the effort to make sed handle embedded NUL bytes.
Checking in to reduce the diff between my tree and svn...
|
2006-02-24 02:30:39 +00:00 |
|
Rob Landley
|
5c22c11de2
|
Add a test suite for seq.
|
2006-02-24 01:45:58 +00:00 |
|
Mike Frysinger
|
0612b5fa68
|
add exception for uncuddling brackets
|
2006-02-24 01:18:24 +00:00 |
|
Rob Landley
|
6b6edf959d
|
Lots of tests the fix to sed needs to pass...
|
2006-02-23 23:13:16 +00:00 |
|
Rob Landley
|
b21837714a
|
Documentation update: more detail on vfork.
|
2006-02-23 19:59:34 +00:00 |
|
Rob Landley
|
73a20f3551
|
"sed 2 -2 10" was very unhappy. Made the thing bigger fixing it,
fiddled a bit to get the size back down as much as I could...
|
2006-02-23 19:54:48 +00:00 |
|
Bernhard Reutner-Fischer
|
ed7bb6278d
|
- put NLS stuff in one central place to avoid redefines.
Fixes warnings about:
fdisk.c:45:1: warning: "_" redefined
nfsmount.c:121:1: warning: "_" redefined
nfsmount.c:122:1: warning: "N_" redefined
interface.c:84:1: warning: "_" redefined
|
2006-02-23 14:25:15 +00:00 |
|
Rob Landley
|
51be57e4df
|
Convert all the applets from #include to USE(). Had to fix some nonstandard
naming along the way to get USE() macros for everything.
|
2006-02-23 00:42:25 +00:00 |
|
Mike Frysinger
|
0923063ebb
|
add myself and Bernhard
|
2006-02-23 00:21:22 +00:00 |
|
Mike Frysinger
|
23ca7253be
|
test to make sure applets are in alphabetical order
|
2006-02-22 23:38:57 +00:00 |
|
Mike Frysinger
|
73b4710974
|
fix applet order
|
2006-02-22 23:33:39 +00:00 |
|
Mike Frysinger
|
992a58c216
|
document leading + option
|
2006-02-22 22:56:30 +00:00 |
|
Rob Landley
|
c6d09a6276
|
You don't need an #ifdef around #defines in usage.
|
2006-02-22 20:33:15 +00:00 |
|
Rob Landley
|
0a7c8ef6e2
|
Patch from Denis Vlasenko to constify things and fix a few typos.
|
2006-02-22 17:01:00 +00:00 |
|
Rob Landley
|
fb16d5c6aa
|
Tweak my entry.
|
2006-02-22 15:40:38 +00:00 |
|
Rob Landley
|
e8f504e86d
|
Bug 751: file handle leaks can add up until available filehandles for the
process are exhausted.
|
2006-02-22 02:10:34 +00:00 |
|
Rob Landley
|
d6e14d8bee
|
Don't build directory libraries unless we're building an applet that needs it.
Cherry-picked from Devin Bayer's big MacOS X patch.
|
2006-02-21 19:11:35 +00:00 |
|
Rob Landley
|
6f2a0b2275
|
Small tweak cherry-picked from Devin Bayer's monster MacOS X patch.
|
2006-02-21 18:34:54 +00:00 |
|
Rob Landley
|
87b9573ff8
|
Forgot to check this in last night, part of the hash_fd breakup.
|
2006-02-21 15:04:07 +00:00 |
|
Rob Landley
|
5cf7c2df66
|
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).)
|
2006-02-21 06:44:43 +00:00 |
|
Rob Landley
|
a7e3d05208
|
Create /dev/root symlink pointing to real root device, if any.
|
2006-02-21 06:11:13 +00:00 |
|
Rob Landley
|
c5789a6e23
|
Walter Harms added -D to date, and I did a code cleanup while I was in the
area. Probably broke something...
|
2006-02-21 05:06:42 +00:00 |
|
Mike Frysinger
|
bf28ed8834
|
eat extraneous newlines at the end of applet full usage
|
2006-02-21 04:32:03 +00:00 |
|
Mike Frysinger
|
0a6b0bfa7a
|
add setarch/linux32/linux64 applet
|
2006-02-21 04:26:52 +00:00 |
|
Rob Landley
|
ea6360e393
|
Missed a file in the last checkin, won't build without this...
|
2006-02-21 03:12:15 +00:00 |
|
Mike Frysinger
|
57f4cb2867
|
a few more comment touchups
|
2006-02-21 00:50:37 +00:00 |
|
Mike Frysinger
|
e17c80e604
|
translate Russian-English to just plain English
|
2006-02-21 00:37:42 +00:00 |
|
Rob Landley
|
a2841e6d4b
|
Patch from Giuseppe Ciotta to specify retry count.
|
2006-02-20 23:26:38 +00:00 |
|
Rob Landley
|
0d8766a3b1
|
Rename UNUSE() to SKIP().
|
2006-02-20 23:05:06 +00:00 |
|