oweals/busybox.git
2000-07-11 Eric AndersenChanged verbiage.
2000-07-11 Eric AndersenReplaced projects with products/projects.
2000-07-11 Eric AndersenAdded the Kerbango Internet Radio to projects/products...
2000-07-11 Mark WhitleyApplied patch from Matt Kraai to call destroy_cmd_strs...
2000-07-11 Matt KraaiAdded applet_name to contain the applet name.
2000-07-11 Eric AndersenFinal updates for release. 0_46
2000-07-11 Eric AndersenFinal update for the release.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-11 Eric AndersenMore changelog updates
2000-07-11 Mark WhitleyAdded changelog entries for grep/sed/regex changes.
2000-07-11 Eric AndersenSome changelog updates.
2000-07-11 Eric AndersenRe-enable ln -n in the help.
2000-07-11 Eric AndersenAnother patch from Matt Kraai <kraai@alumni.carnegiemel...
2000-07-11 Eric AndersenAdded 'dumpkmap' to allow people to dump a binary keyma...
2000-07-11 Mark WhitleyApplied patch from Matt Kraai which does the following:
2000-07-11 Matt KraaiFix dead link.
2000-07-10 Eric AndersenFixed NFS so it supports 2.4.x kernels and NFSv3. ...
2000-07-10 Mark WhitleyRemoved all trace of hand-tooled regexp routines. Bye...
2000-07-10 Mark WhitleyAdded a rule to make tags files for vi(m).
2000-07-10 Eric AndersenComment on kernel stuff
2000-07-10 Mark WhitleyBrand, new sed that uses libc regex routines.
2000-07-10 Eric AndersenMore linux kernel header file removal.
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-10 Eric AndersenRemove unused variable.
2000-07-10 Eric AndersenRemove the problematic CTRLCHAR macro.
2000-07-10 Mark WhitleyPut the GROWBY variable inside the get_line_from_file...
2000-07-10 Mark WhitleyRemoved unnecessary #include "regexp.h" line from find...
2000-07-10 Eric AndersenFunction name cleanup.
2000-07-10 Eric AndersenFrom Matt Kraai <kraai@alumni.carnegiemellon.edu>:
2000-07-10 Eric AndersenPatch from Matt Kraai <kraai@alumni.carnegiemellon...
2000-07-10 Mark WhitleyApplied patch from Matt Kraai as per his email:
2000-07-09 Eric AndersenMore portability updates. Now compiles cleanly vs...
2000-07-09 Eric Anderseninclude getopt.h
2000-07-09 Eric AndersenFix a bug in get_line_from_file. If the length of...
2000-07-09 Eric AndersenThe build depends were too strict. I depended on on...
2000-07-08 Eric AndersenArgh. More cross libc cleanup. Should be ok now...
2000-07-08 Eric AndersenMore cleanup on umount
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-08 Eric AndersenAdd in tinynet
2000-07-08 Eric AndersenDoc updates to remove sfdisk.
2000-07-07 Eric AndersenBetter description of the BB_FEATURE_USE_DEVPS_PATCH...
2000-07-07 Eric AndersenAdd in my fix for 2.4.x kernels so /proc/mounts will...
2000-07-07 Eric AndersenRemoved sfdisk from BusyBox. It was buggy, fat, and...
2000-07-07 Eric AndersenAdded in Matt Kraai.
2000-07-07 Eric AndersenFix a dependancy bug for the docs.
2000-07-07 Eric AndersenNaming fix
2000-07-07 Eric AndersenRecognize Matt's poweroff fix.
2000-07-07 Eric AndersenFix for bug #1003 -- BusyBox should now poweroff when...
2000-07-07 Eric AndersenWeb page update from Matt Kraai <kraai@alumni.carnegiem...
2000-07-07 Eric AndersenThis patch finishes the cleanup of all the commands...
2000-07-07 Eric AndersenYet another busybox documentation update from Matt...
2000-07-06 Eric AndersenUpdate 'make release' to remove all the .#filename...
2000-07-06 Eric AndersenTurned some stuff into features that really are feature...
2000-07-06 Eric AndersenFix doc building so the dependancies work properly.
2000-07-06 Eric Andersen* Fixed tar creation support when reading from stdin...
2000-07-06 Eric AndersenFixed backspace and delete so they work properly again...
2000-07-06 Eric AndersenMore doc patches from Matt Kraai <kraai@alumni.carnegie...
2000-07-06 Eric AndersenRemove leftovers of block_device, which disapperared...
2000-07-06 Eric AndersenChange order.
2000-07-06 Eric AndersenAdded (fixed) the '-n' option to fbset. Renumbered...
2000-07-06 Eric Andersensetkeycodes needs get_console_fd(), so if you disable...
2000-07-06 Eric AndersenRemove some warning with glibc.
2000-07-06 Eric AndersenComment on kill.c change.
2000-07-06 Eric AndersenReorganized signal names for better architecture suppor...
2000-07-06 Eric AndersenDocBook documentation update from Matt Kraai <kraai...
2000-07-06 Eric AndersenHad an extra tcsetpgrp.
2000-07-06 Eric Andersena few minor cleanups.
2000-07-06 Eric AndersenRemove MAXNAMLEN and use BUFSIZ instead.
2000-07-05 Eric AndersenRemove misguided klude around for 2.4.x-test* brokennes...
2000-07-05 Eric Andersen* Fix to tr so it recognizes standard escape sequences...
2000-07-05 Eric AndersenPatch from Matt Kraai <kraai@alumni.carnegiemellon...
2000-07-04 Eric AndersenSome cosmetic updates. Changed "OPTIONS" to "Options".
2000-07-04 Eric AndersenMore doc updates
2000-07-04 Eric AndersenA first pass at integrating the SGML docs into the...
2000-07-04 Eric Andersen* Fix to init.c from Stuart Menefy <Stuart.Menefy@st...
2000-07-04 Eric AndersenFixed a potential infinite loop. First delete any...
2000-07-03 Eric Andersensh fixes from Marius Groeger <mag@sysgo.de>
2000-07-03 Eric AndersenAdded support for ignoring '-g' per GNU ls, thanks...
2000-06-29 Eric AndersenAdded support for being a login shell, so things like...
2000-06-28 Mark WhitleyFixed comment.
2000-06-28 Mark WhitleyAdded support for reading from stdin with '-' as file...
2000-06-28 Mark WhitleyYanked out the cstring_alloc() and cstring_lineFromFile...
2000-06-28 Mark WhitleyBrand, spankin', new grep that uses libc regex routines...
2000-06-28 Mark WhitleyMoved some function decls, a struct, and a #define...
2000-06-28 Mark WhitleyRemoved some function decls (regex, regcomp, etc.)...
2000-06-28 Eric AndersenBetter cross libc support.
2000-06-28 Eric AndersenForgot -- targeted the wrong release.
2000-06-28 Eric Andersen* Fixed a _horrible_ bug where 'tar -tvf' could unlink
2000-06-28 Eric AndersenUpdates for the .deb
2000-06-28 John Beppu= minor formatting issues
2000-06-28 John Beppu+ busybox --install [-s]
2000-06-27 Eric AndersenRemove stuff now moved into the bug tracking system.
2000-06-27 John Beppu+ s/int install_links/static int install_links/
2000-06-27 Eric AndersenThis kernel patch is no longer needed, with the change...
2000-06-27 John Beppu+ littering my code w/ comments about what troubles me.
2000-06-27 John Beppu+ busybox --install [-s]
2000-06-26 Mark WhitleyJust converted busybox.pod to busybox.sgml using the...
2000-06-26 Eric AndersenFixed segfault with 'cut -f 1 -d:' and added 'cut ...
2000-06-26 Eric Andersen* Fixed insmod module option parsing for options lackin...
2000-06-26 Eric Andersenreadlink(2) does not NULL terminate the buffer it reads...
next