summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-04NetBSD.ORG -> NetBSD.orgkeihan
2003-11-14Use assembler version of bswap64.uwe
2003-11-14bswap64 written in assembler.uwe
2003-11-13Eliminate bzero.uwe
2003-11-09Compile identity ntoh*/hton* only for big endian case.uwe
2003-11-09bzero is no longer used in the kernel.scw
2003-11-09bzero is gone from the kernelmartin
2003-11-09Get rid of bcopy relics. Minimize diffs against the libc version.uwe
2003-11-08Nuke bcopy. Move the code to memmove.S (which it is) make memmove theuwe
2003-11-08Add '.SUFFIXES: .m4' here, now that <sys.mk> doesn't provide it anymore.lukem
2003-11-08don't need bcmp() and bzero()jdolecek
2003-11-08no need for bcmp.cjdolecek
2003-11-07Make 'dependall' generate dependencies in these libraries.dsl
2003-11-05rindex() shouldn't be used in the kernel. Use strrchr() instead.junyoung
2003-11-01g/c index.c and rindex.c (not used anywhere)jdolecek
2003-10-30Add a prototype for memset().he
2003-10-29Don't try to build random.S on 68010.mycroft
2003-10-29Refresh from libc to get 68010 version.mycroft
2003-10-27index() shouldn't be used in the kernel. Use strchr() instead.junyoung
2003-10-26Goodbye to bcmp.S, bcopy.S, and bzero.S. They are defined as macros injunyoung
2003-10-26Remove bcmp.S and bzero.S from list. They were doing nothing but wastingjunyoung
2003-10-23Duh, fix the align-to-32-bits code.scw
2003-10-23The paddr_t type is integral, so no longer compatible with NULL,he
2003-10-21Add bswap64.c, required by options FFS_EI.tsutsui
2003-10-18Rename local variables `read' to `nread' to shut up -Wshadow.itohy
2003-10-13Xscale-optimised mem* functions, contributed by Wasabi Systems.scw
2003-10-10update for new gas syntax. from Jochen Kunz.chs
2003-10-09big endian supportichiro
2003-10-08sort entries, and add a couplelukem
2003-10-02fix build for bootloaders (no /usr/include/sys/kernel.h any more).itojun
2003-09-23Same treatment as libc/hash/sha1.c: ifdef the sparc64 compiler bugmartin
2003-09-11the asm version of strlcpy() was buggy, just use the C version.chs
2003-09-04Um, undo last; libsa printf doesn't do %z.he
2003-09-04Use the %zu format for size_t printing instead of cast + %lu.he
2003-09-03Cast size_t to u_long before printing, and use %lu instead of %d as format.he
2003-09-01Another attempt to get libsa to contain the right things.dsl
2003-08-31Fix signed/unsigned warnings.fvdl
2003-08-31update for LWPs, and some lite cleanup.chs
2003-08-29The __strong_alias() seems to have to be in the file with the definition.dsl
2003-08-27An ever sneakier way of making memcmp and bcmp use the same code:dsl
2003-08-27Use memset not bzero to help shrink alpha bootxx_lfsdsl
2003-08-27Actually the right instruction to fill a half-word.matt
2003-08-22Reduce memory footprint:dsl
2003-08-21Should call ufs_close() if it isn't being built in.elric
2003-08-21make 'path' argument to cd9660_open 'const char *' and fix the fallout.elric
2003-08-20KNFitojun
2003-08-19Kerner library files for pdp10.ragge
2003-08-18make 'path' argument to ufs_open 'const char *' and fix the fallout.dsl
2003-08-18KNF, fix a comment or twodsl