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_r
Age
Commit message (
Expand
)
Author
2001-12-08
sync with freebsd.
Federico G. Schwindt
2001-12-08
Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.
Federico G. Schwindt
2001-12-07
o point pthread_setcancel(type|state) manpages where they belong.
Federico G. Schwindt
2001-11-12
a better fix for recursive mutex.
Federico G. Schwindt
2001-11-12
This fixes the recursive mutex problem with pthreads.
Marco S Hyman
2001-11-09
Fix problem found by espie (and other porters) where
Marco S Hyman
2001-11-05
Don't change the state of a thread as a result of a signal that is
Marco S Hyman
2001-11-02
fix typo in thread status flags
Marco S Hyman
2001-11-02
Fix signal dispatching. No-one has reported any probs (other than
Marco S Hyman
2001-10-30
Add note to BUGS section regarding linking with -ggdb vs -g
Marco S Hyman
2001-10-30
mprotect allocations sized at 0 bytes. This will cause a fault for access
Thierry Deval
2001-10-28
Describe all the thread status flags. Describe the two
Marco S Hyman
2001-10-24
syslog_r() implementation. deraadt@ ok.
Jean-Jacques Bernard-Gundol
2001-10-01
new rmd160 implementation. based on
Markus Friedl
2001-09-10
Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc,
Jason Wright
2001-09-10
Our gcc defines __sparcv9__ not __sparc_v9__
Jason Wright
2001-09-05
and fix PTL site.
Federico G. Schwindt
2001-09-05
Rearrange and add missing ports based on recent 'Use threads' commits.
Federico G. Schwindt
2001-09-05
add getpw*_r to the list; from brad@
Federico G. Schwindt
2001-09-05
Add getaddrinfo(3) and gethostby*_r(3) to the list.
Federico G. Schwindt
2001-09-04
Use _waitq_remove() and _waitq_insert() always; from FreeBSD.
Federico G. Schwindt
2001-09-04
put changes back, this time ALL the files.
Federico G. Schwindt
2001-08-30
Back out fgsch@'s tree breaking commits.
Todd T. Fries
2001-08-30
fix some const warnings.
Federico G. Schwindt
2001-08-29
More sync with FreeBSD.
Federico G. Schwindt
2001-08-26
More syncing with FreeBSD, preparing for a commit.
Federico G. Schwindt
2001-08-21
Start syncing with FreeBSD:
Federico G. Schwindt
2001-08-20
spelling
Peter Valchev
2001-08-19
enable pthread_main_np(3)
Peter Valchev
2001-08-18
Describe the pthread_main_np() function
Peter Valchev
2001-08-18
fix a typo and add devel/sdl to the ports applications using these pthreads
Peter Valchev
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-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
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-12
public domain
David Leonard
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
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-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-06
bump minor; getrrsetbyname(3) in libc
Jakob Schlyter
[prev]
[next]