Go to file
tv eb96023de7 Quick fix to repair runtime link problem with libc - "SYS_sigaltstack
undefined".  The sigaltstack structure layout didn't actually change on
the sparc, so just change the syscall name.  A better fix would probably
be to replace the direct system call with a function call to the libc
sigaltstack().
1997-12-04 21:00:18 +00:00
bin Unfortunately (as I expected) the previous change broke: 1997-12-01 14:43:20 +00:00
distrib Sync with msg.mi.eng + better translation in one place. 1997-12-04 16:57:56 +00:00
etc fix formatting 1997-12-03 16:41:53 +00:00
games We need a FILESMODE=660 for dm which is now setgid games. 1997-11-29 19:32:30 +00:00
gnu add missing ".o"; from Brian Grayson in PR 4487 1997-12-04 09:03:18 +00:00
include add flags arg to fparseln(), and define FPARSELN_UNESC{ESC,CONT,COMM,REST,ALL} 1997-12-01 02:25:46 +00:00
lib Quick fix to repair runtime link problem with libc - "SYS_sigaltstack 1997-12-04 21:00:18 +00:00
libexec edit a bit, and bewail inability to handle compressed manpages 1997-12-04 06:41:42 +00:00
regress getopt returns -1 not EOF 1997-11-01 06:20:47 +00:00
sbin Mods for alpha: doesn't work yet, but this is as good a placeholder as 1997-12-01 19:30:59 +00:00
share do not depend on gmake being called gmake (pointed out by Matt Green) 1997-12-03 08:32:01 +00:00
sys Standardize COMPAT_SUNOS -- remove all references to 1997-12-04 15:33:17 +00:00
usr.bin add a typedef which describes elements in the push-back buffer. Make 1997-12-02 22:34:00 +00:00
usr.sbin Ignore SIGPIPE, which may be caused by non-forking internal TCP services if 1997-12-04 06:39:02 +00:00
Makefile