Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-03 | Using safe_read seems, well, safer... | Eric Andersen | |
2003-06-26 | Geir Thomassen wrote, regarding networking/httpd.c line 1358 | Eric Andersen | |
Hello, I think the test for an unconfigured httpd is wrong in the CVS (busybox-unstable-20030620.tar.bz2) flg_deny_all is default 0 vodz then wrote: Oops. You are right. Also, this mistake haved from two place. Last patch rewroted to my new get_ularg() function for overcompensate size from this error found ;-) | |||
2003-06-20 | Don't shadow a paramater | Eric Andersen | |
2003-06-20 | last_patch89 from vodz: | Eric Andersen | |
Manuel, I rewrite bb_getopt_ulflags() function for more universal usage. My version support now: - options with arguments (optional arg as GNU extension also) - complementaly and/or incomplementaly and/or incongruously and/or list options - long_opt (all applets may have long option, add supporting is trivial) This realisation full compatibile from your version. Code size grow 480 bytes, but only coreutils/* over compensate this size after using new function. Last patch reduced over 800 bytes and not full applied to all. "mkdir" and "mv" applets have long_opt now for demonstrate trivial addition support long_opt with usage new bb_getopt_ulflags(). Complementaly and/or incomplementaly and/or incongruously and/or list options logic is not trivial, but new "cut" and "grep" applets using this logic for examples with full demostrating. New "grep" applet reduced over 300 bytes. Mark, Also. I removed bug from "grep" applet. $ echo a b | busybox grep -e a b a b a b But right is printing one only. --w vodz | |||
2003-06-10 | Vodz, last_patch_88 | Glenn L McGrath | |
2003-05-27 | Put this back the way it was. I misunderstood what vodz was doing. | Eric Andersen | |
2003-05-26 | Make all syscall declarations use the syscall() function | Eric Andersen | |
2003-05-26 | This was doing some silly stuff that is not necessary when using | Eric Andersen | |
vfork(), so I have simplified it. | |||
2003-05-26 | Skip printing "/proc/%d/cmdline" stuff when it is not relevant | Eric Andersen | |
2003-05-26 | Remove cruft | Eric Andersen | |
2003-05-26 | Vodz, last_patch_86 | Glenn L McGrath | |
2003-05-13 | Fix \l so it doesnt print the character as well as the tty, from old | Glenn L McGrath | |
patch by Nick Fedchik | |||
2003-05-02 | Patch from Dmitry V. Levin to fix a fd leak | Eric Andersen | |
2003-04-21 | sync with waldi | Glenn L McGrath | |
2003-04-19 | Patch from David Updegraff to use calloc so that forward pointers start out | Eric Andersen | |
NULL, and so it can handle format strings that have stuff _after_ the last %? specification | |||
2003-04-16 | Minor .o file naming change | Eric Andersen | |
2003-03-19 | Restrict octal perms to <= 07777. Cosmetic error message change. | Manuel Novoa III | |
2003-03-19 | Obligatory forgotten item. | Manuel Novoa III | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-03-07 | With nightmares of libbb ending up with 100 .c files starting | Eric Andersen | |
with "bb_" it seems best to rename this now and avoid starting an evil KDE style naming trend. | |||
2003-03-07 | Define bb_xgetlarg as a standard interface for extracting | Eric Andersen | |
numbers from getopt which includes careful error checking. -Erik | |||
2003-02-27 | Write all the help text for the util-linux utilities. Allow | Eric Andersen | |
people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik | |||
2003-02-09 | Fix compiler warnings, patch by Steven Scholz | Glenn L McGrath | |
2003-01-21 | Login prompt function, part of waldi's telnetd from inetd patch | Glenn L McGrath | |
2003-01-21 | run telnet from inetd, present login prompt if login is configured, | Glenn L McGrath | |
patch from Bastian Blank | |||
2003-01-20 | New test mode that allows run_parts to fail silently if the directory | Glenn L McGrath | |
is not found. Patch from Bastian Blank | |||
2003-01-20 | Make test mode output same as official version | Glenn L McGrath | |
2003-01-14 | Eliminate most instances where we use linux kernel headers | Eric Andersen | |
-Erik | |||
2003-01-13 | Correct some init issues, update email address, last_patch78 by Vladimir | Glenn L McGrath | |
N. Oleynik | |||
2002-12-14 | rmmod -a removed modules recursively | Tim Riker | |
2002-12-13 | Merge copyfd and copy_file_chunk | Glenn L McGrath | |
2002-12-08 | Move add_to_list from libunarchive to libbb so it can be of more general use ↵ | Glenn L McGrath | |
(eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). | |||
2002-12-07 | Re-sort filenames to alphebetical order. | Glenn L McGrath | |
2002-12-07 | Commit to reverse my previous commit, isnt cvs supposed to have some undo ↵ | Glenn L McGrath | |
command ? | |||
2002-12-07 | include "busybox" after the libc includes tofix compile errors | Glenn L McGrath | |
2002-12-05 | Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not | Eric Andersen | |
maintaining it anymore, and it is now terribly out of date. -Erik | |||
2002-12-03 | Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik | Glenn L McGrath | |
2002-12-02 | last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik | Glenn L McGrath | |
2002-12-02 | Move compare_string_array to libbb | Glenn L McGrath | |
2002-11-28 | Use error_msg instead of fprintf(stderr | Glenn L McGrath | |
2002-11-28 | Use error_msg instead of fprintf(stderr | Glenn L McGrath | |
2002-11-28 | Use error_msg( instead of fprintf(stderr | Glenn L McGrath | |
2002-11-28 | Use error_msg instead of fprintf(stderr, other minor cleanups | Glenn L McGrath | |
2002-11-28 | Style, minor cleanups | Glenn L McGrath | |
2002-11-26 | use #ifdef CONFIG_* instead of #if CONFIG_* | Glenn L McGrath | |
2002-11-26 | Use #ifdef instead of #if | Glenn L McGrath | |
2002-11-25 | Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. ↵ | Glenn L McGrath | |
Oleynik | |||
2002-11-24 | Dont need a seperate function | Glenn L McGrath | |
2002-11-24 | When making parent directories set permissions based on the base parent tree ↵ | Glenn L McGrath | |
rather than the new directory to be created. | |||
2002-11-24 | include libbb after stdlib.h as it breaks dmalloc | Glenn L McGrath | |