| Age | Commit message (Expand) | Author |
| 1995-11-01 | waitpid is in section 2 (from John Kohl; PR#1710). | pk |
| 1995-10-29 | fix up a bit of profiling support | cgd |
| 1995-10-26 | Eliminate race by stopping timer before restarting it with remaining time | pk |
| 1995-10-22 | Setup stack-frame correctly (same as s_ilogb.S). | pk |
| 1995-10-21 | Assembly language implementation of strcat(). Derived by merging existing | jtc |
| 1995-10-21 | Rewrite to remove instruction in inside of loop. Instead of maintaining a | jtc |
| 1995-10-20 | Eliminate race in the "normal" case of not being interrupted by another signal. | pk |
| 1995-10-16 | SysV IPC manpages from Frank van der Linden | jtc |
| 1995-10-16 | 1) Turn off timer before resetting signal disposition. | pk |
| 1995-10-15 | Added history load and save to file functions. | christos |
| 1995-10-15 | Add new sysarch calls, and fix #includes. | mycroft |
| 1995-10-12 | Fix from Jochen Pohl, i387 version of ilogb didn't set up the stack | jtc |
| 1995-10-12 | Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS | jtc |
| 1995-10-12 | Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS | jtc |
| 1995-10-12 | Fix from Jochen Pohl which fixes case where quad multiply | jtc |
| 1995-10-10 | Got Makefile to understand to use non-IEEE files on vax systems. | ragge |
| 1995-10-10 | Machine specific math library files for vax. | ragge |
| 1995-10-10 | Machine independent math library files for non-IEEE architectures. | ragge |
| 1995-10-09 | kill OSF/1 assembler support, and make gcrt0.o link (but not work). | cgd |
| 1995-10-09 | Add French libc message catalog by Matthieu Herrb <matthieu@abel.laas.fr> | jtc |
| 1995-10-04 | We don't have a libc/search. | thorpej |
| 1995-10-02 | Add german libc message catalog | jtc |
| 1995-09-30 | Document new RFC1323 sysctl variable. | thorpej |
| 1995-09-30 | deal properly (i hope!) with registers' upper 32 bits, when doing | cgd |
| 1995-09-30 | kill some now-bogus XXX's | cgd |
| 1995-09-29 | Copy the input argument to $f0 so we handle negative inputs properly | jonathan |
| 1995-09-29 | Make `make depend' work. For this, it was necessary to remove ${.ALLSRC} | pk |
| 1995-09-29 | add hack-ish support for ecoff nlists (used only on the Alpha). | cgd |
| 1995-09-29 | reminder to not forget k0seg translations. (nothing done here yet, though.) | cgd |
| 1995-09-26 | return dest string pointer, not source string pointer! | cgd |
| 1995-09-25 | The old mips modf didn't work (pr 1048). This replaces it with | jonathan |
| 1995-09-25 | Fix an old bug, whereby ASMSTR() was used before #including "SYS.h", where | jonathan |
| 1995-09-25 | Don't write a.out files; breaks parallel makes. | christos |
| 1995-09-23 | atexit() cannot reliably be used in this context. Introduce `.fini' which | pk |
| 1995-09-23 | Activate interface version 4: call dlexit() at exit. | pk |
| 1995-09-20 | correction from Matthias Pfaller. | phil |
| 1995-09-12 | Add the manual page links suggested my Luke Mewburn in PR 1449. This | thorpej |
| 1995-09-12 | Fix typo pointed out by Luke Mewburn in PR 1449. Kill duplicate RCS id. | thorpej |
| 1995-09-07 | Don't bother with a m68k assembly version of insque/remque. Gcc | jtc |
| 1995-08-31 | Clean up a little, and fix a fencepost error. | mycroft |
| 1995-08-30 | Don't overflow fixed sized buffers. Parts of this patch come from | jtc |
| 1995-08-24 | Do not terminate the search on errors other than ENOENT. | mycroft |
| 1995-08-22 | /usr/local/etc/zoneinfo -> /usr/share/zoneinfo; PR #1398 | jtc |
| 1995-08-17 | pagesize(2) -> getpagesize(2) | jtc |
| 1995-08-14 | Make PIC-safe. | pk |
| 1995-08-14 | fast(!) bzero(), by Trevor Blackwell. | cgd |
| 1995-08-14 | save & restore the argument registers, too. from Trevor Blackwell | cgd |
| 1995-08-13 | Alpha assembly language bcopy(), written by Trevor Blackwell | cgd |
| 1995-08-13 | stubs to define things, and include the bcopy source | cgd |
| 1995-08-13 | bcopy is now a .S, add memcpy.S and memmove.S | cgd |