summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
1998-09-14Fix "unused variable `c'" warning. (From Julian Coleman)leo
1998-09-12Include <sys/param.h> instead of <sys/types.h>, to get mem* inlines.ragge
1998-09-11Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.jonathan
1998-09-05distclean is a synonym for cleandirlukem
1998-08-30Some more 64-bit cleanup. Now everything compiles.eeh
1998-08-30As a temporary work around to make kernel links again, protectenami
1998-08-29Some more 64-bit-ification.eeh
1998-08-20update for b->mem change in sys/kern; now we need memcmp and memset, not just...tls
1998-08-15Assign my copyrights to TNF.mycroft
1998-08-15Assign copyrights to TNF.mycroft
1998-08-15Make copyright notices with my name consistent.mycroft
1998-08-08Lots of kernlib functions rewritten as inline macros.ragge
1998-08-04update bzero.c to stub from libc/stringperry
1998-08-04replace several special targets with stub .c files, as in libc/stringperry
1998-08-04add memcmp.cperry
1998-08-04remove memcpy.c -- I forgot this gets built anywayperry
1998-08-04add memcmp.cperry
1998-08-04remove memmove.c -- I forgot this gets built anywayperry
1998-08-04add memcmp.c memcpy.c memmove.cperry
1998-08-04add memcmp.S memmove.Sperry
1998-08-04add memcmp.S memmove.Sperry
1998-08-04add memcmp.c memmove.Sperry
1998-08-04add memmove.Sperry
1998-08-04add memmove.Sperry
1998-08-04add memcmp.Sperry
1998-08-04Fix formatting, and add memmove.Sperry
1998-08-03fix silly comment typoperry
1998-07-31make libkern build memmove() properlyperry
1998-07-27back out last changeis
1998-07-27write prototype: void * -> const void *.is
1998-07-19Make the combination "profiled kernel" and "${KERN_AS} == "library""drochner
1998-06-29Be quiet if bootparamd gives us an empty gateway spec.gwr
1998-06-21Add a small string pattern matching function to facilitate pcmcia cis stringchristos
1998-06-20Second half of the sparc64 stuff.eeh
1998-06-16Add support for "%p" format (easy).gwr
1998-06-16When the gateway bootparam is missing, be clear about thatgwr
1998-05-29Didn't find sha1.h compiling sys/arch/sparc/stand/boot.hannken
1998-05-28bugfix from libc.matthias
1998-05-27refresh from libc.matthias
1998-05-27add sha1.c, and build it.explorer
1998-05-14egcs -Wall -Werrordrochner
1998-05-07Sync with libc.pk
1998-04-24-catch zero and broadcast IP addresses sent by a DHCP serverdrochner
1998-04-03Prepare assembler source files for -mrtd kernels.matthias
1998-03-27copy from libc:cgd
1998-03-27sync with libccgd
1998-03-27copy from src/lib/libz:cgd
1998-03-01Sweep up some miscellaneous leftover lite2 integration shrapnel.ross
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-22Fix omission in last.mycroft