summaryrefslogtreecommitdiff
path: root/lib/libc_r
AgeCommit message (Collapse)Author
2002-09-12remove erroneous commentMarco S Hyman
2002-08-25fix comment.Brad Smith
-- Ok'd by: jason@
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-06-28minor bump for readpassphrase() flag additionTodd C. Miller
2002-06-10put back in the assert changes for ISO C 99 (put __func__ in it)Marc Espie
2002-06-06Implement _atomic_lock in assembler to make it more readable.Artur Grabowski
plus some various assembler improvements. Tested by various people a few months ago and in my tree for almost 6 months now.
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-10Cast u_int64_t explicitly, not long. (cosmetic)Artur Grabowski
2002-05-07return EBUSY, not EWOULDBLOCK for error when calling thread would blockPeter Valchev
for pthread_rwlock_wrlock & sie says Single Unix Specification; ok fgs
2002-05-07Make sure calls to pthread_cancel() do not take effect if the targetPeter Valchev
thread is already exiting, from archie@FreeBSD, ok fgs
2002-05-01o) start new sentence on a new line;Mike Pechkin
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
2002-04-30Initial cleanup:Mike Pechkin
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
2002-04-19avoid cranking libc minors for another few weeksTheo de Raadt
2002-04-17Use __func__ in assert.Marc Espie
ok millert@
2002-03-07ANSI'fy.Federico G. Schwindt
2002-03-07From FreeBSD:Federico G. Schwindt
Properly clear the status of a join operation if the joining thread is canceled or the joinee is detached.
2002-02-23bump minor, EA support was added to libc.Dale Rahn
2002-02-22update Python listing and remove Squid.Brad Smith
2002-02-21account for the process signal mask when dealing with signals; testedFederico G. Schwindt
a while ago by marc@ and brad@
2002-02-21correct .Xr's.Federico G. Schwindt
2002-02-21Use .St for standards. Random cleanups as well.Federico G. Schwindt
2002-02-21When cleanup_routine is called... also use .St to reference standards.Federico G. Schwindt
2002-02-21Xr pthread_kill; from fries@Federico G. Schwindt
2002-02-20fix includes and some cleanup.Federico G. Schwindt
2002-02-20pthread_kill() manpage; from FreeBSD.Federico G. Schwindt
2002-02-19correct return values.Federico G. Schwindt
2002-02-19From FreeBSD:Federico G. Schwindt
Prevent dup2(2) from closing internal libc_r pipe descriptors.
2002-02-19fix this by now; .Rv prolly has to be removed.Federico G. Schwindt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-08required piece to compile the libMichael Shalayeff
2002-01-28fix after fgsPeter Valchev
2002-01-28correct function name.Federico G. Schwindt
2002-01-28sem_XXX(3) manpages; better now that never.Federico G. Schwindt
From FreeBSD.
2002-01-24remove old style init used by mips. uses _thread_init_constructor nowPer Fogelstrom
2002-01-23From FreeBSD:Federico G. Schwindt
o Use _get_curthread() instead of _thread_run. o Correctly deal with cancellations. o Add libc internal versions of pthread_mutex_lock() and pthread_mutex_trylock(), unused by now.
2002-01-19Instead of ifdef around ENOTSUP, move it to pthread_private.h and makeFederico G. Schwindt
it EOPNOTSUPP.
2002-01-19From FreeBSD: correct priority handling.Federico G. Schwindt
2002-01-18From FreeBSD: sem_XXX implementation; manpages comming in a bit.Federico G. Schwindt
2002-01-18tab vs. spacesFederico G. Schwindt
2002-01-18while im here, move the ifndef _SCHED_H_ after the copyright message.Federico G. Schwindt
2002-01-18From FreeBSD: header for POSIX 1003.1b semaphores.Federico G. Schwindt
2002-01-17when alloc'ing the ready queue, make it big enough.Federico G. Schwindt
2002-01-17remove duplicated Id tag; spotted by miod@.Federico G. Schwindt
2002-01-15o no more NOPOLL.Federico G. Schwindt
o rearrange a bit.
2002-01-14Do not create sys_aliases.c for elf systems; tested at some extentFederico G. Schwindt
by art@ and drahn@.
2002-01-10Change 1st arg in pthread_attr_getdetachstate to const.Federico G. Schwindt
2002-01-10From FreeBSD: fix conversion from msec to timespec.Federico G. Schwindt
2002-01-04Let's start by making the stack pointer 64 bit and nobody will get hurt.Artur Grabowski
2002-01-04comment out the pending signals check by now; it was not suppose to beFederico G. Schwindt
there yet.