Commit Graph

7728 Commits

Author SHA1 Message Date
explorer
31c448a301 Check for NULL return from strdup() 2009-03-03 15:42:43 +00:00
explorer
7c353a46b6 Ignore the magic // commands in iconv_open(). This was discussed on current-users about a month ago, and ignoring the options was the best suggestion. 2009-03-03 14:39:06 +00:00
christos
c9216fc526 no more weak here. 2009-03-01 19:59:55 +00:00
pgoyette
e3eb5958e0 Avoid possible integer overflow and subsequent collateral damage.
Received from OpenBSD via US-CERT as VU #590371.

Original OpenBSD commit log:

> revision 1.42
> date: 2009/02/11 13:24:05;  author: otto;  state: Exp; lines: +9 -1
> Avoid level going negative on deep (i mean really deep) dirs. Reported
> by Maksymilian Arciemowicz. ok kettenis@ millert@
2009-02-28 14:34:18 +00:00
wiz
4760c8b288 New sentence, new line. Use more markup. 2009-02-27 16:48:02 +00:00
pooka
cd39a9d18a Remove mentions of MAP_COPY, it's not available and trying to use it
will result in compile failure.
2009-02-27 16:23:54 +00:00
ad
07a1846337 Remove pointless AUTHORS sections. The names are in the source and CVS
history along with everyone else who has contributed.
2009-02-25 20:50:16 +00:00
christos
2c266c8a4c version alphasort. 2009-02-24 18:41:40 +00:00
dholland
45e10be5f4 Add __warn_references to getdirentries(), per PR 37730. Okayed by Christos
a while back.
2009-02-22 06:33:38 +00:00
martin
c79c3eed1d Make NAN a compile time constant (with help from the compiler). Suggested
by krister. Fixes PR 40695.
Make references to the old construct (which we can't remove for binary
compatibility reasons) emit a linker warning.
2009-02-22 01:34:01 +00:00
christos
eb7fe43718 fix sign comparison warning in debug build. 2009-02-21 17:20:01 +00:00
roy
dbf72b0e6a printf("%zi\n", (ssize_t)-1); now correcly prints -1 on i386
ok: christos
2009-02-20 09:23:37 +00:00
njoly
73766a83b8 Fix mdoc warning (missing .El directive). While here, use a single
list for multiple items.
2009-02-17 18:51:56 +00:00
lukem
d52f6f4b6b fix -Wsign-compare issue (seen on arm), using similar technique
to ../bits64/softfloat-macros
2009-02-17 02:43:39 +00:00
lukem
be48221f4f A variation on the sign-compare fix for these. 2009-02-16 10:40:45 +00:00
tron
ae34e73bcb Fix -Wsign-compare issue (on NetBSD/sparc64). 2009-02-16 10:34:15 +00:00
tron
ea68052342 fix -Wsign-compare issue (on sparc64) 2009-02-16 10:23:35 +00:00
lukem
e95441b0ce fix -Wsign-compare issue (on alpha) 2009-02-16 05:22:00 +00:00
lukem
b85aa1ea53 fix -Wsign-compare issue 2009-02-16 03:23:29 +00:00
lukem
c8c03b97dd fix -Wsign-compare issues (untested) 2009-02-14 06:26:42 +00:00
lukem
79362ba3ea avoid lint's whining on i386 2009-02-13 04:01:46 +00:00
uebayasi
30399256d4 Enable assertions only when _DIAGNOSTICS is defined, as other libc parts do. 2009-02-12 16:24:59 +00:00
lukem
c7201a0f39 fix -Wsign-compare issues 2009-02-12 06:35:54 +00:00
lukem
eb0de3bfe5 fix sign-compare issues 2009-02-12 06:33:13 +00:00
lukem
64d3d6de80 sign-compare fixes 2009-02-12 05:06:54 +00:00
lukem
4359ce3c5f sign-compare fix 2009-02-12 05:03:47 +00:00
lukem
71d48e7c9e sign-compare fixes 2009-02-12 04:57:46 +00:00
lukem
2770a3ae8f sign-compare fixes 2009-02-12 04:40:40 +00:00
lukem
2d59e2af1e sign-compare fix 2009-02-12 04:38:52 +00:00
lukem
102c672a15 sign-compare fixes 2009-02-12 04:32:05 +00:00
lukem
deeb06e363 sign-compare fixes 2009-02-12 04:13:08 +00:00
lukem
8483a30314 sign-compare fix 2009-02-12 04:10:52 +00:00
lukem
9d1671f467 Fix sign-compare issues 2009-02-12 03:34:33 +00:00
lukem
19b046886f fix sign-compare issue 2009-02-12 03:12:36 +00:00
lukem
2360d0845a Apply some of FreeBSD libc/stdlib/malloc.c rev 1.162
to fix sign-compare issues.
2009-02-12 03:11:01 +00:00
lukem
cfd7bc0451 Fix sign-compare issues.
Ensure provided uio_resid >= 0; negative sizes have "interesting"
semantics elsewhere in stdio, so it's better to avoid them.
2009-02-11 23:48:17 +00:00
christos
028f3ea750 fix typo * -> & from enami. 2009-02-11 13:52:28 +00:00
christos
ed71b85e85 remove debugging. pointed by enami 2009-02-11 13:51:59 +00:00
lukem
da77f10ac5 sign-compare fix 2009-02-11 05:25:17 +00:00
christos
bb0dd61478 Add RFC 2045 MIME Quoted-Printable support. 2009-02-10 23:06:31 +00:00
tnozaki
5f8a9fb1ee fix typo, don't overwrite LC_TIME's t_fmt_ampm by t_fmt. 2009-02-09 14:39:48 +00:00
lukem
53e9163a95 sign-compare fix 2009-02-07 07:25:22 +00:00
lukem
f0772e2d1f sign-compare fix 2009-02-06 23:47:44 +00:00
lukem
6f550c4d36 sign-compare fix 2009-02-05 23:52:55 +00:00
lukem
fc2df2f1c0 sign-compare fix 2009-02-05 23:22:39 +00:00
lukem
8bbffe062a sign-compare fix 2009-02-05 13:21:11 +00:00
lukem
38d40fc9f8 sign-compare fix 2009-02-05 05:39:38 +00:00
lukem
5e1ba2f2e6 sign-compare fix 2009-02-05 03:22:37 +00:00
lukem
14fddbd703 fix sign-compare issue 2009-02-03 05:21:24 +00:00
lukem
a99197aa1c sign-compare fix 2009-02-03 04:58:38 +00:00