index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
Age
Commit message (
Expand
)
Author
2002-08-04
If fork() fails, log/report the error *before* we close our fd's just
Todd C. Miller
2002-07-30
malloc paranoia; it is unlikely that any filesystem will support
Todd C. Miller
2002-07-30
be even more careful with strlcpy()
Theo de Raadt
2002-07-18
typo
Todd C. Miller
2002-07-14
indent, and double free fix; millert ok
Theo de Raadt
2002-07-12
Add a missing check for fts_alloc() returning NULL; Chad Loder
Todd C. Miller
2002-07-08
Use qsort() instead of mergesort() since the latter can fail due
Todd C. Miller
2002-07-06
Remove kernel support for NTP. ok deraadt@ and tholo@
Thomas Nordin
2002-07-06
KNF
Theo de Raadt
2002-07-06
KNF
Theo de Raadt
2002-07-06
cope better if realloc fails; better fix than cloder@acm.org
Theo de Raadt
2002-07-05
more refinement
Theo de Raadt
2002-07-02
missing priority argument in example; ok millert@
Kevin Steves
2002-07-01
need string.h
Theo de Raadt
2002-07-01
Disc -> Disk for EDQUOT; now the error and log messages that appear when
Paul Janzen
2002-07-01
Fix strnvis(): don't truncate unnecessarily, set the return value correctly
Paul Janzen
2002-07-01
indent
Theo de Raadt
2002-06-28
Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY.
Todd C. Miller
2002-06-28
Lies, damn lies and getcap(3). The description for cgetclose() was
Todd C. Miller
2002-06-27
%u
Theo de Raadt
2002-06-27
KNF
Theo de Raadt
2002-06-27
%u and uid/gid
Theo de Raadt
2002-06-23
uid_t is unsigned
Theo de Raadt
2002-06-22
use strtok_r() instead of strtok(); millert ok
Theo de Raadt
2002-06-20
Close log file when leaving syslog_r(). deraadt@ ok
Jean-Jacques Bernard-Gundol
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-06-12
__indr_reference() and the definition in the same compilation unit are
Federico G. Schwindt
2002-06-11
Document kern.userasymcrypto
Angelos D. Keromytis
2002-06-11
random cleanup that's cheaper to commit than to remove from my tree.
Artur Grabowski
2002-06-10
put back in the assert changes for ISO C 99 (put __func__ in it)
Marc Espie
2002-06-09
spelling; moritz@jodeit.org
Theo de Raadt
2002-06-09
Document KERN_MBSTAT
Angelos D. Keromytis
2002-06-08
Document proc arg sysctls.
Artur Grabowski
2002-06-08
Document NFILES, TTYCOUNT (to come) and NUMVNODES (to come).
Angelos D. Keromytis
2002-06-08
use weak aliases whenever is possible; millert@ ok.
Federico G. Schwindt
2002-06-07
document net.inet6.ip6.v6only
Jun-ichiro itojun Hagino
2002-06-05
If send() returns ENOBUFS, sleep for one microsecond and retry.
Todd C. Miller
2002-06-03
Make nice(3) standards compliant; adapted from patch by Matthias Drochner
Todd C. Miller
2002-05-28
document net.inet6.ip6.maxfrags
Jun-ichiro itojun Hagino
2002-05-26
pid_t cleanup
Theo de Raadt
2002-05-24
add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.net
Theo de Raadt
2002-05-24
try to use strlcpy and snprintf more; ok various
Theo de Raadt
2002-05-22
put a real struct definition instead of the weird "typedef struct
Vincent Labrecque
2002-05-09
now catches SIGALRM and SIGPIPE too
Todd C. Miller
2002-05-09
Add SIGALRM and SIGPIPE to the list of signals we catch, turn echo back on,
Todd C. Miller
2002-05-08
Fix typo; Peter Werner
Todd C. Miller
2002-05-01
Sync EA with FreeBSD, mostly addition of new ENOATTR errno.
Dale Rahn
2002-05-01
o) start new sentence on a new line;
Mike Pechkin
2002-04-30
Some errno entries were not documented or added to _sys_errlist[] when
Dale Rahn
2002-04-30
Initial cleanup:
Mike Pechkin
[next]