christos
78d38aa25c
Bring getopt(3) inline with getopt_long(3): recognize option:: as an optional
...
option.
2014-06-05 22:00:22 +00:00
njoly
4dd55950ee
len argument is of unsigned type (size_t) and thus cannot be negative;
...
remove corresponding statement in ERRORS.
2014-05-30 16:11:01 +00:00
christos
f75f663858
Don't try to listen on UDP sockets.
2014-05-29 12:35:45 +00:00
christos
032a656e95
welcome to 2014d; zic big bang fixes:
...
some programs did not handle large negative time_t values well (gnome)
2014-05-28 19:13:27 +00:00
christos
721439951a
CID 975117: check listen(2) return .
2014-05-28 14:49:28 +00:00
christos
bf67527d19
CID 97511{4,5}: Ignore bindresvport return. It only works for root.
2014-05-28 14:45:57 +00:00
christos
226875968c
CID 975113: Ignore __rpc_setnodelay error, it is not fatal
2014-05-28 14:45:19 +00:00
christos
e05a011b8f
CID 975112: Ignore bindresvport() return. This is can only succeed for root
2014-05-28 14:41:47 +00:00
christos
b33a0c98e1
CID 975111: Ignore return value from initgroups(). If we failed, then
...
the failure would be that we could not open the .rhosts file so we fail
closed.
2014-05-28 14:39:02 +00:00
uebayasi
d3e9bed41f
Fix previous.
2014-05-23 03:05:56 +00:00
uebayasi
0d34bfa26d
Put missing END() markers to set ELF symbol size.
2014-05-23 02:34:19 +00:00
uebayasi
d6b02e86d1
Put missing END() markers to set ELF symbol size.
2014-05-23 02:17:43 +00:00
uebayasi
44f0e5275c
Define hacked version of END() in addition to ENTRY().
2014-05-23 02:03:41 +00:00
uebayasi
502c621104
Put missing END() markers to set ELF symbol size.
2014-05-22 15:21:13 +00:00
uebayasi
92d1d4411b
Put missing END() markers to set ELF symbol size.
2014-05-22 15:01:56 +00:00
uebayasi
88c3252136
Put missing END() markers to set ELF symbol size.
2014-05-22 14:38:38 +00:00
joerg
8883847bdf
For the moment, don't complain about const casts.
2014-05-20 12:23:47 +00:00
martin
804dc5f91b
Get rid of all sysc_init_field uses - initialize fields directly in C99
...
notation.
2014-05-16 12:22:32 +00:00
martin
5dd9bd30f5
When creating the descriptions for the "user" node, advance the output
...
pointer properly.
2014-05-16 09:41:42 +00:00
joerg
718b124a41
Prepare in case we want to hook up the profile init code later.
2014-05-16 00:11:30 +00:00
joerg
8f1ac24727
Deal with PGO rename.
2014-05-16 00:10:57 +00:00
uebayasi
b178885539
Whitespace.
2014-05-14 06:38:09 +00:00
christos
4df4d972d3
Welcome to 2014c
...
Changes affecting code
zic now generates transitions for minimum time values, eliminating
guesswork when handling low-valued time stamps. (Thanks to Arthur
David Olson.)
Port to Cygwin sans glibc. (Thanks to Arthur David Olson.)
Changes affecting commentary and documentation
Remove now-confusing comment about Jordan. (Thanks to Oleksii
Nochovnyi.)
2014-05-13 16:33:56 +00:00
njoly
d6ab72b9c6
Remove error condition for negative length parameter; the
...
corresponding type is unsigned (size_t) and thus the value cannot be
negative.
2014-05-09 17:25:11 +00:00
wiz
49f7bce00f
Mention the word 'inode' next to st_ino so it's easier to find.
...
Bump date.
2014-04-10 17:11:15 +00:00
pooka
889d7bb33a
play the "documentation matches implementation" game
2014-04-08 13:02:14 +00:00
christos
b02e0dfacc
add __stpncpy_chk
2014-04-06 19:29:37 +00:00
christos
d5aa7d4d63
fix incorrect bounds check
2014-04-06 19:29:25 +00:00
christos
2d04609248
fix the limit check.
2014-04-06 01:13:59 +00:00
christos
18305a4758
fix off by one in stpcpy_chk.
...
christos
2014-04-06 01:01:49 +00:00
dholland
120fd4cb9a
add "move gethostbyname to a compat library" to the list of things to do
...
on the mythical libc bump
2014-03-29 19:30:12 +00:00
wiz
59200c73fc
Remove trailing whitespace. Merge EINVAL entries.
2014-03-28 15:35:55 +00:00
degroote
b45684b49b
Document a bit CLOCK_VIRTUAL and CLOCK_PROF
2014-03-28 15:03:41 +00:00
christos
13ec391985
CID 273814, don't confuse coverity.
2014-03-20 17:25:23 +00:00
uwe
66df54162c
On sh3 __udivsi3 is gcc "millicode" with special calling convention
...
(less registers clobbered than usual). Each DSO that needs it gets
its own hidden copy from libgcc.a. Do not compile udivsi3.c for sh3
here since this C version doesn't conform to what gcc expects and
overrides the libgcc.a version.
This makes binaries compiled with gcc4.8 work. The issue was not
exposed with gcc4.5 since it uses different division strategy by
default.
2014-03-19 20:30:53 +00:00
riastradh
6cb10275d0
Merge riastradh-drm2 to HEAD.
2014-03-18 18:20:35 +00:00
christos
e2ecf243c3
fix memory leak
...
XXX: pullup 6
2014-03-17 13:24:23 +00:00
christos
9669e36fb7
reduce diffs with other copies of this code.
2014-03-07 01:07:01 +00:00
christos
32a8f22f2c
Fix incorrect overflow test: https://android-review.googlesource.com/#/c/50570/
2014-03-07 01:00:58 +00:00
skrll
1b5cff8f1d
Move to a flat space register convention. %sr[4-7] are all now the space
...
number allocated to the process. gcc produces (slightly) better code
with this convention.
Retain backwards compatiblity.
Welcome to 6.99.36
2014-03-06 19:02:58 +00:00
joerg
9c3fd52490
Introduce GENASSYM_CPPFLAGS for options during genassym processing.
...
Consistently drop assembler flags.
2014-03-04 14:58:14 +00:00
matt
94c30368e1
The fixuns* come from compiler_rt so softfloat doesn't need to provide them.
2014-03-04 06:30:40 +00:00
matt
c479ba2f5a
Avoid a warning and just do the trap #1 instead of calling sigreturn inline.
...
If it fails, it'll fall into the botch case so don't bother calling CERROR
on failure.
2014-03-04 06:27:00 +00:00
matt
e0c9b05e1a
Change remaining "MACHINE_ARCH" to "LIBC_MACHINE_ARCH"
2014-03-02 03:04:52 +00:00
joerg
a48c968746
Update compiler-rt glue for the new source layout.
2014-02-26 22:37:55 +00:00
martin
b67fdf35da
Powerpc seems to expect minimum 8 byte alignment from malloc as well.
2014-02-25 12:13:19 +00:00
dholland
56052b0a66
pipe2 requires fcntl.h for its flags; PR 48614 from Steffen Daode Nurpmeso.
...
Also fix the wording for EINVAL as suggested by Robert Elz.
2014-02-22 17:26:41 +00:00
skrll
4c855bdfea
Provide a genassym.cf in libc for hppa and use it.
2014-02-19 13:01:51 +00:00
martin
ce92aca1d5
Bounce the minimum allocation alignement for sparc64 and amd64 as well,
...
to sync with their default gcc configuration.
We could relax this again later, after a filing a defect report with the
ISO C comitee and getting an answer contradicting the gcc teams
interpretation (and then fix the gcc target configurations instead).
2014-02-17 08:50:50 +00:00
christos
3c501c2028
remove unneeded code, and kill parens from return
2014-02-10 16:30:54 +00:00