unix-history/.git
42 years agohandle broadcast packets
Bill Joy [Wed, 10 Mar 1982 09:39:41 +0000 (01:39 -0800)]
handle broadcast packets

SCCS-vsn: sys/net/if.h 4.8
SCCS-vsn: sys/net/if.c 4.9
SCCS-vsn: sys/vax/if/if_en.c 4.37
SCCS-vsn: sys/netinet/ip_input.c 1.31

42 years agointernal booleans, some long vs. int cleanup for 11/70's
Mark Linton [Tue, 9 Mar 1982 18:03:13 +0000 (10:03 -0800)]
internal booleans, some long vs. int cleanup for 11/70's

SCCS-vsn: usr.bin/pascal/pdx/tree/eval.c 1.7

42 years agochanged "printreal" to "prtreal" for 7-character name compatibility
Mark Linton [Tue, 9 Mar 1982 16:00:21 +0000 (08:00 -0800)]
changed "printreal" to "prtreal" for 7-character name compatibility

SCCS-vsn: usr.bin/pascal/pdx/sym/printval.c 1.6

42 years agofixed "a.b" so that type of "a" in generated addition is t_int
Mark Linton [Tue, 9 Mar 1982 15:45:11 +0000 (07:45 -0800)]
fixed "a.b" so that type of "a" in generated addition is t_int

SCCS-vsn: usr.bin/pascal/pdx/sym/tree.c 1.3

42 years agochanged evaluation of LIST operator so that it did a
Mark Linton [Tue, 9 Mar 1982 11:34:23 +0000 (03:34 -0800)]
changed evaluation of LIST operator so that it did a
"skimsource" of the associated source file before printing the lines

SCCS-vsn: usr.bin/pascal/pdx/tree/eval.c 1.6

42 years agochanged "firstline" so that it gives up when it
Mark Linton [Tue, 9 Mar 1982 11:33:18 +0000 (03:33 -0800)]
changed "firstline" so that it gives up when it
reaches the end of the procedure

SCCS-vsn: usr.bin/pascal/pdx/runtime/address.c 1.2

42 years agochanged handling of the process not starting up so that
Mark Linton [Tue, 9 Mar 1982 11:32:34 +0000 (03:32 -0800)]
changed handling of the process not starting up so that
when "run < abc" is given where "abc" doesn't exist the right thing happens

SCCS-vsn: usr.bin/pascal/pdx/process/runcont.c 1.4
SCCS-vsn: usr.bin/pascal/pdx/process/start.c 1.7

42 years agoadded function "isendofproc" to test for END op
Mark Linton [Tue, 9 Mar 1982 11:31:37 +0000 (03:31 -0800)]
added function "isendofproc" to test for END op

SCCS-vsn: usr.bin/pascal/pdx/machine/nextaddr.c 1.4

42 years agoadded entry "isendofproc"
Mark Linton [Tue, 9 Mar 1982 11:31:10 +0000 (03:31 -0800)]
added entry "isendofproc"

SCCS-vsn: usr.bin/pascal/pdx/machine.h 1.3

42 years agoremoved need for "compile.csh" by using complicated csh expression
Mark Linton [Tue, 9 Mar 1982 11:01:01 +0000 (03:01 -0800)]
removed need for "compile.csh" by using complicated csh expression

SCCS-vsn: usr.bin/pascal/pdx/Makefile 1.5

42 years agofixed table entry for "defname" operator
Mark Linton [Tue, 9 Mar 1982 10:58:45 +0000 (02:58 -0800)]
fixed table entry for "defname" operator

SCCS-vsn: usr.bin/pascal/pdx/machine/optab.c 1.2

42 years agofixed evaluation of expressions containing small values
Mark Linton [Tue, 9 Mar 1982 10:58:05 +0000 (02:58 -0800)]
fixed evaluation of expressions containing small values
(i.e. stored in less than a word)

SCCS-vsn: usr.bin/pascal/pdx/tree/eval.c 1.5

42 years agofixed printing of booleans
Mark Linton [Tue, 9 Mar 1982 10:57:20 +0000 (02:57 -0800)]
fixed printing of booleans

SCCS-vsn: usr.bin/pascal/pdx/sym/printval.c 1.5

