/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | exc2signal.c | 27 exception2signal (struct hurd_signal_detail *detail, int *signo, int posix) in exception2signal() argument 44 detail->code = posix ? SEGV_MAPERR : detail->exc_subcode; in exception2signal() 50 detail->code = posix ? SEGV_ACCERR : detail->exc_subcode; in exception2signal() 55 detail->code = posix ? BUS_ADRERR : detail->exc_subcode; in exception2signal() 66 detail->code = posix ? ILL_ILLOPC : ILL_INVOPR_FAULT; in exception2signal() 70 detail->code = posix ? ILL_BADSTK : ILL_STACK_FAULT; in exception2signal() 84 detail->code = posix ? FPE_INTDIV : FPE_INTDIV_FAULT; in exception2signal() 88 detail->code = posix ? FPE_INTOVF : FPE_INTOVF_TRAP; in exception2signal() 105 detail->code = posix ? FPE_FLTINV : 0 /*ILL_FPEOPR_FAULT*/; in exception2signal() 109 detail->code = posix ? FPE_FLTUND : FPE_FLTDNR_FAULT; in exception2signal() [all …]
|
D | trampoline.c | 113 } posix; in _hurd_setup_sighandler() member 230 stackframe->posix.siginfop = &stackframe->siginfo; in _hurd_setup_sighandler() 231 stackframe->posix.uctxp = &stackframe->ucontext; in _hurd_setup_sighandler()
|
/glibc-2.36/ |
D | SHARED-FILES | 50 posix/fnmatch_loop.c 52 posix/getopt.c 54 posix/getopt1.c 56 posix/getopt_int.h 57 posix/glob.c 59 posix/regcomp.c 61 posix/regex.c 63 posix/regex.h 65 posix/regex_internal.c 67 posix/regex_internal.h [all …]
|
/glibc-2.36/posix/ |
D | globtest.sh | 26 logfile=$common_objpfx/posix/globtest.out 45 testdir=${common_objpfx}posix/globtest-dir 46 testout=${common_objpfx}posix/globtest-out 84 ${common_objpfx}posix/globtest "$testdir" "*" | 111 ${common_objpfx}posix/globtest -s "$testdir" "*" | 222 ${common_objpfx}posix/globtest -b "$testdir" "{" | 235 ${common_objpfx}posix/globtest -c "$testdir" "abc" | 261 ${common_objpfx}posix/globtest -g "$testdir" "abc*" | 274 ${common_objpfx}posix/globtest -g "$testdir" "*/does-not-exist" | 287 ${common_objpfx}posix/globtest "$testdir" "*/*" | [all …]
|
D | wordexp-tst.sh | 30 logfile=${common_objpfx}posix/wordexp-tst.out 31 testout=${common_objpfx}posix/wordexp-test-result 45 ${common_objpfx}posix/wordexp-test '$*' > ${testout}1 58 ${common_objpfx}posix/wordexp-test '${*}' unquoted > ${testout}2 72 ${common_objpfx}posix/wordexp-test '$@' unquoted > ${testout}3 86 ${common_objpfx}posix/wordexp-test '"$* quoted"' param > ${testout}4 99 ${common_objpfx}posix/wordexp-test '"$@ quoted"' param > ${testout}5 114 ${common_objpfx}posix/wordexp-test '$#' 2 3 4 5 > ${testout}6 127 ${common_objpfx}posix/wordexp-test '$2 ${3} $4' 2nd 3rd "4 th" > ${testout}7 143 ${common_objpfx}posix/wordexp-test '${11}' 2 3 4 5 6 7 8 9 10 11 > ${testout}8 [all …]
|
D | tst-regex.input | 28 * posix/glob.h: Add LFS support for glob and globfree. 29 * posix/Versions [GLIBC_2.1]: Add glob64 and globfree64. 30 * posix/Makefile (routines): Add glob64. 87 * posix/unistd.h: Likewise. 88 * posix/sys/times.h: Likewise. 89 * posix/sys/wait.h: Likewise. 242 * sysdeps/posix/fdopen.c: Define __fdopen and make fdopen weak 249 * sysdeps/posix/tempname.c (__gen_tempname): Don't bother checking 275 * posix/globtest.sh: Fix typo. Remove second test output file. 326 * sysdeps/posix/tempname.c (__stdio_gen_tempname): Rename to [all …]
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.1 | 51 * sysdeps/posix/readv.c: #include <string.h>. 104 * posix/Makefile (gpl2lgpl): Define to include getopt source files. 124 * posix/glob.c: Always #include <sys/types.h>. 129 * posix/glob/Makefile.in (Makefile): Remove rule. 142 * posix/getconf.c (main): Cast printf field with arg to int. 146 * posix/glob.c [_AIX]: Don't declare alloca. 249 * posix/glob/Makefile.in (Makefile): Depend on config.status; invoke 252 * posix/glob.c [! USG]: #include <sys/types.h> before <sys/dir.h>. 281 * posix/glob.c [_AIX]: #pragma alloca first thing. 287 * posix/unistd.h (getpass): Declare. [all …]
|
D | ChangeLog.2 | 7 * posix/Makefile (lib): Depend on $(objpfx)libposix.a 74 * posix/sys/wait.h (__WAIT_STATUS, __WAIT_STATUS_DEFN): Use snazzy 380 * sysdeps/posix/tempname.c (__stdio_gen_tempname): Fix typo of 385 * sysdeps/posix/tempname.c (__stdio_gen_tempname): Rewrote main 396 * posix/fnmatch.h: #undef FNM_PATHNAME, FNM_NOESCAPE, and 407 * sysdeps/posix/__wait3.c: Use __WAIT_STATUS_DEFN in place of 461 sysdeps/posix/{__wait, __wait3}.c, posix/{wait, wait3, wait4}.c: Use 464 * sysdeps/posix/killpg.c (killpg): Make arg PGRP __pid_t, not pid_t. 472 * posix/sys/wait.h (__WAIT_STATUS_DEFN): Define new macro. 684 * posix/unistd.h: Declare syscall. [all …]
|
D | ChangeLog.14 | 582 * posix/annexc.c (check_header): Likewise. 872 * posix/getopt.h (__GNUC_PREREQ) [!defined __THROW]: Define 878 * posix/sched.h: Change sched_getaffinity and sched_setaffinity 917 * sysdeps/posix/getaddrinfo.c (gaih_inet): Implement handling of 1108 * sysdeps/posix/getaddrinfo.c: Implement AI_CANONIDN. 1121 * posix/getconf.c (vars): Add _SC_ values for cache information. 1131 * sysdeps/posix/sysconf.c (__sysconf): Add missing support for 1190 * posix/getopt.c (_): Don't define here for glibc. 1268 * posix/tst-vfork1.c: Likewise. 1272 * sysdeps/posix/posix_fallocate64.c: Likewise. [all …]
|
D | ChangeLog.16 | 3 * sysdeps/posix/getaddrinfo.c: Implement configuration file 7 * posix/gai.conf: New file. 8 * posix/tst-rfc3484.c: Adjust for changes to getaddrinfo.c. 9 * posix/tst-rfc3484-2.c: Likewise. 14 * posix/regex.h: g++ still cannot handled [restrict]. 79 * posix/Makefile (tests): Add tst-getaddrinfo3. 80 * posix/tst-getaddrinfo3.c: New file. 82 * sysdeps/posix/getaddrinfo.c (gaih_inet): Add parenthesis in test 199 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo which caused 270 * posix/tst-rfc3484.c (do_test): Also initialize source_addr_flags [all …]
|
D | ChangeLog.15 | 211 * sysdeps/posix/sysconf.c (__sysconf_check_spec): Remove leading 224 * posix/getconf.c (main): Prepend just $GETCONF_DIR/ instead of 226 * posix/confstr.c (confstr): Remove leading underscores for 260 * posix/regexec.c (proceed_next_node): Simplify treatment of epsilon 271 * posix/regex_internal.h (re_dfastate_t): Add non_eps_nodes and 277 * posix/regex_internal.c (create_newstate_common): Remove. 290 * posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 294 * posix/tst-regex.c2: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 298 * sysdeps/posix/sysconf.c (__sysconf): If _POSIX_CPUTIME resp. 313 * sysdeps/posix/sysconf.c (__sysconf_check_spec): Only define [all …]
|
D | ChangeLog.17 | 3 * posix/regexec.c (find_collation_sequence_value): Fix skipping 167 * posix/Makefile (tst-chmod-ARGS): Pass $(objdir), not `pwd`. 207 * posix/bug-getopt1.c: New file. 208 * posix/bug-getopt2.c: New file. 209 * posix/bug-getopt3.c: New file. 210 * posix/bug-getopt4.c: New file. 211 * posix/bug-getopt5.c: New file. 216 * posix/getopt.c (_getopt_internal_r): Skip optional - or + before 220 * posix/getopt.c (_getopt_internal_r): Reject '-;' as short 226 * posix/getopt.c (_getopt_internal_r): Handle '-Wfoo' identically [all …]
|
D | ChangeLog.6 | 136 * posix/unistd.h: Declare ttyname_r also when __USE_POSIX. 190 * posix/getopt.c (GETOPT_INTERFACE_VERSION): Define to 2. 191 * posix/getopt1.c (GETOPT_INTERFACE_VERSION): Define to 2. 291 * posix/getopt.c (_getopt_internal): Return -1, not EOF, when args 295 posix/getopt.c, posix/getopt1.c, stdio-common/bug4.c, 699 * posix/getopt.c: Change all direct usages of `gettext' to `_'. 813 * sysdeps/posix/vdprintf.c: Here. De-ansideclificate. 884 * posix/getopt.c (_getopt_internal): Don't reset __getopt_initialized 980 * posix/getopt.c: Only use the bash generated environment variable 985 * posix/unistd.h [__USE_GNU]: Declare environ. [all …]
|
D | ChangeLog.8 | 28 * posix/glob.h: Add LFS support for glob and globfree. 29 * posix/Versions [GLIBC_2.1]: Add glob64 and globfree64. 30 * posix/Makefile (routines): Add glob64. 87 * posix/unistd.h: Likewise. 88 * posix/sys/times.h: Likewise. 89 * posix/sys/wait.h: Likewise. 242 * sysdeps/posix/fdopen.c: Define __fdopen and make fdopen weak 249 * sysdeps/posix/tempname.c (__gen_tempname): Don't bother checking 275 * posix/globtest.sh: Fix typo. Remove second test output file. 326 * sysdeps/posix/tempname.c (__stdio_gen_tempname): Rename to [all …]
|
D | ChangeLog.12 | 76 * posix/getopt.c: Remove store_args_and_env which is not needed since 85 * sysdeps/mach/hurd/init-posix.c: New file. 95 * posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len): 101 * posix/getopt_init.c: Produce code only if USE_NONOPTION_FLAGS is 103 * posix/getopt.c: Use __getopt_nonoption_flags only if 149 * posix/getopt_init.c (__getopt_clean_environment): Avoid making 181 * posix/fnmatch_loop.c: Fix computation of alignment. 185 * posix/regex.c (wcs_regex_compile): Use appropriate string 194 * posix/Makefile (tests): Add bug-regex5. 195 * posix/bug-regex5.c: New file. [all …]
|
D | ChangeLog.7 | 52 * sysdeps/posix/getcwd.c: Add support for use of the code as a 289 * sysdeps/posix/getcwd.c: Define HAVE_MEMPCPY for _LIBC. Add casts. 291 * sysdeps/posix/system.c: Add comment to explain code. 465 * posix/execvp.c: Likewise. 466 * posix/getopt.c: Likewise. 467 * posix/glob.c: Likewise. 468 * posix/wordexp.c: Likewise. 475 * sysdeps/posix/getcwd.c: Likewise. 476 * sysdeps/posix/ttyname.c: Likewise. 477 * sysdeps/posix/writev.c: Likewise. [all …]
|
D | ChangeLog.3 | 119 * sysdeps/posix/sysd-stdio.c (__stdio_reopen): New function. 362 * sysdeps/posix/libc_fatal.c: Include <errno.h>. 407 * posix/sys/utsname.h (_UTSNAME_NODENAME_LENGTH): If undefined, 455 * sysdeps/posix/system.c [WAITPID_CANNOT_BLOCK_SIGCHLD]: Don't 460 * sysdeps/posix/sigintr.c (siginterrupt) [! SA_RESTART]: Always 463 * sysdeps/posix/__sigvec.c [! SA_ONSTACK]: Fail with ENOSYS if 468 * sysdeps/posix/libc_fatal.c: Include <sysdep.h>. 479 * posix/sys/types.h [__USE_BSD] (int32_t, int16_t, int8_t, 814 * sysdeps/posix/getenv.c (getenv): Return NULL if __environ is null. 934 * posix/unistd.h [__USE_GNU] (TEMP_FAILURE_RETRY): New macro. [all …]
|
D | ChangeLog.5 | 240 * posix/unistd.h: Remove decls for swapon, swapoff. 643 * posix/Makefile (headers): Add schedbits.h. 1056 * sysdeps/posix/ttyname_r.c (ttyname_r): Use _D_EXACT_NAMLEN 1059 * posix/Makefile (routines): Add getlogin_r. 1060 * posix/unistd.h: Add prototype for getlogin_r. 1394 * sysdeps/posix/tempname.c (__stdio_gen_tempname): Use __ptr_t instead 1635 zone%/right/ and zone%/posix/ rules so they match first. 1689 * time/Makefile (install-others): Also install posix/ZONE and 1691 (z.% rule): Generate rules for right/ZONE and posix/ZONE targets too, 1695 (tzcompile): Use it to get the right -d for posix/ and right/ flavors. [all …]
|
/glibc-2.36/po/ |
D | hu.po | 135 #: nscd/nscd.c:521 nss/getent.c:87 nss/makedb.c:385 posix/getconf.c:485 152 #: posix/getconf.c:490 573 #: posix/getconf.c:458 posix/getconf.c:697 632 #: nis/nis_error.h:1 nis/ypclnt.c:832 nis/ypclnt.c:921 posix/regcomp.c:135 711 #: posix/getconf.c:572 716 #: posix/getconf.c:624 721 #: posix/getconf.c:669 posix/getconf.c:685 725 #: posix/getconf.c:707 730 #: posix/getopt.c:620 735 #: posix/getopt.c:635 posix/getopt.c:681 [all …]
|
D | rw.po | 48 #: nis/nis_error.h:1 nis/ypclnt.c:832 nis/ypclnt.c:921 posix/regcomp.c:135 53 #: posix/getconf.c:669 posix/getconf.c:685
|
D | en_GB.po | 606 #: posix/getopt.c:788 640 #: posix/getopt.c:791 722 #: posix/getopt.c:711 727 #: posix/getopt.c:681 732 #: posix/getopt.c:729 posix/getopt.c:902 737 #: posix/getopt.c:706 742 #: posix/getopt.c:886 747 #: posix/getopt.c:868 752 #: posix/getopt.c:821 posix/getopt.c:951 895 #: posix/getopt.c:762 [all …]
|
D | lt.po | 121 #: posix/getconf.c:490 457 #: posix/getconf.c:458 posix/getconf.c:697 794 #: nis/nis_error.h:1 nis/ypclnt.c:832 nis/ypclnt.c:921 posix/regcomp.c:135 850 #: posix/getconf.c:624 855 #: posix/getconf.c:669 posix/getconf.c:685 859 #: posix/getconf.c:707 864 #: posix/regcomp.c:141 868 #: posix/regcomp.c:171 872 #: posix/regcomp.c:177 876 #: posix/regcomp.c:180 [all …]
|
D | sl.po | 145 #: posix/getconf.c:503 sysdeps/unix/sysv/linux/lddlibc4.c:60 159 #: nscd/nscd.c:521 nss/getent.c:87 nss/makedb.c:385 posix/getconf.c:485 177 #: posix/getconf.c:490 841 #: posix/getconf.c:458 posix/getconf.c:697 1945 #: nis/nis_error.h:1 nis/ypclnt.c:832 nis/ypclnt.c:921 posix/regcomp.c:135 1969 #: posix/getconf.c:669 posix/getconf.c:685 1973 #: posix/getopt.c:620 1978 #: posix/getopt.c:635 posix/getopt.c:681 1983 #: posix/regcomp.c:138 1987 #: posix/regcomp.c:141 [all …]
|
D | el.po | 124 #: nscd/nscd.c:521 nss/getent.c:87 nss/makedb.c:385 posix/getconf.c:485 142 #: posix/getconf.c:490 224 #: posix/getconf.c:458 posix/getconf.c:697 911 #: nis/nis_error.h:1 nis/ypclnt.c:832 nis/ypclnt.c:921 posix/regcomp.c:135 1691 #: posix/getconf.c:669 posix/getconf.c:685 1695 #: posix/getconf.c:707 1700 #: posix/regcomp.c:138 1704 #: posix/regcomp.c:141 1708 #: posix/regcomp.c:144 1712 #: posix/regcomp.c:147 [all …]
|
/glibc-2.36/manual/ |
D | macros.texi | 236 !posix\comments\ 240 !posix\comments\ 244 !posix\comments\ 248 !posix\comments\ 252 !posix\comments\ 256 !posix\comments\
|