summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix dependancy item for libc. arch is powerpc not ppc. hmmm.rahnds1998-07-191-2/+2
* Change some of the local symbols into "temporary", removed symbols.rahnds1998-07-051-6/+4
* Changes to support profiling libraries for the powerpc port.rahnds1998-07-041-10/+8
* ENTRY takes 2 args nowadaysniklas1998-05-179-19/+19
* NetBSD mergeniklas1998-05-141-23/+35
* Better lint(1) framework. Mostly from cgd@NetBSDtholo1998-02-087-357/+0
* Amazing how much confusion and how much tracing a simple 4 instead of a 3pefo1997-09-271-1/+5
* Pointers are not signed.weingart1997-09-171-3/+3
* pull in protosderaadt1997-08-017-7/+25
* tabifykstailey1997-07-2325-154/+154
* Fix "bug" in linker. actually was bug in asm files that did not correctlyrahnds1997-04-232-4/+6
* Ugly hack to work around bug in 88k linker.rahnds1997-04-211-1/+4
* Fix __STDC__ macro handling of #, only hurt for mkdep not cpp duegvf1997-04-171-3/+6
* Ok here is the mvme88k userland, minus a few important pieces.rahnds1997-03-2544-0/+2119
* frexp version from m68k, both are IEEE so should be fine.rahnds1997-01-172-1/+66
* Change order of includes to pick up sys/types.h so that typedefsrahnds1997-01-021-2/+2
* Add fp.c file, reformat to be more readable.rahnds1997-01-021-1/+3
* Stub routines for set|get fpsticky, fpround, ...rahnds1997-01-021-0/+44
* Check-in of powerpc library support.rahnds1996-12-2128-0/+1046
* generate reboot.o like other system callsderaadt1996-12-118-345/+0
* use types.h rather than machine/endian.h. Latest htonl changes need thatimp1996-11-291-2/+2
* Bad include directive.etheisen1996-11-131-3/+3
* Merge to NetBSD, added RCSidsniklas1996-11-1328-45/+213
* Sync to NetBSD + fixup RCS IDsniklas1996-11-1318-46/+96
* Move RCSid upniklas1996-11-131-2/+2
* Sync with kernel, from NetBSDniklas1996-11-133-55/+42
* Minor warning about unterminated constant fixedimp1996-09-231-2/+2
* Add a couple of syscalls; bring more prototypes into scopetholo1996-09-151-1/+2
* Remove dead codetholo1996-09-151-2/+2
* Fix RCS idstholo1996-08-19432-1667/+1534
* Stupid bug fixed..pefo1996-08-121-5/+8
* Cleanup of abi call and endian stuff. Also fixed some bugs. (AENT).pefo1996-07-3033-344/+138
* oops, floatconstants are in memory so wee need a .cpload to set gp-reg.pefo1996-07-251-5/+4
* from mark; set r1 to -1 as well as r0 so callers expecting a 64 bitderaadt1996-06-231-2/+3
* sync to raggederaadt1996-05-2210-2/+623
* sync to markderaadt1996-05-2236-307/+980
* Changes to support elf shared libraryspefo1996-05-1633-51/+395
* sync with netbsdderaadt1996-05-018-6/+234
* use strcat.S instead of strcat.cderaadt1996-05-011-2/+2
* arm32 libc supportderaadt1996-05-0129-0/+1683
* sync to netbsd 960418deraadt1996-04-216-4/+127
* Add support for building lint(1) librarytholo1996-03-2519-1/+369
* Use __asm, not asmtholo1996-03-251-3/+3
* From NetBSD: merge of 960317niklas1996-03-191-4/+8
* From NetBSD: Add explicit return typeniklas1996-02-246-5/+15
* from ragge; Changed to only include <machine/asm.h>, as the other portsderaadt1996-01-081-77/+2
* from netbsd: removed :errfix; const qualifier makes it unnecessaryderaadt1995-12-301-8/+0
* from netbsd: Removed unused CALL macroderaadt1995-12-301-2/+11
* from netbsd: Use <machine/asm.h> instead of DEFS.hderaadt1995-12-307-28/+28
* from netbsd:deraadt1995-12-303-15/+12