#
df69c215 |
| 28-Jun-2019 |
deraadt <deraadt@openbsd.org> |
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
show more ...
|
#
97f0f8b4 |
| 29-May-2016 |
guenther <guenther@openbsd.org> |
Delete blocking/unblocking of signals, as the handlers now just set flags that are tested by the main loop.
ok jca@ deraadt@
|
#
b9fc9a72 |
| 16-Jan-2015 |
deraadt <deraadt@openbsd.org> |
Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N
Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
show more ...
|
#
c75478fe |
| 28-Nov-2013 |
deraadt <deraadt@openbsd.org> |
unsigned char for ctype ok okan krw
|
#
043fbe51 |
| 27-Oct-2009 |
deraadt <deraadt@openbsd.org> |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (th
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
show more ...
|
#
dca56a97 |
| 22-Sep-2005 |
jmc <jmc@openbsd.org> |
boot-able -> bootable (typo fix in comments only) from janne johansson (pr #4516)
|
#
29295d1c |
| 02-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.
|
#
39883a76 |
| 13-Dec-2002 |
deraadt <deraadt@openbsd.org> |
ansi & knf
|
#
0ac0d02e |
| 14-Mar-2002 |
mpech <mpech@openbsd.org> |
kill more registers.
millert@ ok
|
#
9a7fa6a3 |
| 04-Sep-2001 |
millert <millert@openbsd.org> |
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.
|
#
5dc18ceb |
| 17-Jan-2001 |
pjanzen <pjanzen@openbsd.org> |
OpenBSD-ify.
|
#
ea0b9ac4 |
| 10-Jul-1998 |
deraadt <deraadt@openbsd.org> |
do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling
|
#
180acc8f |
| 17-Jan-1997 |
millert <millert@openbsd.org> |
r?index -> strr?chr
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|