1. 07 Apr, 2003 1 commit
  2. 08 Apr, 2003 10 commits
  3. 07 Apr, 2003 16 commits
  4. 06 Apr, 2003 1 commit
  5. 07 Apr, 2003 2 commits
  6. 06 Apr, 2003 3 commits
  7. 05 Apr, 2003 6 commits
  8. 04 Apr, 2003 1 commit
    • Ulrich Drepper's avatar
      [PATCH] Signal invalid ipc operation with ENOSYS · e7507c16
      Ulrich Drepper authored
      The ipc multiplexer syscall on x86 currently returns EINVAL for a
      non-existing sub-opcode.  This logical but is a problem with the
      introduction of new operations (like semtimedop).  Now EINVAL can mean
      "no such operation" and "invalid parameter".  To avoid such problems in
      future, could you apply the attached patch?
      e7507c16