Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-08 | remove unused data member from pthread_cond. | Marco S Hyman | |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat | |
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed. | |||
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt | |
2002-11-21 | Add strerror_r and functions versions of getchar_unlocked and | Marco S Hyman | |
putchar_unlocked. Crank the minor on related libs. OK fgs@, deraadt@ | |||
2002-11-12 | get rid of compiler warnings | Marco S Hyman | |
2002-11-12 | Fix the C version of atomic lock so that the compiler will not share | Dale Rahn | |
registers. ok marc@ | |||
2002-11-09 | remove unused manpages (already in libc) and reorder SEE ALSO; marc@ ok. | Federico G. Schwindt | |
2002-11-08 | kill two compiler warnings; ok marc@ | Todd T. Fries | |
2002-11-08 | Do not try to initialize entries in the fd table before the table | Marco S Hyman | |
is created. | |||
2002-11-07 | Add needed table of strong functions that override weak functions | Marco S Hyman | |
in libc so static linking works with -lpthreads. There is a (linker?) problem that still shows up with static -pthread, though. Solution to problem from freebsd. | |||
2002-11-07 | type func(...) -> type\nfunc(...) for function definitions | Marco S Hyman | |
2002-11-05 | thread safe libc -- 2nd try. OK miod@, millert@ | Marco S Hyman | |
Thanks to miod@ for m68k and vax fixes | |||
2002-11-04 | test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED is | Marco S Hyman | |
not zero on all arches | |||
2002-11-03 | back out previous patch.. there are still some vax/m68k issues | Marco S Hyman | |
2002-11-03 | libc changes for thread safety. Tested on: | Marco S Hyman | |
alpha (millert@), i386 (marc@), m68k (millert@ and miod@), powerpc (drahn@ and dhartmei@), sparc (millert@ and marc@), sparc64 (marc@), and vax (millert@ and miod@). Thanks to millert@, miod@, and mickey@ for fixes along the way. | |||
2002-11-02 | Include string.h to get memcpy() prototype; OK marc@ | Todd C. Miller | |
2002-11-01 | Working atomic locks on vax for libc_r. | Miod Vallat | |
ok marc@ | |||
2002-11-01 | md part for hppa should look like this, at the first look | Michael Shalayeff | |
2002-10-30 | Minor bump for [gs]etres[ug]id(2) | Todd C. Miller | |
2002-10-30 | removes duplicate functions and factor out common code so the needed (but | Marco S Hyman | |
missing) _thread_fd_unlock_owned function can be added with minimal pain. The incorrect special handling of the stdio fds was also removed. Tested with the libc_r regression tests and the mysql regression tests. No complaints from any developers | |||
2002-10-30 | signal handling changes. This corrects several signal | Marco S Hyman | |
handling errors in the threads library. Most of the libc_r regression tests are now ok. thread specific kill semantics are still not correct. No negative comments after posting to tech@ a week or so ago. siginfo test fails on sparc64 due to sparc64 oddity. | |||
2002-10-21 | Check for null pointer before deref in info output. Based upon | Marco S Hyman | |
a freebsd patch forwarded to me by millert@ (thanks!). Change also applied to uthread_info.c even though we do not use it | |||
2002-10-16 | Implement isfdtype(3) as per the POSIX.1g draft; requested by David Hill | Todd C. Miller | |
2002-10-11 | remove unused/unreferenced code. | Marco S Hyman | |
ok fgs@ | |||
2002-10-07 | handle the SA_RESETHAND flag. | Marco S Hyman | |
Part of the prep for SA_SIGINFO support. With this change the new siginfo regression test will fail instead of loop on all arches. | |||
2002-09-12 | remove erroneous comment | Marco S Hyman | |
2002-08-25 | fix comment. | Brad Smith | |
-- Ok'd by: jason@ | |||
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel | |
2002-06-28 | minor bump for readpassphrase() flag addition | Todd C. Miller | |
2002-06-10 | put back in the assert changes for ISO C 99 (put __func__ in it) | Marc Espie | |
2002-06-06 | Implement _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-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-05-10 | Cast u_int64_t explicitly, not long. (cosmetic) | Artur Grabowski | |
2002-05-07 | return EBUSY, not EWOULDBLOCK for error when calling thread would block | Peter Valchev | |
for pthread_rwlock_wrlock & sie says Single Unix Specification; ok fgs | |||
2002-05-07 | Make sure calls to pthread_cancel() do not take effect if the target | Peter Valchev | |
thread is already exiting, from archie@FreeBSD, ok fgs | |||
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-30 | Initial 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-19 | avoid cranking libc minors for another few weeks | Theo de Raadt | |
2002-04-17 | Use __func__ in assert. | Marc Espie | |
ok millert@ | |||
2002-03-07 | ANSI'fy. | Federico G. Schwindt | |
2002-03-07 | From 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-23 | bump minor, EA support was added to libc. | Dale Rahn | |
2002-02-22 | update Python listing and remove Squid. | Brad Smith | |
2002-02-21 | account for the process signal mask when dealing with signals; tested | Federico G. Schwindt | |
a while ago by marc@ and brad@ | |||
2002-02-21 | correct .Xr's. | Federico G. Schwindt | |
2002-02-21 | Use .St for standards. Random cleanups as well. | Federico G. Schwindt | |
2002-02-21 | When cleanup_routine is called... also use .St to reference standards. | Federico G. Schwindt | |
2002-02-21 | Xr pthread_kill; from fries@ | Federico G. Schwindt | |
2002-02-20 | fix includes and some cleanup. | Federico G. Schwindt | |