Commit Graph

4488 Commits

Author SHA1 Message Date
cgd edcba29bc8 add MACHINE_ARCH 1993-12-04 02:12:34 +00:00
jtc 46d81d5d45 Use <dirent.h> instead of <sys/dir.h>. 1993-12-04 02:11:23 +00:00
cgd b26f063ecf add MACHINE_ARCH as i386 1993-12-04 02:04:31 +00:00
jtc a3881ff7a8 Use <dirent.h> instead of <sys/dir.h>. 1993-12-04 01:49:05 +00:00
mycroft 448e711c78 Clean up deleted files. 1993-12-04 01:28:42 +00:00
cgd e501423fab allow .S; keep .s around for now 1993-12-04 01:28:39 +00:00
mycroft 577b1f1315 Clean up deleted files. 1993-12-04 01:27:46 +00:00
deraadt c05bd599a0 i have an ep 1993-12-04 01:20:51 +00:00
jtc 0ff865f224 Use <dirent.h> instead of <sys/dir.h>. 1993-12-04 01:08:35 +00:00
deraadt 27e94f1e34 fill hostname:tty field in same way as SunOS 1993-12-03 23:39:15 +00:00
deraadt 28b31be6fa put -t in the usage line 1993-12-03 23:34:10 +00:00
cgd 39496a6bca get rid of extra RCS Id in header 1993-12-03 23:02:05 +00:00
briggs 25e937c41a Added struct relocation_info_mac68k. Copied from hp300. 1993-12-03 22:29:48 +00:00
cgd ee05a8a802 bump major number; empirically, there *were* incompatible changes... 1993-12-03 22:21:56 +00:00
pk 0b0e1b5411 Define correct `size_t'. 1993-12-03 20:55:55 +00:00
jtc 7feeba74fd Disable GCC's __attribute__ extension when we're not using GCC. 1993-12-03 20:39:35 +00:00
jtc c2a2e6a126 Add common definition of errno back to the C library. One notable program
uses its own crt0.c, so it can't pick it up from there.
1993-12-03 19:40:23 +00:00
mycroft a7427498d2 Clean up deleted files. 1993-12-03 19:10:16 +00:00
jtc 1f930c7166 With the new flex, we don't need this hack any more. 1993-12-03 19:10:08 +00:00
jtc 5f2d1e881c Since we're not installing a shared library, don't compile PIC objects. 1993-12-03 19:01:24 +00:00
deraadt 8ca56a8a85 ep driver.. 1993-12-03 12:02:38 +00:00
deraadt feb763311e i love ansi 1993-12-03 10:37:14 +00:00
mycroft fd50e57bd1 Restructure a switch to eliminate a compiler warning. 1993-12-03 10:12:57 +00:00
deraadt 66cf56ad97 sunos compatible /var/yp/binding/ files.
fix const warning
1993-12-03 10:10:21 +00:00
deraadt 2b728f4750 sunos compatible /var/yp/binding/ files. 1993-12-03 10:08:12 +00:00
mycroft e3c9b730c0 Miscellaneous cast to shut up compiler. 1993-12-03 10:04:50 +00:00
mycroft 319b21f7c1 Make encap_parms->arglen a u_int to match other RPC code. 1993-12-03 10:01:06 +00:00
mycroft b1acbef629 Declare function arguments, for portability. 1993-12-03 09:57:46 +00:00
mycroft d6171cc9bf Clean up deleted files. 1993-12-03 09:39:24 +00:00
mycroft 720d26b6bf Add dummy speakerattach() until it's made into a real device. Reported by
Mark_Weaver@brown.edu.
1993-12-03 09:37:56 +00:00
mycroft 2edc4bebf1 nextfree() was not returning a value when it pulled something off the free
list.  Reported by vandys@cisco.com and Mark_Weaver@brown.edu.
1993-12-03 09:32:55 +00:00
mycroft 7f2cf51c4e ALIGNBYTES and ALIGN() are now defined in machine/param.h. Their (fairly
bogus) definitions here are no longer needed.
1993-12-03 09:25:39 +00:00
deraadt 03f5ee0f24 monster kludge! struct kinfo is very large, cause the pmap struct is
very large. this has to fit into struct user.. kern_kinfo.c should get
fixed (for the core dump case)
1993-12-03 09:23:43 +00:00
mycroft c66568a290 I don't want to know why there was a reimplementation of strerror() here, but
it's toast.
1993-12-03 09:20:53 +00:00
deraadt c69bc4a95f I have a scsi controller now! 1993-12-03 05:31:03 +00:00
paulus 10f534b09a Bug fixes to make printing of values work on big-endian machines when
LONG_LONG is defined: change %llx to %qx, etc., in *printf formats,
and add int/long casts where necessary.
1993-12-03 05:13:07 +00:00
deraadt 45af4741ad let quoted strings contain "\"" and "\n"
also let strings be "", ie. empty (is this a good change?)
1993-12-03 04:58:22 +00:00
briggs 8d26954ec2 Add mc68000 to the list for IEEE_MC68k.
Checks for hp300 and amiga should prob. be removed at some point,
but they do no harm being there.
1993-12-03 03:30:16 +00:00
deraadt 0977b6ec81 add ep driver 1993-12-03 02:58:42 +00:00
jtc 4c3c4ffd25 Compile spray too. 1993-12-03 02:11:13 +00:00
jtc f0baed1c1a My reimplementation of spray(8). 1993-12-03 02:10:22 +00:00
jtc cf1ab4a553 Add SPRAYOVERHEAD constant. 1993-12-03 00:32:30 +00:00
phil dacaea391c Updating for changes removing rtc from the pseudo devices. 1993-12-03 00:18:30 +00:00
mycroft f6b073c4ee Patch from Frank van der Linden <vdlinden@fwi.uva.nl> to handle 57600 and
115200 baud.  Baud rate checking code disabled completely when using termios.
1993-12-02 22:58:58 +00:00
mycroft 10d825f2df Frank van der Linden <vdlinden@fwi.uva.nl> reported that tset could not handle
baud rates of 57600 and 115200.  Just eliminate the explicit baud rate checking
altogether and use atoi().
1993-12-02 22:42:50 +00:00
mycroft 0eb7e4d17a Patch from Frank van der Linden <vdlinden@fwi.uva.nl> to deal with 57600 and
115200 baud.  I disabled it altogether unless OLD_TTY is defined, since we
don't need to deal with quantum baud rates.
1993-12-02 22:34:42 +00:00
pk 1441174e20 Missing varargs definitions for sparc arch. 1993-12-02 21:53:36 +00:00
pk 6ff21e941b Get offset of `_version' right for sparc.
Remove temporary file on error exit.
Some general cleanup.
1993-12-02 20:55:47 +00:00
pk 10e08ca597 #include <sys/types.h> (needed for future <sys/resource.h>) 1993-12-02 19:58:29 +00:00
pk 8ba2ec6a06 Include <sys/types.h> (needed in future because of <sys/resource.h>) 1993-12-02 19:52:01 +00:00