42 years agonow checks if standard input is not a tty in "choose"
Mark Linton [Tue, 9 Mar 1982 10:56:35 +0000 (02:56 -0800)]
now checks if standard input is not a tty in "choose"
when about to ask whether or not to enter the debugger after an error
... the problem was when input was redirected and an error occurred
pdx would read from the input that was intended for the program

SCCS-vsn: usr.bin/pascal/pdx/process/resume.c 1.6

42 years agoput in cache initialization in at beginning of process startup
Mark Linton [Tue, 9 Mar 1982 10:54:43 +0000 (02:54 -0800)]
put in cache initialization in at beginning of process startup
("initstart") ... the cache was non-empty after a "pi" which meant
instruction reads were getting the wrong values

SCCS-vsn: usr.bin/pascal/pdx/process/ptrace.c 1.3
SCCS-vsn: usr.bin/pascal/pdx/process/start.c 1.6
SCCS-vsn: usr.bin/pascal/pdx/process/runcont.c 1.3

42 years agoadded a call to "initstart" so that process information
Mark Linton [Tue, 9 Mar 1982 10:52:40 +0000 (02:52 -0800)]
added a call to "initstart" so that process information
is re-initialized

SCCS-vsn: usr.bin/pascal/pdx/command/remake.c 1.2

42 years agochange header names
Kirk McKusick [Mon, 8 Mar 1982 11:13:20 +0000 (03:13 -0800)]
change header names

SCCS-vsn: sys/vax/stand/ht.c 4.7

42 years agochanges to accomodate 407 and 413 files
Kirk McKusick [Mon, 8 Mar 1982 11:12:52 +0000 (03:12 -0800)]
changes to accomodate 407 and 413 files

SCCS-vsn: sys/vax/stand/boot.c 4.7

42 years agoconvert to the new file system
Kirk McKusick [Mon, 8 Mar 1982 11:11:58 +0000 (03:11 -0800)]
convert to the new file system

SCCS-vsn: sys/stand.att/sys.c 4.5

42 years agocheck exit status more carefully
Eric Allman [Mon, 8 Mar 1982 01:33:18 +0000 (17:33 -0800)]
check exit status more carefully

SCCS-vsn: bin/rmail/rmail.c 3.7

42 years agoremove some restrictions temporarily
Bill Joy [Sun, 7 Mar 1982 13:33:56 +0000 (05:33 -0800)]
remove some restrictions temporarily

SCCS-vsn: sys/kern/vfs_lookup.c 4.11
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 4.11
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 4.11

42 years agoget queue scanning working correctly in conjunction with daemon mode
Eric Allman [Sun, 7 Mar 1982 08:12:25 +0000 (00:12 -0800)]
get queue scanning working correctly in conjunction with daemon mode

SCCS-vsn: usr.sbin/sendmail/src/version.c 3.94
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.71
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.11

42 years agohave daemon mode assume SMTP mode
Eric Allman [Sun, 7 Mar 1982 07:35:49 +0000 (23:35 -0800)]
have daemon mode assume SMTP mode

SCCS-vsn: usr.sbin/sendmail/src/main.c 3.70
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.93

42 years agogive correct error message in SMTP if some of the addresses are not ok
Eric Allman [Sun, 7 Mar 1982 07:08:24 +0000 (23:08 -0800)]
give correct error message in SMTP if some of the addresses are not ok

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.73
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.92

42 years agoarrange to be able to accept a connection from any host.
Eric Allman [Sun, 7 Mar 1982 06:52:22 +0000 (22:52 -0800)]
arrange to be able to accept a connection from any host.

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 3.9
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.91

42 years agotell what recipient is ok when you say it is ok.
Eric Allman [Sun, 7 Mar 1982 06:51:39 +0000 (22:51 -0800)]
tell what recipient is ok when you say it is ok.

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 3.14

42 years agocollapse special character processing into macro processing for
Eric Allman [Sun, 7 Mar 1982 06:16:50 +0000 (22:16 -0800)]
collapse special character processing into macro processing for
simplicity of code.

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 3.39
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.90
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.69
SCCS-vsn: usr.sbin/sendmail/src/macro.c 3.11

42 years agoadd more internal character types (for conditionals) -- for internal
Eric Allman [Sun, 7 Mar 1982 04:45:35 +0000 (20:45 -0800)]
add more internal character types (for conditionals) -- for internal
cleanup

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.64

