fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Eric AndersenEric Andersen
28738ff42d6Minor update
Eric AndersenEric Andersen
47b73d09badMention Acronis PartitionExpert
Eric AndersenEric Andersen
b48847319cbMore doc updates
Eric AndersenEric Andersen
cd2af2475c9Add an example inetd.conf file
Eric AndersenEric Andersen
075dd81c446Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof stupid and didn't work properly anyways.
Eric AndersenEric Andersen
b80c67e32c8Update the default config
Eric AndersenEric Andersen
01bf3d0c92aBump version to -pre9
Eric AndersenEric Andersen
c4e5bfd65b4Fix buffalo url
Eric AndersenEric Andersen
15c03c315f4Yet more doc updates
Eric AndersenEric Andersen
a151d195040Yet more doc cleanups. Many thanks to Robert P. J. Day for kindly reviewing the existing docs and providing helpful ...
Eric AndersenEric Andersen
0a87ac65463Seem not many people are using 'ipaddr' since it has never worked.... Most people use 'ip addr foo' I suppose.
Eric AndersenEric Andersen
7b5bb51f6a0Fix indenting
Eric AndersenEric Andersen
178de17969cyet-more doc updates and cleanups
Eric AndersenEric Andersen
69bd0d1e892Yet more doc updates
Eric AndersenEric Andersen
f730088bbcbEliminate all trace of the sgml based docs. It was a noble effort, but it just never worked out...
Eric AndersenEric Andersen
515881c6e1dFix it so build dependancies actually work and do something useful
Eric AndersenEric Andersen
674b08a6b8cFix it so usage is _always_ in sync with applets.c. Previously, broken depends allowed these to get out of sync.
Eric AndersenEric Andersen
7e496a71cfeMichael Tokarev, mjt at tls dot msk dot ru writes: Fix parsing of all tag-value pairs (in modules.conf in particular...
Eric AndersenEric Andersen
d298bd1d513Michael Tokarev, mjt at tls dot msk dot ru writes: alias 'off' parsing fix. It is not alias off module it is alias...
Eric AndersenEric Andersen
ba05e79815dMichael Tokarev, mjt at tls dot msk dot ru writes: Initialize all fields of struct dep_t. Without that, e.g. `busybo...
Eric AndersenEric Andersen
3f47c453daaChristian Grigis, christian.grigis at smartdata dot ch writes: Hello everyone, Busybox's insmod fails to locate a m...
Eric AndersenEric Andersen
b07ae7ba106Yet more 'make allyesconfig' adjustments
Eric AndersenEric Andersen
8ee6943d3e6Make 'allyesconfig' be a bit less stupid
Eric AndersenEric Andersen
5c1ee519ea0Minor tar test update
Eric AndersenEric Andersen
ba9b22a8ccdSimplify, make formatting better match the procps version
Eric AndersenEric Andersen
650fe63467eKill off the old 'tests' stuff. Write a ton of new tests for the 'testsuite' dir. Fix a bunch of broken tests. Fix...
Eric AndersenEric Andersen
39396b95fc7Fix non standard 'date -R' formatting
Eric AndersenEric Andersen
c354f6ee54cFix the test suite script so it actually works and actually flags all errors as such. Make verbose mode exit on FAIL...
Eric AndersenEric Andersen
b2e267f1538Some test additions
Eric AndersenEric Andersen
18751cd4a2fPatch adding support for ibs= and obs= to dd
Eric AndersenEric Andersen
009617f4139Per suggestion by Pawel Sakowski, fix the dash_arith() prototype to return a long. We were needlessly truncating to ...
Eric AndersenEric Andersen
b2aa776f891Tito, farmatito at tiscali dot it writes: Hi to all, I discovered a little bug in hdparm.c (really two little bugs.....
Eric AndersenEric Andersen
762c64fdf1arename uncompress.c to decompress_uncompress.c rename unzip.c to decompress_unzip.c
Eric AndersenEric Andersen
522a2f3b395Everything should be made as simple as possible. But no simpler.
Rob LandleyRob Landley
25d82397f76The last patch broke: sed -i "/^boo/a fred" ipsec.conf Which works in gnu sed. (And is _supposed_ to strip all the ...
Eric AndersenEric Andersen
0b5bf45d325Patch from Hideki IWAMOTO adding support for 'cmp -n'
Eric AndersenEric Andersen
46390ed829dJunio Hamano, junio at twinsun dot com writes: The sed command in busybox 1.0.0-pre8 loses leading whitespace in 'a'...
Eric AndersenEric Andersen
c11a6a887b8Patch from Thomas Winkler: ifconfig did not look up hostnames, so ifconfig lo localhost would not work, you have to...
Eric AndersenEric Andersen
11e5516d675Patch from Thomas Winkler showing the the system time for each process when running 'top'
Eric AndersenEric Andersen
90fb65f7a60Patch from Thomas Winkler -- vi -R did not work
Eric AndersenEric Andersen
bbbbcfef24aSigh. what a mess.
Eric AndersenEric Andersen
0a92f357022As waldi noticed, checks for the size of an off_t and casting etc was also redundant and possibly buggy...
Eric AndersenEric Andersen
259cf97803dGo ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option, as it is redundant....
Eric AndersenEric Andersen
1236631700bThe fdisk llseek junk was redundant, since both uClibc and glibc automatically promote lseek and friends to their 64 ...
Eric AndersenEric Andersen
75eb90f2888As noted by Martin Schwenke, the example for find was wrong
Eric AndersenEric Andersen
38748fddf3fYet more doc cleanups
Eric AndersenEric Andersen
8ee2b27f0c8Add missing include files
Eric AndersenEric Andersen
ea9bcda3730passwd and sulogin also need libcrypt, via libbb/pw_encrypt()
Eric AndersenEric Andersen
70060d25d23s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g
Eric AndersenEric Andersen
edd580a088fVladimir N. Oleynik (vodz) writes: Ok. Last patch reduce 73 bytes for compensate (and over) your changes ;-) Commen...
Eric AndersenEric Andersen
fbcf06d2960Update docs
Eric AndersenEric Andersen
97310d02539Brian Pomerantz writes: I've noticed a bug in the "autowidth" feature more, and is probably in others. The call to ...
Robert GrieblRobert Griebl
6bb80870b83Some corrections from vodz: - Make -u/-l mutually exclusive - Minor size reduction
Robert GrieblRobert Griebl
c8685ead577The utc variable was not modified according to the -u/-l command line parameters.
Eric AndersenEric Andersen
bfb51574ae1Tito noticed a printf that should have been a bb_error_msg.
Manuel Novoa IIIManuel Novoa III
539fa95e0d3Oops.. got a bit to aggressive with size optimization and global replace. :-(
Eric AndersenEric Andersen
1daa0c60971As noted in a patch from Kendrick Hamilton, rmmod was only half way converted, and still used the old delete_module()...
Eric AndersenEric Andersen
9e458f5b7a3Add missing ELFCLASSM for m68k
Eric AndersenEric Andersen
16451a07b44Only use R_68K_GOTOFF if it is defined
Eric AndersenEric Andersen
06d4ec2a4b9Fix broken arg parsing (was not passing pointer to items so p, argc, and argv were only modified locally). Fix error...
Eric AndersenEric Andersen
16767e23772Patch from vodz to fix the dynamic vars patch, which I should not have checked in. Vladimir writes: Your patch have...
Eric AndersenEric Andersen
ca65ca7d450Oops. Using the wrong variable was a rather stupid thing for me to do.
Eric AndersenEric Andersen
c7bda1ce659Remove trailing whitespace. Update copyright to include 2004.
Manuel Novoa IIIManuel Novoa III
8854004b410I redid route.
Eric AndersenEric Andersen
63a1a7aaa52Update docs for start_stop_daemon to match reality. Update the reality a bit to better match debian behavior.
Eric AndersenEric Andersen
55c704c119cFix some doc generation problems
Eric AndersenEric Andersen
ed43806c3b3Hideki IWAMOTO writes: Current `tr' implementation has a problem, if `plain char' is signed. [current cvs version] ...
Eric AndersenEric Andersen
d20d37559f6Fix some goofy formatting
Eric AndersenEric Andersen
3cac0c7d7ffAdd prototypes for safe_strtol and friends
Eric AndersenEric Andersen
08f59e32c18Fix awk entry, which was not showing up in BusyBox.txt for some reason
Eric AndersenEric Andersen
ef02f82bcf6Paul Mundt, lethal at linux-sh dot org writes: Here's a follow-up replacement to the patch I sent earlier, this adju...
Glenn L McGrathGlenn L McGrath
b7b3bda3ba0Patch from Thomas Frohlich to fix an option ordering bug of mine.
Glenn L McGrathGlenn L McGrath
c66ebe4200aWhen displaying the size in 1kB blocks round up if an odd number of blocks
Glenn L McGrathGlenn L McGrath
44c0e17dbe0Patch by Seth W. Klein, the -l switch was reversed
Manuel Novoa IIIManuel Novoa III
7d0c51919ceIn spite of the feature freeze, check in a complete rework of route which fixes some bugs, adds some error checking, ...
Eric AndersenEric Andersen
2715fa147a3Note that /proc must be mounted for filesystem type autodetection to work. Without /proc mounted, one must explicitl...
Eric AndersenEric Andersen
21d308601ebDavid Anders (prpplague) submitted this patch to allow login to work when the device nodes are symlinks on a read onl...
Manuel Novoa IIIManuel Novoa III
1117c5281b4Fix broken sort order flags.
Manuel Novoa IIIManuel Novoa III
948d4907a0dMy bug. :-(
Eric AndersenEric Andersen
2479445562aFix/eliminate use of atol
Glenn L McGrathGlenn L McGrath
c4db0833a6cPatch from Matt Kraai to fix debian bug number 231994. There was an extra blank line preceding the first directory.
Glenn L McGrathGlenn L McGrath
a89bbfb2579Woops, how did that get in there
Manuel Novoa IIIManuel Novoa III
adab517f76bDon't build these support functions for uClibc, as it always supplies versions.
Glenn L McGrathGlenn L McGrath
db6ee81c994Patch from John Powers, adds multicast (rfc2090) and timeout (rfc2349) options
Glenn L McGrathGlenn L McGrath
ec58bce3638Patch from duane no-name, optionally request additional items
Glenn L McGrathGlenn L McGrath
3f79300e37dPatch by Andrew Victor, In arpping.h, fix structure alignment of "struct arpMsg". GCC can insert padding in the struc...
Glenn L McGrathGlenn L McGrath
0226596dcb2Fix a typo, patch by Andrew Victor
Glenn L McGrathGlenn L McGrath
1bdc5d87f4ePatch from Tony J. White to allow paths to be configured
Glenn L McGrathGlenn L McGrath
bd5d84ddca8Patch by Denis Vlasenko to add forground support.
Glenn L McGrathGlenn L McGrath
fbe984e1c9bFix debugging output, patch by Hideki IWAMOTO
Glenn L McGrathGlenn L McGrath
c45146cf244Patch by Felipe Kellermann to fix a compiler compatability problem
Glenn L McGrathGlenn L McGrath
3d752f7ab2ePatch from Steven Scholz to fix compiler warnings
Glenn L McGrathGlenn L McGrath
fca056f6912New applet, eject, by Peter Willis
Glenn L McGrathGlenn L McGrath
95ed8d9f35cClose bracket in description from Peter Willis's eject applet
Glenn L McGrathGlenn L McGrath
d2b860fecb7Patch from Vernon Sauder. The off_t type is not a consistent size; it depends on the kernel options (something about ...
Glenn L McGrathGlenn L McGrath
bbf2ce36d84Fix a compile error identiefied by Steven Scholz. Declare variables first for compatability.
Glenn L McGrathGlenn L McGrath
e84152e9e17Check file has execute permission for the current user, minor formating
Glenn L McGrathGlenn L McGrath
d5d5e54290dQuick fix for tftp truncation bug
Glenn L McGrathGlenn L McGrath
d1daf8b6f4dPatch from Denis Dowling to fix a ocuple of usage entries
Glenn L McGrathGlenn L McGrath
10b781345f5Fix option handling, -i or -t must be given, if both ignore the -t. Use bb_getopt_ulflags.
Eric AndersenEric Andersen
d8746cdc40bJoe.C, joe at numa dot com dot tw writes: Hi, When downloading files over slow network (e.g. wireless/ internet) us...
Eric AndersenEric Andersen
60be069d581Prepare for release
Glenn L McGrathGlenn L McGrath
181f0773e25bb_full_fd_action was incorrectly returning an error message causing major breaking.
Eric AndersenEric Andersen
a9d8f9c7bf0Bump up version in preparation for -pre8
Eric AndersenEric Andersen
539ffc91296Fernando Silveira writes: Hi, Well, I made this patch a long time ago (08/2002) because it was a need of a proj...
Glenn L McGrathGlenn L McGrath
df2c56529c9Fix from Paul Kortekaas for syslog -C option, size should be in kB.
Glenn L McGrathGlenn L McGrath
4bded58207dPatch from Dmitry Zakharov, this line was missedfrom the last patch
Eric AndersenEric Andersen
817565a0ffeFor the time being, revert the changes for detecting copying a directory into itself. It is harder to do this correc...
Glenn L McGrathGlenn L McGrath
15a4f1ee50fPatch from Chris Larson (kergoth), to allow multiple directores to be unmounted at once.
Glenn L McGrathGlenn L McGrath
df7d84cf252Patch from Vodz, cleanup memory usage, send strdup error messages to syslog.
Glenn L McGrathGlenn L McGrath
7fc504c6f7eVodz. last_patch_128 - declare applet_using as static from applets.c - small correction to cmdedit, previous versi...
Glenn L McGrathGlenn L McGrath
90ed9a0eb6ePatch from James Zhu, telnetd window resizing support.
Glenn L McGrathGlenn L McGrath
689e4b95313Use bb_getopt_ulflags, marginal saving, better argument checking.
Glenn L McGrathGlenn L McGrath
f461e0123d0Use /var/lib/hwclock for adjtime, its really a state file rather than a config file, so it should be in /etc, FHS men...
Glenn L McGrathGlenn L McGrath
fa134cd954aPatch from Florian Schirmer. compile fix for debug builds
Glenn L McGrathGlenn L McGrath
d33278dea56Patch from Hideki IWAMOTO, output debugging messages to stderr
Glenn L McGrathGlenn L McGrath
34e1469f248remove duplicate header declarations
Glenn L McGrathGlenn L McGrath
9079ad0cab6Fixup braces (patch from Thomas Geulig), run through indent and manually adjust.
Glenn L McGrathGlenn L McGrath
e7f2b2bf315Thomas Geulig, remove duplicate header
Glenn L McGrathGlenn L McGrath
58fd67fa984Update usage for ftpget and ftpput
Glenn L McGrathGlenn L McGrath
c699778fbbaPtch by Hideki IWAMOTO, fix a bug preventing tftp from getting or putting more than 0xffff blocks.
Glenn L McGrathGlenn L McGrath
6db8c22d07dReturn 1 upon failure
Glenn L McGrathGlenn L McGrath
f1c4b11b241No need to check proxy env variable twice, ignore proxy env variable if its set to 0
Glenn L McGrathGlenn L McGrath
15c3512614dSometimes i get carried away with the use of function pointers, im sure it seemed like a good idea at the time.
Glenn L McGrathGlenn L McGrath
96099d51b6aUse return instead of exit, use == instead of & ==, left justify labels, adjustment of whitespace.
Eric AndersenEric Andersen
ced9705c42dDocument missing cp options
Glenn L McGrathGlenn L McGrath
916ba53f1a3Fix up hard links
Glenn L McGrathGlenn L McGrath
c9f1fce9bb2A strict interpretation of the ustar format requires the type flag to be interpreted, we cannot depend on the file ty...
Glenn L McGrathGlenn L McGrath
b0e163a93bbAdd extra comments, freakout if a pax archive is encoutered.
Eric AndersenEric Andersen
e7d244cc962Chris Larson (kergoth) writes: As Manuel points out, this is a flawed fix, and doesnt fix the following: mkdir -p c...
Eric AndersenEric Andersen
e0cbe486370Chris Larson (kergoth) writes: I was adding -s/--symbolic-link support to busybox cp when I noticed a bug with -r/-a...
Glenn L McGrathGlenn L McGrath
03a0643fbc5Dont use same variable and struct name
Glenn L McGrathGlenn L McGrath
82d42dbb57dFormatting
Glenn L McGrathGlenn L McGrath
aac2a19e502remove debugging
Manuel Novoa IIIManuel Novoa III
21fbe0e3752Patch from OpenWrt.
Rob LandleyRob Landley
53302f80daeAdd -i option to sed, to edit files in-place.
Manuel Novoa IIIManuel Novoa III
be8a6ae6ebcFix vstype[] to match VS* defines. Patch from OpenWrt by mbm.
Eric AndersenEric Andersen
37aac6489ebRemove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.
Eric AndersenEric Andersen
60bb3f31af5Mark Lord writes: The config file processing for inetd in busybox-1.00-pre7 and newer is broken -- the saved command...
Glenn L McGrathGlenn L McGrath
01cdb669879Add the -r option, patch from Rob with some help from myself.
Glenn L McGrathGlenn L McGrath
a8f756fc7feRemove debugging
Glenn L McGrathGlenn L McGrath
6aa52234e8cDont strip trailing '/' until _after_ i test to set if its there !
Manuel Novoa IIIManuel Novoa III
7b565a0c8aePatch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser, I overlooked the case of someone wanting t...
Glenn L McGrathGlenn L McGrath
c2266bd5199Woops, im getting ahead of myself, we dont have the -r (refernece) option yet
Glenn L McGrathGlenn L McGrath
5f11541bd4adefine option names to be clearer, simplify nested if statements, remove un-needed if statement, minor indenting change
Eric AndersenEric Andersen
7e8f41cb5b0Avoid naming conflict with symbol in newer glibc headers
Eric AndersenEric Andersen
ec359e9ebbdAccomodate the fact that newer libc versions may in fact not contain query_module and friends and more
Eric AndersenEric Andersen
95b26250a77oops. Leave the default feature set enbled for now...
Eric AndersenEric Andersen
37032b4d6ceInitial effort at disabling job control as well
Eric AndersenEric Andersen
ff9ad47d794Support disabling pipe and redirect support
Eric AndersenEric Andersen
a0e4c3f119aUpdate URL
Eric AndersenEric Andersen
2af7f4c404dBuffalo appears to have resolved their GPL problems
Eric AndersenEric Andersen
5cc90eade5aRichard Kojedzinszky writes: Hi All, I aplogoize for the mistake, but i have just recognized that somehow the last ...
Eric AndersenEric Andersen
fa06a770406Patch from vodz, based on bug report from Richard Kojedzinszky: Richard, >I have a problem, which I can reproduce n...
Eric AndersenEric Andersen
ef8cd3be17fMake the loop support stuff be much less evil, and make it cope with 2.6.x asm/posix_types.h, which has done singular...
Eric AndersenEric Andersen
7495b0d4b19Eliminate use of a kernel scsi header file. Prevent potentially misaligned accesses while indexing a pointer to the ...
Manuel Novoa IIIManuel Novoa III
68474f3b369Make sure stdlib.h is always included before dmalloc.h to avoid problems parsing problems.
Eric AndersenEric Andersen
d07cf59a98cVladimir N. Oleynik writes: Hi, Glenn. Current CVS "ls" applet have small problem: some options ignoring. Last patc...
Eric AndersenEric Andersen
54426d52971Vladimir N. Oleynik writes: Ok. I found my mistake :( The trivial patch attached. --w vodz
Eric AndersenEric Andersen
31d898fefffElaborate on CONFIG_SELINUX, and explain that most people should not enbable this option.
Eric AndersenEric Andersen
96e9785493aGrammar fix
Eric AndersenEric Andersen
4da3dbb7dfaMinor grammar fixup
Eric AndersenEric Andersen
7cce16cf21eBump version number for release
Eric AndersenEric Andersen
aeea32ca696Richard Kojedzinszky writes: Hi, I've noticed the bug also, and here is another patch for it. I hope it'll not intr...
Eric AndersenEric Andersen
ef43749e835Joe.C writes: Hi, When httpd connection is closed, bosybox httpd will not stop reading from CGI program. This pa...
Eric AndersenEric Andersen
c71c18957d9Jean Wolter writes: Hello, when calling seq with seq 1 1 it generates an "endless" list of numbers until the ...
Eric AndersenEric Andersen
c06f568ddaaRob Landley writes: While building glibc with busybox as part of the development environment, I found a bug in glibc...
Eric AndersenEric Andersen
4575bbf7b84The variable 'complementaly' used to be allocated with calloc, which zeroed it out during the allocation process. Wh...
Glenn L McGrathGlenn L McGrath
5b0d7deb751Bug fix from Tito.
Glenn L McGrathGlenn L McGrath
16e45d7e29aVodz last_patch_125_2, this patch have: - synced with dash 0.4.21 - better handle trap "cmds..." SIGINT (strange, i...
Manuel Novoa IIIManuel Novoa III
31b98dd0974Rewrite parse_config_file(). Among the old version's problems: No checking for lines that were too long. No chec...
Manuel Novoa IIIManuel Novoa III
083862228a3Use bb_xstrdup() instead of strdup().
Glenn L McGrathGlenn L McGrath
24cb17f9be9Fix http proxy use, bytes were swapped
Eric AndersenEric Andersen
35db2281b79Mention changes to the daily snapshots
Eric AndersenEric Andersen
a3212eb4cc0Update docs for release
Eric AndersenEric Andersen
dfe30032affBump version for release
Eric AndersenEric Andersen
ad95373efcdUse standard C99 types
Eric AndersenEric Andersen
1a834be1ce7Use proper C99 types
Eric AndersenEric Andersen
d242079387bFixup use of 'u_int' to instead use 'unsigned int'
Eric AndersenEric Andersen
dfcb5b04124s/u_int/uint/g
Eric AndersenEric Andersen
0f56de665c1s/u_int/unsigned int/g s/u_short/unsigned short/g
Eric AndersenEric Andersen
39cdf4e2ab4Use proper C99 types
Eric AndersenEric Andersen
ad84a516bb8Use proper C99 types throughout. So not use silly typedefs.
Eric AndersenEric Andersen
ab26cc3d8aeAvoid symbol naming conflict with libm
Manuel Novoa IIIManuel Novoa III
ebce2daa604Support new uClibc stdio core.
Eric AndersenEric Andersen
f88bb72f1faApply a couple of optimizations
Eric AndersenEric Andersen
242ab834999Teach busybox ps to get the correct uid when displaying stuff
Glenn L McGrathGlenn L McGrath
82364bb5910New applet, seq. No options, just the basics.