summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
1993-11-05copy SYS.h and DEFS.h, too.cgd
1993-10-21Move the old berkeley sccs id into the header comment like it is donejtc
1993-10-21Gcc helper functions should still use the ENTRY() macro so they will bejtc
1993-10-21Use PIC_PLT macro with the function calls (as was done with setjmp()).jtc
1993-10-21So many files in arch/i386 have been changed I might as well run myjtc
1993-10-21Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to changejtc
1993-10-20Replaced instructions with immediate operands with compatible alternativesjtc
1993-10-19sigsetjmp() for the i386.jtc
1993-10-19First cut; not sure if it's right. Very like it is, because it'sderaadt
1993-10-15Makefile.inc, basically a place to put KMSRC definitionjtc
1993-10-08Provide i386 versions of div and ldiv -- they are simpler than the C versions,jtc
1993-10-08Use "testb %cl,%cl" instead of "cmpb $0,%cl".jtc
1993-10-08Provide an assembly language version of labs().jtc
1993-10-07make an arch directory in libc, and move all machine dirs into itcgd