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