42 years agoclean up error handling in IPC case; fix a minor bug in headers in
Eric Allman [Sun, 7 Mar 1982 04:09:46 +0000 (20:09 -0800)]
clean up error handling in IPC case; fix a minor bug in headers in
queueing code; make SMTP mail multi user per connect.

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.72
SCCS-vsn: usr.sbin/sendmail/src/err.c 3.19
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.63
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.89
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.68
SCCS-vsn: usr.sbin/sendmail/src/headers.c 3.17
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 3.9

42 years ago-l on dev and error message fixes
Bill Joy [Sat, 6 Mar 1982 07:16:18 +0000 (23:16 -0800)]
-l on dev and error message fixes

SCCS-vsn: bin/ls/ls.c 4.2

42 years agominor fixes
Bill Joy [Sat, 6 Mar 1982 06:07:13 +0000 (22:07 -0800)]
minor fixes

SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.11
SCCS-vsn: sys/netinet/in.h 4.10
SCCS-vsn: sys/net/raw_cb.c 4.4
SCCS-vsn: sys/deprecated/netimp/raw_imp.c 4.7
SCCS-vsn: sys/deprecated/netpup/raw_pup.c 4.6
SCCS-vsn: sys/net/raw_usrreq.c 4.8

42 years agofix infinite looping, sent in by mhtsa!australia!muvax!kre:melb:basser40 #23
Kirk McKusick [Sat, 6 Mar 1982 05:49:19 +0000 (21:49 -0800)]
fix infinite looping, sent in by mhtsa!australia!muvax!kre:melb:basser40 #23

SCCS-vsn: usr.bin/pascal/pxref/pxref.p 1.2

42 years agoremove silly $U dependency in UGLYUUCP code
Eric Allman [Sat, 6 Mar 1982 02:45:48 +0000 (18:45 -0800)]
remove silly $U dependency in UGLYUUCP code

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.71
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.88

42 years agomove location of errno.h
Bill Joy [Sat, 6 Mar 1982 02:20:31 +0000 (18:20 -0800)]
move location of errno.h

SCCS-vsn: sys/deprecated/netpup/raw_pup.c 4.5
SCCS-vsn: sys/netinet/raw_ip.c 4.5

42 years agoinclude direct connect on outgoing mail if the pathname is "[IPC]" --
Eric Allman [Sat, 6 Mar 1982 02:13:06 +0000 (18:13 -0800)]
include direct connect on outgoing mail if the pathname is "[IPC]" --
this gives minimal number of processes for ethernet mail.

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.70
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 3.8
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.87

42 years agonew with multiple groups
Bill Joy [Fri, 5 Mar 1982 19:16:00 +0000 (11:16 -0800)]
new with multiple groups

SCCS-vsn: usr.sbin/chown/chgrp.c 4.2

42 years agodate and time created 82/03/05 02:40:20 by wnj
Bill Joy [Fri, 5 Mar 1982 18:40:20 +0000 (10:40 -0800)]
date and time created 82/03/05 02:40:20 by wnj

SCCS-vsn: old/cpnull/cpnull.c 4.1

42 years agodate and time created 82/03/05 02:29:00 by wnj
Bill Joy [Fri, 5 Mar 1982 18:29:00 +0000 (10:29 -0800)]
date and time created 82/03/05 02:29:00 by wnj

SCCS-vsn: bin/ls/ls.c 4.1

42 years agostatic sin
Bill Joy [Fri, 5 Mar 1982 16:39:48 +0000 (08:39 -0800)]
static sin

SCCS-vsn: lib/libcompat/4.3/rexec.c 4.2

42 years agonew ones for routing
Bill Joy [Thu, 4 Mar 1982 03:10:43 +0000 (19:10 -0800)]
new ones for routing

SCCS-vsn: sys/sys/ioctl.h 4.18

42 years agoupdate for raw pup
Bill Joy [Thu, 4 Mar 1982 03:07:55 +0000 (19:07 -0800)]
update for raw pup

SCCS-vsn: sys/kern/uipc_proto.c 4.17

42 years agowildcard addresses
Bill Joy [Thu, 4 Mar 1982 03:07:23 +0000 (19:07 -0800)]
wildcard addresses

