oweals/busybox.git
2003-01-23 Eric AndersenApply patch from Ghozlane Toumi to add -inum support...
2003-01-23 Eric AndersenPatch from Artem Egorkine to support the -m option
2003-01-23 Eric AndersenPatch from Joel Vallier to add modules symbols to the...
2003-01-22 Glenn L McGrathPatch from Basitan Blank to fix nasty bug
2003-01-22 Eric AndersenFix a typo that broke it so busybox won't build
2003-01-21 Russ Dillmerge fixes with udhcp
2003-01-21 Glenn L McGrathLogin prompt function, part of waldi's telnetd from...
2003-01-21 Glenn L McGrathrun telnet from inetd, present login prompt if login...
2003-01-21 Glenn L McGrathre-order config options, part of a patch from Bastian...
2003-01-21 Glenn L McGrathheader update
2003-01-20 Glenn L McGrathNew test mode that allows run_parts to fail silently...
2003-01-20 Glenn L McGrathMake test mode output same as official version
2003-01-19 Glenn L McGrathDont use getopt_long, minor usage changes, patch by...
2003-01-19 Glenn L McGrathfix missed option argument for -I <device>, interface...
2003-01-19 Glenn L McGrathCompile option to avoid using /usr directory, patch...
2003-01-16 Glenn L McGrathUse vsyslog instead of syslog, improve initalisation...
2003-01-14 Glenn L McGrathFix leading spaces bug, free line buffer, redo next_wor...
2003-01-14 Glenn L McGrathPatch for the debian-cvs package, ip* applets in /bin...
2003-01-14 Eric Andersenlast_patch75_2 from vodz,
2003-01-14 Eric AndersenEnsure consistant sort order, sed behavior, etc
2003-01-14 Eric AndersenEliminate most instances where we use linux kernel...
2003-01-14 Eric AndersenClean config binsries on 'make clean'
2003-01-14 Eric AndersenEliminate use of kernel header file
2003-01-14 Eric AndersenFixup addgroup help text
2003-01-14 Eric AndersenOnly call free if it is necessary
2003-01-13 Eric AndersenPatch from Tito to rework strings applet, and some...
2003-01-13 Glenn L McGrathCorrect some init issues, update email address, last_pa...
2003-01-13 Glenn L McGrathOption to allow ifupdown use ip commands instead of...
2003-01-12 Eric AndersenKiss Gabor noticed that ping compiled without BB_FEATUR...
2003-01-11 Eric AndersenPatch from Daniel J Walsh at redhat to make free work...
2003-01-11 Eric AndersenPatch from Robert Schwebel -- support ncurses installed...
2003-01-11 Eric AndersenPatch from Robert Schwebel fixing a missing \n
2003-01-11 Eric AndersenFix an obvious mistake
2003-01-09 Eric AndersenFix addgroup so it actually works
2003-01-09 Eric AndersenAdditional patch from Tito to fix some anomolies
2003-01-09 Glenn L McGratharping applet by Nick Fedchik
2003-01-09 Glenn L McGrathMake output the same as upstream, patch by Tito
2003-01-08 Glenn L McGrathPatch by Stewart Brodie to terminate the string array...
2003-01-08 Eric AndersenLineo has ceased to exist, and is no longer a sponsor.
2003-01-06 Glenn L McGrathMinor cleanup, identified by Stewart Brodie, patch...
2003-01-06 Glenn L McGrathCorrect column width for tab completion and ls
2003-01-05 Glenn L McGrathNew applet: httpd, by Glenn Engel
2003-01-05 Glenn L McGrathPrepare for new busybox-cvs upload
2003-01-05 Glenn L McGrathfixes for ia64
2003-01-04 Glenn L McGrathSync with 20030104-2 cvs package, disable fdisk BSD...
2003-01-04 Glenn L McGrathfdisk writable feature, allows compilation of a small...
2003-01-02 Eric AndersenFix tab-tab listing of files so it properly reflects...
2003-01-02 Robert Griebl> Eliminate dependancy on kernel header files. Naughty...
2002-12-27 Manuel Novoa... Add "Broadcast +" support back in. Also cut the size...
2002-12-27 Glenn L McGrathAdd usage for tar -j and -z
2002-12-23 Glenn L McGrathSync with 20021214-1 debian package
2002-12-23 Glenn L McGrathSupport the obsolete '+' option
2002-12-23 Glenn L McGrathFix STANDALONE_SHELL and ALWAYS_WIN options, last_path_...
2002-12-23 Glenn L McGrathSupport the '=' command
2002-12-20 Glenn L McGrathAdjust for new .depend target
2002-12-20 Glenn L McGrathbusybox target wasnt checking .depend, clean kbuild...
2002-12-19 Glenn L McGrathBugfix, wastn retrieving last block, patch by Jean...
2002-12-18 Glenn L McGrathWhen retrieving a file dont open file until we have...
2002-12-17 Glenn L McGrathGet interface names using ioctl rather than /proc,...
2002-12-17 Eric AndersenOdd. I never brought this forward from bb.stable....
2002-12-16 Robert GrieblAlways print the routing table header for IPv4:
2002-12-16 Robert Grieblchanged most assignments from ":=" to "=" to allow...
2002-12-16 Glenn L McGrathOnly included headers that are used.
2002-12-16 Glenn L McGrathfix warning
2002-12-14 Tim Rikerrmmod -a removed modules recursively
2002-12-13 Tim Rikercleanup
2002-12-13 Eric AndersenDon't build the ncurses stuff unless it is specifically...
2002-12-13 Tim Rikeruse const group_file
2002-12-13 Glenn L McGrathFix bug when reading mac from command line, continue...
2002-12-13 Glenn L McGrathMerge copyfd and copy_file_chunk
2002-12-13 Glenn L McGrathChange ftpput so it uses <remote-path> <local-file...
2002-12-13 Glenn L McGrathFix possible bug if file length not known
2002-12-13 Glenn L McGrathNew applets, ftpget and ftpput
2002-12-13 Glenn L McGrathNew applet, nameif by Nick Fedchik and myself.
2002-12-12 Glenn L McGrathfull usage cleanup for udhcp
2002-12-12 Glenn L McGrathUpdate email address for Gennady Feldman <gena01@gena01...
2002-12-12 Glenn L McGrathSupport the o, f and p options, patch by Magnus M�rtensson
2002-12-12 Eric AndersenTeach addgroup to add user names to groups
2002-12-11 Eric Andersenhehe. Screwed that one up. Lets do things right this...
2002-12-11 Eric AndersenMakefile rework coordinate with Russ so udhcp will...
2002-12-11 Russ Dillslight change to reflect BB_VER change
2002-12-11 Eric AndersenA cleaner cleanup that avoids passing an off_t to scanf
2002-12-11 Russ Dillsorry about all the noise, should be all synced up now
2002-12-11 Russ Dillanother sync to udhcp cvs
2002-12-11 Eric Andersensquash a warning
2002-12-11 Glenn L McGrathFix -mtime, by Ian Abbott
2002-12-11 Glenn L McGrathSmall bugfix, last_patch72 from Vladimir N. Oleynik
2002-12-11 Russ Dillresync with udhcp cvs
2002-12-11 Eric AndersenMake sure we have a show_usage function prototype
2002-12-11 Eric AndersenFixup all the horrible broken function prototypes
2002-12-11 Eric AndersenSquash a warning by making function declaration a prope...
2002-12-11 Eric AndersenAdd missing header file to squash a warning
2002-12-11 Eric AndersenEliminate dependancy on kernel header files. Naughty...
2002-12-11 Eric AndersenEliminate dependancy on kernel header files. Naughty...
2002-12-11 Glenn L McGrathundefine sysinfo to prevent breakage on ia64
2002-12-11 Eric AndersenEliminate dependancy on kernel header files. Naughty...
2002-12-11 Eric AndersenEliminate dependancy on kernel header files. Naughty...
2002-12-11 Eric AndersenFixup header file ordering
2002-12-11 Glenn L McGrathUse libbb/get_line_from_file instead of getline
2002-12-10 Glenn L McGrathSync debian files with debian package version 0.60...
next