summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2013-11-03make a gcc unitialized variablechristos
2013-11-03mark some variables as unused, but keep them around as commentschristos
2013-10-20XXX: gcc initializationschristos
2013-10-20remove unusedchristos
2013-10-20use new function to avoid array overflowchristos
2013-10-14Add a heavily modified version of Apple's libunwind as released underjoerg
2013-10-13Let's not use uninitialized variables to write to random memoryjoerg
2013-10-11Rework previous (1.24) change. Rather than depending on thepgoyette
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-08-28Fix libkern's prototype for explicit_memset.riastradh
2013-08-21Use LIBISPRIVATE?= yesmatt
2013-08-21Thumbifymatt
2013-08-21Simplify by using LIBISPRIVATE?= yesmatt
2013-08-20Some assembly files need to compiled -marm since they are Thumb compatible.matt
2013-08-12Fix typos (prX not cpX)matt
2013-08-12Add EHABI unwind stubs to libkern so prevent errors in linking if unwindmatt
2013-08-11Support thumbmatt
2013-07-23Another codegen bug that fixes (in this case lots of) atf tests.skrll
2013-07-18Adjust for coldfirematt
2013-07-18Fix typo.matt
2013-07-18Reorder a little to make clearer.matt
2013-07-18Keep stack longword aligned.matt
2013-07-18Convert to motorola syntaxmatt
2013-07-18Convert to morotola syntaxmatt
2013-07-18Don't use %d2 (violates the ABI since it wasn't saved), use %a0 instead.matt
2013-06-29libkern: add murmurhash module.rmind
2013-06-24Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.riastradh
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-23Account bytes drawn from initial call to libkern arc4random.riastradh
2013-06-23Rework rndsink(9) abstraction and adapt arc4random(9) and cprng(9).riastradh
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-21Add back {,u}modsi3 for libkern since if we are building standalone toolsmatt
2013-06-20modsi3/umodsi3 are only needed !EABI armmatt
2013-06-19blkoff() -> mfs_blkoff()dholland
2013-06-19Rename ambiguous macros:dholland
2013-06-18Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs.christos
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-06-09Build properly against the lfs changes.dholland
2013-05-10Wrap >80 char lines that overflowed on NDADDR -> EXT2FS_NDADDR changes.tsutsui
2013-05-02This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds thatmatt
2013-04-14Make the check in close() for a non-deflatable file mode symetric tomartin
2013-03-17Remove duplicate source files.nakayama
2013-03-17Revert previous. christos fixed the root cause.nakayama
2013-03-17undo sparc64 kludgechristos
2013-03-14Make sparc64 32-bit kernel buildable.nakayama
2013-03-11amend previous sparc64 fix: rump does not know about memcpyset.schristos
2013-03-10On sparc64 memcpy and memset are provided by memcpyset.s (should have beenchristos
2013-03-02recognize OpenBSD toochristos
2013-02-06Modify earm rule to match any machine_arch starting with earm.matt
2013-01-23Add strnlen.c to SRCS (which will automatically use the .S version if itmatt