summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-09-26Implement enough of readline's 4.0 async mode to make gdb happy. This ischristos
2003-09-25Add siginfo signal trampoline.matt
2003-09-23Slight syncing with OpenBSD version.wiz
2003-09-23out-of-bounds access. from openbsditojun
2003-09-22SA_SIGINFO support for m68k (libpthread)cl
2003-09-22SA_SIGINFO support for m68k (libc)cl
2003-09-22Do not profile. Indent delay slots.uwe
2003-09-22Indent delay slot.uwe
2003-09-22Do not profile. Indent delay slot.uwe
2003-09-22Indent delay slots. Add a comment that the magic number 8 is SIGFPE.uwe
2003-09-22Do not profile. Indent delay slot.uwe
2003-09-22Do not profile. Indent delay slot.uwe
2003-09-22Indent delay slots. Whitespace change only, same object code produced.uwe
2003-09-21Bring back previous sparc64 hack, but only #ifdef old gcc.martin
2003-09-21use {u_,}int32_t instead of {u,}int32(={u_,}long)yamt
2003-09-19No more sparc64 compiler workaroundsmartin
2003-09-19add warning on realloc() size de-synchronization. from openbsditojun
2003-09-18remove pw_dup()jdolecek
2003-09-18remove pw_dup(3), for now at leastjdolecek
2003-09-17fix pt_trapuc handling errors:cl
2003-09-16Avoid the PIC dance.wennmach
2003-09-16bump minor for sa_unblockyield syscallcl
2003-09-16fix SA/pthread pagefault failure:cl
2003-09-16Shut lint up.simonb
2003-09-15avoid overflow during multiply. David Laightitojun
2003-09-15make popen/pclose thread safecl
2003-09-15Include "sys/ttydefaults.h" to get standard definition of "CTRL" macrotron
2003-09-15kludge around CTRL redef.christos
2003-09-14Match the stupid function pointer declarations with actual readline's 4.0.christos
2003-09-14make this compile.christos
2003-09-14Avoid pre-ansi warning.christos
2003-09-14- provide enough hooks to compile gdb-5.3christos
2003-09-14Make log1p and log1pf work in shared libraries again.fvdl
2003-09-14In is only to be used in SYNOPSIS; Aq Pa is better for other places.wiz
2003-09-14Various fixes.wiz
2003-09-13Fix some typos, attempt some markup normalization, align wording a littlekleink
2003-09-13forgot to install timer_settime.christos
2003-09-13Fix markup.christos
2003-09-13Sprinkle restrict into timer_{create,settime}(2).kleink
2003-09-13weak alias for pw_dupitojun
2003-09-13Add timer man pages. Hi Nathan!christos
2003-09-13correct setup of ru_b/a for 16/20 bit caseitojun
2003-09-13use internal names for randomid()itojun
2003-09-13fix syntax; thanks aymericchristos
2003-09-13explicitly use a sigset_t * variable to recover the signal mask pointer.christos
2003-09-13Fix something that's been annoying me for a while...mycroft
2003-09-12- don't define __LIBC12_SOURCE__christos
2003-09-12make it compile with PTHREAD_SIG_DEBUG againdrochner
2003-09-12need __HAVE_SIGINFO to get the right flavor of the sigreturn symbol.christos
2003-09-12__sigreturn14 -> compat_16___sigreturn14; thanks yamtchristos