Rob Landley | 918f2ab3d79 | Revert the uptime() removal. Let the list sort it out... | | |
Rob Landley | 8b80c71d70f | Patch from Shaun Jackman:
Replace uptime with time(NULL). time is more portable than uptime and
eliminates the need ... | | |
Rob Landley | 15d3f7f1431 | Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig
dependencies so 2.6 support depends on insm... | | |
Rob Landley | 627814bdc3e | Takeharu Kato said:
I found that lsmod in busybox does not support linux-2.6.
I fix this issue(it is caused by chang... | | |
Rob Landley | 0d38301d851 | From: Shaun Jackman <sjackman@gmail.com>
To: busybox@mail.codepoet.org
Wrap sockaddr_in6 in a ifdef CONFIG_FEATURE... | | |
Rob Landley | 93983040c51 | Shaun Jackman said:
This patch adds a CONFIG_FEATURE_CLEAN_UP stanza, and also adds an
ifdef around the SIOCGIFMAP c... | | |
Rob Landley | 60158cb93eb | A patch from Takeharu KATO to update/fix SE-Linux support. | | |
Rob Landley | 988a78c61cf | Add David Brownell as zcip maintainer. | | |
Rob Landley | e3752e56a43 | Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed
it... | | |
Rob Landley | 8445a9ff99f | On Tuesday 19 April 2005 21:10, Tito wrote and today added:
> Hi,
> this is a first attempt of size optimization for ... | | |
Rob Landley | 6624daeb4d0 | On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote:
> This patch fixes a memory leak in hash_file by using the ... | | |
Rob Landley | ad8071f582a | David Brownell submitted a new applet, zcip, based on RFC 3927. This is
version 0418b. It compiled. | | |
Rob Landley | 55b1efc6de0 | New help text for Matthew S. Wood's "ln" update adding -b and -d. | | |
Rob Landley | 3071e2fda3d | Patch from Matthew S. Wood:
> The following patch adds support for the -S and -b flags to `ln'. These
> flags [espec... | | |
Rob Landley | fdc4c203e54 | On Wednesday 27 April 2005 05:23 am, Patrick Huesmann wrote:
> This is really confusing for users who don't know all ... | | |
Eric Andersen | 70a5a1abded | Do not attempt to free() the application's environment, which is was
not dynamically allocated. Instead, use a priva... | | |
Eric Andersen | fef32b570bb | Correct errors preventing busybox tar from working properly,
fixing bug http://bugs.uclibc.org/view.php?id=231 | | |
Mike Frysinger | edb3fbc3051 | fix stupid build mistake i made earlier as pointed out by psm | | |
Mike Frysinger | d6a8f5f0d05 | use a generic error message | | |
Mike Frysinger | c238a97a9e9 | use asprintf in place of malloc/sprintf as suggested by solar | | |
Mike Frysinger | 7eb6457c4cf | moved to e2fsprogs too | | |
Mike Frysinger | d2a64d2fc2b | bbify to shrink size | | |
Mike Frysinger | 560047ce864 | use busybox funcs to make smaller | | |
Mike Frysinger | cf131bb3280 | new version of ed taken from sash | | |
Mike Frysinger | d89e5e64503 | svn didnt auto add these ... | | |
Mike Frysinger | d89e629e52c | add new subdir for e2fsprogs | | |
Mike Frysinger | 408ae211cea | rework human_fstype to cut down size | | |
Mike Frysinger | f06c4946368 | rework options to get rid of extra variables | | |
Mike Frysinger | 058e740d1e5 | fix whitespace usage, fix un-escaped quotes in a bunch of examples, and standardize a bunch of trivial/full usage sta... | | |
Mike Frysinger | 82e6c0b3db2 | fix inconsistent whitespace | | |
Mike Frysinger | 964a368e5ca | remove extra whitespace | | |
Mike Frysinger | 9b5f71ec029 | stat implementation based upon coreutils | | |
Mike Frysinger | 84ab267e226 | patch for a very alpha busybox ed | | |
Mike Frysinger | 6b05b0ce934 | whitespace fix | | |
Mike Frysinger | 3b59821cbdc | remove lsattr/chattr to prepare for a top level e2fsprogs dir with more stuff in it | | |
Mike Frysinger | 0ea3a6f660d | update example to use bb_ prefixed names and remove old note about config.h (since the header is generated automatica... | | |
Mike Frysinger | 19d7021d994 | add comments about ignoring some warnings which are OK | | |
Mike Frysinger | 7202e00b4cf | remove unused variable and declare writepid inline | | |
Mike Frysinger | 5b2e27137d3 | cast the time pointer so gcc stops warning over nothing | | |
Mike Frysinger | 5cfa5ef6f35 | use bb_fflush_stdout_and_exit instead of exit | | |
Mike Frysinger | de9f1f757af | import lsattr and chattr from e2fsprogs | | |
Mike Frysinger | 2c12d435e5c | output busybox help to stdout, not stderr | | |
Mike Frysinger | 95d3c4503fa | printenv / sum defines | | |
Mike Frysinger | 4a2117027f1 | grab sum from coreutils, clean it up, and make it busybox happy | | |
Mike Frysinger | 6d1d2e59bff | add a printenv implementation | | |
Mike Frysinger | c0bc9652fd8 | fix whitespace | | |
Mike Frysinger | 78333d04526 | fix typos | | |
Mike Frysinger | f547d672cfd | fix typoe (buildddir -> builddir) | | |
Mike Frysinger | 5c9ed9f41af | fix printf warning | | |
Mike Frysinger | 618d62f5939 | fix whitespace | | |
Peter Kjellerstedt | bae38db8e42 | Updated to match trunk/uClibc/extra/config as of r10132, and thus
Linux 2.6.11. | | |
Mike Frysinger | 2bf88a891fb | In Bug 5, Tito writes:
This is a first attempt to improve the comments of getopt_ulflags.c.
Maybe under some aspects... | | |
Mike Frysinger | 91d8f0e892e | touchups as suggested by Vladimir N. Oleynik | | |
Mike Frysinger | ef614ecca61 | err, use name attr of a tag, not href | | |
Mike Frysinger | fa69f110d97 | import fakeidentd module started by Thomas Lundquist | | |
Mike Frysinger | 77dbe738d23 | add a new list of external tiny utilities | | |
Eric Andersen | 14f5c8d764a | Patch from Bernhard Fischer to make a bunch of symbols static
which were otherwise cluttering the global namespace. | | |
Mike Frysinger | a77b4f39708 | jfb2 writes in Bug 119:
The init applet will restart (re-exec) itsself when it
receives a SIGHUP. However, just befor... | | |
Eric Andersen | 63e5e7bf0e9 | Fix broken macro | | |
Eric Andersen | 42e3b00ae50 | Only define a local environ when not using the prototype from unistd.h | | |
Eric Andersen | 451c0d28286 | Rework to fix http://bugs.uclibc.org/view.php?id=107 | | |
Eric Andersen | 3cd19861957 | Add bb_msg_read_error | | |
Mike Frysinger | 5ba5f4d2e72 | In Bug 78, shortkey points out:
If you run `grep -h . file1 file2 file3 ...`, the output is not prefixed
with the f... | | |
Mike Frysinger | b31566ef327 | minor style touchups | | |
Mike Frysinger | 4e5936ef950 | In Bug 208, bernhardf writes:
On machines with only ANSI compliant compilers, not explitily delcaring
an empty param... | | |
Mike Frysinger | 5c63a729681 | In Bug 207, bernhardf writes:
proper escape strings in usage.h | | |
Mike Frysinger | 3cc01a80a33 | In Bug 209, bernhardf writes:
struct named {
named_field: init,
};
appear to be depraced by now; rather use C{99}... | | |
Mike Frysinger | a9ae74d25be | bernhardf reports with Bug 210:
For certain non-gcc compilers, alloca_h is defined (included) but there,
no alloca(... | | |
Eric Andersen | afe023d1362 | Use a sane VEOL setting | | |
Mike Frysinger | 2ed05ab1464 | fake out support for POSIX -H and -L options since busybox cp dereferences everything by default | | |
Mike Frysinger | 75ac42b1aea | add aliases == and [[ for = and [ to support more bash scripts | | |
Peter Kjellerstedt | c089ccdb441 | Removed the incorrect and confusing facility argument specified with
openlog() as the correct facility will be specif... | | |
Eric Andersen | 3603f79ce59 | Point to osuosl | | |
Peter Kjellerstedt | 540769d5663 | Corrected the list of section names in add_ksymoops_symbols() so
that the bss and sbss sections can be correctly iden... | | |
Mike Frysinger | 354b527e03a | amd64 is rela, not rel | | |
Mike Frysinger | a36ac0db675 | Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root. | | |
Mike Frysinger | dcc40b7ecc5 | Shaun Jackman writes: Newlib uses both __getopt_initialized and optind to track initialization of getopt() | | |
Mike Frysinger | 9b9e5479e84 | add some more comments | | |
Mike Frysinger | 3b05b80cd79 | newlib fixe from Shaun Jackman | | |
Mike Frysinger | ca1b6fc7456 | newlib fixe from Shaun Jackman | | |
Manuel Novoa III | df7bfb433e2 | Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly
in the 2nd and later headers. But thi... | | |
Manuel Novoa III | 0d8c652c46e | When filling the bit buffer, gzip decompression apparently never checked for end of file, causing it to hang on corru... | | |
Eric Andersen | 6ddc0d7f6be | Update buildroot pointers | | |
Eric Andersen | b413a7009ec | remove whitespace | | |
Eric Andersen | 5bf4658dea7 | remove whitespace | | |
Eric Andersen | bcf27247d1a | Remove whitespace | | |
Manuel Novoa III | 2c511609c4d | Add 'nice' and replace 'renice' with a new implementation. | | |
Eric Andersen | d2fe81706c9 | Takeharu KATO writes:
Hi,
I found that gcc in cvs (HEAD in 2005/02/11) reject the gzip source
in the busybox.
This... | | |
Ned Ludd | d1e3cbdb5a9 | - no need to check if JOBS is defined. Config.in ensures it. | | |
Ned Ludd | 2123b7cded4 | - add ash read -t timeout support. initial code provided by Tim Yamin on Oct/21/2004 on the busybox mailing list. Edi... | | |
Eric Andersen | 8063d5ca256 | fix typo | | |
Eric Andersen | fdab4b1917b | update | | |
Eric Andersen | 0762364c596 | Cut-n-paste strikes again | | |
Eric Andersen | 6047ae3379e | Remove mention of CVS and instead point to Subversion | | |
Eric Andersen | ff4b924d204 | Update the bug submission stuff to point to bugs.busybox.net | | |
Rob Landley | 16b8579f530 | Add me as sort maintainer. | | |
Rob Landley | c0dedd05e81 | Sort rewrite to be SUSv3 compliant. New config option, updated help, and
a couple of infrastructure bits. | | |
Rob Landley | f4bb212d6cc | Much bigger to-do list. | | |
Eric Andersen | bc321653d10 | fix spelling | | |
Eric Andersen | 75a7e195ffe | minor doc cleanup | | |
Eric Andersen | 7d1b3d86856 | Mention the new bug tracking system | | |
Mike Frysinger | 6077d90c26b | cp: make -P a synonym for -d | | |
Eric Andersen | 1e4dc96d61d | Dear andersen:
Is the change on libbb/loop.c which you commited in 2005/1/3 effective
really?
The __GLIBC__ macro a... | | |
Eric Andersen | 1271dbb860e | perhaps a better fix | | |
Mike Frysinger | 63654c1b089 | alpha/parisc support | | |
Eric Andersen | 6feb2002f09 | fix typo | | |
Rob Landley | ec4f3d95e7f | Minor in-passing crapectomy. | | |
Rob Landley | 861f0145d3f | Workaround for uClibc-specific header problem described here:
http://www.busybox.net/lists/busybox/2004-December/013... | | |
Ned Ludd | c6fbed5dba0 | - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatson@debian.org> on busybox mailing list 08... | | |
Mike Frysinger | d824853de33 | merge from udhcp module | | |
Rob Landley | dcc286607c8 | Hiroshi found another bug. Currently sed's $ triggers at end of every file,
and with multiple files SuSv3 says it sh... | | |
Rob Landley | a8b98d63e76 | Don't document compiler warnings. _FIX_ compiler warnings. | | |
Peter Kjellerstedt | 88da3ef5062 | Correct the install-hardlinks target the same way as was already done
for the install target. | | |
Rob Landley | 92271e5a0d1 | Alright, I guess I should be in this too... | | |
Rob Landley | ce4f0e982b4 | Hiroshi Ito found some bugs. The 'c' command (cut and paste) was hardwired
to not put a newline at the end (which wa... | | |
Eric Andersen | 332c4728656 | 1.00 is stable | | |
Eric Andersen | 5f9a422cfa3 | mention scratchbox and openembedded | | |
Eric Andersen | 6302486ce6e | egor duda writes:
egor duda wrote:
>Ok, here's an updated patch.
>'make check' should work now, and one make creates... | | |
nobody | 8c59a0bf0e9 | This commit was manufactured by cvs2svn to create tag 'busybox_1_00'. | | |
Eric Andersen | 9395ca4f683 | prepare for release | | |
Eric Andersen | 9789bf1019e | return failure when nslookup fails | | |
Eric Andersen | 1aee3ff8bb2 | Simon Poole writes:
Erik,
Attached is a patch for the udhcpc sample scripts, to correct the order in
which routers ... | | |
Eric Andersen | 0e020d10257 | Make certain clients of bb_make_directory default to honoring
the user's umask | | |
Eric Andersen | 9315842242f | Patch from David Daney:
It seems that date -s MMDDHHMMYYYY.ss
will ignore the .ss part. This patch tries to fix t... | | |
Eric Andersen | 62e0037d2d6 | oops | | |
Eric Andersen | 5c5f983faf8 | unmerged fix | | |
Eric Andersen | 90d3317fbfd | Bump version | | |
Eric Andersen | fdfa09b5c79 | Fix the supported architectures section | | |
Eric Andersen | 6c4a6b1a231 | Add an initial FAQ | | |
Eric Andersen | ad63cb25140 | Fix CONFIG_ASH_MATH_SUPPORT_64 so it actually works | | |
Eric Andersen | a62665b72fa | Patch from Claus Klein to increase, and make more apparent
the hard coded limit on the number of mounts | | |
Eric Andersen | abf58d6ba5d | Wade Berrier writes:
Hello,
Here's a patch for a first attempt at static leases for udhcpd.
Included in the tarball... | | |
Eric Andersen | 751750e3ee0 | Patch from Denis Vlasenko to fix a problem where
wget http://1.2.3.4/abc/ loses last '/' | | |
Eric Andersen | 82baf63de5e | Hiroshi Ito writes:
Hello, all.
Busybox init does not handle removed inittab entry correctly.
# I'm sorry about my... | | |
Eric Andersen | 2271809d75a | Hiroshi Ito writes:
"kill -HUP 1" reloads inittab, and when I append one line to inittab
and send HUP signal two tim... | | |
Eric Andersen | c00e11df856 | Hiroshi Ito writes:
ash
"unset OLDPWD; cd -" causes segmentation fault.
( OLDPWD is not set when sh is invok... | | |
Eric Andersen | 31c27a9c655 | Hiroshi Ito writes:
Hello
I'm using busy box on mipsel machine.
"grep -f file" will cause segmentation... | | |
Eric Andersen | 94d628c76ab | Tito writes:
Hi to all,
This patch contains just some fixes for some misleading
comments in my_getpwuid.c and my_get... | | |
Eric Andersen | 07f2fea62c3 | last_patch139.gz from Vladimir N. Oleynik:
>I also don't mean to disagree about leaving 30x status codes until after... | | |
Eric Andersen | 9e954abc4f6 | As noticed by egor duda, current_menu is declared as 'extern struct menu
*current_menu;' in scripts/config/lkc.h line... | | |
Eric Andersen | 7daa076d3e2 | egor duda writes:
Hi!
I've created a patch to busybox' build system to allow building it in
separate tree in a mann... | | |
Eric Andersen | 2842659cc02 | Patch from Michael Tokarev:
Scenario:
touch x -- creates plain file name `x'
mkdir x -- exits successefully
li... | | |
Eric Andersen | d952ee2e9ed | Make it more apparent that archive creation is not supported | | |
Glenn L McGrath | f86391e7d7e | Patch from William Barsse to fix a segfault when multiple files are specified. | | |
Glenn L McGrath | ca29ffc2065 | Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts. | | |
Glenn L McGrath | bdf6319d3a2 | Patch from Egor Duda
Attached patch prevents modprobe from trying to call 'insmod (null)'
whenever nonexistent module... | | |
Glenn L McGrath | 53090cdedd1 | Fix a typo | | |
Glenn L McGrath | 29de86314a6 | Remove this error message at Vodz request, it was misleading. | | |
Glenn L McGrath | afc9ab86866 | Patch from David Daney to make the -i option work with -l. | | |
Eric Andersen | 6f8542b98d4 | A bit of extra explanation regarding STANDALONE | | |
Eric Andersen | 31ec93e580f | Add some notes on how to make telnetd actually work | | |
Glenn L McGrath | ca1c1afadc0 | Add a missing brace, patch by Hideki IWAMOTO | | |
Glenn L McGrath | f15dfc55704 | Tito writes,
"This patch fixes all the bugs in id previously spotted by vodz and me.
The binary size increased a bit,... | | |
Glenn L McGrath | 995d96a99d5 | Only write to shadow file is shadow passwords are enabled. Patch by magicfox modified by myself to retain check for s... | | |
Glenn L McGrath | 240a91d8a17 | Patch by Felipe Kellermann, use the common escape handling function and remove some unused code. | | |
Glenn L McGrath | b6570d07c4a | remove a cut/paste mistake, i better get some sleep. | | |
Glenn L McGrath | 225be8c1f06 | Apply patch from Felipe Kellermann to simlify logic of sort functions.
I reversed the result of the sort functions to... | | |
Glenn L McGrath | 73ebb889daf | Patch by Felipe Kellermann, fix a bug introduced in the last patch by adding a condition around the remote logging, a... | | |
Glenn L McGrath | d4004ee6a93 | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. | | |
Glenn L McGrath | ab1955c2367 | Patch from Felipe Kellermann, adds missing applet usage options, removes usage
for options that are currently not imp... | | |
Glenn L McGrath | d2bd7d8dd5e | Patch from tito to add argument checking. | | |
Glenn L McGrath | e11db0ed350 | I have to assume both Avaks and LSILogic are deliberatly ignoring me. | | |
Eric Andersen | e9c826f12a2 | Fixup URL | | |
Eric Andersen | f91b9282a32 | Felipe Kellermann writes:
The Togg's sysklogd patch to use sendto() on remote logging is formatting
strangely (using... | | |
Eric Andersen | 4a79c0e9e14 | Patrick Huesmann noticed BusyBox would not link when
CONFIG_FEATURE_COMMAND_EDITING was defined *and*
CONFIG_FEATURE_... | | |
Eric Andersen | fd7a4c8c288 | Jonas Holmberg from axis dot com writes:
This patch makes msh handle variable expansion within backticks more
correc... | | |
Eric Andersen | 7b08cdd98cd | No longer needed | | |
Eric Andersen | 45a0513a64f | Based on patches from Mike Frysinger, add insmod support for
sparc and ia64 (itanium).
Also, reorganize the insmod a... | | |
Eric Andersen | 192c35f6eb2 | Tito writes:
The second patch contains:
1) a size optimization for adduser.c
2) removes a warning about an unused va... | | |
Eric Andersen | 7eb79fff109 | Tito writes:
Hi Erik,
Hi to all,
This is part five of the my_get*id story.
I've tweaked a bit this two functions to ... | | |
Eric Andersen | b225e2a76bc | Fixup some warnings | | |
Eric Andersen | 785001468df | Quiet a few warnings | | |
Eric Andersen | 75813eea230 | Togg writes:
Syslogd wont start if remote-logging is enabled and the connection to the
remote-log server is not poss... | | |
Eric Andersen | 138791050d3 | Improve the setuid situation a bit, and make it more apparent
when people really ought to make busybox setuid root.
... | | |
Eric Andersen | 37ba6bfb6d7 | The login applet should always be setuid root | | |
Eric Andersen | 095dd0c46df | Tito writes:
Hi,
I've fixed also the issue of whoami cutting down usernames.
This time I cannot send a diff because ... | | |
Eric Andersen | 713d6e3dd34 | Save a line or two | | |
Eric Andersen | 97a1de10e95 | Vladimir N. Oleynik writes:
Ming-Ching,
>>No. Here there are no mistakes.
>>You using POST metod.
>>For get data yo... | | |
Eric Andersen | 52499cb9ae0 | Tito writes:
Hi,
I've spent the half night staring at the devilish my_getpwuid and my_getgrgid functions
trying to ... | | |
Eric Andersen | 6fea7328ee5 | Felipe Kellermann writes:
Unfortunatelly I've not followed the last two or three weeks commits (new
semester started... | | |
Glenn L McGrath | b6194199622 | Patch from Manousaridis Angelos to cleanup stale file descriptors, it was preventing unmounting an initial filesystem. | | |
Eric Andersen | a4d27d2d385 | Patch from Rodney Radford adding x86_64 support. | | |
Eric Andersen | a9eb33ddc73 | regularly update the status line display
-Erik | | |
Eric Andersen | 807bd846b64 | Patch from Mike Castle to cleanup some modutils issues, in
particular making alias support work better. | | |
Eric Andersen | a4fcccefa6f | Patch from Tito adding support for '-q' | | |
Eric Andersen | b131db43261 | Patch from Tito documenting the '-q' option | | |
Eric Andersen | cb01bb1d687 | Patch from Vladimir N. Oleynik:
On Wed Aug 18, 2004 at 06:52:57PM +0800, Matt Johnston wrote:
> I've come across som... | | |
Eric Andersen | 9ab4657c890 | Fixup 'dc' usage | | |
Next → |