NetBSD/lib/libc
christos 1eb9e03aa2 - add __clnt_sigfillset() that does not blindly block all signals but excludes
the tty generated ones (int, quit, tstp), plus term and hup. This makes
  command line clients behave on connect(2) where before they would need
  to be killed from a different tty. Much easier than making the file
  descriptor non-blocking for the duration of connect and then using
  pselect/pollts to detect when actual connection or timeout occured using
  a different sigmask.
- factor out some of the error paths.
2013-05-07 21:08:44 +00:00
..
arch include assym.h 2013-04-30 19:42:56 +00:00
atomic
cdb
citrus Restore standalone strtol/strtoul for citrus for now. 2013-04-26 21:20:47 +00:00
compat Compat glue for lwp park, but does not use the new syscall yet. 2013-03-29 02:09:58 +00:00
compat-43 End sentence with a dot. 2013-05-06 13:29:12 +00:00
db
dlfcn
gdtoa Add libc/locale to the search path. 2013-04-19 20:18:33 +00:00
gen Include softfloat-for-gcc.h for __ARM_EABI__ to get aeabi aliases. 2013-04-30 01:44:07 +00:00
gmon
hash
iconv fix rev.1.13 2013-03-11 10:44:43 +00:00
include move prototypes to stdio.h 2013-05-04 18:31:47 +00:00
inet
isc
locale Make that to process PATH_LOCALE the first time _find_category is 2013-04-30 00:45:04 +00:00
md
misc
nameser
net New sentence, new line. 2013-05-03 21:13:34 +00:00
nls
quad ARM EABI needs left shift logical too. 2013-04-30 01:43:01 +00:00
regex
resolv two more type casts after type changes 2013-02-16 13:45:45 +00:00
rpc - add __clnt_sigfillset() that does not blindly block all signals but excludes 2013-05-07 21:08:44 +00:00
softfloat Match against LIBC_MACHINE_ARCH for MKCOMPAT 2013-04-30 01:42:03 +00:00
ssp
stdio Grammar. 2013-05-04 19:17:38 +00:00
stdlib Bump date for adding the function to NetBSD. Fix xref. 2013-04-26 19:37:18 +00:00
string Add dummy strcoll_l and strxfrm_l. 2013-04-19 23:28:47 +00:00
sys For pipe2(2), EINVAL won't be returned if the flag is O_NOSIGPIPE. 2013-04-23 23:39:13 +00:00
termios
thread-stub Provide stubs for pthread_detach/pthread_join. 2013-04-27 20:36:47 +00:00
time Store time-specific locale data directly in the locale. 2013-04-21 17:45:46 +00:00
tls
uuid
yp
libcincludes.mk
Makefile Match against LIBC_MACHINE_ARCH for MKCOMPAT 2013-04-30 01:42:03 +00:00
Makefile.inc
shlib_version Add strtol_l and friends. Switch _citrus_bcs_strtol to use plain 2013-04-16 21:44:06 +00:00