SCCS-vsn: sys/netinet/in_pcb.h 4.3
SCCS-vsn: sys/netinet/in_pcb.c 4.18
SCCS-vsn: sys/netinet/tcp_input.c 1.56
SCCS-vsn: sys/netinet/udp_usrreq.c 4.21

42 years agocleanup raw pup interface
Sam Leffler [Thu, 4 Mar 1982 03:04:18 +0000 (19:04 -0800)]
cleanup raw pup interface

SCCS-vsn: sys/deprecated/netpup/pup.h 4.2
SCCS-vsn: sys/deprecated/netpup/raw_pup.c 4.4
SCCS-vsn: sys/vax/if/if_en.c 4.36

42 years agotypo in printf
Bill Joy [Thu, 4 Mar 1982 01:06:56 +0000 (17:06 -0800)]
typo in printf

SCCS-vsn: sys/vax/if/if_en.c 4.35

42 years agos_addr is u_long, so <= is pointless
Sam Leffler [Tue, 2 Mar 1982 12:49:27 +0000 (04:49 -0800)]
s_addr is u_long, so <= is pointless

SCCS-vsn: usr.bin/telnet/telnet.c 4.3

42 years agobug fix, plus code to view option negotiation
Sam Leffler [Tue, 2 Mar 1982 03:52:00 +0000 (19:52 -0800)]
bug fix, plus code to view option negotiation

SCCS-vsn: usr.bin/telnet/telnet.c 4.2

42 years agobug fix in sprintf, plus debugging code
Sam Leffler [Tue, 2 Mar 1982 03:50:54 +0000 (19:50 -0800)]
bug fix in sprintf, plus debugging code

SCCS-vsn: libexec/telnetd/telnetd.c 4.2

42 years agofix up definitions of options
Sam Leffler [Tue, 2 Mar 1982 03:50:12 +0000 (19:50 -0800)]
fix up definitions of options

SCCS-vsn: include/arpa/telnet.h 4.2

42 years agodate and time created 82/03/01 01:06:15 by wnj
Bill Joy [Mon, 1 Mar 1982 17:06:15 +0000 (09:06 -0800)]
date and time created 82/03/01 01:06:15 by wnj

SCCS-vsn: old/rfc678/rfc678.c 4.1

42 years agodate and time created 82/03/01 00:59:39 by wnj
Bill Joy [Mon, 1 Mar 1982 16:59:39 +0000 (08:59 -0800)]
date and time created 82/03/01 00:59:39 by wnj

SCCS-vsn: sbin/dmesg/dmesg.c 4.1

42 years agogroup initialization
Bill Joy [Mon, 1 Mar 1982 16:15:06 +0000 (08:15 -0800)]
group initialization

SCCS-vsn: usr.bin/su/su.c 4.2

42 years agomerge in -k fixes with rand stuff
Bill Joy [Mon, 1 Mar 1982 16:11:36 +0000 (08:11 -0800)]
merge in -k fixes with rand stuff

SCCS-vsn: bin/ps/ps.c 4.16

42 years agosecurity merged with biff
Bill Joy [Mon, 1 Mar 1982 15:59:42 +0000 (07:59 -0800)]
security merged with biff

SCCS-vsn: libexec/mail.local/mail.local.c 4.6

42 years agogroups stuff
Bill Joy [Mon, 1 Mar 1982 15:45:47 +0000 (07:45 -0800)]
groups stuff

SCCS-vsn: usr.bin/login/login.c 4.13
SCCS-vsn: usr.bin/login/login.c.1 4.13

42 years agodate and time created 82/02/28 23:41:52 by wnj
Bill Joy [Mon, 1 Mar 1982 15:41:52 +0000 (07:41 -0800)]
date and time created 82/02/28 23:41:52 by wnj

SCCS-vsn: old/groups/groups.c 4.1

42 years agoremove traces of -l option
Bill Joy [Mon, 1 Mar 1982 15:25:44 +0000 (07:25 -0800)]
remove traces of -l option

SCCS-vsn: bin/df/df.c 4.9

42 years agofix sccs keywords
Bill Joy [Mon, 1 Mar 1982 15:16:41 +0000 (07:16 -0800)]
fix sccs keywords

SCCS-vsn: usr.bin/cal/cal.c 4.2

42 years agodate and time created 82/02/28 23:15:28 by wnj
Bill Joy [Mon, 1 Mar 1982 15:15:28 +0000 (07:15 -0800)]
date and time created 82/02/28 23:15:28 by wnj

