summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
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
2013-01-23pull in strnlen.Smacallan
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-12-12Pass down an empty CPUFLAGS since CPUFLAGS is contained in CFLAGS.matt
2012-12-12Don't pass down CPUFLAGS since its value is already in CFLAGS.matt
2012-10-30add new divsi3 related files.christos
2012-10-10add split files.christos
2012-09-01Add ARMv5 support the clz instructionmatt
2012-08-30Add "consttime_bcmp" and "explicit_bzero" functions for both kerneldrochner
2012-08-10Deal with optional HAVE_GCC.joerg
2012-08-06If earm*, compile new aeabi runtime routines.matt
2012-07-23Fix cd9660_read() to not read past the end of the file. This would resultmhitch
2012-05-21Remove the code that tries to load the "ffs" kernel module during boot.dsl
2012-04-10Add a spin mutex to the rndsink structure; it is used to avoid locktls
2012-03-02Fix a bug that libsa ls doesn't work in case of filename with directory path.tsutsui
2012-02-14void function _arc4randbytes cannot return a value.njoly
2012-02-05Migrate one last leftover bit (used only by the kernel now) todholland
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-22Add CTASSERT_SIGNED() and CTASSERT_UNSIGNED().rmind
2012-01-20Don't use __cmsg_alignbytes in the kernel. Mark it as constant functionjoerg
2012-01-16PR/45796: Evgeniy Ivanov minixfs3 support.christos
2012-01-16PR/45796: Evgeniy Ivanov minixfs3 support.christos
2011-12-25Apply the following patch submitted by Evgeniy Ivanov:tsutsui
2011-11-29make "rs" static -- this name is too unspecific for the global namespacedrochner
2011-11-29Remove rnd_extract_data from the public kernel API (it is for use by thetls
2011-11-28Remove arc4random() and arc4randbytes() from the kernel API. Replacetls
2011-11-27Disable a DIAGNOSTIC test which causes kernel stack overflow on all arm ports.tsutsui
2011-11-26Use exact 32bit integral type to declare variable to storeenami
2011-11-26Fix white space usage.enami
2011-11-25Spell restrict with __.joerg