Lines Matching refs:libc
7 # - libc/net/rcmd.c: make __ivaliduser() and __ivaliduser_sa() static
8 # - libc/net: resolver update to BIND8/9?
11 # - obsolete crypto hashes should be booted out of libc
12 # - libc/gen/setproctitle.c: remove __ps_strings hack
13 # - libc/gen/assert.c: __{diag,}assert13() -> __{diag,}assert()
14 # - lib/libc/net/iso_addr.c: remove
15 # - libc/gen/times.c: remove; __times13() -> times()
16 # - libc/gen/timezone.c: remove; __timezone13 -> timezone
17 # - libc/net/getaddrinfo.c, netdb.h: remove __ai_pad0
18 # - libc/gen/utmpx.c, utmpx.h: remove lastlogxname, __getlastlogx13 -> getlastlogx
19 # - libc/gen/utmpx.c, utmpx.h: add expansion space to struct lastlogx
21 # - libc/gen/is{inf,nan}d_ieee754.c: remove is{inf,nan} aliases
22 # - libc/arch/vax/gen/is{inf,nan}.c: remove
23 # - libc/db/hash/ndbm.c: remove; __ndbm13 -> ndbm
24 # - libc/net/getnet{ent,namadr}.c, netdb.h: remove __n_pad0
25 # - libc/stdio: make _file an int, hide struct FILE, stdin, stdout, stderr impls
26 # - libc/stdio: make fileno() not a macro
27 # - libc/stdio: make stdio macro users depend on some library symbol
37 # (note: maybe it still needs to be kept in a compat lib; but not in libc)
51 # - clean-up initialisation order between crt0.o, rtld and libc.
52 # - move environ and __ps_strings from crt0.o into libc.