SCCS-vsn: usr.bin/cal/cal.c 4.1

42 years agocleanup and use perror
Bill Joy [Mon, 1 Mar 1982 13:28:14 +0000 (05:28 -0800)]
cleanup and use perror

SCCS-vsn: sbin/umount/umount.c 4.4

42 years agonew flag names for tty and no mpx and sockets
Bill Joy [Mon, 1 Mar 1982 13:27:24 +0000 (05:27 -0800)]
new flag names for tty and no mpx and sockets

SCCS-vsn: usr.sbin/pstat/pstat.c 4.10

42 years agoadd login -r
Bill Joy [Mon, 1 Mar 1982 13:26:31 +0000 (05:26 -0800)]
add login -r

SCCS-vsn: usr.bin/login/login.c 4.12
SCCS-vsn: usr.bin/login/login.c.1 4.12

42 years agoput in new headers
Kirk McKusick [Mon, 1 Mar 1982 08:58:18 +0000 (00:58 -0800)]
put in new headers

SCCS-vsn: sys/stand.att/saio.h 4.5
SCCS-vsn: sys/stand.att/sys.c 4.5

42 years agoback out incorrect fix
Bill Joy [Mon, 1 Mar 1982 05:55:00 +0000 (21:55 -0800)]
back out incorrect fix

SCCS-vsn: bin/rm/rm.c 4.6

42 years agodate and time created 82/02/28 10:34:17 by root
Bill Joy [Mon, 1 Mar 1982 02:34:17 +0000 (18:34 -0800)]
date and time created 82/02/28 10:34:17 by root

SCCS-vsn: libexec/telnetd/telnetd.c 4.1

42 years agodate and time created 82/02/28 10:34:16 by root
Bill Joy [Mon, 1 Mar 1982 02:34:16 +0000 (18:34 -0800)]
date and time created 82/02/28 10:34:16 by root

SCCS-vsn: usr.bin/telnet/telnet.c 4.1

42 years agodate and time created 82/02/28 10:34:14 by root
Bill Joy [Mon, 1 Mar 1982 02:34:14 +0000 (18:34 -0800)]
date and time created 82/02/28 10:34:14 by root

SCCS-vsn: include/arpa/telnet.h 4.1

42 years agomulti-homing and wildcards
Bill Joy [Sun, 28 Feb 1982 09:48:02 +0000 (01:48 -0800)]
multi-homing and wildcards

SCCS-vsn: sys/netinet/in.h 4.9
SCCS-vsn: sys/netinet/in_pcb.c 4.17
SCCS-vsn: sys/netinet/tcp_input.c 1.55
SCCS-vsn: sys/netinet/tcp_usrreq.c 1.52
SCCS-vsn: sys/netinet/udp_usrreq.c 4.20

42 years agosymbolic links
Bill Joy [Sun, 28 Feb 1982 06:56:17 +0000 (22:56 -0800)]
symbolic links

SCCS-vsn: sys/kern/kern_resource.c 4.6
SCCS-vsn: sys/kern/vfs_vnops.c 4.22
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 4.9
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 4.9
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 4.9
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 4.9
SCCS-vsn: sys/kern/vfs_lookup.c 4.10
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 4.10
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 4.10
SCCS-vsn: sys/kern/kern_proc.c 4.23
SCCS-vsn: sys/kern/vfs_syscalls.c 4.18
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 4.18
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 4.18
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 4.18
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 4.18
SCCS-vsn: sys/ufs/ffs/dinode.h 4.10
SCCS-vsn: sys/ufs/ffs/inode.h 4.10
SCCS-vsn: sys/ufs/ufs/dinode.h 4.10
SCCS-vsn: sys/ufs/ufs/inode.h 4.10
SCCS-vsn: sys/sys/stat.h 4.3

42 years agoclean up cruft after getting new IMP microcode
Bill Joy [Sun, 28 Feb 1982 05:01:48 +0000 (21:01 -0800)]
clean up cruft after getting new IMP microcode

SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.10

42 years agoremove trash
Bill Joy [Sun, 28 Feb 1982 04:59:47 +0000 (20:59 -0800)]
remove trash

SCCS-vsn: sys/vax/if/if_acc.c 4.7

42 years agomore work on after $g translate rewriting
Eric Allman [Sun, 28 Feb 1982 04:29:31 +0000 (20:29 -0800)]
more work on after $g translate rewriting

SCCS-vsn: usr.sbin/sendmail/src/version.c 3.86

42 years agochange sense of -o flag, tell about daemon mode, etc.
Eric Allman [Sun, 28 Feb 1982 03:50:04 +0000 (19:50 -0800)]
change sense of -o flag, tell about daemon mode, etc.

SCCS-vsn: usr.sbin/sendmail/doc/intro/intro.me 3.17

42 years agoimplement "return receipt requested".
Eric Allman [Sun, 28 Feb 1982 03:37:50 +0000 (19:37 -0800)]
implement "return receipt requested".

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.69
SCCS-vsn: usr.sbin/sendmail/src/collect.c 3.35
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.62
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 3.27
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.85
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.67

42 years agoimprove rewriting of "after $g translate" to correspond to the
Eric Allman [Sun, 28 Feb 1982 01:51:36 +0000 (17:51 -0800)]
improve rewriting of "after $g translate" to correspond to the
real world.....

SCCS-vsn: usr.sbin/sendmail/src/version.c 3.84

42 years agoswitch to the correct port (IPPORT_SMTP).
Eric Allman [Sat, 27 Feb 1982 14:03:20 +0000 (06:03 -0800)]
switch to the correct port (IPPORT_SMTP).

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 3.7

42 years agoimplement daemon mode
Eric Allman [Sat, 27 Feb 1982 13:56:37 +0000 (05:56 -0800)]
implement daemon mode

SCCS-vsn: usr.sbin/sendmail/src/collect.c 3.34
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.61
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.83
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.66
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 3.6
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.10

42 years agodefault to OldStyle headers -- this turns out to be needed so that it
Eric Allman [Sat, 27 Feb 1982 11:02:33 +0000 (03:02 -0800)]
default to OldStyle headers -- this turns out to be needed so that it
will work right when running as a server.

SCCS-vsn: usr.sbin/sendmail/src/main.c 3.65
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.82

42 years agodmr's nami
Bill Joy [Sat, 27 Feb 1982 08:43:04 +0000 (00:43 -0800)]
dmr's nami

SCCS-vsn: sys/kern/vfs_lookup.c 4.9
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 4.9
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 4.9

42 years agotimeout when terminals crazy
Bill Joy [Sat, 27 Feb 1982 06:05:51 +0000 (22:05 -0800)]
timeout when terminals crazy

SCCS-vsn: old/init/init.c 4.6
SCCS-vsn: sbin/init/init.c 4.6

42 years agoget rid of SDETACH
Bill Joy [Sat, 27 Feb 1982 06:05:18 +0000 (22:05 -0800)]
get rid of SDETACH

SCCS-vsn: usr.bin/w/w.c 4.5

42 years agonew version cleaned up
Bill Joy [Sat, 27 Feb 1982 06:02:46 +0000 (22:02 -0800)]
new version cleaned up

SCCS-vsn: bin/df/df.c 4.8

42 years ago+name as a recipient gets sent to a folder;
Kurt A. Shoens [Sat, 27 Feb 1982 00:06:19 +0000 (16:06 -0800)]
+name as a recipient gets sent to a folder;
if -T is given, we now create the file immediately.

SCCS-vsn: usr.bin/mail/version.c 2.11

42 years agochanged isfileaddr() to think that names that begin with +
Kurt A. Shoens [Sat, 27 Feb 1982 00:03:32 +0000 (16:03 -0800)]
changed isfileaddr() to think that names that begin with +
are file addresses.

SCCS-vsn: usr.bin/mail/names.c 2.5

42 years agochanged the -T flag to close(creat()) the file at the beginning
Kurt A. Shoens [Sat, 27 Feb 1982 00:01:49 +0000 (16:01 -0800)]
changed the -T flag to close(creat()) the file at the beginning
in case you user x's from Mail so readnews won't be upset.

SCCS-vsn: usr.bin/mail/main.c 2.6

42 years agokeep "fs" cached in incore inode to avoid constant calling of ``getfs''
Kirk McKusick [Fri, 26 Feb 1982 16:09:04 +0000 (08:09 -0800)]
keep "fs" cached in incore inode to avoid constant calling of ``getfs''

