Lines Matching refs:remove
5 # - remove code under BUILD_LEGACY
6 # - remove BCS code in citrus and replace it with use of the C locale
12 # - libc/gen/setproctitle.c: remove __ps_strings hack
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
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
28 # - remove frexp, ldexp, modf: they belong to libm.
36 # - remove gets(); it is finally dead in c11.
39 # - remove ruserok() and friends to libcompat (or entirely)
40 # - remove alloca fallback and expect compiler to provide a builtin version.
45 # - remove badly hidden gethostbyname_r
49 # - remove exect(3) API - tracing functionality has been moved to the kernel
50 # - punt gethostid/sethostid(3) to libcompat or remove entirely
55 # - remove tzsetwall(3), upstream has removed it