aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-19Fix various warnings building on FreeBSD.Rob Landley
2019-01-19hostname: fix behavior when in jail.Elliott Hughes
2019-01-18xargs: make --help match reality.Elliott Hughes
2019-01-18Set of commands Ed Maste got building on FreeBSD.Rob Landley
2019-01-18First chunk of sntp code.Rob Landley
2019-01-18Teach xpoll() to measure time if interrupted, and wait for what's left.Rob Landley
2019-01-18Airlock: linux-s390x build grew sha256sum dependency in 420, and remove "test".Rob Landley
2019-01-16Move xsendto() to lib/net.c.Rob Landley
2019-01-14Minor cleanups to patch. (Mostly whitespace and brackets.)Rob Landley
2019-01-13Better support patching files with tabs in the name.Rob Landley
2019-01-12Fix cp permissions when copying symlink contents, and add test.Rob Landley
2019-01-12stat: add --format synonym for -c.Elliott Hughes
2019-01-12sed: add -z.Elliott Hughes
2019-01-12Merge xconnect/xbind.Rob Landley
2019-01-12patch: add -s to the synopsis line and fix typos.Elliott Hughes
2019-01-11Fix b ending with }Rob Landley
2019-01-11sed: add test for AOSP build breakage.Elliott Hughes
2019-01-11patch: add -s/--quiet.Elliott Hughes
2019-01-08modprobe: don't return failure just because we didn't find global config.Elliott Hughes
2019-01-08ls: Fix -t to also sort by st_mtim.tv_nsec.Peter Collingbourne
2019-01-08file: add riscv ELF machine.Elliott Hughes
2019-01-08xchdir: show the specific failure.Elliott Hughes
2019-01-08FreeBSD doesn't #define IUTF8 in termios.h, add workaround to portability.h.Rob Landley
2019-01-08FreeBSD will use the getmntinfo API as with AppleEd Maste
2019-01-08Ed Maste says freebsd hasn't got sys/xattr.h, so move it to portability.h.Rob Landley
2019-01-08Add FreeBSD endianness supportEd Maste
2019-01-08more: don't _exit(0) on success.Elliott Hughes
2019-01-07modprobe: reset errno before ins_mod.Elliott Hughes
2019-01-07Use `return` rather than `continue` to make bash 4.4 happy.Elliott Hughes
2019-01-02Josh Gao said "netcat -l -p 12345" broke:Rob Landley
2018-12-29Use FLAG() macros in ps.Rob Landley
2018-12-27ipv6 address didn't fit in the buffer.Rob Landley
2018-12-27Make poke() alignment-agnostic.Rob Landley
2018-12-26Teach the argument plumbing how to do -@ for mkfs.vfatRob Landley
2018-12-25Simplify the mkflags logic a bit.Rob Landley
2018-12-23Add grep --colorRob Landley
2018-12-21Fix UDP checksum verification error.Elliott Hughes
2018-12-19First stab at sort -VRob Landley
2018-12-19Fix sort -x attached to a key.Rob Landley
2018-12-19readlink: add --canonicalize synonym for -f.Elliott Hughes
2018-12-19md5sum/sha1sum: add --status and --check, fix --check with multiple files.Elliott Hughes
2018-12-18Add grep tests to "make tests".Rob Landley
2018-12-17Use FLAG() macros in grep.Rob Landley
2018-12-17A couple more grep tests, and slightly use dlist_terminate() for the loops.Rob Landley
2018-12-17Only set FLAGS_NODASH when arguments didn't have a dash.Rob Landley
2018-12-17Fix remaining grep_tests.Rob Landley
2018-12-15Add sed -iEXT to keep backup files.Rob Landley
2018-12-14Add xrename()Rob Landley
2018-12-11Implement --preserve default = mot behavior (fixes segfault when no argument).Rob Landley
2018-12-10nc: add UDP support.Josh Gao