97bd0e05cc
README: doccument the need of CONFIG_DESKTOP
...
od: fix help text to include -t
od: handle /proc files (which have filesize 0) correctly
od: fix comments to not lie about return value
od: "%u" is 1 byte less than "%zu"
cat: fix English
2008-02-08 15:41:01 +00:00
e8ce0626d9
s/PREFIX/CONFIG_PREFIX/
2007-02-03 17:29:14 +00:00
44c7917cab
Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to
...
autodocifier.pl so USAGE_ macros that haven't been converted to USE_ yet
get correctly stripped out when generating BusyBox.html.
2006-10-24 21:46:19 +00:00
19d42df206
Add diffutils and dhcp to list of packages we provide replacements for.
2006-05-19 22:14:19 +00:00
d272dc7cb3
Remove some out of date bits.
2006-05-15 21:02:36 +00:00
c1ef7bdd8d
just whitespace
2006-01-25 00:08:53 +00:00
c8e41157a2
Update readme and install.sh usage message.
2006-01-19 21:22:37 +00:00
ff9f2f6fba
Fluff out INSTALL a bit.
2005-10-09 20:18:32 +00:00
d27d3be6cd
The readme in 1.0 is more up to date than the 1.1 version...
2005-10-09 18:20:54 +00:00
5c071bcf2f
- fix building out-of-tree;
...
to test, checkout the source (let's assume /scratch/src/busybox), then
mkdir /tmp/bb ; cd /tmp/bb
make top_srcdir=/scratch/src/busybox O="$(pwd)" -f /scratch/src/busybox/Makefile allyesconfig check
- default to O=$(pwd) if no O was specified. Now you can just specify
the top_srcdir (without O=/somewhere) to create the obj-tree in pwd.
- make "make configtarget buildtarget" work. Previously this didn't
work due to how HAVE_DOT_CONFIG was evaluated. Two separate steps were
needed before, e.g. make config ; make busybox.
- remove some unneeded variables from Rules.mak (BB_SRC_DIR from Mr.
ldoolitt@recycle.lbl ) which suggest that the stuff fixed above
didn't work before.
- move selinux libraries to where they belong (from Makefile to Rules.mak)
- update the docs to mention svn instead of cvs and provide an example
for building out-of-tree in INSTALL.
2005-10-05 07:40:46 +00:00
fdfa09b5c7
Fix the supported architectures section
2004-10-08 10:52:08 +00:00
45a0513a64
Based on patches from Mike Frysinger, add insmod support for
...
sparc and ia64 (itanium).
Also, reorganize the insmod architecture support code to be
alphasorted and less messy.
Update the readme to list current insmod arch support.
2004-09-02 23:03:25 +00:00
2d71756217
"Mac OS X" is how it is written on the Apple website
2004-04-12 15:05:10 +00:00
9b3ce77b07
Fix spelling. "sort of" is two words.
2004-04-12 15:03:51 +00:00
69bd0d1e89
Yet more doc updates
2004-04-06 15:39:20 +00:00
fbcf06d296
Update docs
2004-03-27 09:40:15 +00:00
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
2004-03-15 08:29:22 +00:00
c181f34c87
prepare for release
2003-12-11 02:48:15 +00:00
f1d3ac429e
Update mail location
2003-10-22 10:19:01 +00:00
8f4cdd516d
Move shell descriptions to the config system
2003-08-08 23:41:50 +00:00
85c3c3f091
Update required kernel version and note that libc5 is no longer
...
supported (it is unmaintained and lacks support for simple things
such as stdint.h) and uClibc is a better choice these days anyways.
2003-07-16 07:31:14 +00:00
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
2003-07-14 21:21:08 +00:00
062c74f710
last_patch_68 from Vladimir N. Oleynik
2002-11-27 09:29:49 +00:00
130bec5ad8
Add insmod support for the NEC v850e processor.
2002-04-01 09:37:27 +00:00
b9c0b99e51
Update URLs and email addresses
2001-12-22 00:37:54 +00:00
2423b12dae
Begin moving things to busybox.net
...
-Erik
2001-12-08 01:56:15 +00:00
e5d58c3dcc
Mention that glibc-2.2 is supported
2001-11-10 10:46:42 +00:00
bdfd0d78bc
Major rework of the directory structure and the entire build system.
...
-Erik
2001-10-24 05:00:29 +00:00
9e6089ee0f
Ok, here we go...
2001-08-02 19:31:08 +00:00
2d91deba45
Allow multiple shells to be enabled.
2001-08-01 17:21:35 +00:00
2835efe3da
Note that m68k is supported
2001-07-25 16:58:58 +00:00
0958093be6
Doc update for the 0.51 release.
...
-Erik
2001-04-10 20:10:55 +00:00
8a9b2c6448
Note that insmod now also supports powerpc and mips. Thanks Larry.
2001-04-06 22:02:49 +00:00
8ec10a9483
Fix up copyright msgs. Bump version to 0.49 in preparation for
...
a release. Update the website with release details.
-Erik
2001-01-27 09:33:39 +00:00
3654ca56fa
Applied patch from Larry Doolittle to list supported arches, libcs and kernels
2001-01-26 20:58:23 +00:00
235f66dea3
A few more updates
2000-12-13 18:07:38 +00:00
0730943b49
Moar Speling fickes frum Larry Doolittle
2000-11-29 22:12:19 +00:00
caffb6eff0
Gratuitously changed the file "busybox.defs.h" to the more
...
sensible and noticable "Config.h".
-Erik
2000-09-25 21:28:07 +00:00
a29dec28cb
More doc updates
...
-Erik
2000-06-22 00:19:33 +00:00
330fd2b576
More libc portability updates, add in the website (which has not been
...
archived previously). Wrote 'which' during the meeting today.
-Erik
2000-05-19 05:35:19 +00:00
61677feff7
Upates to include copyright 2000 to everything
...
-Erik
2000-04-13 01:18:56 +00:00
664584b50e
Fixed spelling of my name. Geez.
...
Ah kant evun spel mi nam.
-Erik
1999-12-11 23:25:59 +00:00
84b009256f
Minor updates
1999-12-11 04:16:51 +00:00
ded6259f62
Latest and greatest
1999-11-18 00:19:26 +00:00
c49960189a
Fixed up copyright notices and such
1999-10-20 22:08:37 +00:00
e77ae3a2c0
Added sfdisk. Ststic-ified a bunch of stuff.
1999-10-19 20:03:34 +00:00
cc8ed39b24
Initial revision
1999-10-05 16:24:54 +00:00