summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2010-03-15Add memset to libkern on vax, moving existing memset.S to src/common.uwe
2010-03-12DTrace: Add support for CTF sections in the netbsd elf image, load thesedarran
2010-02-11Add a prototype.martin
2010-02-10fix includesmartin
2010-02-10Utility function to lookup a symbol value in an elf symbol table - allows,martin
2010-01-20Remove kern_assert.c - it's not needed here cuz it's already pulled inpgoyette
2010-01-20__assert.c -> kern_assert.cpooka
2010-01-19Get rid of last "easy" kernel symbols starting with __:pooka
2010-01-19Add long long (%lld etc.) support and width (%02x etc.) supporttsutsui
2010-01-18Keep arc4_i and arc4_j synchronised after a rekeying. This preventsjoerg
2010-01-14Move AMD64's bswap64 implementation from libc to src/common and share itjoerg
2010-01-13RFC783 says the ErrMsg sent with an ERROR packet needs to bedrochner
2009-12-29Don't abuse INSECURE for allowing exec() to load files not owned by uid 0.elad
2009-12-14Build fix for the mips64 merge:uebayasi
2009-12-14Merge from matt-nb5-mips64matt
2009-12-10Rename L_ADDR to L_PCBskrll
2009-12-01Remove U_PCB as requested by rmind.skrll
2009-11-21Redo the previous inverted logic. Sort alphabetically.uebayasi
2009-11-21Don't build quad support code on 64-bit platforms.uebayasi
2009-10-21Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).snj
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2009-09-22Don't build spcopy for rumpkern. Fixes hp700 build failure pointedpooka
2009-08-25Uh, move loadfile_aout.c in under the check for ${SA_USE_LOADFILE}he
2009-08-21If we're on mips, don't build exec.c or loadfile_aout.c, since theyhe
2009-08-16Change include of <sys/exec.h> to <sys/exec_aout.h> since these files wantmatt
2009-08-14Move that majority of the 'SRCS+= foo.c' into the main Makefile.libkern.dsl
2009-08-12Put back random.S. Hi dsl!skrll
2009-08-12Remove some .c files accidentally left on the .S linesdsl
2009-08-12Split the lines that add .c to SRCS from those that add .Sdsl
2009-08-12Use stuff from libc/Makefile to auto-remove .c files if a .S has been added.dsl
2009-07-21Move popcount et al to src/common and add popcount32/popcount64.joerg
2009-07-20Fix little bit, and add a few files.kiyohara
2009-07-10Use a function to add extra data to the vendor area so that data addedroy
2009-07-10We should request the DHCP parameters we need.roy
2009-06-18Back out the addition of memset.c to the vax libkern, and instead dohe
2009-06-18Add memset.c, so that the references from sha2.c can be satisfied, andhe
2009-05-13Implement snprintb_m(3) to provide multi-line bit/bit-field decode.pgoyette
2009-05-06We should check for potential overflows.roy
2009-04-30Merge nick-hppapmap.skrll
2009-04-11fix sign-compare issuelukem
2009-03-26Make the function declaration the same for the big-endian case ashe
2009-03-25Fix compilation error on 64-bit platforms.tls
2009-03-25Fix build problems caused by crc32 addition to libkern. Also, this makestls
2009-03-25Fixes PR kern/41069 and PR kern/41070.darran
2009-03-23Don't use gcc's __builtin_*() functions #if defined(_STANDALONE)tsutsui
2009-03-20Allow MD standalone Makefiles overriding MI libsa settingstsutsui
2009-03-19Revert previous. MI libsa doesn't provide bcmp().tsutsui
2009-03-19Add a prototype for the bcmp() function as well.he
2009-03-18bzero -> memsetcegger
2009-03-18- remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> hastsutsui