..
arpa
PR/32615: Yves-Emmanuel JUTARD: Add missing telopts extern variable.
2006-01-24 17:13:59 +00:00
heimdal
Only #define HAVE_IPV6 if ${USE_INET6} != "no".
2005-01-10 03:11:17 +00:00
protocols
u_intN_t -> uintN_t
2005-12-26 19:01:47 +00:00
rpc
Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),
2006-02-25 00:58:34 +00:00
rpcsvc
u_intN_t -> uintN_t
2005-12-26 19:01:47 +00:00
Makefile
retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.
2006-04-07 19:38:58 +00:00
a.out.h
Modify the licences of code written by Theo De Raadt from a 4-clause
2003-12-10 12:06:25 +00:00
ar.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:44:09 +00:00
assert.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
bitstring.h
remove obsolete "register" declarations
2005-02-06 04:38:18 +00:00
bm.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
cpio.h
…
ctype.h
u_intN_t -> uintN_t
2005-12-26 19:01:47 +00:00
db.h
u_intN_t -> uintN_t
2005-12-26 19:01:47 +00:00
dirent.h
PR/33124: Murray Armfield: readdir_r is missing a restrict qualifier.
2006-03-26 18:22:40 +00:00
disktab.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
dlfcn.h
Add restrict qualifiers to dlsym() (XSI) and dladdr() arguments.
2005-03-21 13:25:22 +00:00
err.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
errno.h
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
2005-12-24 19:12:23 +00:00
fmtmsg.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
fnmatch.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
fstab.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
fts.h
PR/33163: Auster Vl.: fts: cant allocate memory | filename too long
2006-03-30 01:23:50 +00:00
ftw.h
Add Todd Miller's ftw(3) and nftw(3) file-tree walking functionality,
2005-12-30 23:07:31 +00:00
getopt.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
glob.h
PR/33123: Murray Armfield: standards compliance & glob.h
2006-03-26 18:11:22 +00:00
grp.h
Make namespace protection feature tests for reentrant functions more
2005-05-24 17:36:29 +00:00
hesiod.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
iconv.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
ieeefp.h
PR/32108: Greg Oster: fpgetmask() linking failure with g++ on macppc
2005-11-18 20:02:59 +00:00
ifaddrs.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
inttypes.h
Instead of pulling in all of <wchar.h>, just define wchar_t here.
2005-04-18 19:47:51 +00:00
iso646.h
…
kvm.h
Cast large constant to int.
2005-07-16 17:20:12 +00:00
langinfo.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
libgen.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
limits.h
Implement sysconf(3) _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX for
2004-11-10 04:02:52 +00:00
link.h
…
link_aout.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
link_elf.h
Fix comment indentation after __P was deleted.
2006-01-11 22:50:35 +00:00
locale.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
login_cap.h
expose setuserpath and setuserenv, now used by xdm.
2005-12-20 21:31:27 +00:00
lwp.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
malloc.h
…
math.h
Add trunc() and truncf() C99 functions, from FreeBSD.
2006-03-25 16:41:11 +00:00
md2.h
u_intN_t -> uintN_t
2005-12-26 19:01:47 +00:00
memory.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:44:09 +00:00
mntopts.h
convert "magiclinks" from a per-fs mount option to a system-wide sysctl.
2006-02-12 01:32:06 +00:00
monetary.h
Add FreeBSD's strfmon(3). From Rui Paulo. No bump this time. Take advantage
2005-04-03 20:09:29 +00:00
mpool.h
u_intN_t -> uintN_t
2005-12-26 19:01:47 +00:00
ndbm.h
compat code reorg
2005-09-13 01:44:32 +00:00
netconfig.h
Make the arg to getnetconfigent const char * to match the man page (and
2005-05-15 20:54:41 +00:00
netdb.h
Add EAI_OVERFLOW as specified in RFC3493, POSIX and XPG6.
2006-02-17 15:55:01 +00:00
netgroup.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
nl_types.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
nlist.h
Change __aconst to const so I can compile systat and vmstat with WARNS=3
2005-02-26 21:16:35 +00:00
nsswitch.h
sprinkle __UNCONST
2005-11-29 03:12:58 +00:00
paths.h
Add _PATH_FTPUSERS; sort.
2004-12-11 06:01:33 +00:00
pwd.h
Make namespace protection feature tests for reentrant functions more
2005-05-24 17:36:29 +00:00
randomid.h
u_intN_t -> uintN_t
2005-12-26 19:01:47 +00:00
ranlib.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:44:09 +00:00
re_comp.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
regex.h
compat code reorg
2005-09-13 01:44:32 +00:00
regexp.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
res_update.h
u_intN_t -> uintN_t
2005-12-26 19:01:47 +00:00
resolv.h
u_intN_t -> uintN_t
2005-12-26 19:01:47 +00:00
rmd160.h
Use new location.
2005-09-24 18:35:42 +00:00
rmt.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
sa.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
sched.h
Change the sched_*() functions to return -1 and set errno to ENOSYS
2005-10-09 11:17:28 +00:00
search.h
The source array of lsearch() shouldn't be "const".
2005-07-06 15:47:15 +00:00
semaphore.h
Need <sys/cdefs.h>.
2003-01-21 12:27:11 +00:00
setjmp.h
compat code reorg
2005-09-13 01:44:32 +00:00
sgtty.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
signal.h
pthread_sigmask(): Add restrict qualifier to set, oset args.
2006-01-07 20:10:29 +00:00
stab.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:44:09 +00:00
stdbool.h
Make it possible to use <stdbool.h> in C++ applications.
2004-05-20 17:49:32 +00:00
stddef.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:44:09 +00:00
stdio.h
inline -> __inline for selected things (specifically, the header
2005-12-27 17:21:28 +00:00
stdlib.h
Add strtof(3) and strtold(3); welcome libc 12.137.
2006-03-15 17:35:17 +00:00
string.h
Add strerror_r.
2005-07-28 16:26:53 +00:00
stringlist.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
strings.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
struct.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:44:09 +00:00
sysexits.h
Add a comment asking to update sysexits(3) when adding more entries.
2005-09-30 20:56:19 +00:00
tar.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:44:09 +00:00
time.h
compat code reorg
2005-09-13 01:44:32 +00:00
ttyent.h
Add setttyentpath(), functionally equivalent to setttyent() but takes an
2006-04-17 23:29:21 +00:00
tzfile.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:44:09 +00:00
ucontext.h
Sprinkle some restrict.
2003-01-21 17:45:04 +00:00
ulimit.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
unistd.h
u_intN_t -> uintN_t
2005-12-26 19:01:47 +00:00
util.h
Don't expose struct pw_policy and use pw_policy_t, use malloc, man-page
2006-02-18 16:32:45 +00:00
utime.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
utmp.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
utmpx.h
compat code reorg
2005-09-13 01:44:32 +00:00
uuid.h
DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD.
2004-09-13 21:44:54 +00:00
varargs.h
add $NetBSD$
2004-06-06 06:58:50 +00:00
vis.h
compat code reorg
2005-09-13 01:44:32 +00:00
wchar.h
add c99 wcstof(3) and wcstold(3).
2006-04-15 12:17:22 +00:00
wctype.h
de-__P -- the hack is long since useless. Discussed with christos,
2005-02-03 04:39:32 +00:00
wordexp.h
Add wordexp(3). The wordexp function performs shell-style word expansions.
2004-07-13 15:42:03 +00:00