summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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 (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-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-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-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-12- don't define __LIBC12_SOURCE__christos
2003-09-12need __HAVE_SIGINFO to get the right flavor of the sigreturn symbol.christos
2003-09-12__sigreturn14 -> compat_16___sigreturn14; thanks yamtchristos
2003-09-11No reason for __ in static variable.christos
2003-09-11For kernels that have COMPAT_16 enabled, detect that and use the oldchristos
2003-09-11we only have it if __HAVE_SIGINFO is not defined.christos
2003-09-11check malloc failure. yamtitojun
2003-09-10Add semicolons when enumerating variables (looks more natural);wiz
2003-09-10Reflect reality after siginfo changes.christos
2003-09-10Use standard section headers, suggested by jmc@openbsd. Sort sections.wiz
2003-09-10Pull over some improvements from OpenBSD's v1.26 of this file, includingwiz
2003-09-10Fix Nd; use In instead of Fd; grammar fixes.wiz
2003-09-10Another gcc3 problem: "exp" shadows a builtin. Rename it to "expo".tls
2003-09-10This didn't build with gcc3 because it was missing <string.h> for memset.tls
2003-09-10Use In instead of Fd for header files.wiz
2003-09-10getopt return value has to be held in int, not char.itojun
2003-09-09bump minor for randomid(3) and pw_dup(3)itojun
2003-09-09use randomid(3). actually generate random ID for DNS queries (previousitojun
2003-09-09add randomid(3).itojun