aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-1454-80/+73
* Fixup compile problem with dmallocandersen2003-07-051-1/+1
* Patch from Russell Coker:andersen2003-07-033-3/+30
* Using safe_read seems, well, safer...andersen2003-07-031-1/+1
* Geir Thomassen wrote, regarding networking/httpd.c line 1358andersen2003-06-262-2/+2
* Don't shadow a paramaterandersen2003-06-201-3/+3
* last_patch89 from vodz:andersen2003-06-202-8/+139
* Vodz, last_patch_88bug12003-06-101-4/+7
* Put this back the way it was. I misunderstood what vodz was doing.andersen2003-05-271-23/+17
* Make all syscall declarations use the syscall() functionandersen2003-05-262-63/+64
* This was doing some silly stuff that is not necessary when usingandersen2003-05-261-17/+23
* Skip printing "/proc/%d/cmdline" stuff when it is not relevantandersen2003-05-261-1/+1
* Remove cruftandersen2003-05-261-2/+0
* Vodz, last_patch_86bug12003-05-2612-61/+79
* Fix \l so it doesnt print the character as well as the tty, from oldbug12003-05-131-1/+2
* Patch from Dmitry V. Levin to fix a fd leakandersen2003-05-021-0/+1
* sync with waldibug12003-04-211-1/+1
* Patch from David Updegraff to use calloc so that forward pointers start outandersen2003-04-191-7/+29
* Minor .o file naming changeandersen2003-04-162-5/+5
* Restrict octal perms to <= 07777. Cosmetic error message change.mjn32003-03-191-1/+1
* Obligatory forgotten item.mjn32003-03-191-2/+2
* Major coreutils update.mjn32003-03-1978-1049/+1823
* With nightmares of libbb ending up with 100 .c files startingandersen2003-03-072-1/+1
* Define bb_xgetlarg as a standard interface for extractingandersen2003-03-072-1/+29
* Write all the help text for the util-linux utilities. Allowandersen2003-02-271-1/+1
* Fix compiler warnings, patch by Steven Scholzbug12003-02-092-5/+4
* Login prompt function, part of waldi's telnetd from inetd patchbug12003-01-211-0/+124
* run telnet from inetd, present login prompt if login is configured,bug12003-01-211-1/+1
* New test mode that allows run_parts to fail silently if the directorybug12003-01-201-4/+9
* Make test mode output same as official versionbug12003-01-201-3/+3
* Eliminate most instances where we use linux kernel headersandersen2003-01-141-2/+7
* Correct some init issues, update email address, last_patch78 by Vladimirbug12003-01-132-2/+2
* rmmod -a removed modules recursivelytimr2002-12-142-1/+30
* Merge copyfd and copy_file_chunkbug12002-12-133-17/+47
* Move add_to_list from libunarchive to libbb so it can be of more general use ...bug12002-12-082-1/+16
* Re-sort filenames to alphebetical order.bug12002-12-071-21/+21
* Commit to reverse my previous commit, isnt cvs supposed to have some undo com...bug12002-12-071-2/+2
* include "busybox" after the libc includes tofix compile errorsbug12002-12-071-2/+2
* Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notandersen2002-12-053-92/+2
* Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynikbug12002-12-031-8/+6
* last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynikbug12002-12-021-1/+1
* Move compare_string_array to libbbbug12002-12-022-2/+32
* Use error_msg instead of fprintf(stderrbug12002-11-281-4/+4
* Use error_msg instead of fprintf(stderrbug12002-11-281-2/+1
* Use error_msg( instead of fprintf(stderrbug12002-11-281-2/+2
* Use error_msg instead of fprintf(stderr, other minor cleanupsbug12002-11-281-27/+19
* Style, minor cleanupsbug12002-11-281-155/+163
* use #ifdef CONFIG_* instead of #if CONFIG_*bug12002-11-262-5/+6
* Use #ifdef instead of #ifbug12002-11-263-6/+6
* Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Ol...bug12002-11-251-4/+11