disable strverscmp usage if we build against uClibc-0.9.31
[platform/upstream/busybox.git] / include /
2011-10-09 Oliver Metzdisable strverscmp usage if we build against uClibc...
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-09-20 Denys Vlasenkoadd INIT_G()'s. No code changes.
2011-09-19 Denys Vlasenkomdev: expand --help so that it's actually useful.
2011-09-12 Denys Vlasenkolosetup: implement -r option. Closes 4033.
2011-09-11 Denys Vlasenkowget: URL-decode user:password before base64-encoding...
2011-09-10 Denys Vlasenkostop declariong our own dirname prototype
2011-09-09 Denys VlasenkoAndroid build fixes and alternate (hopefully simpler...
2011-09-07 Baruch Siachnetworking: consolidate the IP checksum code. -129...
2011-09-04 Denys Vlasenkolineedit: remove SAVE_HISTORY bit, ->hist_file can...
2011-09-04 Denys Vlasenkolineedit: add support for history saving on exit
2011-08-28 Matthias AndreeFixes for FreeBSD build
2011-08-16 Pere Orgahostid: fix behavior on identifiers starting with zeros
2011-08-09 Denys Vlasenkoremove extra IF_WHO()
2011-07-26 Denys Vlasenko*: work around sysinfo.h versus linux/*.h problems
2011-07-25 Denys Vlasenkolibbb.h: do not use homegrown struct sysinfo.
2011-07-08 Denys Vlasenkomore tweak for bionic
2011-07-08 Denys Vlasenkoplatform.h: tweaks for cygwin
2011-06-30 Dan FandrichUse the _unlocked stdio macros only when they're all...
2011-06-30 Denys Vlasenkolibbb.h: tweak _unlocked hack
2011-06-30 Dan FandrichUse the built-in getline on more systems that don't...
2011-06-29 Timo Terasplatform.c: provide getline implementation
2011-06-27 Walter Harmsvi: fix regex search, make it selectable in config
2011-06-21 Denys Vlasenkols: fix HAVE_STRVERSCMP check; add check for older...
2011-06-21 Tito Ragusagroups: new applet
2011-06-21 Denys VlasenkoAdd HAVE_STRVERSCMP, guard the only usage of strverscmp...
2011-06-20 Denys Vlasenkolibbb: use _unlocked variants of stdio I/O.
2011-06-20 Timo Terasparse_config: use getline. BIG speedup with glibc ...
2011-06-18 Denys Vlasenkoprocps: remove PSSCAN_STAT define, users were using...
2011-06-17 Denys Vlasenkolibbb: split bb_get_chunk_from_file and bb_get_chunk_wi...
2011-06-10 Dan Fandrich*: simplify Ethernet header includes
2011-06-03 Dan Fandrichplatform.h: support for build under Android
2011-05-23 Denys Vlasenkolibbb.h: small reordering
2011-05-16 Denys Vlasenkomain: free suid_config list after use
2011-05-13 Denys Vlasenkoadduser: safe username passing to passwd/addgroup
2011-05-12 Denys Vlasenkolibbb.h: use inlined sigfillset, sigemptyset, sigisempt...
2011-05-08 Denys Vlasenkohush: make read builtin interruptible.
2011-05-08 Denys Vlasenkolibbb: nonblock_safe_read->nonblock_immune_read, remove...
2011-05-04 Denys Vlasenkotar: store negative mtime as 0; pack very large files...
2011-04-17 Denys Vlasenkostraighten out dprintf/fdprintf mess; remove old "defin...
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-04-07 Denys Vlasenkolibbb: make set_nport accept pointer to sockaddr, not...
2011-04-02 Pere Orgamove help text from include/usage.src.h to debianutils...
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2011-03-31 Denys Vlasenkoash,hush: optional support for $HISTFILESIZE.
2011-03-28 Pere Orgamove help text from include/usage.src.h to console...
2011-03-27 Denys Vlasenkoapplet_tables: do not include libbb.h, that header...
2011-03-27 Pere Orgamove help text from include/usage.src.h to archival/*.c
2011-03-26 Roman Borisovmount: add --rbind option support
2011-03-23 Denys Vlasenkoash,hush: recheck LANG before every line input
2011-03-20 Denys Vlasenkowget: move help text to .c file
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2011-03-08 Denys Vlasenkoftpd: better usage text
2011-03-06 Bjørn Forsman.gitignore: add missing ignores
2011-03-06 Phil Sutternameif: add matching by phy_address=NUM; extend help...
2011-03-02 Denys Vlasenkotar: skip leading / and handle names like abc/..//...
2011-03-01 Denys Vlasenkotar: on extract, everything up to and including last...
2011-03-01 Denys Vlasenkolibbb: make user/group name cache strings longer (...
2011-02-13 Dan FandrichMove stpcpy replacement function into libbb
2011-02-13 Denys Vlasenkomktemp: make it more compatible with GNU coreutils 8.4
2011-02-11 Denys Vlasenkoprogress meter: fix bugs found in stall detection and...
2011-02-11 Denys Vlasenkoprogress meter: move file name to bb_progress_t. +20...
2011-02-10 Denys Vlasenkoprogress bar: better overflow protection; more precise bar
2011-02-08 Denys Vlasenkouse unistd.h before _POSIX_VERSION
2011-02-08 Denys Vlasenkoash: fix TMOUT not restoring tty attributes
2011-02-07 Denys Vlasenkoincorporate header fixes proposed in bug 3097
2011-02-06 Denys Vlasenkotar: fix a bug where autodetection messes up -z on...
2011-02-04 Denys Vlasenkoash: optional support for $TMOUT variable
2011-02-02 Denys Vlasenkomove nofork_save_area from libbb.h to vfork_daemon_rexec.c
2011-02-02 Denys Vlasenkohush: use FEATURE_SH_NOFORK to enable NOFORK trick
2011-02-02 Denys Vlasenkolibbb: make BB_EXECVP/LP try to exec real binary if...
2011-01-26 Denys Vlasenkodisable length applet. ${#var} and echo -n "$var" ...
2011-01-25 Denys Vlasenkomove utmp.h include to libbb.h
2011-01-25 Davide Cavalcaadd ENABLE_FEATURE_SYSTEMD and use it in syslogd
2011-01-24 Denys Vlasenkonicer looking ifdef in libbb/makedev.c
2011-01-24 Chris ReesFreeBSD compat
2011-01-24 Chris ReesFreeBSD compat
2011-01-23 Denys Vlasenkolibbb: make ndelay_no/off a bit more clever. +14 bytes
2011-01-22 Davide Cavalcahwclock: implement --systz
2011-01-22 Denys Vlasenkopltaform.h: move include of stdint.h before uint16_t...
2011-01-21 Denys Vlasenkosvlogd: extend usage text. +70 bytes
2011-01-21 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2011-01-21 Denys Vlasenkofix compile error on non-x86 architectures
2011-01-19 Chris Reessighandler_t definition for BSD
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-18 Denys Vlasenkodisable automatic selection of FEATURE_SUID; improve...
2011-01-17 Denys Vlasenkoinsmod: check for module read errors
2011-01-16 Tito Ragusamove passwd, shadow, group and gshadow path definitions...
2011-01-13 Denys Vlasenkotop: add keyboard commands to --help
2011-01-11 Denys Vlasenkolibbb unicode: comment out usused function and unused...
2011-01-09 Denys Vlasenkostop giving root rights to dnsd, ipcrm, ipcs
2011-01-09 Denys Vlasenkogetty: fix -i (was ignored)
2011-01-03 Denys Vlasenkoexplain every non-SUID_DROP applet. No code changes
2010-12-31 Denys Vlasenkosu: document -l in --help text. Closes bug 2761
2010-12-29 Denys Vlasenkoblkid: optional support for TYPE="fstype"
2010-12-26 Denys Vlasenkocpio: allow cpio -i to take params - names of files...
2010-12-20 Denys Vlasenkomailutils/*: add verbose option to sendmail; remove...
2010-12-19 Denys Vlasenkols: print a space after each column. Closes bug 2941
2010-12-13 Denys Vlasenkonmeter: deprecate %NNNd specified, use -d MSEC instead
2010-12-05 Joachim Nilssonbuild system: fix "make install" to skip /usr when...
next