NetBSD/include
bjh21 c1ba727b47 Version times() so that programs compiled before the recent change to make
sysconf(_SC_CLK_TCK) return hz will work.

In detail:
__times13() returns values scaled by hz.
times() returns values scaled by 100.
<sys/times.h> renames times() to __times13().

_SC_CLK_TCK has changed from 3 to 39.
sysconf(3) returns 100.
sysconf(39) returns hz.
CLK_TCK is defined as sysconf(39).
2002-06-30 09:45:39 +00:00
..
arpa XNS5.2/POSIX-2001: change the size argument to inet_ntop from size_t to 2002-05-14 18:57:31 +00:00
heimdal update infrastructure for krb4 1.1 and heimdal 0.4e 2001-09-17 12:34:40 +00:00
protocols Use "int32_t" instead of "time_t" for ``on tape'' times. (From FreeBSD.) 2001-12-23 14:38:03 +00:00
rpc Make it obvious in comments that dispatch takes some arguments (from 2002-02-25 22:44:56 +00:00
rpcsvc
Makefile split /usr/include/sys/sha1.h and /usr/include/sha1.h completely. 2002-03-31 14:12:37 +00:00
a.out.h
ar.h
assert.h Employ __static_cast(); suggested by Dave Sainty in PR lib/11766. 2001-05-06 15:31:09 +00:00
bitstring.h
bm.h
cpio.h
ctype.h If _CTYPE_PRIVATE, need to include <machine/limits.h> for CHAR_BIT. 2001-04-18 01:45:18 +00:00
db.h do not define types like int32_t or u_int32_t locally. 2002-05-30 14:13:01 +00:00
dirent.h
disktab.h
dlfcn.h
err.h
errno.h protect against multiple declarations. 2000-12-18 21:22:00 +00:00
fmtmsg.h
fnmatch.h Make FNM_CASEFOLD !_XOPEN_SOURCE, too. 2001-10-27 15:41:18 +00:00
fstab.h
fts.h
getopt.h
glob.h Partially back out previous: don't apply restrict qualifier to pointer 2001-10-28 05:12:31 +00:00
grp.h public prototypes should use __P(); fix entries for pwcache_{user,group}db() 2002-01-27 07:00:43 +00:00
hesiod.h
ieeefp.h
ifaddrs.h
inttypes.h * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
iso646.h
kvm.h
langinfo.h add "CODESET" symbol. (but not working yet) 2001-03-22 19:44:27 +00:00
libgen.h
limits.h
link.h
link_aout.h Fix two typos 2000-09-14 20:36:39 +00:00
link_elf.h
locale.h C99: add new parameters int_p_cs_precedes, int_n_cs_precedes, 2001-01-02 10:53:24 +00:00
login_cap.h Remove dup (WRT util.h) decl of secure_path(). 2000-09-21 10:13:15 +00:00
malloc.h
math.h Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
md2.h Oops. Forgot md2.h header file. 2001-03-19 04:18:53 +00:00
md4.h
md5.h split /usr/include/sys/md5.h and /usr/include/md5.h completely. 2000-12-11 21:05:14 +00:00
memory.h
mpool.h
ndbm.h
netconfig.h
netdb.h Turn the flags argument to getnameinfo(3) back into an int (from unsigned 2002-05-22 09:42:37 +00:00
netgroup.h
nl_types.h Give the struct typedef'd to *nl_catd a name to avoid an error with gcc 2001-12-06 23:04:06 +00:00
nlist.h
nsswitch.h remove declaration of _nsyylineno from here. 2000-12-20 20:47:55 +00:00
paths.h refine i18n stuffs. 2002-03-17 22:14:05 +00:00
pwd.h support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf. 2002-05-24 04:02:47 +00:00
ranlib.h
re_comp.h
regex.h
regexp.h
resolv.h
rmd160.h
rmt.h
sched.h A <sched.h> file, which provides the clone(2) prototypes, in order 2001-07-17 03:04:16 +00:00
search.h deal with bsearch duplicate declaration. 2000-12-20 18:35:21 +00:00
setjmp.h
sgtty.h
sha1.h split /usr/include/sys/sha1.h and /usr/include/sha1.h completely. 2002-03-31 14:12:37 +00:00
signal.h protect against multiple declarations. This also fixes a problem where 2000-12-18 21:21:26 +00:00
stab.h
stdbool.h ISO C / SUSv3 <stdbool.h>. 2002-02-02 17:31:52 +00:00
stddef.h u_long -> unsigned long in "offsetof" macro. 2000-11-10 06:35:45 +00:00
stdio.h * Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h. 2002-05-24 22:17:20 +00:00
stdlib.h add arc4random(3). from openbsd 2002-05-24 04:01:43 +00:00
string.h Sprinkle some restrict qualifiers. 2001-03-22 07:37:04 +00:00
stringlist.h
strings.h
struct.h
sysexits.h
tar.h
time.h Version times() so that programs compiled before the recent change to make 2002-06-30 09:45:39 +00:00
ttyent.h
tzfile.h
ulimit.h
unistd.h Remove variable name from prototype. 2001-07-29 22:18:45 +00:00
util.h change return type of pidfile(3) to int (-1 on error), to inform caller 2002-05-22 07:31:40 +00:00
utime.h
utmp.h
utmpx.h forward declaration for struct utmp. 2002-06-02 00:00:27 +00:00
vis.h Add VIS_HTTPSTYLE and strunvisx (From FreeBSD) 2002-03-23 17:39:05 +00:00
wchar.h fix prototype of fputwc, putwc and putwchar. 2002-03-14 21:22:28 +00:00
wctype.h avoid exposure of libc internal symbols into public header (wctype.h). 2001-01-20 17:40:09 +00:00