aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2003-10-09Fix an ommision preventing building, patch by Tito.Glenn L McGrath
2003-10-09We did not have a safe_write, which is the analog to safe_read. ConvertEric Andersen
2003-10-06Vodz last_patch_105 without his xargs patch which doenst apply cleanlyGlenn L McGrath
2003-09-24Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath
2003-09-16Configuration option to define wether to follows GNU sed's behaviour Glenn L McGrath
2003-09-16Compile get_terminal_width_heightGlenn L McGrath
2003-09-15Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen
2003-09-03more crond+crontab integrating with loginutil libbb functions and deletedGlenn L McGrath
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath
2003-09-01Fix compile error and reducing size for libbb/get_console.c to previous size.Glenn L McGrath
2003-08-30The default behaviour for run-parts is corrected to continue if an errorGlenn L McGrath
2003-08-29Remove some unwanted code, patch from Holger Schurig, confirmed by vodzGlenn L McGrath
2003-08-29Fix for compiling with ipv6Glenn L McGrath
2003-08-22"staywithu" writes:Eric Andersen
2003-08-14Fix a bug reported by junkio@cox.net involving the mode_chars index.Manuel Novoa III
2003-08-06Latest dash update from vodzEric Andersen
2003-08-06Patch from vodz to cleanup libbb/obscure.c:password_check()Eric Andersen
2003-08-06Joe.C writes:Eric Andersen
2003-08-02Save 0.5K.Manuel Novoa III
2003-07-30Vladimir N. Oleynik writes:Eric Andersen
2003-07-29Bruno Randolf writes:Eric Andersen
2003-07-28last_patch95 from vodz:Eric Andersen
2003-07-28James Petterson writes:Eric Andersen
2003-07-22Remove remaining libc5 support codeEric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-07-05Fixup compile problem with dmallocEric Andersen
2003-07-03Patch from Russell Coker:Eric Andersen
2003-07-03Using safe_read seems, well, safer...Eric Andersen
2003-06-26Geir Thomassen wrote, regarding networking/httpd.c line 1358Eric Andersen
2003-06-20Don't shadow a paramaterEric Andersen
2003-06-20last_patch89 from vodz:Eric Andersen
2003-06-10Vodz, last_patch_88Glenn L McGrath
2003-05-27Put this back the way it was. I misunderstood what vodz was doing.Eric Andersen
2003-05-26Make all syscall declarations use the syscall() functionEric Andersen
2003-05-26This was doing some silly stuff that is not necessary when usingEric Andersen
2003-05-26Skip printing "/proc/%d/cmdline" stuff when it is not relevantEric Andersen
2003-05-26Remove cruftEric Andersen
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-05-13Fix \l so it doesnt print the character as well as the tty, from oldGlenn L McGrath
2003-05-02Patch from Dmitry V. Levin to fix a fd leakEric Andersen
2003-04-21sync with waldiGlenn L McGrath
2003-04-19Patch from David Updegraff to use calloc so that forward pointers start outEric Andersen
2003-04-16Minor .o file naming changeEric Andersen
2003-03-19Restrict octal perms to <= 07777. Cosmetic error message change.Manuel Novoa III
2003-03-19Obligatory forgotten item.Manuel Novoa III
2003-03-19Major coreutils update.Manuel Novoa III
2003-03-07With nightmares of libbb ending up with 100 .c files startingEric Andersen
2003-03-07Define bb_xgetlarg as a standard interface for extractingEric Andersen
2003-02-27Write all the help text for the util-linux utilities. AllowEric Andersen
2003-02-09Fix compiler warnings, patch by Steven ScholzGlenn L McGrath