master
for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;
fairly simple unsigned char casts for ctype ok krw
Switch time_t, ino_t, clock_t, and struct kevent's ident and data members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME.
.Lb libskey ; OK millert@ tedu@
some fixes from varik valefor;
remove prototypes with no matching function
readdir_r(3) was never necessary and has been deprecated by POSIX. Document that in the manpage and stop using it internally.
Delete obsolete /* ARGSUSED */ lint comments.