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-11-25
Mention the net.inet.tcp.ecn sysctl.
Wilbern Cobb
2002-11-24
Fix comment: s/trailing NULL/trailing NUL/, no code changes.
Chad Loder
2002-11-24
Fix instance where syslog(3) after closelog(3) could access freed log
Chad Loder
2002-11-22
Initialize status to zero before calling waitpid(). That way, if
Todd C. Miller
2002-11-22
more snprintf; ok millert
Theo de Raadt
2002-11-21
shadow -> _shadow
Todd C. Miller
2002-11-21
Add a "shadow" group and make the shadow passwd db readable by that
Todd C. Miller
2002-10-30
Revert this va_copy addition, it cannot work on macppc (which is the
Dale Rahn
2002-10-24
Use va_copy() for varargs assignemnt. va_copy() is standard with C99
Dale Rahn
2002-10-16
Replace "if (value != NULL && value == as->FOO)" with just
Todd C. Miller
2002-10-16
Implement isfdtype(3) as per the POSIX.1g draft; requested by David Hill
Todd C. Miller
2002-10-15
Fix typo introduce in last commit
Todd C. Miller
2002-10-15
cast NULL varargs sentinel to char * so it is 64 bit on alpha & sparc64
Todd C. Miller
2002-10-15
Document the fact that calling auth_setitem() with a NULL value
Todd C. Miller
2002-10-15
If auth_setitem() is called with the current value (ie: the pointer
Todd C. Miller
2002-10-15
Note that when calling auth_verify() with a style and/or username,
Todd C. Miller
2002-10-15
Cast NULL sentinel in auth_call() to a pointer
Todd C. Miller
2002-10-13
Move the clearing of as->state in auth_challenge() to after the sanity
Todd C. Miller
2002-10-09
Use strtoll() and strtoull() instead of strtoq() and strtouq() now
Todd C. Miller
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
[next]