Age | Commit message (Expand) | Author |
2023-02-08 | sed: add missing void to avoid -Wstrict-prototype with clang 15 | Theo Buehler |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2021-01-31 | replace fgetln(3) with getline(3) in sed | Christian Weisgerber |
2020-10-13 | Un-const what we pass to dirname(3). | Martijn van Duren |
2018-12-08 | revert previous, it breaks regress and the llvm, gtk+2, and gtk+3 ports | Ingo Schwarze |
2018-12-06 | Add support for "-" as an input file for stdin as per POSIX. | Martijn van Duren |
2018-11-14 | Make sed's -i flag more compatible with what gsed does. | Martijn van Duren |
2018-07-11 | Make the output of the list command more sensible for the output device. | Martijn van Duren |
2017-12-13 | Fix sign compare warnings; OK martijn@ | Todd C. Miller |
2017-08-01 | Apply stricter pledge rules if possible. These are based on the usage of | Martijn van Duren |
2017-01-20 | Split error() into error() and warning() so error() can be marked __dead to | Kenneth R Westerback |
2016-07-14 | make several program to use "chown" promise. | Sebastien Marie |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2016-01-01 | Improve error message for sed -i by appending strerror(errno). | tb |
2015-10-26 | Use error(FATAL) instead of what was previously err(1,...) | Jeremie Courreges-Anglas |
2015-10-26 | Rename err() to error() to prevent confusion with the stdlib function. | mmcc |
2015-10-25 | Write error message instead of duplicated file name on error. | Tobias Stoeckmann |
2015-10-10 | normalize the ordering of tame requests (particularily, "rpath wpath cpath", | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-03 | sed only works on files, so the obvious goal is to remove it's network | Theo de Raadt |
2015-07-19 | figure out the linewidth at initialization, rather than late | Theo de Raadt |
2015-07-19 | Print strerror, not just the filename, if opening the inplace file fails. | Stuart Henderson |
2015-07-18 | various fixes; ok jasper | Jason McIntyre |
2015-07-17 | add missing prototype | Jasper Lievisse Adriaanse |
2015-07-17 | 7 space indents?? | Theo de Raadt |
2015-07-17 | add -i flag to sed to do in-place editing; mostly based on freebsd | Jasper Lievisse Adriaanse |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-08-07 | add -E flag to compile regular expressions using the extended POSIX | Damien Miller |
2008-10-16 | Move memory allocation closer to where it is needed. Also make | Todd C. Miller |
2008-10-09 | Don't strip newline when reading lines; matches the original behavior. | Todd C. Miller |
2008-10-08 | Allow sed to handle arbitrarily long lines. Also plug a memory | Todd C. Miller |
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado |
2007-03-20 | Add line-buffering flag (-u). | Ray Lai |
2006-10-09 | pretty. the comma operator should not be used to cram two statements into | Ted Unangst |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-13 | a few more strlcpy | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-06-26 | rcsid | Theo de Raadt |
1996-05-21 | getc/ungetc use an int | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |