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