| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-23 | Fix wrong KASSERTs. Do not compare size vs. entries count. | njoly |
| 2014-02-21 | Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also, | maxv |
| 2014-02-11 | Fix uninitialized variable. Harmless: it does not change the behavior | maxv |
| 2014-02-09 | account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518. | chs |
| 2014-01-27 | Add basic IPV6 level socket options support (IPV6_V6ONLY). | njoly |
| 2014-01-27 | Add SO_SNDLOWAT, SO_RCVLOWAT and SO_ACCEPTCONN support for socket | njoly |
| 2014-01-25 | Update linux socket socket options (SO_*). Add common version to its | njoly |
| 2014-01-23 | Fix inverted pid/lid arguments in do_sched_{get,set}param calls. | njoly |
| 2014-01-13 | Cleanup, and reduce diffs between arches. Make alpha use | njoly |
| 2013-12-27 | Add easy parts (TCOOFF/TCOON) of the TCXONC linux termios ioctl. | njoly |
| 2013-12-27 | Rename ipcall/socketcall specific defines to avoid conflict with | njoly |
| 2013-12-27 | Add struct linux_stat64 definition for alpha, and enable syscalls that | njoly |
| 2013-12-22 | CTASSERT that native to compat errno translation tables are kept in | njoly |
| 2013-12-17 | Cleanup compat linux errnos by adding generic errnos in a single file. | njoly |
| 2013-12-08 | Sprinkle a few more linux_umode_t where appropriate. | njoly |
| 2013-12-08 | Add missing syscall argument fd in comment. | njoly |
| 2013-11-18 | claim to be linux 3.11.6 (opensuse 13.1). | chs |
| 2013-11-18 | implement the *at() syscalls. | chs |
| 2013-11-18 | implement AT_RANDOM. | chs |
| 2013-11-10 | On linux_sys_getdents, insert d_type at the end of each record. | slp |
| 2013-10-17 | remove unused variable | christos |
| 2013-09-24 | Add utimensat(2) for compat linux. | njoly |
| 2013-09-19 | exec modules need to be of the exec kind | christos |
| 2013-09-15 | Make alpha use linux_sys_utimes() just like other archs. | njoly |
| 2013-08-11 | Allow to build in envs without USRSTACK (namely, rump kernels on powerpc). | pooka |
| 2013-07-18 | Do not make FUTEX_WAIT wait indefinitely for an invalid timeout | njoly |
| 2013-06-08 | Typo | stacktic |
| 2013-04-17 | handle timeouts like before. | christos |
| 2013-04-16 | Add some more futex gunk and explain why it does not work (yet). | christos |
| 2013-04-15 | alpha uses standard utimes. | christos |
| 2013-04-09 | Fix COMPAT_LINUX32. | pooka |
| 2013-04-08 | support utimes on non-alpha linux platforms | pooka |
| 2013-01-11 | Use copyin/copyout and linux-specific ifreq structures (they are the same | christos |
| 2013-01-11 | add the futex PI commands (not implemented yet) | christos |
| 2012-10-02 | kernel portion of clock_nanosleep() | christos |
| 2012-09-22 | LINUX_RLIM_INFINITY doesn't fit into the value range for linux32, so | joerg |
| 2012-09-19 | Add a pass-through ioctl for mfi(4), allowing userland to send raw commands | bouyer |
| 2012-09-19 | emulate ppoll which is essentially our pollts | pooka |
| 2012-09-13 | Rename structure members to make the code compile in environments | pooka |
| 2012-06-22 | From the "parse errors that you just do not see as a human" department: | martin |
| 2012-06-21 | fix token pasting. | christos |
| 2012-06-20 | print proper ktruser names depending on the emulation. | christos |
| 2012-03-15 | Do not read past end of array. Found by gcc -03 | bouyer |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2012-02-03 | Add a hook for freeing an ep_emul_arg. Add a wrapper routine | matt |
| 2012-01-20 | Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions | joerg |
| 2011-12-20 | - Eliminate so_nbio and turn it into a bit SS_NBIO in so_state. | christos |
| 2011-11-18 | remove one more kassert | christos |