| Age | Commit message (Expand) | Author |
| 2003-09-25 | Add siginfo signal trampoline. | matt |
| 2003-09-23 | Slight syncing with OpenBSD version. | wiz |
| 2003-09-23 | out-of-bounds access. from openbsd | itojun |
| 2003-09-22 | SA_SIGINFO support for m68k (libc) | cl |
| 2003-09-22 | Do not profile. Indent delay slots. | uwe |
| 2003-09-22 | Indent delay slot. | uwe |
| 2003-09-22 | Do not profile. Indent delay slot. | uwe |
| 2003-09-22 | Indent delay slots. Add a comment that the magic number 8 is SIGFPE. | uwe |
| 2003-09-22 | Do not profile. Indent delay slot. | uwe |
| 2003-09-22 | Do not profile. Indent delay slot. | uwe |
| 2003-09-22 | Indent delay slots. Whitespace change only, same object code produced. | uwe |
| 2003-09-21 | Bring back previous sparc64 hack, but only #ifdef old gcc. | martin |
| 2003-09-19 | No more sparc64 compiler workarounds | martin |
| 2003-09-19 | add warning on realloc() size de-synchronization. from openbsd | itojun |
| 2003-09-18 | remove pw_dup() | jdolecek |
| 2003-09-18 | remove pw_dup(3), for now at least | jdolecek |
| 2003-09-16 | bump minor for sa_unblockyield syscall | cl |
| 2003-09-16 | fix SA/pthread pagefault failure: | cl |
| 2003-09-16 | Shut lint up. | simonb |
| 2003-09-15 | avoid overflow during multiply. David Laight | itojun |
| 2003-09-15 | make popen/pclose thread safe | cl |
| 2003-09-14 | In is only to be used in SYNOPSIS; Aq Pa is better for other places. | wiz |
| 2003-09-14 | Various fixes. | wiz |
| 2003-09-13 | Fix some typos, attempt some markup normalization, align wording a little | kleink |
| 2003-09-13 | forgot to install timer_settime. | christos |
| 2003-09-13 | Fix markup. | christos |
| 2003-09-13 | Sprinkle restrict into timer_{create,settime}(2). | kleink |
| 2003-09-13 | weak alias for pw_dup | itojun |
| 2003-09-13 | Add timer man pages. Hi Nathan! | christos |
| 2003-09-13 | correct setup of ru_b/a for 16/20 bit case | itojun |
| 2003-09-13 | use internal names for randomid() | itojun |
| 2003-09-12 | - don't define __LIBC12_SOURCE__ | christos |
| 2003-09-12 | need __HAVE_SIGINFO to get the right flavor of the sigreturn symbol. | christos |
| 2003-09-12 | __sigreturn14 -> compat_16___sigreturn14; thanks yamt | christos |
| 2003-09-11 | No reason for __ in static variable. | christos |
| 2003-09-11 | For kernels that have COMPAT_16 enabled, detect that and use the old | christos |
| 2003-09-11 | we only have it if __HAVE_SIGINFO is not defined. | christos |
| 2003-09-11 | check malloc failure. yamt | itojun |
| 2003-09-10 | Add semicolons when enumerating variables (looks more natural); | wiz |
| 2003-09-10 | Reflect reality after siginfo changes. | christos |
| 2003-09-10 | Use standard section headers, suggested by jmc@openbsd. Sort sections. | wiz |
| 2003-09-10 | Pull over some improvements from OpenBSD's v1.26 of this file, including | wiz |
| 2003-09-10 | Fix Nd; use In instead of Fd; grammar fixes. | wiz |
| 2003-09-10 | Another gcc3 problem: "exp" shadows a builtin. Rename it to "expo". | tls |
| 2003-09-10 | This didn't build with gcc3 because it was missing <string.h> for memset. | tls |
| 2003-09-10 | Use In instead of Fd for header files. | wiz |
| 2003-09-10 | getopt return value has to be held in int, not char. | itojun |
| 2003-09-09 | bump minor for randomid(3) and pw_dup(3) | itojun |
| 2003-09-09 | use randomid(3). actually generate random ID for DNS queries (previous | itojun |
| 2003-09-09 | add randomid(3). | itojun |