OSDN Git Service

Grep exits with 2 for errors, which can happen at any time ( > /dev/full).
[android-x86/external-toybox.git] / lib / lib.c
2017-06-06 Rob LandleyAdd comment explaining strend()
2017-06-06 Rob LandleyHave help_exit() give a brief "See %s --help" message...
2017-05-21 Rob LandleyCleaup chrt
2017-05-09 Rob LandleyMove strend() to lib/lib.c
2017-02-21 Elliott Hughes4a4b3d65644ce403b0f22887fc0d38b0202ec8c7 upset clang.
2017-02-05 Rob LandleySilence a warning.
2016-09-30 Rob Landleysed -i run as root wasn't preserving ownership.
2016-09-05 Rob LandleyReplace loopfiles' failok with WARN_ONLY open flag.
2016-09-03 Rob LandleyMove genericish function to lib.
2016-08-13 Rob LandleyMove getusername/getgroupname to lib. (Return name...
2016-08-04 Rob LandleyMake xopen() skip stdin/stdout/stderr, add xopen_stdio...
2016-07-26 Rob LandleyMove regexec0 into lib (regexec that takes length and...
2016-07-15 Rob LandleyDon't close stdin when loopfiles reads "-".
2016-07-13 Rob LandleyBugfix: suffixless string was feeding terminating NUL...
2016-07-12 Rob LandleyConvert atolx() and friends to use long long internally...
2016-06-15 Rob LandleyAdd readlink0() and readlinkat0() which null terminate...
2016-05-20 Rob LandleyAdd bufgetgrgid()
2016-05-17 Rob LandleyAdd bufgetpwuid. (Repeated calls to getpwuid() are...
2016-04-10 Rob LandleyDidn't check in all my local basename_r->getbasename...
2016-04-08 Rob LandleyRedefining basename_r to mean something random seems...
2016-03-29 Rob LandleyFix exit code of things like sed -i that use tempfile_h...
2016-03-14 Rob LandleySplit out _xexit() from xexit() and give sigatexit...
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-02-19 Elliott HughesImplement "insmod -".
2016-02-14 Elliott HughesImplement file(1).
2016-02-11 Rob LandleyFactor out strnstr() since posix hasn't got it, and...
2016-01-23 Rob LandleyFactor out insanitize() from seq.c to next_printf(...
2016-01-20 Rob LandleyFirst stab at making readfileat() realloc() in a loop...
2016-01-17 Rob LandleyExtend utf8 fontmetrics so ps can use them.
2016-01-16 Rob LandleyMove create_uuid() to lib and xpoll() to lib/net.c.
2016-01-11 Elliott HughesFix perror_exit_raw.
2016-01-09 Elliott HughesFix cat -.
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2015-12-29 Rob LandleyAdd strafter() to lib.
2015-12-27 Rob LandleyAdd scan_key_getsize() doing the ANSI probe, switch...
2015-11-27 Rob LandleySplit do_ps() into get_ps() and show_ps() as a start...
2015-11-02 Rob LandleyIf chomp() needs to test it found \n, should also test...
2015-11-02 Elliott HughesAdd ps -Z.
2015-09-29 Rob Landleyhelp_exit() tweak.
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-09-07 Rob LandleyRemove prompt argument from yesno(), caller can fprintf...
2015-09-07 Rob LandleySwitch HR_SI to HR_1000, make binary the default, make...
2015-09-04 Rob LandleyMake human_readable() handle base 1024 units without...
2015-08-09 Elliott HughesDifferent tools have different ideas about what human...
2015-08-09 Rob LandleyFirst pass at proper bunzip2 command line handling.
2015-08-01 Rob LandleyMove strlower() from find to lib.
2015-07-10 Rob LandleyAdd a basename_r() and use it in names_to_pid() to...
2015-05-09 Rob LandleyMove not-curses code into interstingtimes.c
2015-04-30 Rob LandleyRemove redundant numlen.
2015-04-27 Rob LandleySome infrastructure hexedit needs. (Poor man's curses.)
2015-04-20 Rob LandleyCleanup getprop, add qstrcmp() to lib for qsort (becaus...
2015-04-17 Elliott Hughesterminal_size should use LINES, not ROWS.
2015-04-03 Rob LandleyAdd readfileat() to lib
2015-03-23 Rob LandleyTweak of Elliott Hughes's fix for an off by one error...
2015-01-18 Rob LandleyRemove trailing whitespace.
2015-01-01 Rob Landleystrtol() doesn't return error indicator for overflow...
2014-12-22 Rob LandleyAllocate space for null terminator.
2014-12-13 Rob LandleyAdd base64.
2014-12-13 Rob LandleyRemove more strncpy() calls.
2014-10-27 Rob LandleyO_CLOEXEC was confusing the O_RDONLY test in loopfiles...
2014-10-18 Rob LandleyFactor out printf-style escape parsing logic from echo.c.
2014-10-14 Rob LandleyUse O_CLOEXEC instead of O_RDONLY to signal loopfiles_r...
2014-08-15 Rob LandleyIf string_to_mode() is called on a base mode with S_ISD...
2014-07-22 Rob LandleyLittle endian and big endian versions of peek (for...
2014-07-20 Rob Landleyfind needs "c" suffix to -size.
2014-06-24 Rob Landleyfind_in_path() is supposed to work with a NULL path...
2014-06-09 Rob LandleyForgot to check in strstart().
2014-05-21 Rob LandleyAdd generic_signal() handler, which sets toys.signal...
2014-05-06 Rob LandleySwitch human_readable() to just outputing decimal kilo...
2014-05-02 Ashwini SharmaIn function readfile(), the buffer buf is free'd when...
2014-03-24 Rob LandleyFix mkdir -p with absolute paths.
2014-03-12 Rob LandleyMove mkpathat to lib, remove redundant function used...
2014-03-11 Rob LandleyAdd "volatile" annotation to peek/poke to stop potentia...
2014-03-01 Rob LandleyFix another bug reported by Ashwini Sharma.
2014-02-16 Rob LandleyVarious cleanups found by Tom Sparrow's static analysis.
2013-12-19 Rob LandleyMove names_to_pid from pending to lib.
2013-12-08 Rob LandleyDoing math on void pointers isn't portable, reported...
2013-11-29 Rob LandleyOops, cleaned up ifconfig uses atolx_range() instead...
2013-11-07 Rob LandleyTweak terminal_size to never set either to 0, and retur...
2013-10-27 Rob LandleyRefactor terminal querying.
2013-09-17 Rob LandleyFix -t c0 and -J as reported by heehooman at gmail...
2013-09-03 Rob LandleyIntroduce libbuf analogous to toybuf but for use by...
2013-09-03 Rob LandleyRemove itoa/utoa, let libc do this with sprintf.
2013-08-28 Rob LandleyRewrite pmap to be simpler and match other implementati...
2013-08-08 Rob LandleyAchille Fouilleul pointed out that fdlength wasn't...
2013-07-16 Rob LandleySplit lib/xwrap.c from lib/lib.c
2013-07-15 Rob LandleyNew stuff added to lib.c needs review too, so make...
2013-07-12 Strakeadd grep
2013-06-17 Rob LandleyAdd xexit() and make error_exit() use it.
2013-06-02 Rob LandleyStat cleanup.
2013-06-02 Rob LandleyEnable readfile() and add peek() and poke() functions.
2013-05-19 Rob Landleyxioctl() error message should use hex ioctl number...
2013-04-29 Rob LandleyFix xabspath when last path component exists but we...
2013-04-22 Felix JandaAdd library function for the file permission formatting...
2013-04-26 Rob LandleyAdd posix headers to toynet.h, move xioctl() to lib...
2013-04-21 Rob LandleyMore ifconfig cleanup.
2013-04-15 Rob LandleyMove guts of help command into show_help() in lib/help...
2013-01-31 Rob LandleyFix -in behavior: descend into existing directory witho...
2013-01-18 Rob LandleyFix xabspath() resolving symlink after .., and properly...
2013-01-02 Rob LandleyHave error_msg() and friends set TT.exitval to 1 if...
next