about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-01278-278/+278
|
* Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd.Joseph Myers2013-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed in <https://sourceware.org/ml/libc-alpha/2012-04/msg00840.html> and <https://sourceware.org/ml/libc-alpha/2012-04/msg00989.html>, it seems appropriate to flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. The bulk of the patch is just moving files. The only other changes are: update paths in sysdeps/mach/hurd/Implies and sysdeps/unix/sysv/linux/wait3.c; merge the two syscalls.list files, with the removal of syscalls that were in sysdeps/unix/bsd/syscalls.list but overridden in the bsd4.4 directory by .c files there. Tested x86_64. The installed shared libraries are identical before and after the patch except for libc.so where the move of wait3.c (included by sysdeps/unix/sysv/linux/wait3.c) affects debug info, but the disassembly is unchanged. * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd. * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from sysdeps/unix/bsd/bsd4.4/syscalls.list. (fchflags): Likewise. (revoke): Likewise. (setlogin): Likewise. (sigaltstack): Likewise. (wait4): Likewise. (sigblock): Remove. (sigsetmask): Likewise. (wait3): Likewise. (waitpid): Likewise. * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file. * sysdeps/unix/sysv/linux/wait3.c: Update directory of included file. * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ... * sysdeps/unix/bsd/Makefile: ... here. * sysdeps/unix/bsd/bsd4.4/Versions: Move to ... * sysdeps/unix/bsd/Versions: ... here. * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ... * sysdeps/unix/bsd/bits/sockaddr.h: ... here. * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ... * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here. * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ... * sysdeps/unix/bsd/sigblock.c: ... here. * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ... * sysdeps/unix/bsd/sigsetmask.c: ... here. * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ... * sysdeps/unix/bsd/sigvec.c: ... here. * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ... * sysdeps/unix/bsd/tcdrain.c: ... here. * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ... * sysdeps/unix/bsd/tcgetattr.c: ... here. * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ... * sysdeps/unix/bsd/tcsetattr.c: ... here. * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ... * sysdeps/unix/bsd/wait.c: ... here. * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ... * sysdeps/unix/bsd/wait3.c: ... here. * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ... * sysdeps/unix/bsd/waitpid.c: ... here.
* Patch [1/4] async-signal safe TLS.Paul Pluzhnikov2013-12-181-0/+7
| | | | | | | | | | | | | 2013-12-18 Andrew Hunter <ahh@google.com> * sysdeps/generic/ldsodefs.h (_dl_mask_all_signals): New prototype. (_dl_unmask_signals): Likewise. * sysdeps/mach/hurd/dl-sysdep.h (_dl_mask_all_signals): New stub. (_dl_unmask_all_signals): Likewise. * sysdeps/unix/sysv/linux/dl-sysdep.h (_dl_mask_all_signals): New prototype. (_dl_unmask_all_signals): Likewise. * sysdeps/unix/sysv/linux/dl-sysdep.c (_dl_mask_all_signals): New function. (_dl_unmask_signals): Likewise.
* rename configure.in to configure.acMike Frysinger2013-10-304-2/+2
| | | | | | | Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add fork hooks for pthread_atforkSamuel Thibault2013-10-041-0/+15
| | | | pthread_atfork needs application callbacks to be called outside any locking.
* sysdeps/mach/hurd/i386/tls.h: Remove TLS_INIT_TP_EXPENSIVE.Will Newton2013-09-241-1/+0
| | | | | | | | | | | This define was removed from the rest of the tree eight years ago. ChangeLog: 2013-09-24 Will Newton <will.newton@linaro.org> * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove macro.
* Fix typos.Ondřej Bílka2013-08-302-2/+2
|
* Hurd: Add ESUCCESS error_t value.Thomas Schwinge2013-08-292-1/+17
|
* Hurd: Use __executable_start symbol instead of _start.Samuel Thibault2013-08-291-2/+2
| | | | | _start points to the first instruction, not to the ELF header. __executable_start does point on the ELF header.
* Fix typos.Ondřej Bílka2013-08-211-1/+1
|
* Rewrite sysd-rules generation using an awk script.Roland McGrath2013-06-171-1/+1
|
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-0814-17/+17
|
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-072-2/+2
|
* Remove trailing whitespace.Joseph Myers2013-06-054-5/+5
|
* _dl_skip_args declaration cleanup.Thomas Schwinge2013-05-261-1/+0
| | | | | | | * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't declare _dl_skip_args. Continuation of commit 8347c74cc5c972aa9e57747177b1f5f4b1cbcac8.
* _dl_non_dynamic_init declaration cleanup.Thomas Schwinge2013-05-261-3/+0
| | | | | | | * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init): Don't declare. Continuation of commit bc16e260d0e74b36e48d30edc6ea4f1152700c09.
* Hurd: add ST_NOATIMEPino Toscano2013-05-101-1/+3
|
* Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath2013-05-032-24/+0
|
* BZ#14280: Fix Hurd ioctl macro to avoid warning.Roland McGrath2013-04-081-1/+1
|
* Use __ehdr_start, if available, as fallback for AT_PHDR.Roland McGrath2013-03-281-8/+14
|
* Make _dl_phdr pointer to const.Roland McGrath2013-03-281-1/+1
|
* Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath2013-03-281-4/+0
|
* Move system-specific settings out of toplevel configure.in and config.make.in.Joseph Myers2013-03-202-0/+3
|
* Fix copyright notice corruption from update-copyright bug.Joseph Myers2013-01-026-6/+6
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-02278-282/+278
|
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-017-14/+7
|
* Hurd: fixes for ptsname and ptsname_rPino Toscano2012-11-201-9/+9
| | | | | | | | | | | | ptsname_r on failure returns the value that is also set as errno; furthermore, add more checks to it: - set errno and return it on __term_get_peername failure - set errno to ERANGE other than returning it - change the type of PEERNAME to string_t, and check its length with __strnlen In ptsname: - change the type of PEERNAME to string_t - do not set errno manually, since ptsname_r has set it already
* Hurd: implement syncfsPino Toscano2012-11-191-0/+31
|
* [BZ #3665] Regenerate sysdeps/mach/hurd/bits/errno.h.Samuel Thibault2012-11-041-3/+3
|
* [BZ #5246] Conditionalize use of PTR_DEMANGLE.Thomas Schwinge2012-11-041-0/+2
|
* Fix build of test cases on GNU Hurd that are statically linked.Thomas Schwinge2012-11-011-3/+7
|
* Remove PowerPC sysdep files for GNU Hurd and GNU Mach.Thomas Schwinge2012-11-0114-1501/+0
|
* Fix a compilation error in the Hurd's bits/param.h.Thomas Schwinge2012-11-011-2/+0
| | | | | Introduced in the unification in commit e66a42f57fd20d1c7bbdc5f7937831d13bcf709b.
* Hurd: fix fdatasync/fsync if the fd does not support file_syncPino Toscano2012-10-292-2/+14
| | | | | Handle the case of the fd port implementing a stub (EOPNOTSUPP), properly returning EINVAL.
* Hurd: ptrace: use __hurd_fail for EOPNOTSUPPPino Toscano2012-10-251-4/+4
|
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-092-260/+1
|
* Move _dl_important_hwcaps to dl-hwcaps.cH.J. Lu2012-10-051-20/+0
|
* Name space hygeine for madvise.Roland McGrath2012-10-041-2/+3
|
* Clean up conditionalize of ld.so.cache support.Roland McGrath2012-10-031-28/+0
|
* Get rid of unused __swblk_t type.Roland McGrath2012-10-011-1/+0
|
* Move _G_config.h with Linuxism to linux/ directory.Roland McGrath2012-09-281-64/+0
|
* Remove various _G_*_t type names.Joseph Myers2012-09-251-7/+0
|
* Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.Joseph Myers2012-09-211-1/+0
|
* Remove _G_NEED_STDARG_H.Joseph Myers2012-09-201-1/+0
|
* Remove _G_HAVE_IO_GETLINE_INFO.Joseph Myers2012-09-171-1/+0
|
* Remove unused __rtld_lock_init_recursive macroH.J. Lu2012-09-132-3/+0
|
* Remove _G_HAVE_PRINTF_FP.Joseph Myers2012-09-131-1/+0
|
* Remove unused typedefs and macros from _G_config.h.Joseph Myers2012-09-111-10/+0
|
* Remove _G_USING_THUNKS.Joseph Myers2012-09-101-3/+0
|
* Remove libio C++ vtable definitions.Joseph Myers2012-09-101-4/+0
|