summaryrefslogtreecommitdiff
path: root/lib/libc_r
AgeCommit message (Expand)Author
2002-12-12use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_tMarco S Hyman
2002-12-11add a debugging function not normally calledMarco S Hyman
2002-12-08remove unused data member from pthread_cond.Marco S Hyman
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-29Foward; torh@bogus.netTheo de Raadt
2002-11-21Add strerror_r and functions versions of getchar_unlocked andMarco S Hyman
2002-11-12get rid of compiler warningsMarco S Hyman
2002-11-12Fix the C version of atomic lock so that the compiler will not shareDale Rahn
2002-11-09remove unused manpages (already in libc) and reorder SEE ALSO; marc@ ok.Federico G. Schwindt
2002-11-08kill two compiler warnings; ok marc@Todd T. Fries
2002-11-08Do not try to initialize entries in the fd table before the tableMarco S Hyman
2002-11-07Add needed table of strong functions that override weak functionsMarco S Hyman
2002-11-07type func(...) -> type\nfunc(...) for function definitionsMarco S Hyman
2002-11-05thread safe libc -- 2nd try. OK miod@, millert@Marco S Hyman
2002-11-04test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED isMarco S Hyman
2002-11-03back out previous patch.. there are still some vax/m68k issuesMarco S Hyman
2002-11-03libc changes for thread safety. Tested on:Marco S Hyman
2002-11-02Include string.h to get memcpy() prototype; OK marc@Todd C. Miller
2002-11-01Working atomic locks on vax for libc_r.Miod Vallat
2002-11-01md part for hppa should look like this, at the first lookMichael Shalayeff
2002-10-30Minor bump for [gs]etres[ug]id(2)Todd C. Miller
2002-10-30removes duplicate functions and factor out common code so the needed (butMarco S Hyman
2002-10-30signal handling changes. This corrects several signalMarco S Hyman
2002-10-21Check for null pointer before deref in info output. Based uponMarco S Hyman
2002-10-16Implement isfdtype(3) as per the POSIX.1g draft; requested by David HillTodd C. Miller
2002-10-11remove unused/unreferenced code.Marco S Hyman
2002-10-07handle the SA_RESETHAND flag.Marco S Hyman
2002-09-12remove erroneous commentMarco S Hyman
2002-08-25fix comment.Brad Smith
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
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
2002-05-07Make sure calls to pthread_cancel() do not take effect if the targetPeter Valchev
2002-05-01o) start new sentence on a new line;Mike Pechkin
2002-04-30Initial cleanup:Mike Pechkin
2002-04-19avoid cranking libc minors for another few weeksTheo de Raadt
2002-04-17Use __func__ in assert.Marc Espie
2002-03-07ANSI'fy.Federico G. Schwindt
2002-03-07From FreeBSD:Federico G. Schwindt
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
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