Go to file
lukem 6c997b7af6 revert snprintf() -> sprintf(). the original idea was that sprintf() would be
more portable, except that certain systems have char *sprintf() instead of
int sprintf(). (we'll provide snprintf() on those)
1999-09-28 09:12:06 +00:00
bin Mention -c option to sh(1), noticed by Matthew Aldous in PR/8499. 1999-09-27 19:34:25 +00:00
distrib Scott Reynolds is no longer in core 1999-09-27 03:25:12 +00:00
etc Use sendmail.cf from $DESTDIR/etc instead of /etc for building the 1999-09-26 21:40:13 +00:00
games Use macro NAMLEN rather than dirent->d_namlen, for easier portability. 1999-09-22 18:56:32 +00:00
gnu For ELF, rename the profiling entry from mcount to __mcount to avoid clashing 1999-09-27 09:47:44 +00:00
include 1003.1c: add {LOGIN_NAME_MAX}. 1999-09-27 16:24:39 +00:00
lib Oops, missed these in the mcount -> __mcount renaming. 1999-09-28 08:27:08 +00:00
libexec Need <sys/param.h> for MAXHOSTNAMELEN. 1999-09-26 10:08:43 +00:00
regress add <bsd.crypto.mk> support 1999-09-26 10:22:29 +00:00
sbin Oops, needs an operator. 1999-09-25 04:27:55 +00:00
share scsibus* at dpt? 1999-09-27 23:49:07 +00:00
sys Forgot to commit an important change for bus_space/bus_dma. 1999-09-28 08:05:42 +00:00
usr.bin revert snprintf() -> sprintf(). the original idea was that sprintf() would be 1999-09-28 09:12:06 +00:00
usr.sbin Need <sys/param.h> for MAXHOSTNAMELEN. 1999-09-26 10:40:32 +00:00
Makefile use new dependall target instead of depend then all in make build 1999-09-14 01:32:43 +00:00