don't whine if all we need to do is remove a bg job
[oweals/busybox.git] / libbb /
2001-06-27 Eric AndersenFix a type promotion bug discivered and analyzed by...
2001-06-26 Eric AndersenMake it so we don't segfault when /proc isn't mounted...
2001-06-26 Eric AndersenDon't use void * to pass pointers of known type
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-24 Glenn L McGrathNore unarchive (and doc) fixes from Laurence Anderson
2001-06-22 Glenn L McGrathcpio applet, and changes to associated code
2001-06-22 Matt KraaiRemove obsolete function declaration.
2001-06-22 Eric Andersenstdlib.h defined free(), which this needs
2001-06-22 Eric AndersenFix the build process so it does not do the evil #ifdef...
2001-06-22 Eric AndersenAdd in a missing header file
2001-06-22 Glenn L McGrathDont change date or chmod on symlinks, lchown on symlin...
2001-06-22 Glenn L McGrathremove defines around unarchive, its always used
2001-06-22 Tim Rikercomment cleanup
2001-06-22 Tim Rikercreate_path -> make_directory
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-20 Glenn L McGrathReorganise unarchiving functions, more code re-use...
2001-06-15 Eric AndersenWith a bit of care I was able to save about 100 bytes.
2001-06-15 Glenn L McGrathThis isnt used anymore, replaced by seek_sub_file(...
2001-06-13 Eric AndersenI reworked make_human_readable_str so it now has a...
2001-06-13 Glenn L McGrathReorganise unarchive functions, new files, removed...
2001-06-13 Glenn L McGrathReorganise archive extraction code
2001-06-11 Matt KraaiCopy files until EOF, not the reported file size, to...
2001-06-08 Matt KraaiAdd padding to struct sysinfo needed by m68k (note...
2001-06-01 Eric AndersenVladimir's last_patch13, containing several bugfixes.
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-23 Matt KraaiMake more robust (patch by Larry Doolittle).
2001-05-18 Matt KraaiRewrote copyfd to use library functions, terminate...
2001-05-17 Matt KraaiSwitch from hstrerror to herror for libc5 systems.
2001-05-16 Matt KraaiAdd missing include, noted by Larry Doolittle.
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-15 Eric AndersenThis patch from Adam Heath <doogie@debian.org>, makes...
2001-05-15 Eric AndersenPatch from Vladimir:
2001-05-14 Eric AndersenPer suggestion from Vladimir, eliminate check_wildcard_...
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-05-11 Matt KraaiFix symlink removal problem noted by Erik Andersen.
2001-05-07 Eric AndersenThis syncs things with Vladimir's latest patches. ...
2001-05-07 Eric AndersenThis is Vladimir's update to last_char_is(). Since...
2001-05-07 Eric AndersenA patch from Vladimir to simplify chomp()
2001-05-07 Eric AndersenA patch from Vladimir to simplify concat_path_file...
2001-05-07 Eric AndersenPer some comments from Lars Kellogg-Stedman <lars@larss...
2001-05-05 Glenn L McGrathinclude libbb.h after other includes
2001-05-04 Eric AndersenLarry suggested using concat_path_file() would be an...
2001-04-30 Eric AndersenOops. I was a bit too hasty and also changed applet_name.
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-30 Eric AndersenThese messages can be .rodata, so make them even more...
2001-04-30 Matt KraaiFix user permissions of copied directories.
2001-04-30 Matt KraaiSimplify permission handling for FIFOs.
2001-04-30 Matt KraaiFix exit status when there is an error copying a file.
2001-04-27 Matt KraaiTerminate source correctly when copying symlink. Repor...
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-25 Mark Whitleylibbb.h now includes ../busybox.h. This way, files...
2001-04-25 Mark WhitleyFixed a BB_MTAB #define buglet reported by Magnus Damm.
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-24 Matt KraaiRewrote rm.
2001-04-24 Matt KraaiUse generic flag names.
2001-04-24 Matt KraaiMove applet_name declaration from busybox.h to libbb.h.
2001-04-23 Matt KraaiRewrite cp and mv to be SUSv2 compliant.
2001-04-23 Mark WhitleyReversed last patch; unnecessary.
2001-04-23 Mark WhitleyAdded a sanity check to fix weird bug exposed when...
2001-04-23 Glenn L McGrathSimplify file_prefix handling, and use of *dir variable.
2001-04-21 Glenn L McGrathFix horrible, horrible memmory leak. I wondered why...
2001-04-21 Glenn L McGrathClearly define out exclude list code, as recommended...
2001-04-20 Glenn L McGrathSet permissions of created file
2001-04-19 Eric AndersenThis has two patches. First it moves interface.c to...
2001-04-18 Eric AndersenMove real_loop.h to libbb, where it belongs.
2001-04-18 Eric AndersenAdd types for the inline funcs, thanks to Ralph Siemsen...
2001-04-18 Matt KraaiEliminated seeks so that we work correctly on pipes...
2001-04-16 Glenn L McGrathdpkg improvements, use full package struct, avoid extra...
2001-04-15 Glenn L McGrathuntar changed to allow deb_extract to extract to memory...
2001-04-15 Glenn L McGrathReads a field from a debian control (status or availabl...
2001-04-15 Glenn L McGrathRead a FILE* till an empty line or eof and return it...
2001-04-13 Glenn L McGrathdpkg-deb -f and partial -I commands, adds 600 bytes
2001-04-12 Matt KraaiFix dos2unix/tr problem noted by Larry Doolittle.
2001-04-12 Glenn L McGrathUpdates, fixes for handling contents, verbose extract.
2001-04-12 Glenn L McGrathNew dpkg-deb function -t, stands for --fsys-tarfile
2001-04-12 Glenn L McGrathChange size to unsinged long long, so if -1 is passed...
2001-04-12 Glenn L McGrathdpkg-deb -c works now
2001-04-12 Glenn L McGrathFix dpkg-deb, enum's are cool
2001-04-12 Glenn L McGrathremove unused clearerr statements
2001-04-12 Glenn L McGrathThis belongs in dos2unix.c
2001-04-12 Glenn L McGrathconvert() is used by dos2unix and unix2dos
2001-04-12 Glenn L McGrathMoved from dos2unix
2001-04-11 Glenn L McGrathSeek to start of an entry inside an ar file
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
2001-04-11 Glenn L McGrathThis is primarily to allow deb_extract to be independen...
2001-04-11 Glenn L McGrathRemove unneeded printf statment
2001-04-11 Glenn L McGrathDisable sigterm
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb
2001-04-11 Glenn L McGrathMove deb_extract() to libbb, dpkg now independent of...
2001-04-11 Glenn L McGrathMove get_ar_headers to libbb, make dpkg_deb.c independe...
2001-04-10 Eric AndersenDoc update for the 0.51 release. 0_51
2001-04-10 Eric AndersenPatch from Valdimir to reduce stack usage, since recurs...
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-05 Eric Andersenmore FILE_OFFSET_BITS == 64 adjustments.
2001-04-05 Eric AndersenA first pass at making D_FILE_OFFSET_BITS=64 work,...
2001-04-05 Eric AndersenHandle glibc 2.0.7 as well
2001-04-05 Eric AndersenBe more generic for libc5. We don't need to know struc...
2001-04-05 Eric AndersenAnother iteration -- adjust the init_module syscall...
2001-04-05 Eric Andersen*** empty log message ***
next