Go to file
lukem 70c01ac44a * idle(): rename to idlecmd(). certain linux distributions have an incompatible
prototype for idle() in <unistd.h> (which i thought was against namespace
  and sensibility guidelines, but...)
* consistently use xsignal() instead of signal(). we get known behaviour
  in all cases (SA_RESTART), which is good for some borken foreign systems.
* remove signal.h from most files; it's unnecessary now
* fetch_url(): use `long chunksize' instead of ssize_t; it's more portable, and
  we're setting chunksize with strtol() anyway
* xsignal(): only use SA_RESTART if it exists. SunOS 4.x doesn't have it
  but has the inverse (SA_INTERRUPT). the original function i was inspired
  from had this support (lib/signal.c, W. Richard Stevens' `UNP 2nd ed Vol 1').
* remove <termios.h> from util.c; it should be unnecessary now
1999-09-27 23:09:42 +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 Move {XOPEN_SHM} from Commands & Utilities to System Interfaces. 1999-09-27 16:27:12 +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 Move symlink.7 to share/man/man7/, where it belongs 1999-09-27 17:44:49 +00:00
sys Regen. (btw, this typo was pointed out by kawamoto@es.osaka-u.ac.jp). 1999-09-27 22:58:56 +00:00
usr.bin * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +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