- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
- e885d53 Tito writes: by Mike Frysinger · 19 years ago
- 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 19 years ago
- 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
- 1d589b2 Fix losetup so that it A) actually works again, B) has much better error by Rob Landley · 19 years ago
- cc34344 change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
- 61ff4b3 more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
- 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
- 86a1073 bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
- 56b2171 - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
- 5209e18 - add prototype for llist_add_to_end to libbb.h by Bernhard Reutner-Fischer · 19 years ago
- 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
- 0d65565 add a attribute_noreturn macro by Mike Frysinger · 19 years ago
- d4cffd1 - make sure to include dmalloc.h at the very end of busybox.h or libbb.h. by Bernhard Reutner-Fischer · 19 years ago
- d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
- f912ebb - Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopen by Bernhard Reutner-Fischer · 19 years ago
- 7fe6520 This is strange typically modern mistake. Learn please: stat(2) used sys/types.h and not reverse by "Vladimir N. Oleynik" · 19 years ago
- f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
- 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
- 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
- 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
- e0537f6 Bernhard Fischer suggested that get_terminal_width_height() should return by Rob Landley · 19 years ago
- 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
- 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
- 193c8c7 #ifdef reduction infrastructure, based on an argument between Shaun Jackman, by Rob Landley · 19 years ago
- 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
- 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
- e3752e5 Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed by Rob Landley · 20 years ago
- 8445a9f On Tuesday 19 April 2005 21:10, Tito wrote and today added: by Rob Landley · 20 years ago
- 3cd1986 Add bb_msg_read_error by Eric Andersen · 20 years ago
- c0dedd0 Sort rewrite to be SUSv3 compliant. New config option, updated help, and by Rob Landley · 20 years ago
- f15dfc5 Tito writes, by Glenn L McGrath · 20 years ago
- 7eb79ff Tito writes: by Eric Andersen · 20 years ago
- 52499cb Tito writes: by Eric Andersen · 20 years ago
- 93d7fba Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
- 36adca8 Patch from Bastian Blank: by Eric Andersen · 21 years ago
- ed9ecf7 Patch from Bastian Blank: by Eric Andersen · 21 years ago
- 6f9a778 Do not use getpass(3) by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 3cac0c7 Add prototypes for safe_strtol and friends by Eric Andersen · 21 years ago
- 15c3512 Sometimes i get carried away with the use of function pointers, im sure by Glenn L McGrath · 21 years ago
- 68474f3 Make sure stdlib.h is always included before dmalloc.h to avoid problems by Manuel Novoa III · 21 years ago
- 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
- ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
- a1fece2 Get vfork_daemon_rexec working under uclinux by Russ Dill · 21 years ago
- 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
- 78cd84d Dont over-read fd, use function pointer for hash function. by Glenn L McGrath · 21 years ago
- d85421d Include stdint.h by Glenn L McGrath · 21 years ago
- 5f28455 Oskar Liljeblad writes: by Eric Andersen · 21 years ago
- d2a897a Merge common parts of sha1sum and md5sum, which is everything except the by Glenn L McGrath · 21 years ago
- 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
- e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
- dae099b We did not have a safe_write, which is the analog to safe_read. Convert by Eric Andersen · 21 years ago
- aa5a602 Patch by Rob Landley, work in progress update, fixes lots of bugs, by Glenn L McGrath · 21 years ago
- eebcc1d Add the "install" applet, move get_ug_id to libbb as its used by chown, by Glenn L McGrath · 21 years ago
- 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
- 99bd5ad more crond+crontab integrating with loginutil libbb functions and deleted by Glenn L McGrath · 21 years ago
- dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
- 97e2426 "staywithu" writes: by Eric Andersen · 21 years ago
- 546f21a Remove code that too agressively disabled inlines by Eric Andersen · 21 years ago
- 2a18689 Bruno Randolf writes: by Eric Andersen · 21 years ago
- 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
- 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
- 592ebd5 Patch from Paul Mundt: by Eric Andersen · 21 years ago
- f890f9d This declaration no longer needs to hide when using dmalloc by Eric Andersen · 21 years ago
- 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
- a3bb3e6 Geir Thomassen wrote, regarding networking/httpd.c line 1358 by Eric Andersen · 21 years ago
- c9e7024 Add prototype update missing from last_patch89. Fix screwy formatting in cut. by Eric Andersen · 22 years ago
- 8876fb2 last_patch89 from vodz: by Eric Andersen · 22 years ago
- 82ab3d7 Make all syscall declarations use the syscall() function by Eric Andersen · 22 years ago
- 393183d Vodz, last_patch_86 by Glenn L McGrath · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- a9c6bc4 Define bb_xgetlarg as a standard interface for extracting by Eric Andersen · 22 years ago
- a88cb50 Patch from mathuria, compatability with solaris by Glenn L McGrath · 22 years ago
- 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 22 years ago
- 2e51a14 New test mode that allows run_parts to fail silently if the directory by Glenn L McGrath · 22 years ago
- b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 22 years ago
- cf93274 rmmod -a removed modules recursively by Tim Riker · 22 years ago
- 25fe94f Merge copyfd and copy_file_chunk by Glenn L McGrath · 22 years ago
- 66125c8 Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). by Glenn L McGrath · 22 years ago
- b963875 Move compare_string_array to libbb by Glenn L McGrath · 22 years ago
- 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago
- 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
- 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
- 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
- 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
- 5a66b64 Reverse some minor changes that got caught up in my big unarchive patch by Glenn L McGrath · 22 years ago
- 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
- c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
- 242e3b6 define inline if needed for ANSI C compatability by Glenn L McGrath · 22 years ago
- f853db5 Remove definition of is_octal and is_decimal, they arent used by Glenn L McGrath · 22 years ago
- d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
- 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
- 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
- 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 23 years ago
- c9aca45 Implement two types of suid/sgid support for BusyBox: by Robert Griebl · 23 years ago
- db7d5fc Stupid gcc always includes its own builtin strlen()... by Eric Andersen · 23 years ago
- c7a3fb9 Fix devfs loop device support by Eric Andersen · 23 years ago
- 87ac702 unzip applet by Laurence Anderson by Glenn L McGrath · 23 years ago