NetBSD/lib/libc
plunky 369de522d5 fix VIS_HTTPSTYLE to not convert "safe" ($-_.+) and "extra" (!*'(),)
characters as mentioned in rfc1738 and rfc1808 and, I think intended
all along in this code but the logic was inverted.

Don't use strchr as it also matches the NUL character which we want
to escape, just compare against the chars directly as done in the
FreeBSD code.
2009-11-23 10:08:47 +00:00
..
arch Follow upstream license changes for files with Michael Shalayeff's 2009-11-03 05:07:25 +00:00
atomic Punctuation nit. Remove superfluous .Pp. 2009-05-18 12:40:21 +00:00
citrus Add parentheses around a misleading string constant concatenation, 2009-09-05 06:44:27 +00:00
compat Follow upstream license changes for files with Michael Shalayeff's 2009-11-03 05:07:25 +00:00
compat-43 add an #include path for sigcompat.c to get at <sys/compat>; this 2006-04-24 17:15:06 +00:00
db correct cast to size_t. 2009-04-23 22:09:23 +00:00
dlfcn Add Solarisa-like dlinfo() interface to the ELF dynamic linker. 2009-09-24 21:21:33 +00:00
gdtoa Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
gen fix VIS_HTTPSTYLE to not convert "safe" ($-_.+) and "extra" (!*'(),) 2009-11-23 10:08:47 +00:00
gmon Fix markup. 2009-04-11 15:33:27 +00:00
hash Improve portability and clarity by using uint8_t for the byte data 2009-11-06 20:31:18 +00:00
iconv Revert to revision 1.8. Blindly ignoring options is not acceptable 2009-08-05 15:17:02 +00:00
include Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
inet merge libbind and bump. 2009-04-12 17:07:16 +00:00
isc merge libbind and bump. 2009-04-12 17:07:16 +00:00
locale redo: change _RUNTYPE_SW0 bit, mklocale(1) can't treat SWIDTH0 correctly. 2009-11-09 14:22:31 +00:00
md According to Alexander Bluhm in tech-toolchain on 31 Jan 2009, the way 2009-03-06 18:15:23 +00:00
misc -delete prototypes which are already in <ssp/ssp.h> 2009-11-17 20:46:20 +00:00
nameser fix lint issues and actual bugs lint found (missing break statements) 2009-04-12 19:43:37 +00:00
net use %option instead of #define YY_NO_... 2009-10-29 14:49:02 +00:00
nls Use MAP_FAILED and NULL. 2009-03-10 13:15:40 +00:00
quad Use reach-over sources from common/lib/libc 2005-12-20 19:31:47 +00:00
regex Convert to mdoc markup. 2009-04-21 14:46:02 +00:00
resolv the doo doo doo, the daa daa daa... 2009-11-22 18:04:37 +00:00
rpc No .Pp inside .Rs/.Re. 2009-10-13 21:39:55 +00:00
softfloat fix -Wsign-compare issue (seen on arm), using similar technique 2009-02-17 02:43:39 +00:00
ssp make the "src" strings const as in the unchecked equivalents 2009-11-17 20:44:26 +00:00
stdio revert some of dsl's changes to make things build on i386; he can undo what 2009-10-25 20:44:13 +00:00
stdlib Mention that it is included in IEEE Std 1003.1-2008. 2009-11-17 15:02:08 +00:00
string Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
sys remove one the to much. 2009-11-22 18:05:50 +00:00
termios Change a returned value of -1 (NO_PGID) to (uint)(pid_t)~0u >> 1 (0x7fffffff) 2004-12-01 21:37:15 +00:00
thread-stub Make threaded programs die correctly: 2009-01-30 23:21:02 +00:00
time one more the 2009-11-22 18:07:39 +00:00
uuid Move TNF licenses to 2 clause form 2008-05-02 18:11:04 +00:00
yp Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
Makefile Change (slightly) the way NO_SRCS is processed, update big comment! 2009-08-11 17:29:04 +00:00
Makefile.inc use libcincludes.mk 2008-10-26 07:42:09 +00:00
libcincludes.mk put the code to find the libc include directories and define ARCHSUBDIR 2008-10-26 07:28:06 +00:00
shlib_version Introduce allocaddrinfo(3) to make writing getaddrinfo() nss plugins easier. 2009-10-02 02:45:28 +00:00