This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[hurd,commited 0/5] hurd patches


Richard Braun (1):
  Hurd: fix port leak in TLS

Samuel Thibault (4):
  hurd: Fix O_NOFOLLOW
  hurd: Fix O_DIRECTORY | O_NOFOLLOW
  hurd: Fix boot with statically-linked exec server
  hurd: Add mlockall support

 ChangeLog                           | 15 +++++++++++++
 hurd/hurdlookup.c                   |  2 +-
 hurd/lookup-retry.c                 | 38 +++++++++++++++++++--------------
 sysdeps/mach/hurd/i386/init-first.c |  2 +-
 sysdeps/mach/hurd/i386/tls.h        | 21 ++++++++++++-------
 sysdeps/mach/hurd/mlockall.c        | 42 +++++++++++++++++++++++++++++++++++++
 sysdeps/mach/hurd/munlockall.c      | 40 +++++++++++++++++++++++++++++++++++
 7 files changed, 134 insertions(+), 26 deletions(-)
 create mode 100644 sysdeps/mach/hurd/mlockall.c
 create mode 100644 sysdeps/mach/hurd/munlockall.c

-- 
2.16.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]