Skip to content
Snippets Groups Projects
  1. Jun 08, 2017
  2. Jun 04, 2017
  3. Jun 01, 2017
    • Sebastian Humenda's avatar
      Add experimental L4re support · 09a04d8e
      Sebastian Humenda authored
      This commit introduces a UNIX-alike target for the l4re microkernel
      operating system. While this system is not a UNIX system at all, it is
      easiest to use the POSIX interface and hence benefit from common
      definitions.
      
      This version is a very early draft, only the basic data types have been
      verified and most of the complex data types (structs and unions) have
      not been ported yet.
      09a04d8e
  4. May 29, 2017
  5. May 28, 2017
  6. May 27, 2017
  7. May 26, 2017
  8. May 25, 2017
  9. May 24, 2017
  10. May 23, 2017
  11. May 18, 2017
  12. May 15, 2017
  13. May 07, 2017
  14. May 06, 2017
  15. May 03, 2017
  16. May 02, 2017
    • NODA, Kai's avatar
      Add Linux-specific recvmmsg(2) and sendmmsg(2) · 61c23fb9
      NODA, Kai authored
      
      There is a compatibility issue regarding the type of a flag parameter:
      int vs uint. Linux does declare the syscall to use uint and musl
      followed it, but it is incompatible with other POSIX recv*/send*
      syscalls. So it seems to be wise to follow the glibc version of
      prototypes with int.
      
      Signed-off-by: default avatarNODA, Kai <nodakai@gmail.com>
      61c23fb9
  17. Apr 30, 2017
  18. Apr 29, 2017
Loading