summaryrefslogtreecommitdiff
path: root/lib/libc/arch/ns32k/string
AgeCommit message (Expand)Author
2001-12-04Replace some misuses of "then" with "than".wiz
2001-11-21"than" instead of "then".wiz
1999-11-16make this work again with -mrtd.matthias
1999-06-06Go for correctness instead of speed as suggested by Ian Dall. This fixesmatthias
1999-06-06Fix spurious page faults by double word aligning the source and not thematthias
1998-10-01SYS.hmatthias
1998-05-28Fix all the bugs I introduced with my last fix...matthias
1998-05-27Fix a bug in bug in bcopy/memcpy/memmove that would manifest whenmatthias
1998-04-03Prepare assembler source for -mrtd kernels.matthias
1997-12-07Introduce ASSRCS. This is set to all the ns32k md assembler source files.matthias
1997-05-08* Add correct $NetBSD$ headers everywhere.matthias
1996-11-07* Provide an ovbcopy as an alternate entrypoint for bcopy when _KERNEL ismatthias
1996-09-24The pc532 port now has string functions in assembler.matthias
1995-03-20Separate machine dependencies.mycroft
1993-10-07make an arch directory in libc, and move all machine dirs into itcgd