#
58b8553b |
| 17-Jul-2024 |
millert <millert@openbsd.org> |
sed: use warn()/err() where appropriate
Use warn()/err() instead of sed's homegrown warning()/error() for things other than parser problems. The warning()/error() functions display the file and lin
sed: use warn()/err() where appropriate
Use warn()/err() instead of sed's homegrown warning()/error() for things other than parser problems. The warning()/error() functions display the file and line number in addition to the error message. This also removes of the COMPILE/FATAL argument to error() since now all calls to error() are for compilation/parsing issues. OK op@ espie@
show more ...
|
#
d9a51c35 |
| 26-Dec-2022 |
jmc <jmc@openbsd.org> |
spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
|
#
59d77f5c |
| 13-Dec-2017 |
millert <millert@openbsd.org> |
Fix sign compare warnings; OK martijn@
|
#
5c4e30b8 |
| 20-Jan-2017 |
krw <krw@openbsd.org> |
Split error() into error() and warning() so error() can be marked __dead to appease gcc.
ok procter@ deraadt@
|
#
1086528a |
| 26-Oct-2015 |
jca <jca@openbsd.org> |
Tidy up error() levels: merge COMPILE and COMPILE2, and kill ERROR (unused)
ok tobias@
|
#
96ea96d2 |
| 17-Jul-2015 |
jasper <jasper@openbsd.org> |
add -i flag to sed to do in-place editing; mostly based on freebsd
feedback/ok deraadt@ millert@
|
#
5f1af725 |
| 19-Jan-2015 |
krw <krw@openbsd.org> |
Make some $OpenBSD$ lines prettier/standardier by eliminating superflous '*' after '/*' and adding blank after terminating '$'. Also eases parsing of the lines by simple awk scripts.
Aesthetic appro
Make some $OpenBSD$ lines prettier/standardier by eliminating superflous '*' after '/*' and adding blank after terminating '$'. Also eases parsing of the lines by simple awk scripts.
Aesthetic approval from tedu@.
show more ...
|
#
acd8f0ab |
| 16-Oct-2008 |
millert <millert@openbsd.org> |
Move memory allocation closer to where it is needed. Also make a distinction between len and size. OK deraadt@
|
#
f75387cb |
| 03-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
1258a77d |
| 26-Jun-1996 |
deraadt <deraadt@openbsd.org> |
rcsid
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|