summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch/sparc
AgeCommit message (Expand)Author
2014-03-07Align explicitly to make kernels compiled by clang generatenakayama
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-03-17Revert previous. christos fixed the root cause.nakayama
2013-03-14Make sparc64 32-bit kernel buildable.nakayama
2011-06-13catch up with the userland copy:mrg
2009-08-14Move that majority of the 'SRCS+= foo.c' into the main Makefile.libkern.dsl
2009-08-12Split the lines that add .c to SRCS from those that add .Sdsl
2009-01-05Fix previous. I have no idea what crack I was on when I "tested" them.pooka
2009-01-04Support PIC for inclusion in librump. (m68k untested)pooka
2006-03-30G/c this stale copy of SYS.h. It has not been updated since 1999. Ituwe
2005-12-20Use common sources with userland.christos
2005-12-11merge ktrace-lwp.christos
2005-04-22Use ${TOOL_M4} instead of "m4". (I only tested this fixreed
2005-02-26nuke trailing whitespaceperry
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-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-10-27remove setjmp/longjmp from libkern, they're not used.chs
2002-04-16Add strtoul.c, otherwise kernels using "wi* at pcmcia?" do not workmartin
2001-07-01Sync with libc: use bzero-based assembly version of memset().kleink
2001-05-13Make this work for PIC (as opposed to pic) without taking chances of fittingkleink
2000-11-01Add a strcasecmp(), modified from chopps's strncasecmp().thorpej
1999-09-06sync with libc:chs
1999-05-09Add .PATH.m4pk
1999-03-05Sync with libcpk
1999-02-24use RODATA(__ffstab) instead of ENTRY().chs
1999-02-24don't list any *.S files in SRCS multiple times, once is enough.chs
1998-08-04add memcmp.cperry
1998-05-07Sync with libc.pk
1998-02-22Fix omission in last.mycroft
1998-02-22Copy up.mycroft
1998-02-22Move random() from kernel.mycroft
1998-02-22Don't list bcopy.c here, since we only want memcpy() and not bcopy().mycroft
1998-02-22We need memcpy().mycroft
1998-02-22Add some missing things.mycroft
1998-01-21add rules like those in libc to build strchr() and strrchr() (the lattercgd
1997-10-24add memchr() to libkernchuck
1997-10-13rcsid fascismlukem
1997-10-09Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.bouyer
1997-01-18add strchr() to libkern. strchr.c copied from libc's "index.c", but withcgd
1996-11-18sync with libc source: remove DEFS.hpk
1996-11-18Remove `chmod 444's.pk
1996-08-27Add machine-independent assertion-checking support. macros are:cgd
1996-04-23Remove memset.c; it is not currently used, and .c files should belong inchristos
1996-04-18don't include user-land headers in libkern files when compiling forcgd
1996-04-13add strncasecmp.c to ports' libkern Makefile.inc's. When adding a newcgd
1996-03-11Back out previous change.scottr
1996-03-11Provide a memset() for the i386 (assembly version), and move memset.cthorpej
1995-10-07Remove setjmp() and ffs().mycroft
1995-04-22eserve the equality "x == y*(x/y)+(x%y)" for negative y; from Lon Willett.pk