Skip to content
Snippets Groups Projects
  1. Jun 20, 2017
  2. Jun 19, 2017
  3. Jun 16, 2017
  4. Jun 15, 2017
  5. Jun 14, 2017
  6. Jun 13, 2017
  7. Jun 11, 2017
  8. Jun 10, 2017
  9. Jun 09, 2017
  10. Jun 08, 2017
  11. Jun 07, 2017
    • Andrew Salmon's avatar
      add a number of syscalls · c98b9f7d
      Andrew Salmon authored
      vfork, wait4, getresuid, getresgid, personality, vhangup,
      swapon, swapoff, getdomainname, setdomainname, iopl, ioperm
      c98b9f7d
  12. Jun 04, 2017
  13. Jun 01, 2017
    • bors's avatar
      Auto merge of #591 - humenda:master, r=alexcrichton · f74d134a
      bors authored
      Add experimental L4re support
      
      This PR 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.
      
      Thanks to TobiasSchaffner for providing his patched version, to verify some assumptions.
      f74d134a
Loading