2019-05-20 08:36 | cmp: Make output of error message POSIX compliant | Richard Ipsum | 1 | +1 | -1 |
2022-03-23 13:39 | libutf: add some const's | David Demelier | 8 | +25 | -25 |
2023-04-13 04:20 | libutf: Update to unicode 15.0.0 | Michael Forney | 4 | +295 | -68 |
2021-08-11 15:47 | refer to re_format(7) for BSDs | Greg Reagle | 2 | +6 | -3 |
2022-03-06 12:14 | cp: don't abort when src and dest file are the same | Arthur Williams | 1 | +2 | -1 |
2023-01-24 23:44 | sort.1: fix typo | Andrea Calligaris | 1 | +1 | -1 |
2023-02-08 16:35 | ed: Fix 'w' command not respecting '-s' option | Andrea Calligaris | 1 | +2 | -1 |
2023-04-13 03:13 | dd: Consider block count in inner read loop | Michael Forney | 1 | +5 | -1 |
2022-12-04 08:32 | dd: Fix backwards comparison when handling short writes | Michael Forney | 1 | +1 | -1 |
2022-10-20 03:29 | find: insert -a in before open parens as well | Michael Forney | 1 | +2 | -1 |
2022-06-20 10:39 | setsid: fix usage information for -f flag | Hiltjo Posthuma | 1 | +1 | -1 |
2022-03-23 00:14 | Fix LICENSE name | Michael Forney | 1 | +1 | -1 |
2021-09-04 00:08 | nohup: Open nohup.out WRONLY | Arthur Williams | 1 | +1 | -1 |
2021-09-11 05:45 | find: Flush stdout before executing commands | Michael Forney | 1 | +5 | -0 |
2021-09-11 05:43 | find: Add spawn helper function | Michael Forney | 1 | +30 | -40 |
2021-07-30 19:18 | mv: Move on to other files if rename fails with something other than EXDEV | Michael Forney | 1 | +4 | -3 |
2021-07-30 18:23 | mv: Only remove source if copy succeeded | Michael Forney | 1 | +7 | -2 |
2021-07-30 18:43 | mv: Prevent successful rename from forgetting past failure | Michael Forney | 1 | +1 | -1 |
2021-07-25 12:24 | printf: allow flags for the %s format string aswell | Hiltjo Posthuma | 1 | +5 | -1 |
2021-07-17 19:04 | tar: check if allocation failed | Hiltjo Posthuma | 1 | +2 | -2 |
2021-06-18 02:09 | README: Add dd(1) to tool list | Michael Forney | 1 | +1 | -0 |
2021-04-28 08:41 | dd: Always move excess to beginning of buffer after read/write loops | Michael Forney | 1 | +3 | -4 |
2021-01-15 05:45 | strings: Rename `len` to `min` | Michael Forney | 1 | +10 | -10 |
2021-01-15 05:41 | strings: Print strings that have the minimum length | Michael Forney | 1 | +5 | -7 |
2020-10-19 20:41 | ed: Fix double-free | Cág | 1 | +2 | -2 |
2020-10-09 14:52 | fold: fix handling of -s | Richard Ipsum | 1 | +4 | -2 |
2020-10-09 14:52 | fold: fix handling of multibyte characters | Richard Ipsum | 1 | +14 | -8 |
2020-10-09 14:52 | fold: don't putchar('\n') if last byte is '\n' | Richard Ipsum | 1 | +2 | -1 |
2020-10-09 14:52 | fold: fix handling of \b,\r | Richard Ipsum | 1 | +1 | -1 |
2020-10-09 14:52 | fold: fix tabstop column count | Richard Ipsum | 1 | +3 | -1 |
2020-09-19 02:57 | TODO: sbase-box does not list `install` in command list | Michael Forney | 1 | +4 | -0 |
2020-09-19 02:51 | ed: Use fwrite to write lines instead of fputs | Michael Forney | 1 | +1 | -1 |
2020-09-14 22:36 | ed: Add bytecount print to 'w' command | Tait Hoyem | 2 | +7 | -3 |
2020-07-14 08:15 | setsid: add optional -f to force fork() | Hiltjo Posthuma | 2 | +9 | -3 |
2020-07-03 11:20 | remove sbase-box from PHONY | Cem Keylan | 1 | +1 | -1 |
2020-06-23 09:11 | Remove unnecessary initializers of recursor members | Michael Forney | 7 | +7 | -14 |
2020-06-21 01:21 | libutil/recurse: Simplify adding trailing slash | Michael Forney | 1 | +1 | -1 |
2020-06-03 11:45 | du: recurse: fix path | Richard Ipsum | 1 | +2 | -0 |
2020-05-25 03:58 | install: Unlink destination file on failure | Michael Forney | 1 | +13 | -5 |
2020-05-25 03:56 | install: Use fchown to change owner | Michael Forney | 1 | +2 | -4 |
2020-05-15 09:27 | nl.1: document pages | Richard Ipsum | 1 | +18 | -1 |
2020-05-13 02:38 | find: Fix buffer overflow in token stack | Michael Forney | 1 | +2 | -3 |
2020-04-29 05:22 | Add implementation of dd(1) | Michael Forney | 4 | +327 | -0 |
2020-04-15 23:13 | paste: Minor style tweaks | Michael Forney | 1 | +2 | -2 |
2020-04-15 16:46 | paste: Support -d '\0' | Richard Ipsum | 4 | +46 | -14 |
2020-04-07 08:25 | libutf: Change return type of utftorunestr to size_t | Michael Forney | 2 | +4 | -4 |
2020-04-06 02:57 | Add a bugs section to TODO | Michael Forney | 2 | +48 | -31 |
2020-03-02 01:26 | install: Remove special handling for non-regular files | Michael Forney | 1 | +12 | -60 |
2019-12-22 19:53 | *sum: Ignore -b and -t flags | Michael Forney | 8 | +32 | -0 |
2019-12-22 21:53 | libutil/recurse: Use a single path buffer, and directory fd | Michael Forney | 10 | +72 | -57 |
2019-11-02 03:43 | Use *at functions with appropriate flags instead of lstat/lchown | Michael Forney | 4 | +29 | -51 |
2019-12-22 05:47 | chmod: Remove -HLP flags, and ignore symlinks during traversal | Michael Forney | 2 | +8 | -22 |
2020-03-02 00:55 | TODO: ed(1) has a man page since 370e0ae675 | Michael Forney | 1 | +0 | -1 |
2020-01-29 19:00 | getconf.sh: remove unnecessary use of cat(1) | Ethan Sommer | 1 | +4 | -4 |
2020-03-02 00:38 | getconf: Add an explicit return at the end of main | Michael Forney | 1 | +2 | -0 |
2020-03-02 00:30 | mknod: Add support for making FIFOs | Michael Forney | 2 | +35 | -15 |
2020-03-02 00:13 | mknod: Use a switch statement for the node type | Michael Forney | 1 | +15 | -4 |
2020-03-01 23:58 | Import mknod from ubase | Michael Forney | 5 | +88 | -0 |
2020-03-01 22:37 | Fix various lint warnings in manuals | Michael Forney | 44 | +381 | -270 |
2020-02-21 05:41 | sed: Include filename in error message | Michael Forney | 1 | +1 | -1 |
2020-02-21 05:39 | sed: Simplify next_file slightly | Michael Forney | 1 | +9 | -12 |
2020-02-21 05:24 | sed: Exit with failure if open failed | Michael Forney | 1 | +3 | -1 |
2020-01-13 08:25 | sed: Fix typo | Michael Forney | 1 | +1 | -1 |
2020-01-11 10:10 | install: Fix -d with more than two directories | Michael Forney | 1 | +15 | -15 |
2020-01-06 21:08 | chmod: Implement X perm symbol | Michael Forney | 3 | +11 | -5 |
2020-01-03 23:32 | sort: Don't do fallback top-level sort in check mode | Michael Forney | 1 | +2 | -1 |
2020-01-01 20:16 | sort: Consider end field in keydef when additional fields are present | Michael Forney | 1 | +3 | -4 |
2019-12-31 21:41 | ed: Use reallocarray | Michael Forney | 1 | +1 | -1 |
2019-12-31 21:39 | libutil/getlines: Use reallocarray | Michael Forney | 1 | +1 | -1 |
2019-12-31 19:51 | sort: Fix string length update math | Richard Ipsum | 1 | +1 | -1 |
2019-12-29 06:35 | libutil/recurse: Use while-loop instead of for-loop with only condition | Michael Forney | 1 | +1 | -1 |
2019-12-22 05:08 | cp: Default to -P when -R is specified | Michael Forney | 3 | +8 | -2 |
2019-12-22 04:19 | wc: Removing output padding | Michael Forney | 1 | +5 | -5 |
2019-11-02 21:01 | wc: Remove unnecessary precision specifier in format strings | Michael Forney | 1 | +3 | -3 |
2019-11-02 19:59 | wc: Set flag defaults if none were specified | Michael Forney | 1 | +10 | -5 |
2019-11-02 03:45 | libutil/recurse: Remove some unnecessary parentheses | Michael Forney | 1 | +4 | -4 |
2019-11-02 02:07 | libutil/mode: Remove unnecessary octal-to-mode conversion | Michael Forney | 1 | +1 | -14 |
2019-11-02 02:03 | chgrp: Pass -1 as the owner ID to chown(3) | Michael Forney | 1 | +1 | -1 |
2019-11-01 08:58 | chmod: Clear the S_IFMT bits before calling chmod | Michael Forney | 1 | +1 | -1 |
2019-11-01 01:07 | yes: Simplify, only support one argument | Michael Forney | 2 | +8 | -11 |
2019-08-05 17:13 | ls, tar: Guard inclusion of sys/sysmacros.h by absence of `major` definition | Michael Forney | 2 | +2 | -2 |
2019-07-27 20:29 | which: check AT_EACCESS | Mattias Andrée | 1 | +1 | -1 |
2019-07-27 20:29 | which: remove unnecessary third parameter in O_RDONLY call to open(3) | Mattias Andrée | 1 | +1 | -1 |
2019-07-04 21:49 | chgrp: parse gid if operand is not group name | Richard Ipsum | 1 | +4 | -4 |
2019-07-03 16:32 | chown/chgrp: chown target not symlink by default | Richard Ipsum | 2 | +2 | -2 |
2019-06-30 20:17 | Don't justify text in README | Michael Forney | 1 | +14 | -14 |
2019-06-30 20:13 | Move utility status to its own section at the end of README | Michael Forney | 1 | +31 | -28 |
2019-06-30 01:39 | Remove unnecessary ';' after ARGEND | Michael Forney | 2 | +2 | -2 |
2019-06-28 07:18 | Revert "Do not use arg.h for tools which take no flags" | Michael Forney | 13 | +70 | -13 |
2019-06-13 20:52 | Add .gitignore | Michael Forney | 2 | +103 | -1 |
2019-06-13 20:45 | mkfifo: Simplify -m handling | Michael Forney | 1 | +4 | -12 |
2019-06-13 20:07 | sed: Print better error message when open fails | Michael Forney | 1 | +11 | -6 |
2019-06-09 17:39 | mkfifo: Set initial mode | Richard Ipsum | 1 | +1 | -1 |
2019-05-20 07:13 | libutil: Rename functions in reserved namespace to prevent potential conflict | Michael Forney | 1 | +6 | -0 |
2019-05-20 16:21 | grep: Fix exit status on use of -l | Richard Ipsum | 1 | +1 | -1 |
2019-04-28 20:26 | cal: Centre month and year above calendar | Richard Ipsum | 1 | +9 | -6 |
2019-04-22 22:35 | cal: Fix grid alignment for years < 1000 | Richard Ipsum | 1 | +1 | -1 |
2019-04-17 00:44 | expr: Allocate arrays with reallocarray instead of VLA | Michael Forney | 1 | +4 | -2 |
2019-04-17 00:41 | libutil: Add enreallocarray | Michael Forney | 2 | +8 | -1 |
2019-04-17 00:27 | libutf: Adjust runelen prototype to match definition | Michael Forney | 1 | +1 | -1 |
| 1852 more commits remaining, fetch the repository |