aboutsummaryrefslogtreecommitdiff
path: root/toys/posix
AgeCommit message (Expand)Author
2015-04-04To ensure that toybox can be installed alongside busybox withoutPaul Barker
2015-03-29Fix head bug pointed out by felix janda (recent -123 code broke first file ar...Rob Landley
2015-03-28Fix sed bug David Halls hit trying to compile libiconv.Rob Landley
2015-03-28Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss.Rob Landley
2015-03-27tail: add old -123 support and comment out #-f until it's actually implemented.Rob Landley
2015-03-21Another bug from David Halls: find -exec wasn't consuming its argument when i...Rob Landley
2015-03-21install -D bugfix from David Halls.Rob Landley
2015-03-19Add -123 support to head (suggested by Elliott Hughes).Rob Landley
2015-03-13Clean up sort help text.Rob Landley
2015-03-12Remove cat -v help text debris.Rob Landley
2015-03-12The time command depends on floating point support.Rob Landley
2015-03-12Make find accept numeric uid/gid, and simplify makedevs using the new infrast...Rob Landley
2015-03-12Make install support numeric uid/gids (reported by Kylie McClain).Rob Landley
2015-03-12Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c.Rob Landley
2015-03-10Use xsignal() instead of signal().Rob Landley
2015-03-06sed depends on -r to be rightmost flag to simplify the REG_EXTENDED test.Rob Landley
2015-03-02On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's a...Rob Landley
2015-03-01Fix several printf_format warnings.Rob Landley
2015-03-01Patches from Elliott Hughes to fix various printf() format strings.Rob Landley
2015-03-01Patches from Elliott Hughes to add missing arguments to error_exit() calls.Rob Landley
2015-03-01remove accidental space in format stringElliott Hughes
2015-02-28BSD sed uses -E instead of -r to enable ERE.Isabella Bosia
2015-02-15Add --remove-destination longopt for -F because the host version doesn't have...Rob Landley
2015-02-14Make egrep and fgrep build standalone.Rob Landley
2015-02-08Rewrite of a patch from Elliott Hughes to implement touch -h and switch API t...Rob Landley
2015-02-07Cleanup pass on env, removing exec_optargs().Rob Landley
2015-02-07Make toy_exec() check if argc is in optargs and deal with it there so we don'...Rob Landley
2015-02-06In rm, init using to AT_REMOVEDIR in the dir case earlier.Rob Landley
2015-02-06Alright, the Android guys agree with the musl guys: faccessat(AT_SYMLINK_NOFO...Rob Landley
2015-01-22Fix sed s//\[newline]/ line continuations.Rob Landley
2015-01-20fix typo in printfElliott Hughes
2015-01-18Lift the basename/libgen.h shenanigans back out of portability.c and make it ...Rob Landley
2015-01-16id.c #ifdefectomy. (ifdefs belong in headers, not in C code.)Rob Landley
2015-01-16This patch adds a TOYBOX_SELINUX configuration option to control bothElliott Hughes
2015-01-14Make touch -d miliseconds work. (Still only 6 digits precision instead of 9, ...Rob Landley
2015-01-14i found a few problems while manually smoke testing toybox chown versus toolb...Elliott Hughes
2015-01-14Let chown build standalone.Rob Landley
2015-01-13sed bugfix: N or n at end of script would save the terminating NULL as the re...Rob Landley
2015-01-13sed s/// can have line continuations in the replacement part, with or without...Rob Landley
2015-01-11Promote printf.Rob Landley
2015-01-04Fix sed backslash parsing in square bracket pattern sections.Rob Landley
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley
2014-12-31When CP_MORE was disabled, the d flag was still in the [-exclusion] list at t...Rob Landley
2014-12-31When you include the posix header libgen.h, glibc #defines basename to some r...Rob Landley
2014-12-23Merge catv back into cat as discussed on the list. Add comments about infrast...Rob Landley
2014-12-22sed 'r' didn't work right.Rob Landley
2014-12-21Another sed bug. (The e2fsprogs build uses multiple line continuations on the...Rob Landley
2014-12-21Promote sed to posix.Rob Landley
2014-12-18Decouple cp and mv so mv uses its own --help text.Rob Landley
2014-12-13Leftover variable from factoring out base64_init() caused an unused variable ...Rob Landley