stop declariong our own dirname prototype
[platform/upstream/busybox.git] / include / libbb.h
2011-09-10 Denys Vlasenkostop declariong our own dirname prototype
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-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-06-30 Dan FandrichUse the _unlocked stdio macros only when they're all...
2011-06-30 Denys Vlasenkolibbb.h: tweak _unlocked hack
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-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-04-07 Denys Vlasenkolibbb: make set_nport accept pointer to sockaddr, not...
2011-03-31 Denys Vlasenkoash,hush: optional support for $HISTFILESIZE.
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2011-03-01 Denys Vlasenkolibbb: make user/group name cache strings longer (...
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-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-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-17 Denys Vlasenkoinsmod: check for module read errors
2011-01-16 Tito Ragusamove passwd, shadow, group and gshadow path definitions...
2010-12-05 Lauri Kasanenpstree: new applet. +1664 bytes
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-27 Denys Vlasenkolibbb: introduce and use common crc32 routine
2010-10-25 Kevin Cernekeefdisk: initial stab at GPT partition support
2010-10-24 Denys Vlasenkoremove unused SC_x (serial port names) defines
2010-10-23 Denys Vlasenkolibbb: introduce and use strcpy_and_process_escape_sequ...
2010-10-22 Alexander Shishkin*: introduce and use xmkstemp. -65 bytes.
2010-10-19 Denys Vlasenkolibbb/hash_md5_sha: use common ctx and code for md5...
2010-10-18 Denys Vlasenkohash_md5_sha: use common finalization routine for MD5...
2010-10-18 Denys Vlasenko*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes...
2010-10-18 Denys Vlasenko*: use SWAP_BE64 instead of open-coding it
2010-10-17 Denys Vlasenkobring md5 and sha1 names closer. no code changes
2010-10-16 Denys VlasenkoshaN: code shrink
2010-10-16 Denys Vlasenkomd5: code shrink; and use 64-byte temp buf, not 128...
2010-10-16 Denys Vlasenko*: pass md5/shaN context pointer as 1st arg, not last
2010-10-15 Denys Vlasenkolibbb/md5: code shrink
2010-09-16 Denys Vlasenkolibbb: merge mail and uudecode's base64 decoders
2010-09-01 Denys Vlasenkolibbb: xfunc_error_retval can be a byte
2010-09-01 Denys Vlasenkobetter shared strings trick
2010-08-31 Denys Vlasenkolibbb: add xfstat function
2010-08-28 Alexander Shishkinpmap: new applet. +1k.
2010-08-22 Denys Vlasenkopatch: support "patch [FILE [PATCH]]" format
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-16 Denys Vlasenkolibbb: factor out common code from mpstat/iostat
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-08-06 Waldemar BrodkorbOpenBSD compatibility
2010-07-18 Jeremie Koeniglibbb.h: add device names for Hurd and FreeBSD
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-07-03 Pascal Bellardlibbb: introduce and use BB_EXECVP_or_die()
2010-07-03 Lauri Kasanenlosetup: use LOOP_foo defines
2010-06-27 Ladislav Michl*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix,...
2010-06-24 Denys Vlasenko*: introduce and use bb_unsetenv_and_free
2010-06-21 Denys Vlasenkobootchartd: added optional compat features
2010-06-07 Denys Vlasenkobbconfig: make it independent from printf functions
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-05-30 Denys Vlasenko*: teach tar et. al. to understand .xz by heart
2010-05-06 Denys Vlasenkorpm: code shrink. Now uses open_zipped's logic (factore...
2010-04-06 Denys Vlasenkolibbb: add skip_dev_pfx()
2010-04-06 Denys Vlasenkotelnetd: fill hostname field in utmp/wtmp records
2010-04-05 Denys Vlasenkotelnetd: write LOGIN/DEAD_PROCESS utmp records. Closes...
2010-04-05 Denys Vlasenkolibbb: split update_utmp from login/getty in preparatio...
2010-04-04 Denys Vlasenkolibbb: factor out hex2bin() for infiniband address...
2010-03-26 Jérémie KoenigHurd compat fixes. Mostly dealing with absent PATH_MAX
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2010-03-11 Denys Vlasenkolineedit: fix another corner case with bad unicode...
2010-03-09 Tomas Heinrichlineedit: invalid unicode characters are replaced with...
2010-03-05 Denys Vlasenkotftp: do not show progress bar if we get error right...
2010-02-26 Denys Vlasenkosu: move restricted_shell into su.c (the only user)
2010-02-26 Denys Vlasenkosetup_environment(): eliminate one parameter
2010-02-26 Bernhard Reutner... crontab: use setup_environment
2010-02-02 Denys Vlasenkomore thorough fix for systems with strange socklen_t
2010-02-02 Denys Vlasenkostat: get rid on intmax_t
2010-02-01 Denys VlasenkomkXXXX: unify [KBYTES] parameter handling (added it...
2010-01-31 Denys Vlasenkols: unicode fixes
2010-01-18 Denys Vlasenkols: make it so that group never glues itself to file...
2010-01-15 Denys Vlasenkocp: fix -H handling
2010-01-12 Denys Vlasenkolibbb: introduce and use monotonic_ms
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2010-01-04 Denys Vlasenko*: make 2 more "int argc"'s unused; more saved if ...
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
next