2001-07-30 |
Eric Andersen | This incorporates Posix math support into ash. The... |
tree | commitdiff |
2001-07-23 |
Matt Kraai | Add support for devfs device names. |
tree | commitdiff |
2001-07-22 |
Eric Andersen | Some patches to make dietlibc work... |
tree | commitdiff |
2001-07-19 |
Eric Andersen | Some adjustments, mostly from David McCullough <davidm... |
tree | commitdiff |
2001-07-18 |
Glenn L McGrath | Change read_package_field interface, and rewrite using... |
tree | commitdiff |
2001-07-18 |
Glenn L McGrath | Fix extract_archive so it doesnt mangle filenames,... |
tree | commitdiff |
2001-07-18 |
Glenn L McGrath | Fail silently on failure to read tar header, its unfort... |
tree | commitdiff |
2001-07-17 |
Eric Andersen | This is vodz' latest patch. Sorry it took so long... |
tree | commitdiff |
2001-07-14 |
Glenn L McGrath | enum entry for unarchive to be used by tar |
tree | commitdiff |
2001-07-14 |
Glenn L McGrath | Allow the unarchive() extract_list variable to be NULL... |
tree | commitdiff |
2001-07-13 |
Glenn L McGrath | Return NULL if file doesnt open in deb_extract |
tree | commitdiff |
2001-07-13 |
Glenn L McGrath | Make sure there is a trailing '\0' when extracting... |
tree | commitdiff |
2001-07-13 |
Glenn L McGrath | Dont setvbuff in here, must be called just after stream... |
tree | commitdiff |
2001-07-13 |
Glenn L McGrath | Move setvbuf calls from gz_open() to calling functions... |
tree | commitdiff |
2001-07-12 |
Eric Andersen | Patch from vodz: |
tree | commitdiff |
2001-07-12 |
Glenn L McGrath | Quiet mode, sometimes error messages arent wanted |
tree | commitdiff |
2001-07-11 |
Glenn L McGrath | Allow unarchive to redirect stdout (tobe used by dpkg... |
tree | commitdiff |
2001-07-11 |
Glenn L McGrath | Fix bug where it wasnt returning the last line of a... |
tree | commitdiff |
2001-07-11 |
Glenn L McGrath | Reverse part of my previous changes |
tree | commitdiff |
2001-07-11 |
Glenn L McGrath | free coniditionally, just to make it play nice with... |
tree | commitdiff |
2001-07-11 |
Glenn L McGrath | minor dmalloc inspired cleanups |
tree | commitdiff |
2001-07-07 |
Eric Andersen | Avoid a segfault (detected by Fabio Ferrari |
tree | commitdiff |
2001-07-05 |
Matt Kraai | Removed obsolete function, strdup_substr. |
tree | commitdiff |
2001-07-05 |
Eric Andersen | Fix a stupid thinko, and fix killall to cope with the... |
tree | commitdiff |
2001-07-05 |
Eric Andersen | Implement suggestion from Adam Slattery, (don't default... |
tree | commitdiff |
2001-06-30 |
Eric Andersen | Generalize comment -- no longer ls specific |
tree | commitdiff |
2001-06-30 |
Manuel Novoa III | All-integer version (but it does use an unsigned long... |
tree | commitdiff |
2001-06-29 |
Manuel Novoa III | Add some missing includes to kill warnings when buildin... |
tree | commitdiff |
2001-06-28 |
Eric Andersen | Allow xrealloc to act as a free() when size=0, per... |
tree | commitdiff |
2001-06-27 |
Eric Andersen | Fix a type promotion bug discivered and analyzed by... |
tree | commitdiff |
2001-06-26 |
Eric Andersen | Make it so we don't segfault when /proc isn't mounted... |
tree | commitdiff |
2001-06-26 |
Eric Andersen | Don't use void * to pass pointers of known type |
tree | commitdiff |
2001-06-26 |
Glenn L McGrath | Vladimir's last_patch_15 |
tree | commitdiff |
2001-06-24 |
Glenn L McGrath | Nore unarchive (and doc) fixes from Laurence Anderson |
tree | commitdiff |
2001-06-22 |
Glenn L McGrath | cpio applet, and changes to associated code |
tree | commitdiff |
2001-06-22 |
Matt Kraai | Remove obsolete function declaration. |
tree | commitdiff |
2001-06-22 |
Eric Andersen | stdlib.h defined free(), which this needs |
tree | commitdiff |
2001-06-22 |
Eric Andersen | Fix the build process so it does not do the evil #ifdef... |
tree | commitdiff |
2001-06-22 |
Eric Andersen | Add in a missing header file |
tree | commitdiff |
2001-06-22 |
Glenn L McGrath | Dont change date or chmod on symlinks, lchown on symlin... |
tree | commitdiff |
2001-06-22 |
Glenn L McGrath | remove defines around unarchive, its always used |
tree | commitdiff |
2001-06-22 |
Tim Riker | comment cleanup |
tree | commitdiff |
2001-06-22 |
Tim Riker | create_path -> make_directory |
tree | commitdiff |
2001-06-21 |
Matt Kraai | Rewrote mkdir (and touched lots of things in the process). |
tree | commitdiff |
2001-06-20 |
Glenn L McGrath | Reorganise unarchiving functions, more code re-use... |
tree | commitdiff |
2001-06-15 |
Eric Andersen | With a bit of care I was able to save about 100 bytes. |
tree | commitdiff |
2001-06-15 |
Glenn L McGrath | This isnt used anymore, replaced by seek_sub_file(... |
tree | commitdiff |
2001-06-13 |
Eric Andersen | I reworked make_human_readable_str so it now has a... |
tree | commitdiff |
2001-06-13 |
Glenn L McGrath | Reorganise unarchive functions, new files, removed... |
tree | commitdiff |
2001-06-13 |
Glenn L McGrath | Reorganise archive extraction code |
tree | commitdiff |
2001-06-11 |
Matt Kraai | Copy files until EOF, not the reported file size, to... |
tree | commitdiff |
2001-06-08 |
Matt Kraai | Add padding to struct sysinfo needed by m68k (note... |
tree | commitdiff |
2001-06-01 |
Eric Andersen | Vladimir's last_patch13, containing several bugfixes. |
tree | commitdiff |
2001-05-23 |
Eric Andersen | Patch from larry to fix some grammar errors. |
tree | commitdiff |
2001-05-23 |
Matt Kraai | Make more robust (patch by Larry Doolittle). |
tree | commitdiff |
2001-05-18 |
Matt Kraai | Rewrote copyfd to use library functions, terminate... |
tree | commitdiff |
2001-05-17 |
Matt Kraai | Switch from hstrerror to herror for libc5 systems. |
tree | commitdiff |
2001-05-16 |
Matt Kraai | Add missing include, noted by Larry Doolittle. |
tree | commitdiff |
2001-05-16 |
Matt Kraai | Add xgethostbyname and herror_msg* functions. |
tree | commitdiff |
2001-05-15 |
Eric Andersen | This patch from Adam Heath <doogie@debian.org>, makes... |
tree | commitdiff |
2001-05-15 |
Eric Andersen | Patch from Vladimir: |
tree | commitdiff |
2001-05-14 |
Eric Andersen | Per suggestion from Vladimir, eliminate check_wildcard_... |
tree | commitdiff |
2001-05-11 |
Eric Andersen | Fix a segfault in lash, hush, and cmdedit. Each of... |
tree | commitdiff |
2001-05-11 |
Matt Kraai | Fix symlink removal problem noted by Erik Andersen. |
tree | commitdiff |
2001-05-07 |
Eric Andersen | This syncs things with Vladimir's latest patches. ... |
tree | commitdiff |
2001-05-07 |
Eric Andersen | This is Vladimir's update to last_char_is(). Since... |
tree | commitdiff |
2001-05-07 |
Eric Andersen | A patch from Vladimir to simplify chomp() |
tree | commitdiff |
2001-05-07 |
Eric Andersen | A patch from Vladimir to simplify concat_path_file... |
tree | commitdiff |
2001-05-07 |
Eric Andersen | Per some comments from Lars Kellogg-Stedman <lars@larss... |
tree | commitdiff |
2001-05-05 |
Glenn L McGrath | include libbb.h after other includes |
tree | commitdiff |
2001-05-04 |
Eric Andersen | Larry suggested using concat_path_file() would be an... |
tree | commitdiff |
2001-04-30 |
Eric Andersen | Oops. I was a bit too hasty and also changed applet_name. |
tree | commitdiff |
2001-04-30 |
Mark Whitley | Made new xreadlink function for libbb and changed apple... |
tree | commitdiff |
2001-04-30 |
Eric Andersen | These messages can be .rodata, so make them even more... |
tree | commitdiff |
2001-04-30 |
Matt Kraai | Fix user permissions of copied directories. |
tree | commitdiff |
2001-04-30 |
Matt Kraai | Simplify permission handling for FIFOs. |
tree | commitdiff |
2001-04-30 |
Matt Kraai | Fix exit status when there is an error copying a file. |
tree | commitdiff |
2001-04-27 |
Matt Kraai | Terminate source correctly when copying symlink. Repor... |
tree | commitdiff |
2001-04-26 |
Eric Andersen | Another nice cleanup from Larry. This adds a new last_... |
tree | commitdiff |
2001-04-25 |
Mark Whitley | libbb.h now includes ../busybox.h. This way, files... |
tree | commitdiff |
2001-04-25 |
Mark Whitley | Fixed a BB_MTAB #define buglet reported by Magnus Damm. |
tree | commitdiff |
2001-04-25 |
Eric Andersen | Move messages.c to libbb. Make each string in messages... |
tree | commitdiff |
2001-04-24 |
Matt Kraai | Rewrote rm. |
tree | commitdiff |
2001-04-24 |
Matt Kraai | Use generic flag names. |
tree | commitdiff |
2001-04-24 |
Matt Kraai | Move applet_name declaration from busybox.h to libbb.h. |
tree | commitdiff |
2001-04-23 |
Matt Kraai | Rewrite cp and mv to be SUSv2 compliant. |
tree | commitdiff |
2001-04-23 |
Mark Whitley | Reversed last patch; unnecessary. |
tree | commitdiff |
2001-04-23 |
Mark Whitley | Added a sanity check to fix weird bug exposed when... |
tree | commitdiff |
2001-04-23 |
Glenn L McGrath | Simplify file_prefix handling, and use of *dir variable. |
tree | commitdiff |
2001-04-21 |
Glenn L McGrath | Fix horrible, horrible memmory leak. I wondered why... |
tree | commitdiff |
2001-04-21 |
Glenn L McGrath | Clearly define out exclude list code, as recommended... |
tree | commitdiff |
2001-04-20 |
Glenn L McGrath | Set permissions of created file |
tree | commitdiff |
2001-04-19 |
Eric Andersen | This has two patches. First it moves interface.c to... |
tree | commitdiff |
2001-04-18 |
Eric Andersen | Move real_loop.h to libbb, where it belongs. |
tree | commitdiff |
2001-04-18 |
Eric Andersen | Add types for the inline funcs, thanks to Ralph Siemsen... |
tree | commitdiff |
2001-04-18 |
Matt Kraai | Eliminated seeks so that we work correctly on pipes... |
tree | commitdiff |
2001-04-16 |
Glenn L McGrath | dpkg improvements, use full package struct, avoid extra... |
tree | commitdiff |
2001-04-15 |
Glenn L McGrath | untar changed to allow deb_extract to extract to memory... |
tree | commitdiff |
2001-04-15 |
Glenn L McGrath | Reads a field from a debian control (status or availabl... |
tree | commitdiff |
2001-04-15 |
Glenn L McGrath | Read a FILE* till an empty line or eof and return it... |
tree | commitdiff |
next |