- 25 11月, 2013 2 次提交
-
-
由 Michael Forney 提交于
-
由 Michael Forney 提交于
-
- 24 11月, 2013 12 次提交
-
-
由 Michael Forney 提交于
This function is used by ping6 from iputils.
-
由 Michael Forney 提交于
-
由 Szabolcs Nagy 提交于
- remove the HAVE_EFFICIENT_IRINT case: fn is an exact integer, so it can be converted to int32_t a bit more efficiently than with a cast (the rounding mode change can be avoided), but musl does not support this case on any arch. - __rem_pio2: use double_t where possible - __rem_pio2f: use less assignments to avoid stores on i386 - use unsigned int bit manipulation (and union instead of macros) - use hexfloat literals instead of named constants
-
由 Szabolcs Nagy 提交于
some macros in sys/mtio.h and syslog.h used NULL without defining it
-
由 Szabolcs Nagy 提交于
definition in linux: #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) where __O_TMPFILE and O_DIRECTORY are arch specific
-
由 Szabolcs Nagy 提交于
-
由 Timo Teräs 提交于
-
由 Timo Teräs 提交于
and use _GNU_SOURCE || _BSD_SOURCE guards for all of the RFC 3678 namespace polluting things like glibc/uclibc does.
-
由 Michael Forney 提交于
-
由 Michael Forney 提交于
-
由 Michael Forney 提交于
This way, if an fprintf fails, we get an incomplete group entry rather than a corrupted one.
-
由 Michael Forney 提交于
If *l == *r && *l, then by transitivity, *r.
-
- 23 11月, 2013 5 次提交
-
-
由 rofl0r 提交于
previously: timersub(&now, t, &diff); warning: value computed is not used [-Wunused-value]
-
由 Rich Felker 提交于
loop condition was incorrect and confusing and caused an infinite loop when (broken) applications reaped the pid from a signal handler or another thread before wordexp's call to waitpid could do so.
-
由 Rich Felker 提交于
-
由 Rich Felker 提交于
when WRDE_NOSPACE is returned, the we_wordv and we_wordc members must be valid, because the interface contract allows them to return partial results. in the case of zero results (due either to resource exhaustion or a zero-word input) the we_wordv array still should contain a terminating null pointer and the initial we_offs null pointers. this is impossible on resource exhaustion, so a correct application must presumably check for a null pointer in we_wordv; POSIX however seems to ignore the issue. the previous code may have crashed under this situation.
-
由 Rich Felker 提交于
avoid using exit status to determine if a shell error occurred, since broken programs may install SIGCHLD handlers which reap all zombies, including ones that don't belong to them. using clone and __WCLONE does not seem to work for avoiding this problem since exec resets the exit signal to SIGCHLD. instead, the new code uses a dummy word at the beginning of the shell's output, which is ignored, to determine whether the command was executed successfully. this also fixes a corner case where a word string containing zero words was interpreted as a single zero-length word rather than no words at all. POSIX does not seem to require this case to be supported anyway, though. in addition, the new code uses the correct retry idiom for waitpid to ensure that spurious STOP/CONT signals in the child and/or EINTR in the parent do not prevent successful wait for the child, and blocks signals in the child.
-
- 21 11月, 2013 6 次提交
-
-
由 Szabolcs Nagy 提交于
-
由 Rich Felker 提交于
-
由 Szabolcs Nagy 提交于
-
由 Szabolcs Nagy 提交于
* simplify sin_pi(x) (don't care about inexact here, the result is inexact anyway, and x is not so small to underflow) * in lgammal add the previously removed special case for x==1 and x==2 (to fix the sign of zero in downward rounding mode) * only define lgammal on supported long double platforms * change tgamma so the generated code is a bit smaller
-
由 Rich Felker 提交于
previously these macros wrongly had type double rather than long double. I see no way an application could detect the error in C99, but C11's _Generic can trivially detect it. at the same time, even though these archs do not have excess precision, the number of decimal places used to represent these constants has been increased to 21 to be consistent with the decimal representations used for the DBL_* macros.
-
由 Rich Felker 提交于
this is enough to produce the correct value even if the constant is interpreted as 80-bit extended precision, which matters on archs with excess precision (FLT_EVAL_METHOD==2) under at least some interpretations of the C standard. the shorter representations, while correct if converted to the nominal precision at translation time, could produce an incorrect value at extended precision, yielding results such as (double)DBL_MAX != DBL_MAX.
-
- 11 11月, 2013 1 次提交
-
-
由 rofl0r 提交于
-
- 10 11月, 2013 1 次提交
-
-
由 Rich Felker 提交于
this should not matter since the reality is that either all the sysv sem syscalls are individual syscalls, or all of them are multiplexed on the SYS_ipc syscall (depending on arch). but best to be consistent anyway.
-
- 09 11月, 2013 4 次提交
-
-
由 Rich Felker 提交于
this is a Linux-specific extension to the sysv semaphore api.
-
由 Rich Felker 提交于
siginfo_t is not available from signal.h when the strict ISO C feature profile (e.g. passing -std=c99 to gcc without defining any other feature test macros) is used, but the type is needed to declare waitid. using sys/wait.h (or any POSIX headers) in strict ISO C mode is an application bug, but in the interest of compatibility, it's best to avoid producing gratuitous errors. the simplest fix I could find is suppressing the declaration of waitid (and also signal.h inclusion, since it's not needed for anything else) in this case, while still exposing everything else in sys/wait.h
-
由 Rich Felker 提交于
it's not clear why I originally wrote O_NOFOLLOW into this; I suspect the reason was with an aim of making the function more general for mapping partially or fully untrusted files provided by the user. however, the timezone code already precludes use of absolute or relative pathnames in suid/sgid programs, and disallows .. in pathnames which are relative to one of the system timezone locations, so there is no threat of opening a symlink which is not trusted by appropriate user. since some users may wish to put symbolic links in the zoneinfo directories to alias timezones, it seems preferable to allow this.
-
由 Rich Felker 提交于
the rest of the code is not prepared to handle an empty TZ string, so falling back to __gmt ("GMT"), just as if TZ had been blank or unset, is the preferable action.
-
- 05 11月, 2013 1 次提交
-
-
由 rofl0r 提交于
try+l points to \0, so only one iteration was ever tried.
-
- 04 11月, 2013 2 次提交
-
-
由 rofl0r 提交于
we need to skip to the second TZif header, which starts at skip+44, and then skip another header (20 bytes) plus the following 6 32bit values.
-
由 rofl0r 提交于
if sizeof(time_t) == 8, this code path was missing the correct offset into the zoneinfo file, using the header magic to do offset calculations. the 6 32bit fields to be read start at offset 20.
-
- 02 11月, 2013 3 次提交
-
-
由 Rich Felker 提交于
inet_aton returns a boolean success value, whereas __ipparse returns 0 on success and -1 on failure. also change the conditional in inet_addr to be consistent with other uses of __ipparse where only negative values are treated as failure.
-
由 Rich Felker 提交于
now that we're waiting for the exit status of the child process, the result can be conveyed in the exit status rather than via a pipe. since the error value might not fit in 7 bits, a table is used to translate possible meaningful error values to small integers.
-
由 Rich Felker 提交于
I mistakenly assumed that clone without a signal produced processes that would not become zombies; however, waitpid with __WCLONE is required to release their pids.
-
- 31 10月, 2013 1 次提交
-
-
由 Rich Felker 提交于
while using "l" unconditionally gave the right behavior due to matching sizes/representations, it was technically UB and produced compiler warnings with format string checking.
-
- 30 10月, 2013 1 次提交
-
-
由 Szabolcs Nagy 提交于
-
- 29 10月, 2013 1 次提交
-
-
由 Szabolcs Nagy 提交于
i386 fenv code checks __hwcap for sse support, but in fesetround the sse code was unconditionally jumped over after the test so the sse rounding mode was never set.
-