SCCS-vsn: sbin/restore/main.c 1.14
SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 1.19
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 1.19

42 years agoconvert to new directory format
Kirk McKusick [Fri, 26 Feb 1982 13:39:01 +0000 (05:39 -0800)]
convert to new directory format

SCCS-vsn: old/pcc/cc/cc.c 4.3

42 years agomust force reading if file has been reopened
Kirk McKusick [Fri, 26 Feb 1982 10:25:50 +0000 (02:25 -0800)]
must force reading if file has been reopened

SCCS-vsn: lib/libc/gen/seekdir.c 4.3

42 years agouse speed-up macros in fs.h
Kirk McKusick [Fri, 26 Feb 1982 06:55:58 +0000 (22:55 -0800)]
use speed-up macros in fs.h

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 1.18
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 1.18
SCCS-vsn: sbin/dump/itime.c 1.5

42 years agodefine speed-up macros
Kirk McKusick [Fri, 26 Feb 1982 06:49:58 +0000 (22:49 -0800)]
define speed-up macros

SCCS-vsn: sys/ufs/ffs/fs.h 1.14

42 years agouse speed-up macros in fs.h
Kirk McKusick [Fri, 26 Feb 1982 06:48:54 +0000 (22:48 -0800)]
use speed-up macros in fs.h

SCCS-vsn: sbin/newfs/mkfs.c 1.19
SCCS-vsn: sbin/fsck/main.c 1.25
SCCS-vsn: old/dcheck/dcheck.c 1.8
SCCS-vsn: sbin/icheck/icheck.c 1.19
SCCS-vsn: sbin/ncheck/ncheck.c 1.8
SCCS-vsn: sbin/dumpfs/dumpfs.c 1.11

42 years agominor fixups with initialization
Bill Joy [Fri, 26 Feb 1982 05:16:21 +0000 (21:16 -0800)]
minor fixups with initialization

SCCS-vsn: sys/vax/if/if_acc.c 4.6

42 years agopatchable send and receive space
Bill Joy [Fri, 26 Feb 1982 05:14:58 +0000 (21:14 -0800)]
patchable send and receive space

SCCS-vsn: sys/netinet/tcp_usrreq.c 1.51

42 years agofixup rexmt timing
Bill Joy [Fri, 26 Feb 1982 05:13:15 +0000 (21:13 -0800)]
fixup rexmt timing

SCCS-vsn: sys/netinet/tcp_timer.c 4.15

42 years agofix rexmt timeouts
Bill Joy [Fri, 26 Feb 1982 05:12:33 +0000 (21:12 -0800)]
fix rexmt timeouts

SCCS-vsn: sys/netinet/tcp_input.c 1.54

42 years agosend SIGPIPE
Bill Joy [Fri, 26 Feb 1982 04:49:58 +0000 (20:49 -0800)]
send SIGPIPE

SCCS-vsn: sys/kern/uipc_socket.c 4.31

42 years agorace in accept
Bill Joy [Fri, 26 Feb 1982 04:49:29 +0000 (20:49 -0800)]
race in accept

SCCS-vsn: sys/kern/uipc_syscalls.c 4.14

42 years agorelease buffer after bread error
Kirk McKusick [Thu, 25 Feb 1982 12:40:59 +0000 (04:40 -0800)]
release buffer after bread error

SCCS-vsn: sbin/restore/main.c 1.13

42 years agoprotect against seeks to directories that have been compacted in the interim
Kirk McKusick [Thu, 25 Feb 1982 06:43:30 +0000 (22:43 -0800)]
protect against seeks to directories that have been compacted in the interim

SCCS-vsn: lib/libc/gen/seekdir.c 4.2

42 years agoconvert to new directory format
Kirk McKusick [Wed, 24 Feb 1982 14:48:02 +0000 (06:48 -0800)]
convert to new directory format

SCCS-vsn: old/dcheck/dcheck.c 1.7
SCCS-vsn: sbin/ncheck/ncheck.c 1.7

42 years agoalways allocate inodes 0 and 1 when reconstructing cyl group 0
Kirk McKusick [Wed, 24 Feb 1982 11:04:34 +0000 (03:04 -0800)]
always allocate inodes 0 and 1 when reconstructing cyl group 0

SCCS-vsn: sbin/fsck/main.c 1.24
SCCS-vsn: sbin/icheck/icheck.c 1.18