summaryrefslogtreecommitdiff
path: root/lib/libc_r
AgeCommit message (Expand)Author
2001-12-08sync with freebsd.Federico G. Schwindt
2001-12-08Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.Federico G. Schwindt
2001-12-07o point pthread_setcancel(type|state) manpages where they belong.Federico G. Schwindt
2001-11-12a better fix for recursive mutex.Federico G. Schwindt
2001-11-12This fixes the recursive mutex problem with pthreads.Marco S Hyman
2001-11-09Fix problem found by espie (and other porters) whereMarco S Hyman
2001-11-05Don't change the state of a thread as a result of a signal that isMarco S Hyman
2001-11-02fix typo in thread status flagsMarco S Hyman
2001-11-02Fix signal dispatching. No-one has reported any probs (other thanMarco S Hyman
2001-10-30Add note to BUGS section regarding linking with -ggdb vs -gMarco S Hyman
2001-10-30mprotect allocations sized at 0 bytes. This will cause a fault for accessThierry Deval
2001-10-28Describe all the thread status flags. Describe the twoMarco S Hyman
2001-10-24syslog_r() implementation. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-10-01new rmd160 implementation. based onMarkus Friedl
2001-09-10Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc,Jason Wright
2001-09-10Our gcc defines __sparcv9__ not __sparc_v9__Jason Wright
2001-09-05and fix PTL site.Federico G. Schwindt
2001-09-05Rearrange and add missing ports based on recent 'Use threads' commits.Federico G. Schwindt
2001-09-05add getpw*_r to the list; from brad@Federico G. Schwindt
2001-09-05Add getaddrinfo(3) and gethostby*_r(3) to the list.Federico G. Schwindt
2001-09-04Use _waitq_remove() and _waitq_insert() always; from FreeBSD.Federico G. Schwindt
2001-09-04put changes back, this time ALL the files.Federico G. Schwindt
2001-08-30Back out fgsch@'s tree breaking commits.Todd T. Fries
2001-08-30fix some const warnings.Federico G. Schwindt
2001-08-29More sync with FreeBSD.Federico G. Schwindt
2001-08-26More syncing with FreeBSD, preparing for a commit.Federico G. Schwindt
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
2001-08-20spellingPeter Valchev
2001-08-19enable pthread_main_np(3)Peter Valchev
2001-08-18Describe the pthread_main_np() functionPeter Valchev
2001-08-18fix a typo and add devel/sdl to the ports applications using these pthreadsPeter Valchev
2001-08-17pthread_main_np prototypePeter Valchev
2001-08-17Provide the equivalent to Solaris thr_main() function; from FreeBSDPeter Valchev
2001-08-17correctly return ssize_t.Federico G. Schwindt
2001-08-17correctly return ssize_t.Federico G. Schwindt
2001-08-15ops, _thread_kern_set_timeout() to const.Federico G. Schwindt
2001-08-15* kevent(2) support; from FreeBSD.Federico G. Schwindt
2001-08-15Use INFTIM.Federico G. Schwindt
2001-08-15For unsupported sched policies, return ENOTSUP, not EINVAL; from FreeBSD.Federico G. Schwindt
2001-08-15TEST has moved to regress/lib/libc_r.Federico G. Schwindt
2001-08-12public domainDavid Leonard
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-11manpage for pthread_[get|set]schedparam; from FreeBSD.Federico G. Schwindt
2001-08-11add missing _thread_enter_cancellation_point() before going further.Federico G. Schwindt
2001-08-11Avoid an infinite loop if the last iov_len is 0; from FreeBSD.Federico G. Schwindt
2001-08-10pthread_* do not set errno but returns a errno value.Federico G. Schwindt
2001-08-09Only return EINVAL if attr is invalid. If policy is invalid returnFederico G. Schwindt
2001-08-09Do not return EINVAL if param is NULL or the desired scheduling policyFederico G. Schwindt
2001-08-09Implement pthread_mutexattr_gettype() as defined in Single Unix Spec, v2;Federico G. Schwindt
2001-08-06bump minor; getrrsetbyname(3) in libcJakob Schlyter