Port over the last of the tinylogin applets
[oweals/busybox.git] / include / libbb.h
2002-06-23 Eric AndersenPort over the last of the tinylogin applets
2002-06-04 Robert GrieblImplement two types of suid/sgid support for BusyBox:
2002-04-13 Eric AndersenStupid gcc always includes its own builtin strlen()...
2002-03-20 Eric AndersenFix devfs loop device support
2002-01-02 Glenn L McGrathunzip applet by Laurence Anderson
2001-12-17 Matt KraaiMake cp and mv optionally preserve hard links.
2001-12-06 Eric AndersenIf find_pid_by_name() had an error, it was returning...
2001-10-25 Glenn L McGrathlibunarchive, and recovery from my previous commit
2001-10-25 Glenn L McGrathModify applets to use libunarchive
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-13 Glenn L McGrathunarchive function changed to support both exclude...
2001-10-05 Matt KraaiInvert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREF...
2001-08-24 Matt KraaiEliminate improper consts and allow standard version...
2001-08-10 Matt KraaiCommit Vladimir's simplify_path.
2001-08-02 Eric AndersenMore libc5 fixups
2001-08-02 Eric Andersenmake_directory used mode as if it were an signed entity...
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-07-30 Eric AndersenThis incorporates Posix math support into ash. The...
2001-07-23 Matt KraaiAdd support for devfs device names.
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-18 Glenn L McGrathChange read_package_field interface, and rewrite using...
2001-07-14 Glenn L McGrathenum entry for unarchive to be used by tar
2001-07-12 Eric AndersenPatch from vodz:
2001-07-12 Glenn L McGrathQuiet mode, sometimes error messages arent wanted
2001-07-11 Glenn L McGrathAllow unarchive to redirect stdout (tobe used by dpkg...
2001-07-05 Matt KraaiRemoved obsolete function, strdup_substr.
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 Matt KraaiRemove obsolete function declaration.
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-13 Eric AndersenI reworked make_human_readable_str so it now has a...
2001-06-13 Glenn L McGrathReorganise archive extraction code
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-18 Matt KraaiRewrote copyfd to use library functions, terminate...
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-07 Eric AndersenThis syncs things with Vladimir's latest patches. ...
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-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 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-18 Eric AndersenAdd types for the inline funcs, thanks to Ralph Siemsen...
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-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 McGrathChange size to unsinged long long, so if -1 is passed...
2001-04-12 Glenn L McGrathFix dpkg-deb, enum's are cool
2001-04-12 Glenn L McGrathconvert() is used by dos2unix and unix2dos
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
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-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 number of cleanups. Now compiles with libc5, glibc...
2001-04-04 Eric AndersenSeems that stupid libc5 doesn't implement daemon()...
2001-03-28 Matt KraaiPatch bass ackwards behavior of hr flag.
2001-03-19 Eric AndersenSplit error messages into separate files.
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...