Fix buffalo url
[oweals/busybox.git] / libbb /
2004-04-06 Eric AndersenChristian Grigis, christian.grigis at smartdata dot...
2004-03-27 Eric AndersenAdd missing include files
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-23 Eric AndersenBrian Pomerantz writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-10 Manuel Novoa III In spite of the feature freeze, check in a complete...
2004-03-08 Manuel Novoa III My bug. :-(
2004-03-06 Eric AndersenFix/eliminate use of atol
2004-03-06 Manuel Novoa III Don't build these support functions for uClibc, as...
2004-03-05 Glenn L McGrathPatch from Vernon Sauder.
2004-02-23 Glenn L McGrathbb_full_fd_action was incorrectly returning an error...
2004-02-22 Eric AndersenFor the time being, revert the changes for detecting...
2004-02-21 Glenn L McGrathSometimes i get carried away with the use of function...
2004-02-19 Eric AndersenChris Larson (kergoth) writes:
2004-02-19 Eric AndersenChris Larson (kergoth) writes:
2004-02-13 Eric AndersenAccomodate the fact that newer libc versions may in...
2004-02-06 Eric AndersenMake the loop support stuff be much less evil, and...
2004-02-05 Eric AndersenVladimir N. Oleynik writes:
2004-02-04 Eric AndersenThe variable 'complementaly' used to be allocated with...
2004-01-30 Eric Andersens/u_int/unsigned int/g
2004-01-30 Eric AndersenUse proper C99 types throughout. So not use silly...
2004-01-30 Manuel Novoa III Support new uClibc stdio core.
2004-01-29 Eric AndersenApply a couple of optimizations
2004-01-27 Eric AndersenTeach busybox ps to get the correct uid when displaying...
2004-01-22 Glenn L McGrathVodz, last_patch_123, patch have new version getopt_ulf...
2004-01-21 Glenn L McGrathPatch from Atsushi Nemoto, recent MIPS kernel headers
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2004-01-13 Eric AndersenFix a bug where mount could check the wrong device...
2004-01-11 Glenn L McGrathPatch from Matt Kraai to fix debian bug #227081
2003-12-23 Eric Andersenfix broken formatting
2003-12-23 Eric Andersendon't mess up errno
2003-12-20 Eric Andersenbother. It seems I can't read.
2003-12-20 Eric Andersendoh!
2003-12-20 Eric AndersenTry to accomodate systems that do not define PAGE_SHIFT
2003-12-20 Glenn L McGrathUse low level file descriptors to match bb_copyfd_eof
2003-12-20 Glenn L McGrathChange interface to bb_lookup_host, dont try and set...
2003-12-19 Glenn L McGrathAllow escaped 8 bit characters in bb_opt_complementaly
2003-12-19 Glenn L McGrathFix a bug preventing use of escaped characters that...
2003-12-15 Russ DillGet vfork_daemon_rexec working under uclinux
2003-11-24 Glenn L McGrathWhen a size of 0 is passed to copyfd_size, dont do...
2003-11-22 Glenn L McGrathFix warning
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathDont over-read fd, use function pointer for hash function.
2003-11-20 Glenn L McGrathSuperficial changes
2003-11-10 Glenn L McGrathMerge common parts of sha1sum and md5sum, which is...
2003-11-03 Eric AndersenFix rdate and ftpget/ftpput so they compile with the...
2003-10-31 Eric AndersenRework wget, the xconnect interface, and its various...
2003-10-22 Eric AndersenPatch from Arthur Othieno to fix a compiler warning
2003-10-22 Eric Andersenmake this a little bit less messy
2003-10-09 Glenn L McGrathFix an ommision preventing building, patch by Tito.
2003-10-09 Eric AndersenWe did not have a safe_write, which is the analog to...
2003-10-06 Glenn L McGrathVodz last_patch_105 without his xargs patch which doens...
2003-09-24 Glenn L McGrathAdd the "install" applet, move get_ug_id to libbb as...
2003-09-16 Glenn L McGrathConfiguration option to define wether to follows GNU...
2003-09-16 Glenn L McGrathCompile get_terminal_width_height
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-09-03 Glenn L McGrathmore crond+crontab integrating with loginutil libbb...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-09-01 Glenn L McGrathFix compile error and reducing size for libbb/get_conso...
2003-08-30 Glenn L McGrathThe default behaviour for run-parts is corrected to...
2003-08-29 Glenn L McGrathRemove some unwanted code, patch from Holger Schurig...
2003-08-29 Glenn L McGrathFix for compiling with ipv6
2003-08-22 Eric Andersen"staywithu" writes:
2003-08-14 Manuel Novoa III Fix a bug reported by junkio@cox.net involving the...
2003-08-06 Eric AndersenLatest dash update from vodz
2003-08-06 Eric AndersenPatch from vodz to cleanup libbb/obscure.c:password_check()
2003-08-06 Eric AndersenJoe.C writes:
2003-08-02 Manuel Novoa III Save 0.5K.
2003-07-30 Eric AndersenVladimir N. Oleynik writes:
2003-07-29 Eric AndersenBruno Randolf writes:
2003-07-28 Eric Andersenlast_patch95 from vodz:
2003-07-28 Eric AndersenJames Petterson writes:
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-05 Eric AndersenFixup compile problem with dmalloc
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-07-03 Eric AndersenUsing safe_read seems, well, safer...
2003-06-26 Eric AndersenGeir Thomassen wrote, regarding networking/httpd.c...
2003-06-20 Eric AndersenDon't shadow a paramater
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-06-10 Glenn L McGrathVodz, last_patch_88
2003-05-27 Eric AndersenPut this back the way it was. I misunderstood what...
2003-05-26 Eric AndersenMake all syscall declarations use the syscall() function
2003-05-26 Eric AndersenThis was doing some silly stuff that is not necessary...
2003-05-26 Eric AndersenSkip printing "/proc/%d/cmdline" stuff when it is not...
2003-05-26 Eric AndersenRemove cruft
2003-05-26 Glenn L McGrathVodz, last_patch_86
2003-05-13 Glenn L McGrathFix \l so it doesnt print the character as well as...
2003-05-02 Eric AndersenPatch from Dmitry V. Levin to fix a fd leak
2003-04-21 Glenn L McGrathsync with waldi
2003-04-19 Eric AndersenPatch from David Updegraff to use calloc so that forwa...
2003-04-16 Eric AndersenMinor .o file naming change
2003-03-19 Manuel Novoa III Restrict octal perms to <= 07777. Cosmetic error messa...
2003-03-19 Manuel Novoa III Obligatory forgotten item.
2003-03-19 Manuel Novoa III Major coreutils update.
2003-03-07 Eric AndersenWith nightmares of libbb ending up with 100 .c files...
2003-03-07 Eric AndersenDefine bb_xgetlarg as a standard interface for extracting
2003-02-27 Eric AndersenWrite all the help text for the util-linux utilities...
2003-02-09 Glenn L McGrathFix compiler warnings, patch by Steven Scholz
2003-01-21 Glenn L McGrathLogin prompt function, part of waldi's telnetd from...
next