summaryrefslogtreecommitdiff
path: root/lib/libc_r
AgeCommit message (Expand)Author
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
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2001-08-04don't return on void.Federico G. Schwindt
2001-08-04pthread_mutexattr_* manpage; from FreeBSD.Federico G. Schwindt
2001-08-03typo; krapht@secureops.comTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-26crank minor versionDug Song
2001-06-24remove double space after commajasoni
2001-06-24grammarjasoni
2001-06-18Add new cgetusedb() function to toggle reading of .db files in getcap(3).Todd C. Miller
2001-06-01missing wordjasoni
2001-05-31missing wordjasoni
2001-05-31more typosTheo de Raadt
2001-05-31typos; first few spotted by heko@saitti.netTheo de Raadt
2001-05-15Make path length variables size_t. This fixes the problem whereTodd C. Miller
2001-03-13stronger testDavid Leonard
2001-03-13typo in commentDavid Leonard
2001-03-13recursive mutex testDavid Leonard
2001-03-09m{,un}lockallArtur Grabowski
2001-03-04Forgot commit, oops.Marc Espie
2001-02-21Define struct _machdep_state again for libc_r to compile on mvme88k.Miod Vallat
2001-02-21replace comment with something not so misleading.Brad Smith
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2001-01-27Stubs for vax. (build at least)Hugh Graham