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
Age
Commit message (
Expand
)
Author
2001-08-17
pthread_main_np prototype
Peter Valchev
2001-08-17
Provide the equivalent to Solaris thr_main() function; from FreeBSD
Peter Valchev
2001-08-17
correctly return ssize_t.
Federico G. Schwindt
2001-08-17
correctly return ssize_t.
Federico G. Schwindt
2001-08-16
2nd arg to pw_mkdb()
Todd C. Miller
2001-08-16
consistently use #include "util.h" not <util.h> since util.h lives in this dir.
Todd C. Miller
2001-08-16
Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -s
Todd C. Miller
2001-08-16
Use calloc() to allocate response data. Be more careful when freeing
Hakan Olsson
2001-08-16
o) -mdoc syntax improvements;
Mike Pechkin
2001-08-16
Xr raise(3)
Theo de Raadt
2001-08-15
ops, _thread_kern_set_timeout() to const.
Federico G. Schwindt
2001-08-15
* kevent(2) support; from FreeBSD.
Federico G. Schwindt
2001-08-15
Typo fixes; andrew.hoerter@NeuStar.com
Aaron Campbell
2001-08-15
Use INFTIM.
Federico G. Schwindt
2001-08-15
For unsupported sched policies, return ENOTSUP, not EINVAL; from FreeBSD.
Federico G. Schwindt
2001-08-15
TEST has moved to regress/lib/libc_r.
Federico G. Schwindt
2001-08-13
Fix a bug with the %e flag introduced in a -Wall pass. The original
Todd C. Miller
2001-08-13
Explicitly NUL terminate dst in strvis() and strvisx() in case
Todd C. Miller
2001-08-12
Get rid of extraneous #includes by using stub struct declarations.
Todd C. Miller
2001-08-12
public domain
David Leonard
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
2001-08-12
fake out malloc(0)
Theo de Raadt
2001-08-11
manpage for pthread_[get|set]schedparam; from FreeBSD.
Federico G. Schwindt
2001-08-11
add missing _thread_enter_cancellation_point() before going further.
Federico G. Schwindt
2001-08-11
Avoid an infinite loop if the last iov_len is 0; from FreeBSD.
Federico G. Schwindt
2001-08-11
Define INFTIM to -1, as appears everywhere. Talk about it in the
Federico G. Schwindt
2001-08-10
pthread_* do not set errno but returns a errno value.
Federico G. Schwindt
2001-08-09
Only return EINVAL if attr is invalid. If policy is invalid return
Federico G. Schwindt
2001-08-09
Do not return EINVAL if param is NULL or the desired scheduling policy
Federico G. Schwindt
2001-08-09
Implement pthread_mutexattr_gettype() as defined in Single Unix Spec, v2;
Federico G. Schwindt
2001-08-08
add CAVEATS section that talks about trust and the AD-bit
Jakob Schlyter
2001-08-07
Do the memset only if tcgetattr() fails just in case the failed
Todd C. Miller
2001-08-07
Keep a verbatim copy of the old struct termios instead of using
Todd C. Miller
2001-08-07
typo.
Peter Valchev
2001-08-07
KNF; and i bonked jakob in the head for it too, with a plastic bottle of coke
Theo de Raadt
2001-08-07
add copyright notices; noted as missing by itojun
Theo de Raadt
2001-08-07
typo
Jun-ichiro itojun Hagino
2001-08-07
-Wunused
Jun-ichiro itojun Hagino
2001-08-07
sorry, correct the polarity of return value on AF_INET6.
Jun-ichiro itojun Hagino
2001-08-07
for AF_INET6, must compare sin6_scope_id.
Jun-ichiro itojun Hagino
2001-08-06
add note about updating minor in libc_r/shlib_version; deraadt@
Jakob Schlyter
2001-08-06
bump minor; getrrsetbyname(3) in libc
Jakob Schlyter
2001-08-06
Add CITI to Author section
Jim Rees
2001-08-06
add AUTHORS and update HISTORY
Jakob Schlyter
2001-08-06
OpenBSD id-tags
Jakob Schlyter
2001-08-06
add getrrsetbyname(3) - API to retrieve arbitrary DNS records
Jakob Schlyter
2001-08-06
o) We always close .Bl and .Bd tags;
Mike Pechkin
2001-08-05
Spelling corrections per PR 1988 by Andrew Hoerter.
Hugh Graham
2001-08-05
there's no no host.conf on openbsd. pointed out by smb
Jun-ichiro itojun Hagino
2001-08-04
Move decision whether to make a new hash table or not to be after
Todd C. Miller
[next]