summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch/hppa
AgeCommit message (Expand)Author
2022-06-15Fix a dumb typo/thinkoskrll
2022-06-13Provide a __canonicalize_funcptr_for_compare which only needs to returnskrll
2022-06-13Don't need $$sh_func_adrsskrll
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-09fix typos in asymmetry, asymmetric(al), symmetrical.andvar
2021-01-16remove unused "_DIAGNOSTIC" option and opt_diagnostic.h.chs
2015-08-30Include opt_diagnostic.h.uebayasi
2014-03-13remove compiler-rt duplicates to fix buildpooka
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2011-01-31This file needs opt_multiprocessor.h early so we pick up the rightskrll
2011-01-24Fix build.skrll
2011-01-22Fix MULTIPROCESSOR curlwp/curcpu handling... missed in previous commit.skrll
2010-03-20fix copy{in,out}{,str}() to return the error returned by uvm_fault().chs
2009-12-10Rename L_ADDR to L_PCBskrll
2009-12-01Remove U_PCB as requested by rmind.skrll
2009-09-22Don't build spcopy for rumpkern. Fixes hp700 build failure pointedpooka
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-04-30Merge nick-hppapmap.skrll
2009-03-18- remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> hastsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-02-04Add bswap16.c and bswap32.c to SRCS. We need fallback versions foruwe
2005-12-27fix build of bzero.yamt
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2003-10-21Add bswap64.c, required by options FFS_EI.tsutsui
2003-10-10update for new gas syntax. from Jochen Kunz.chs
2003-09-11the asm version of strlcpy() was buggy, just use the C version.chs
2003-08-31update for LWPs, and some lite cleanup.chs
2002-09-21add strtoul.c, it's now used in MI code.chs
2002-06-06Added hppa support to libkern.fredette