Commit Graph

5077 Commits

Author SHA1 Message Date
cgd 4c580b5582 clean up a few warnings 1994-01-24 07:12:26 +00:00
cgd 311c0b9be3 build as nvi, install as vi, view, and ex 1994-01-24 07:09:12 +00:00
cgd 817a1c7ab8 more Ids than you'll ever want. 1994-01-24 06:38:43 +00:00
cgd 390b9bce40 all hail the risen vi 1994-01-24 06:01:02 +00:00
mycroft 24249baa85 Clean up deleted files. 1994-01-24 05:59:40 +00:00
cgd a8078f319e ELVIS IS DEAD, DAMNIT! 1994-01-24 05:59:28 +00:00
mycroft 2b9550b580 Clean up deleted files. 1994-01-24 05:56:05 +00:00
cgd c7f69ec3a1 ELVIS IS DEAD, DAMNIT! 1994-01-24 05:55:45 +00:00
cgd 4bf6a716c1 nvi 1.03, from ftp.cs.berkeley.edu, per keith bostic's permission. 1994-01-24 05:52:58 +00:00
cgd f7b4cb000f update to 1.73 from UCB. I didn't even notice this was out! 1994-01-24 03:59:39 +00:00
mycroft 6eddca0398 Clean up deleted files. 1994-01-24 03:50:12 +00:00
cgd f8fcb3ceff clean up some; kill junk 1994-01-24 03:50:04 +00:00
mycroft 2c00baa34c Clean up deleted files. 1994-01-24 03:44:49 +00:00
mycroft 044908faa7 Clean up deleted files. 1994-01-24 02:48:36 +00:00
deraadt 0758ab6ba7 bpf writes for ethernet take a network byte order ether_type 1994-01-24 01:46:29 +00:00
deraadt db6b4cc739 RMP goes away 1994-01-24 00:48:15 +00:00
deraadt 833c2e1c78 ether_input() takes ether_type in net byte order now 1994-01-24 00:30:29 +00:00
deraadt 87568b1c96 delete RMP code
ether_input() takes ether_type in net byte order now
1994-01-24 00:25:21 +00:00
deraadt f030a34a09 ether_input() takes a network byte order ether_type now 1994-01-24 00:17:16 +00:00
deraadt ba2361b102 ether_output() & ether_input() take ether_type as a net-short.
AF_UNSPEC does not swap byte order of ether_type.
NOTE: this requires driver changes
1994-01-23 23:42:50 +00:00
glass 07c5841758 now supports cachectl(). totally untested. 1994-01-23 23:42:39 +00:00
deraadt b8fdadd662 ether_output() & ether_input() take ether_type as a net-short.
AF_UNSPEC does not swap byte order of ether_type.
NOTE: this requires driver changes
1994-01-23 23:41:14 +00:00
deraadt 031bfecc25 fix from roland 1994-01-23 21:55:56 +00:00
glass ff3c7667ae remove warning 1994-01-23 19:11:25 +00:00
deraadt 12bc16798e protos, cleanup spl's, bpf receive side code, check for large packets,
various other fixes.
1994-01-23 07:57:50 +00:00
deraadt 6fcc6b7f39 ## and /**/ 1994-01-23 07:26:16 +00:00
cgd d0ffbae00c mixing setreuid and seteuid can really screw you, in terms of security 1994-01-23 06:31:35 +00:00
deraadt abf6a6bfdd more COMPAT_SUNOS changes. 1994-01-23 06:06:21 +00:00
deraadt 316b930486 pull in COMPAT_SUNOS stuff from magnum 1994-01-23 05:56:27 +00:00
cgd 36a23c4ad8 stub 1994-01-23 00:23:02 +00:00
cgd f45152beb2 use <machine/asm.h> rather than "m68k/asm.h" 1994-01-23 00:19:18 +00:00
cgd 59ab2607ce add copy.s to files.m68k, and alphabetize files.m68k.newconf 1994-01-23 00:13:40 +00:00
hpeyerl b2ce654241 Add ep driver 1994-01-22 19:19:14 +00:00
briggs 80f5666771 If SCSI_DEBUG is on, a structure member wasn't updated from adapter_unit
to scsibus.
1994-01-22 14:16:58 +00:00
briggs 4861250d0c Define ENTRY and ALTENTRY--hopefully for both STDC and K&R style...
Nabbed & mangled from sun3/include/asm.h and locore.s...
1994-01-22 13:41:08 +00:00
briggs bf7f4476c9 Ditch ENTRY/ALTENTRY defines and include "m68k/asm.h" instead. 1994-01-22 13:39:32 +00:00
briggs 7f7f0683a3 Add include of "m68k/asm.h" and ditch ENTRY/ALTENTRY defines. 1994-01-22 13:38:36 +00:00
briggs 4629d6e367 Add parameter of function process_sstep to function header as well as body.
(blush)
1994-01-22 13:37:50 +00:00
glass fff1b4e11c remove history line that refers to the adduser command 1994-01-22 08:33:07 +00:00
cgd aca2b87e68 don't forget to free old pathname buffer 1994-01-22 06:15:54 +00:00
briggs 27a2300de5 ifdef out copyinstr/copyoutstr/... functions that are now defined in copy.s. 1994-01-22 03:47:48 +00:00
briggs 19bd1bdf04 Add includes and ENTRY defs so it will compile.
Fixup copyinstr to get rid of 64k limitation on maxlength.
Non-optimal solution--needs to be sped up, and other functions need to
be fixed to overcome same limitation.
1994-01-22 03:45:03 +00:00
briggs 5760384081 Use m68k/m68k/copy.s. 1994-01-22 03:36:58 +00:00
cgd 5b86546ae3 add -I/usr/include/rpcsvc to CFLAGS, so that amq_clnt.c can find amq.h 1994-01-22 02:55:43 +00:00
cgd 4e9cb67485 (1) update usage info
(2) fix every instance of fprintf/exit except usage to use err()/errx()
(3) make netmask print out with a leading 0x, so that you can paste it back.
1994-01-22 02:04:35 +00:00
cgd 90ea102113 patch from Roland McGrath <roland@frob.com> to get invoked 'make's correct 1994-01-22 01:52:56 +00:00
cgd bc980fa1b4 fix a botch 1994-01-22 00:29:20 +00:00
cgd 5fa9501505 kill the TWOENTRY gunk 1994-01-21 23:10:13 +00:00
cgd 756f7e744f move over from the sun3 tree, and generalize so that the sun3 sfc/dfc
twiddling doesn't happen on the rest of the archs.  this file should
be included by m68k ports via '#include "m68k/copy.s"' at the end of
locore.  arguably, it should be linked in from a seperate .o, but
i can't untangle the necessary include file inclusions w/o a m68k to
compile on.
1994-01-21 22:50:10 +00:00
glass 28bd1b4bb0 restored wrong ?fc register on su*() routines. found by chris 1994-01-21 22:30:44 +00:00