summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
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
2011-11-20make it compile without DIAGNOSTIC definedpara
2011-11-19First step of random number subsystem rework described intls
2011-10-30use LIBISPRIVATE instead of home-grown.mrg
2011-10-28shouldn't need .size for ppc64.christos
2011-10-01use gcc builtin for memset() on vax too.chs
2011-09-29Don't include <sys/systm.h> because it brings in too much stuff thatchristos
2011-09-27Modify *ASSERTMSG() so they are now used as variadic macros. The main goaljym
2011-09-25Do as Joerg said and kill the __STDC__ blocks. They only make sense forjym
2011-09-01Make strnlen(3) accessible in kernel. ok christos@.jym
2011-08-26Build and install ppath(3), property-list paths library.dyoung
2011-08-12Fix bug when only restoring r31 (lr was not being restored properly).matt