aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lib.h
Commit message (Expand)AuthorAgeFilesLines
* Change fileunderdir() to return abspath to file.Rob Landley2019-03-271-1/+1
* Make touch use xparsedate() (result: -t and -d the same, autodetects format),Rob Landley2019-03-261-1/+1
* Factor out xparsedate() and xvali_date() into lib.Rob Landley2019-03-241-0/+2
* Make multiple sendfile variants, and teach xpopen_both() to use existingRob Landley2019-03-101-0/+3
* Half-finished su change checked in, sorry.Rob Landley2019-03-091-0/+1
* Add reset_env() and make su and login use it. Do long-delayed login cleanup.Rob Landley2019-03-071-0/+1
* Bumper typo cleanup.Elliott Hughes2019-02-231-3/+3
* Move nanomove(), nanodiff(), union socksaddr, and xrecvwait() to lib.Rob Landley2019-02-131-0/+10
* Fix sigjmp_buf/jmp_buf mismatches.Elliott Hughes2019-01-221-3/+3
* Move xsendto() to lib/net.c.Rob Landley2019-01-161-0/+1
* sed: add -z.Elliott Hughes2019-01-121-1/+1
* Merge xconnect/xbind.Rob Landley2019-01-121-2/+2
* Make poke() alignment-agnostic.Rob Landley2018-12-271-1/+3
* Add grep --colorRob Landley2018-12-231-0/+2
* Add xrename()Rob Landley2018-12-141-0/+1
* nc: add IPv6 support.Josh Gao2018-12-101-0/+1
* macOS: replace local strnstr with strcasestr.Elliott Hughes2018-11-281-1/+0
* macOS: noreturn.Elliott Hughes2018-11-281-5/+5
* Add % to lib/args.c (long time in milliseconds), add xmillitime(), redoRob Landley2018-10-211-0/+1
* Move start_redraw() to lib/ and have ps.c (top) use it.Rob Landley2018-10-211-0/+1
* Add xsignal_flags() and more consistently use xsignal() instead of signal().Rob Landley2018-10-101-0/+1
* Make microcom use set_terminal() and move speed setting into set_terminal().Rob Landley2018-08-171-2/+2
* Forgot to check in the deflate header change, and pending shouldn't default y.Rob Landley2018-08-071-0/+5
* diff: add timestamps to the ---/+++ lines and --color.Elliott Hughes2018-07-041-0/+1
* Add cp --parentsRob Landley2018-04-081-0/+2
* Add mkpath() for common case of mkpathat(), and #define magic constants.Rob Landley2018-04-081-0/+4
* Factor out xtempfile()Rob Landley2018-04-031-0/+1
* Remove semicolon from WOULD_EXIT() macro (screws up if statement levels).Rob Landley2018-03-311-1/+1
* Split "comma separated values" parsing from mntent.h plumbing.Rob Landley2018-03-101-6/+8
* Add a way for commands to distinguish "ps -ax" from "ps ax".Rob Landley2018-03-101-0/+1
* Basic ping support.Rob Landley2018-01-301-0/+1
* Switch xgettty() -> tty_fd() (returning -1 instead of erroring out if none).Rob Landley2018-01-141-1/+1
* Move millitime() into lib.c.Rob Landley2018-01-061-0/+1
* Complete rewrite of cut. Handle multipe ranges, add -DFO options, startRob Landley2017-10-101-0/+1
* Fix xargs to obey POSIX's ARG_MAX restrictions.Elliott Hughes2017-10-011-0/+1
* Last commit used xstrtod(), forgot to check it in.Rob Landley2017-09-091-0/+1
* utf8towc() has to be in lib.c if strlower() is going to use it, becauseRob Landley2017-09-021-1/+1
* In wc, replace mbrtowc() with new utf8towc() which doesn't have a context structRob Landley2017-09-021-0/+1
* Split out xgetaddrinfo() from xconnect()Rob Landley2017-07-171-2/+3
* Add and use xmmap.Elliott Hughes2017-05-241-0/+1
* Add minof/maxof macros that autodetect type. Make xzcat use them.Rob Landley2017-05-231-0/+3
* Cleaup chrtRob Landley2017-05-211-0/+1
* Move strend() to lib/lib.cRob Landley2017-05-081-0/+1
* Posix says stdio.h should define 'stdout' as a macro, and bionic turns it intoRob Landley2017-02-041-1/+1
* Switch oneit to use xopen_stdio() for -c (oops) and switch XVFORK() to useRob Landley2017-02-041-1/+1
* Some lib fixes: mark xvfork() noinline, make xsendfile() return bytes copied,Rob Landley2017-01-041-1/+1
* Add DIRTREE_PROC to skip non-numeric entries and make ps/top etc use it.Rob Landley2016-12-081-0/+2
* Have dirtree_notdotdot() pass through !node->parent so . and .. on the commandRob Landley2016-11-211-0/+1
* Make netcat work with nommu and factor out poll() loop into net/net.c.Rob Landley2016-10-111-0/+1
* Replace loopfiles' failok with WARN_ONLY open flag.Rob Landley2016-09-051-1/+1