Rob Landley
fdc4c203e5
On Wednesday 27 April 2005 05:23 am, Patrick Huesmann wrote:
...
> This is really confusing for users who don't know all details of the
> *nix file permission system.
> Today, I changed my busybox system to use CONFIG_FEATURE_SUID_CONFIG.
> After fighting with the file permissions for hours, I decided that
> updating the documentation might be a good idea.
2005-04-29 19:48:29 +00:00
Eric Andersen
70a5a1abde
Do not attempt to free() the application's environment, which is was
...
not dynamically allocated. Instead, use a private variable to store
the environment array, which is used when we exec applications.
2005-04-27 11:44:11 +00:00
Eric Andersen
fef32b570b
Correct errors preventing busybox tar from working properly,
...
fixing bug http://bugs.uclibc.org/view.php?id=231
2005-04-27 10:51:38 +00:00
Mike Frysinger
edb3fbc305
fix stupid build mistake i made earlier as pointed out by psm
2005-04-26 00:43:19 +00:00
Mike Frysinger
d6a8f5f0d0
use a generic error message
2005-04-25 05:27:12 +00:00
Mike Frysinger
c238a97a9e
use asprintf in place of malloc/sprintf as suggested by solar
2005-04-25 05:24:35 +00:00
Mike Frysinger
7eb6457c4c
moved to e2fsprogs too
2005-04-25 05:00:33 +00:00
Mike Frysinger
d2a64d2fc2
bbify to shrink size
2005-04-25 04:10:35 +00:00
Mike Frysinger
560047ce86
use busybox funcs to make smaller
2005-04-24 05:39:52 +00:00
Mike Frysinger
cf131bb328
new version of ed taken from sash
2005-04-24 05:18:00 +00:00
Mike Frysinger
d89e5e6450
svn didnt auto add these ...
2005-04-24 05:15:12 +00:00
Mike Frysinger
d89e629e52
add new subdir for e2fsprogs
2005-04-24 05:07:59 +00:00
Mike Frysinger
408ae211ce
rework human_fstype to cut down size
2005-04-24 04:11:44 +00:00
Mike Frysinger
f06c494636
rework options to get rid of extra variables
2005-04-24 03:53:12 +00:00
Mike Frysinger
058e740d1e
fix whitespace usage, fix un-escaped quotes in a bunch of examples, and standardize a bunch of trivial/full usage statements (no trailing newline in either, and when listing options, dont append a . each time)
2005-04-23 07:00:33 +00:00
Mike Frysinger
82e6c0b3db
fix inconsistent whitespace
2005-04-23 06:35:06 +00:00
Mike Frysinger
964a368e5c
remove extra whitespace
2005-04-23 06:28:42 +00:00
Mike Frysinger
9b5f71ec02
stat implementation based upon coreutils
2005-04-23 06:26:38 +00:00
Mike Frysinger
84ab267e22
patch for a very alpha busybox ed
2005-04-23 01:50:55 +00:00
Mike Frysinger
6b05b0ce93
whitespace fix
2005-04-23 01:46:55 +00:00
Mike Frysinger
3b59821cbd
remove lsattr/chattr to prepare for a top level e2fsprogs dir with more stuff in it
2005-04-23 01:45:08 +00:00
Mike Frysinger
0ea3a6f660
update example to use bb_ prefixed names and remove old note about config.h (since the header is generated automatically now)
2005-04-23 01:43:45 +00:00
Mike Frysinger
19d7021d99
add comments about ignoring some warnings which are OK
2005-04-23 01:43:07 +00:00
Mike Frysinger
7202e00b4c
remove unused variable and declare writepid inline
2005-04-23 01:42:29 +00:00
Mike Frysinger
5b2e27137d
cast the time pointer so gcc stops warning over nothing
2005-04-23 01:42:03 +00:00
Mike Frysinger
5cfa5ef6f3
use bb_fflush_stdout_and_exit instead of exit
2005-04-23 01:41:51 +00:00
Mike Frysinger
de9f1f757a
import lsattr and chattr from e2fsprogs
2005-04-22 02:33:37 +00:00
Mike Frysinger
2c12d435e5
output busybox help to stdout, not stderr
2005-04-22 02:19:01 +00:00
Mike Frysinger
95d3c4503f
printenv / sum defines
2005-04-21 23:29:24 +00:00
Mike Frysinger
4a2117027f
grab sum from coreutils, clean it up, and make it busybox happy
2005-04-21 23:24:46 +00:00
Mike Frysinger
6d1d2e59bf
add a printenv implementation
2005-04-21 23:23:13 +00:00
Mike Frysinger
c0bc9652fd
fix whitespace
2005-04-21 23:19:57 +00:00
Mike Frysinger
78333d0452
fix typos
2005-04-21 23:17:57 +00:00
Mike Frysinger
f547d672cf
fix typoe (buildddir -> builddir)
2005-04-21 01:49:05 +00:00
Mike Frysinger
5c9ed9f41a
fix printf warning
2005-04-20 00:28:44 +00:00
Mike Frysinger
618d62f593
fix whitespace
2005-04-19 23:50:22 +00:00
Peter Kjellerstedt
bae38db8e4
Updated to match trunk/uClibc/extra/config as of r10132, and thus
...
Linux 2.6.11.
2005-04-19 09:55:06 +00:00
Mike Frysinger
2bf88a891f
In Bug 5, Tito writes:
...
This is a first attempt to improve the comments of getopt_ulflags.c.
Maybe under some aspects the text could be refined, but so
far it is already usable and should help people who "avoided getopt_ulflags as the pest" to understand how it works.
This patch was created with the help of
Vodz, the author of the code, who explained me patiently
how getopt_ulflags works
and with the help of
Paul Fox, who corrected my broken english.
So thanks and merits should go to them also.
2005-04-18 22:42:58 +00:00
Mike Frysinger
91d8f0e892
touchups as suggested by Vladimir N. Oleynik
2005-04-18 18:52:15 +00:00
Mike Frysinger
ef614ecca6
err, use name attr of a tag, not href
2005-04-17 07:25:32 +00:00
Mike Frysinger
fa69f110d9
import fakeidentd module started by Thomas Lundquist
2005-04-17 07:24:19 +00:00
Mike Frysinger
77dbe738d2
add a new list of external tiny utilities
2005-04-17 04:32:22 +00:00
Eric Andersen
14f5c8d764
Patch from Bernhard Fischer to make a bunch of symbols static
...
which were otherwise cluttering the global namespace.
2005-04-16 19:39:00 +00:00
Mike Frysinger
a77b4f3970
jfb2 writes in Bug 119:
...
The init applet will restart (re-exec) itsself when it
receives a SIGHUP. However, just before it enters its
main loop, it resets SIGHUP to either re-load the inittab
(or ignore it if no inittab is used). Thus preventing
the re-exec option from being triggerable.
This patch adds a signal handler for SIGQUIT for init that
always causes init to re-exec itsself (along with killing
anything else that might be still running).
2005-04-16 08:21:34 +00:00
Eric Andersen
63e5e7bf0e
Fix broken macro
2005-04-16 08:04:31 +00:00
Eric Andersen
42e3b00ae5
Only define a local environ when not using the prototype from unistd.h
2005-04-16 08:02:15 +00:00
Eric Andersen
451c0d2828
Rework to fix http://bugs.uclibc.org/view.php?id=107
2005-04-16 07:46:53 +00:00
Eric Andersen
3cd1986195
Add bb_msg_read_error
2005-04-16 07:42:35 +00:00
Mike Frysinger
5ba5f4d2e7
In Bug 78, shortkey points out:
...
If you run `grep -h . file1 file2 file3 ...`, the output is not prefixed
with the filename. If you run `grep -h . file1` however, the filename
will incorrectly prefix the output.
2005-04-16 04:56:11 +00:00
Mike Frysinger
b31566ef32
minor style touchups
2005-04-16 04:48:48 +00:00