joerg
8b770def41
Missing locale specific change.
2013-08-19 20:41:15 +00:00
joerg
7efdee83f2
Add strerror_l.
2013-08-19 13:03:12 +00:00
joerg
6dd204a623
GC __indr_reference wrappers.
2013-08-19 10:59:39 +00:00
joerg
325fca1539
Shut up lint.
2013-08-19 09:12:58 +00:00
joerg
9c11b12444
Add nl_langinfo_l, catopen_l and wcsftime_l.
2013-08-19 08:03:33 +00:00
christos
2c0b172d86
fix gethostbyaddr prototype per TOG.
2013-08-19 07:18:42 +00:00
joerg
2933c53464
Rename fixup to update_global to better reflect the purpose.
...
Remove the various Current pointers, they are implementation internals
that shouldn't be leaked. Remove _CATEGORY_DEFAULT related handling and
directly pick the implemenation pointer from the C locale.
Merge the C locale data into global_locale.c with the exception of
_DefaultRuneLocale. Mark that one hidden. Move _RUNE_LOCALE and
_CITRUS_CTYPE into multibyte.h and pick up the correct rl_citrus_ctype
for non-default locales.
2013-08-18 20:03:48 +00:00
skrll
e1e1d514de
Revert previous.
2013-08-18 16:55:47 +00:00
wiz
47f6874b73
Update comment.
2013-08-18 10:40:06 +00:00
christos
5211d3a5ee
getnameinfo is now thread-safe so remove bugs section.
2013-08-18 10:00:57 +00:00
christos
298ec155a2
appease lint.
2013-08-18 09:57:16 +00:00
skrll
ece6044b61
Only add in __aeabi_read_tp.S when building for earm.
2013-08-18 07:57:29 +00:00
joerg
8c3abf72ef
Remove empty file.
2013-08-17 18:48:01 +00:00
matt
3216032c71
Enforce that this must be not compiled using Thumb1
2013-08-17 01:08:35 +00:00
matt
d0837c3349
Thumbify & add END
2013-08-17 01:07:45 +00:00
matt
2fa2fc254f
Add END
2013-08-16 23:20:59 +00:00
matt
a54ea9aa42
Save r3 instead of r4 when calling CERROR in thumb mode.
2013-08-16 22:30:28 +00:00
matt
14df2d6c20
thumbify and add END
2013-08-16 22:28:05 +00:00
matt
3243e35bad
Thumbify & optimize a little
2013-08-16 22:27:32 +00:00
matt
f013dd5175
Use _INVOKE_CERROR
...
use stmia instead of two str
add END
2013-08-16 22:21:59 +00:00
matt
9c2cd4b10a
Rework SYSTRAP for thumb.
...
Add END to PSEUDO_NOERROR and PSEUDO
2013-08-16 22:20:49 +00:00
matt
9ba4e12cec
Make _libc_arm_fpu_present hidden
2013-08-16 17:09:27 +00:00
christos
02dd244775
Add not advertised reentrant functions: {get,set,end}hostent_r,
...
gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use
gethostbyaddr_r(3) so it is re-entrant (ahem __ypdomain). These
are not being advertised because there is a bunch of different
implementation of them that have a variety of type signatures.
If people want to follow someone's implementation, it is now easy.
2013-08-16 15:27:12 +00:00
christos
aef0332e31
CID 1060853: Negative array index read (REVERSE_NEGATIVE)
2013-08-06 05:48:39 +00:00
wiz
22815a188d
Use more markup and improve table formatting.
2013-08-02 20:13:09 +00:00
elric
845f0d2fb7
Update accept(2) to indicate that paccept honours SOCK_NOSIGPIPE in its
...
flags argument.
2013-08-02 14:10:46 +00:00
matt
29673540c6
Use vmrs instead of mrc
2013-08-02 02:07:00 +00:00
matt
14480f30a0
Only include <arm/aeabi.h> when __ARM_PCS_VFP is defined.
2013-08-01 23:21:19 +00:00
matt
f4797bbdbc
Make sure to <arm/aeabi.h> if we are doing using EABI.
2013-08-01 22:18:50 +00:00
matt
3eafa9878b
CERROR is now hidden so no need to call it via the PLT
2013-08-01 05:54:24 +00:00
matt
31fc835fe9
Make __minbrk, __curbrk, and CERROR hidden and avoid using the GOT to access
...
them.
2013-08-01 05:32:33 +00:00
joerg
49cecb845d
Don't depend on implicit rounding from non-integral float constant.
2013-07-30 15:30:37 +00:00
joerg
02bc918a66
Don't pass assembler flags to cpp for genassym.
2013-07-30 15:28:47 +00:00
njoly
9b6bbe2755
Add mknodat(2) specific errors.
2013-07-30 13:45:38 +00:00
njoly
31ec74aafc
Add mkfifoat(2) specific errors.
2013-07-30 13:15:07 +00:00
njoly
a8ca9489d6
Add fchownat(2) specific errors.
2013-07-30 12:38:16 +00:00
skrll
c026930a7e
include namespace.h - this fixes 48091
2013-07-30 10:47:44 +00:00
njoly
3d23719d01
Add chmodat(2) specific errors.
2013-07-29 19:18:37 +00:00
njoly
ff85dd2c24
Add openat(2) specific errors.
2013-07-29 18:37:16 +00:00
njoly
c37d15ffcf
Add utimensat(2) specific errors.
2013-07-29 14:34:59 +00:00
wiz
9a6c0ab37a
Bump date for previous.
2013-07-29 11:49:31 +00:00
njoly
3e084f2c58
Add symlinkat(2) specific errors.
2013-07-29 11:40:04 +00:00
njoly
2580dac907
Add readlinkat(2) specific errors.
2013-07-28 21:24:12 +00:00
njoly
5376926384
Add linkat(2) specific errors.
2013-07-28 18:40:40 +00:00
njoly
d878899f75
Add fstatat(2) specific errors.
2013-07-28 15:46:34 +00:00
njoly
82798aec15
Add mkdirat(2) specific errors.
2013-07-28 14:38:25 +00:00
njoly
85cc963274
Add unlinkat(2) specific errors.
2013-07-28 13:53:04 +00:00
njoly
dcea1bf790
Add renameat(2) specific errors.
2013-07-28 10:24:59 +00:00
wiz
d3cdb3f120
Fix punctuation formatting and sort errors.
2013-07-28 09:27:07 +00:00
njoly
53aa452fce
Adjust EFAULT error description to use arguments name from synopsis.
2013-07-28 09:07:55 +00:00