summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-03-04Add GENASSYM_CPPFLAGS in two more places.joerg
2014-03-04Introduce GENASSYM_CPPFLAGS for options during genassym processing.joerg
2014-03-04#include <m68k/m68k.h>matt
2014-03-04The fixuns* come from compiler_rt so softfloat doesn't need to provide them.matt
2014-03-04Avoid a warning and just do the trap #1 instead of calling sigreturn inline.matt
2014-03-03add man page for rumpfspooka
2014-03-03Drop in a fabs() after the fsqrt().dsl
2014-03-02Change remaining "MACHINE_ARCH" to "LIBC_MACHINE_ARCH"matt
2014-02-28Fix locking SNAFU.pooka
2014-02-28Fix reversed logic in the notimeout call.blymn
2014-02-27Use _ENTRYmatt
2014-02-27Remove tautological check.joerg
2014-02-27Use the CALL() macro.matt
2014-02-27Add powerpc64 supportmatt
2014-02-27G/c old unused sh3 csu. Requested by joerg@uwe
2014-02-26Update compiler-rt glue for the new source layout.joerg
2014-02-26Make the .note section mergable and set proper "item" length.martin
2014-02-26Add missing EL_REFRESHchristos
2014-02-26prepare for moving GCC 4.5 into gcc.old:mrg
2014-02-26Use MAP_ANON|MAP_PRIVATE for anonymous memory mapping,pooka
2014-02-25emulate printflike properly to avoid fatal error on clangpooka
2014-02-25Powerpc seems to expect minimum 8 byte alignment from malloc as well.martin
2014-02-22pipe2 requires fcntl.h for its flags; PR 48614 from Steffen Daode Nurpmeso.dholland
2014-02-21sun4v: Rename TLB_ defines to SUN4U_TLB_ so entries created using TSB_DATA() ...palle
2014-02-20Correct the implementation of mvderwin, it now works as specified byblymn
2014-02-20remember to commit this file toopooka
2014-02-20make implementation of rumpuser_kill() match the documentationpooka
2014-02-20document rumpuser_kill()pooka
2014-02-20Translate signal numbers between rump kernel and (POSIX) host.pooka
2014-02-19Remove the #include <sys/user.h> from all of libkvm.dsl
2014-02-19Provide a genassym.cf in libc for hppa and use it.skrll
2014-02-17Bounce the minimum allocation alignement for sparc64 and amd64 as well,martin
2014-02-14New sentence, new line.wiz
2014-02-14some minor updates and reality-checkspooka
2014-02-14minor clarification: rumpuser_thread_create() is used to create the hostpooka
2014-02-13NPF: add support for IPv6-to-IPv6 Network Prefix Translation (NPTv6),rmind
2014-02-10remove unneeded code, and kill parens from returnchristos
2014-02-10PR/48585: Henning Petersen: Always set errno when returning NULL.christos
2014-02-07NPF: add support for static (stateless) NAT.rmind
2014-02-07don't lie about function signatures.christos
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2014-02-07RFC 3542 (section 10.1) states that optlen should only be checked whenchristos
2014-02-06bump the datermind
2014-02-06cdbw(3) man page: fix the header file name and use .Fa for function arguments.rmind
2014-02-06Add support for CDB based NPF tables.rmind
2014-02-05Err on the safe side for small memory allocations and provide 4byteskrll
2014-02-03Provide scalbnl, scalbnf, logbl, logbf, fmaxl for vax.martin
2014-02-03pthread__mutex_lock_slow: fix the handling of a potential race with thermind
2014-02-03For ancient GCC, disable the missing prototype warning completely.joerg
2014-02-03- npfctl: fix table IDs (breakage since the table naming was added).rmind