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
2003-03-31
Rewritten setuserpath() that is much clearer and uses strlcpy()
Todd C. Miller
2003-03-17
some small typos;
Jason McIntyre
2003-03-10
duplicate words and spelling fixes in comments
David Krause
2003-03-06
.Xr typos;
Jason McIntyre
2003-03-06
.Xr's;
Jason McIntyre
2003-02-27
missed in the math man page cleanup
Jason Wright
2003-02-27
correctly check the return value of send(). fixes LOG_CONS from always
Dan Harnett
2003-02-24
of of
Theo de Raadt
2003-02-24
the the
Theo de Raadt
2003-02-24
need stdlib.h too
Theo de Raadt
2003-02-17
minor KNF
Todd C. Miller
2003-02-07
Don't write log message to console unless we are unable to connect to
Todd C. Miller
2003-02-03
some more functions that are (only on OpenBSD) safe in signal handlers.
Theo de Raadt
2003-01-21
kern.watchdog; ok mickey@
Markus Friedl
2003-01-20
Don't reconnect to logging socket if send() returns an error and errno
Todd C. Miller
2003-01-19
programs that chroot must use LOG_NDELAY; deraadt@ OK
Todd C. Miller
2003-01-07
Better have an OpenBSD static rcsid rather than a NetBSD static rcsid for
Miod Vallat
2003-01-04
spelling
Theo de Raadt
2003-01-02
Handle things like "%%m" correctly; closes PR 3057
Todd C. Miller
2002-12-31
Catch EISDIR in execvp() and friends so that if a directory appears
Todd C. Miller
2002-12-17
Make SysV-style shared memory and semaphore limits sysctl'able.
Todd C. Miller
2002-12-15
Casting to unsigned int in isfoo() causes problems on alpha and
Todd C. Miller
2002-12-15
more writeable -> writable by torh
Henning Brauer
2002-12-14
Instead of doing "if (c == EOF) return 0;" use the hook ('?') operator
Todd C. Miller
2002-12-13
Less stupid check for 7-bit ascii in toupper/tolower
Todd C. Miller
2002-12-13
Cast to unsigned int, not unsigned char, since what is being cast is an
Todd C. Miller
2002-12-11
Convert ctype.h macros into inline functions. This fixes the issues we
Todd C. Miller
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
[next]