unix-history/.git
38 years agoI've wanted to make this comment untrue for a long time...
Mike Karels [Wed, 18 Sep 1985 01:40:42 +0000 (17:40 -0800)]
I've wanted to make this comment untrue for a long time...

SCCS-vsn: sys/kern/vfs_bio.c 6.7
SCCS-vsn: sys/kern/vfs_cluster.c 6.7

38 years agoalso install Mail.rc
Kirk McKusick [Wed, 18 Sep 1985 01:40:28 +0000 (17:40 -0800)]
also install Mail.rc

SCCS-vsn: usr.bin/mail/Makefile 5.2

38 years agochanged my mind, need ip_stripoptions again
Mike Karels [Wed, 18 Sep 1985 01:31:26 +0000 (17:31 -0800)]
changed my mind, need ip_stripoptions again

SCCS-vsn: sys/netns/ns_ip.c 6.8

38 years agoone or the other
Mike Karels [Tue, 17 Sep 1985 14:34:56 +0000 (06:34 -0800)]
one or the other

SCCS-vsn: sys/conf/files 6.10

38 years agosocket option for collecting error status
Mike Karels [Tue, 17 Sep 1985 14:33:27 +0000 (06:33 -0800)]
socket option for collecting error status

SCCS-vsn: sys/sys/socket.h 6.8

38 years agopullup a bit extra if wasy
Mike Karels [Tue, 17 Sep 1985 14:32:53 +0000 (06:32 -0800)]
pullup a bit extra if wasy

SCCS-vsn: sys/sys/mbuf.h 6.9

38 years agosave copy of ip header of received packet, in case want to error;
Mike Karels [Tue, 17 Sep 1985 14:31:32 +0000 (06:31 -0800)]
save copy of ip header of received packet, in case want to error;
don't toss socket on error; ctlinput takes a sockaddr; allow IP options
on output

SCCS-vsn: sys/netinet/udp_usrreq.c 6.15

38 years agomove ip options to inpcb; read oob data once only; add var
Mike Karels [Tue, 17 Sep 1985 14:29:29 +0000 (06:29 -0800)]
move ip options to inpcb; read oob data once only; add var
for smarter delack code (maybe)

SCCS-vsn: sys/netinet/tcp_var.h 6.4

38 years agoonly read oob data once, unless PEEK; provision for TCP options
Mike Karels [Tue, 17 Sep 1985 14:23:53 +0000 (06:23 -0800)]
only read oob data once, unless PEEK; provision for TCP options

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

38 years agomore retransmits (wait longer than routed!); close FIN_WAIT_2's
Mike Karels [Tue, 17 Sep 1985 14:23:02 +0000 (06:23 -0800)]
more retransmits (wait longer than routed!); close FIN_WAIT_2's
if user has closed and is inactive; fix comments

SCCS-vsn: sys/netinet/tcp_timer.c 6.8
SCCS-vsn: sys/netinet/tcp_timer.h 6.4

38 years agoctlinput now takes pointers to sockaddrs; don't close on all errors
Mike Karels [Tue, 17 Sep 1985 14:20:48 +0000 (06:20 -0800)]
ctlinput now takes pointers to sockaddrs; don't close on all errors

SCCS-vsn: sys/netinet/tcp_subr.c 6.7

38 years agoip options move to inpcb
Mike Karels [Tue, 17 Sep 1985 14:19:44 +0000 (06:19 -0800)]
ip options move to inpcb

SCCS-vsn: sys/netinet/tcp_output.c 6.10

38 years agodo common case of tcpreass with macro, avoiding ins/dequeing;
Mike Karels [Tue, 17 Sep 1985 14:18:47 +0000 (06:18 -0800)]
do common case of tcpreass with macro, avoiding ins/dequeing;
avoid unnecessary pullups; reuse src routing on incoming SYN's;
don't poke in inpcb after freeing; don't retract offered window due
to mbuf limit; fix timer for FIN_WAIT_2 blockage; only read oob data once

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

38 years agoIP option structure for src routing; more statistics
Mike Karels [Tue, 17 Sep 1985 14:13:05 +0000 (06:13 -0800)]
IP option structure for src routing; more statistics

SCCS-vsn: sys/netinet/ip_var.h 6.5

38 years agoadd code to insert IP options in outgoing packets,
Mike Karels [Tue, 17 Sep 1985 14:11:54 +0000 (06:11 -0800)]
add code to insert IP options in outgoing packets,
allow user-settable IP options

SCCS-vsn: sys/netinet/ip_output.c 6.9

38 years agofix up src routing updates, save for protocols; receive packets
Mike Karels [Tue, 17 Sep 1985 14:09:58 +0000 (06:09 -0800)]
fix up src routing updates, save for protocols; receive packets
addressed to all 0's or all 1's; keep track of incoming interface
for errors, etc; correct mbuf adjustment for IP options in ipreass;
correct ICMP to unix error translation; add conditional ability to send
redirects when forwarding packet using incoming interface; one-element
route cache in ipforward; more statistics

SCCS-vsn: sys/netinet/ip_input.c 6.12

38 years agoadd mask request, reply
Mike Karels [Tue, 17 Sep 1985 14:02:17 +0000 (06:02 -0800)]
add mask request, reply

SCCS-vsn: sys/netinet/ip_icmp.h 6.3

38 years agodrop min length restriction on ip packets for errors;
Mike Karels [Tue, 17 Sep 1985 14:01:28 +0000 (06:01 -0800)]
drop min length restriction on ip packets for errors;
only one error per fragmented message; fix length calculations for short
IP packets; additional arg to icmp_error for redirects; ctlinput routines
take pointers to sockaddrs, not icmp's; pass interface pointer in, so can
use correct return address (and dst if was sent without src address);
network address mask request and reply; rearrange IP src rt options for
returning ICMP request

SCCS-vsn: sys/netinet/ip_icmp.c 6.13

38 years agoparameterize IP option offsets
Mike Karels [Tue, 17 Sep 1985 13:53:40 +0000 (05:53 -0800)]
parameterize IP option offsets

SCCS-vsn: sys/netinet/ip.h 6.6

38 years agoadd ctloutput routines; update hylink
Mike Karels [Tue, 17 Sep 1985 13:53:04 +0000 (05:53 -0800)]
add ctloutput routines; update hylink

SCCS-vsn: sys/netinet/in_proto.c 6.11

38 years agoadd ip iptions to inpcb
Mike Karels [Tue, 17 Sep 1985 13:51:58 +0000 (05:51 -0800)]
add ip iptions to inpcb

SCCS-vsn: sys/netinet/in_pcb.h 6.3

38 years agofree ip options when detaching; notify routine to in_pcbnotify
Mike Karels [Tue, 17 Sep 1985 13:51:24 +0000 (05:51 -0800)]
free ip options when detaching; notify routine to in_pcbnotify
is now optional; lint; zap a goto

SCCS-vsn: sys/netinet/in_pcb.c 6.9

38 years agolint
Mike Karels [Tue, 17 Sep 1985 13:43:33 +0000 (05:43 -0800)]
lint

SCCS-vsn: sys/netinet/in.h 6.8

38 years agosimplifications; count external interfaces; typos
Mike Karels [Tue, 17 Sep 1985 13:43:11 +0000 (05:43 -0800)]
simplifications; count external interfaces; typos

SCCS-vsn: sys/netinet/in.c 6.9

38 years agocompact entries
Mike Karels [Tue, 17 Sep 1985 13:42:18 +0000 (05:42 -0800)]
compact entries

SCCS-vsn: sys/netinet/if_ether.h 6.6

38 years agomore buckets; adjust input packets for presence of interface pointer;
Mike Karels [Tue, 17 Sep 1985 13:41:56 +0000 (05:41 -0800)]
more buckets; adjust input packets for presence of interface pointer;
fix logic error if all entries in a bucket are new

SCCS-vsn: sys/netinet/if_ether.c 6.13

38 years agoconvert to 4.3
Mike Karels [Tue, 17 Sep 1985 13:39:38 +0000 (05:39 -0800)]
convert to 4.3

SCCS-vsn: sys/vax/if/if_ddn.c 6.2
SCCS-vsn: sys/vax/if/if_ddnreg.h 6.2
SCCS-vsn: sys/vax/if/if_ddnvar.h 6.2

38 years agopas ifp to if_rubaget
Mike Karels [Tue, 17 Sep 1985 13:36:35 +0000 (05:36 -0800)]
pas ifp to if_rubaget

SCCS-vsn: sys/vax/if/if_acc.c 6.6
SCCS-vsn: sys/vax/if/if_css.c 6.5

38 years agoconvert to 4.3
Mike Karels [Tue, 17 Sep 1985 13:35:57 +0000 (05:35 -0800)]
convert to 4.3

SCCS-vsn: sys/vax/if/raw_hy.c 6.2

38 years agopass ifp to if_rubaget; fix up SIFADDR; bug fix, include fix
Mike Karels [Tue, 17 Sep 1985 13:28:44 +0000 (05:28 -0800)]
pass ifp to if_rubaget; fix up SIFADDR; bug fix, include fix

SCCS-vsn: sys/vax/if/if_hy.c 6.6

38 years agogeneralized if_uba support for multiple rcv/xmt buffers per device
Mike Karels [Tue, 17 Sep 1985 13:25:03 +0000 (05:25 -0800)]
generalized if_uba support for multiple rcv/xmt buffers per device

SCCS-vsn: sys/vax/if/if_uba.c 6.6
SCCS-vsn: sys/vax/if/if_uba.h 6.3
SCCS-vsn: sys/vax/if/if_de.c 6.13
SCCS-vsn: sys/vax/if/if_dmc.c 6.7

38 years agopass ifp to if_{r,}ubaget, shuffle it up if receiving trailer
Mike Karels [Tue, 17 Sep 1985 13:21:55 +0000 (05:21 -0800)]
pass ifp to if_{r,}ubaget, shuffle it up if receiving trailer

SCCS-vsn: sys/vax/if/if_en.c 6.9
SCCS-vsn: sys/vax/if/if_il.c 6.9
SCCS-vsn: sys/vax/if/if_pcl.c 6.5
SCCS-vsn: sys/vax/if/if_vv.c 6.10

38 years agoprepend ifp to input packets ala if_ubaget
Mike Karels [Tue, 17 Sep 1985 13:18:04 +0000 (05:18 -0800)]
prepend ifp to input packets ala if_ubaget

SCCS-vsn: sys/vax/if/if_ec.c 6.12

38 years agooff by one, and need resid
Mike Karels [Tue, 17 Sep 1985 13:10:37 +0000 (05:10 -0800)]
off by one, and need resid

SCCS-vsn: sys/vax/mba/hp.c 6.13
SCCS-vsn: sys/vax/uba/idc.c 6.9
SCCS-vsn: sys/vax/uba/rk.c 6.8
SCCS-vsn: sys/vax/uba/rl.c 6.6
SCCS-vsn: sys/vax/uba/uda.c 6.12
SCCS-vsn: sys/vax/uba/up.c 6.8

38 years agouse raw device even if disk name begins with 'r'
Serge ??? [Tue, 17 Sep 1985 12:54:23 +0000 (04:54 -0800)]
use raw device even if disk name begins with 'r'

SCCS-vsn: sbin/quotacheck/quotacheck.c 5.5

38 years agooops, how about all of the address
Mike Karels [Tue, 17 Sep 1985 12:47:41 +0000 (04:47 -0800)]
oops, how about all of the address

SCCS-vsn: sys/deprecated/netimp/if_imphost.c 6.6

38 years agomay not need all of a revectored sector, don't continue for another
Mike Karels [Tue, 17 Sep 1985 12:33:39 +0000 (04:33 -0800)]
may not need all of a revectored sector, don't continue for another
-511 bytes; try badsector table on header ecc without waiting

SCCS-vsn: sys/vax/mba/hp.c 6.12

38 years agodkunit is gone; unifdef MTRDREV
Mike Karels [Tue, 17 Sep 1985 12:31:32 +0000 (04:31 -0800)]
dkunit is gone; unifdef MTRDREV

SCCS-vsn: sys/vax/mba/mba.c 6.5

38 years agofix races: queue error messages for processing at splnet, don't lose
Mike Karels [Tue, 17 Sep 1985 12:30:16 +0000 (04:30 -0800)]
fix races: queue error messages for processing at splnet, don't lose
if timing out host entries while walking queue; keep timer on rfnm's, restart
if it expires; don't restart hostdead timer when touching entry, or a ping
will keep it down forever

SCCS-vsn: sys/deprecated/netimp/if_imp.c 6.7
SCCS-vsn: sys/deprecated/netimp/if_imphost.c 6.5

38 years agomark dynamically created routes; keep incompatibility in its place
Mike Karels [Tue, 17 Sep 1985 12:22:51 +0000 (04:22 -0800)]
mark dynamically created routes; keep incompatibility in its place

SCCS-vsn: sys/net/route.h 6.6
SCCS-vsn: sys/net/route.h 6.6

38 years agoonly accept redirects from current gateway; mark dynamically
Mike Karels [Tue, 17 Sep 1985 12:17:15 +0000 (04:17 -0800)]
only accept redirects from current gateway; mark dynamically
created routes; put new routes on front of chain instead of tail

SCCS-vsn: sys/net/route.c 6.12

38 years agofree those routes; INET || BBNNET
Mike Karels [Tue, 17 Sep 1985 12:13:06 +0000 (04:13 -0800)]
free those routes; INET || BBNNET

SCCS-vsn: sys/net/raw_cb.c 6.7

38 years agoctlinput takes a sockaddr; ifinit doesn't need to call per-if init yet;
Mike Karels [Tue, 17 Sep 1985 12:11:04 +0000 (04:11 -0800)]
ctlinput takes a sockaddr; ifinit doesn't need to call per-if init yet;
call if's ioctl when changing flags, so can notice down transition

SCCS-vsn: sys/net/if.c 6.9

38 years agoprepend ifp to input packets, providing interface to extract
Mike Karels [Tue, 17 Sep 1985 12:08:56 +0000 (04:08 -0800)]
prepend ifp to input packets, providing interface to extract
or delete when dequeueing; INET || BBNNET

SCCS-vsn: sys/net/if.h 6.8

38 years agomove to net directory; prepend ifp to packet for protocols;
Mike Karels [Tue, 17 Sep 1985 12:07:12 +0000 (04:07 -0800)]
move to net directory; prepend ifp to packet for protocols;
INET || BBNNET

SCCS-vsn: sys/net/if_loop.c 6.7

38 years agorearrange tocons bits for 8600 support; let's get the useracc
Mike Karels [Tue, 17 Sep 1985 11:59:48 +0000 (03:59 -0800)]
rearrange tocons bits for 8600 support; let's get the useracc
RW flag right (maybe use symbolic defn's?)

SCCS-vsn: sys/vax/vax/cons.h 6.3
SCCS-vsn: sys/vax/vax/locore.s 6.32
SCCS-vsn: sys/vax/vax/machdep.c 6.22

38 years agoallow select on exceptional conditions to notify of urgent data pending;
Mike Karels [Tue, 17 Sep 1985 11:52:39 +0000 (03:52 -0800)]
allow select on exceptional conditions to notify of urgent data pending;
connect on connected datagram socket does disconnect first; error status
socket option

SCCS-vsn: sys/kern/sys_socket.c 6.6
SCCS-vsn: sys/kern/uipc_socket.c 6.17

38 years agoINET || BBNNET; ctlinput now takes sockaddr as arg
Mike Karels [Tue, 17 Sep 1985 11:51:18 +0000 (03:51 -0800)]
INET || BBNNET; ctlinput now takes sockaddr as arg

SCCS-vsn: sys/kern/init_main.c 6.12
SCCS-vsn: sys/kern/uipc_domain.c 6.8

38 years agoonly report errors on listening socket once
Mike Karels [Tue, 17 Sep 1985 11:48:17 +0000 (03:48 -0800)]
only report errors on listening socket once

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

38 years agofix m_adj to work right trimming from tail (there can be 0-length mbufs
Mike Karels [Tue, 17 Sep 1985 11:46:24 +0000 (03:46 -0800)]
fix m_adj to work right trimming from tail (there can be 0-length mbufs
in the chain); make m_pullup use first mbuf if enough room without copying,
and pullup a bit extra for next-level protocol

SCCS-vsn: sys/kern/uipc_mbuf.c 6.8

38 years agoadd slight delay to help expidite setting of window size
Kirk McKusick [Tue, 17 Sep 1985 11:26:19 +0000 (03:26 -0800)]
add slight delay to help expidite setting of window size

SCCS-vsn: libexec/rlogind/rlogind.c 5.6

38 years agomore xns support
Keith Sklower [Tue, 17 Sep 1985 08:54:20 +0000 (00:54 -0800)]
more xns support

SCCS-vsn: sbin/ifconfig/ifconfig.8 6.2

38 years agoinitialize devs (esp. dumpdev) to NODEV to avoid accidents on hp0a;
Mike Karels [Tue, 17 Sep 1985 08:51:23 +0000 (00:51 -0800)]
initialize devs (esp. dumpdev) to NODEV to avoid accidents on hp0a;
might as well let DEL erase here too

SCCS-vsn: sys/vax/vax/swapgeneric.c 6.4

38 years agocall to socket had one too many args, other small fixups.
Keith Sklower [Tue, 17 Sep 1985 08:31:30 +0000 (00:31 -0800)]
call to socket had one too many args, other small fixups.

SCCS-vsn: sbin/routed/main.c 5.2

38 years agointerrupt has two r's
Kirk McKusick [Tue, 17 Sep 1985 05:45:36 +0000 (21:45 -0800)]
interrupt has two r's

SCCS-vsn: usr.bin/tset/tset.c 5.5

38 years agodkunit is gone
Mike Karels [Tue, 17 Sep 1985 04:11:50 +0000 (20:11 -0800)]
dkunit is gone

SCCS-vsn: sys/kern/subr_prf.c 6.8

38 years agoadded fsck like -p flag (from ulysses!amw)
Serge ??? [Mon, 16 Sep 1985 08:57:44 +0000 (00:57 -0800)]
added fsck like -p flag (from ulysses!amw)

SCCS-vsn: sbin/quotacheck/quotacheck.c 5.4
SCCS-vsn: sbin/quotacheck/quotacheck.c 5.4

38 years agoadded Replyall and PAGER variables, and unread/Unread command
Serge ??? [Mon, 16 Sep 1985 08:32:52 +0000 (00:32 -0800)]
added Replyall and PAGER variables, and unread/Unread command

SCCS-vsn: usr.bin/mail/mail.1 6.3

38 years agofix uninitialized variable problem (from guy@sun)
Serge ??? [Mon, 16 Sep 1985 08:16:12 +0000 (00:16 -0800)]
fix uninitialized variable problem (from guy@sun)

SCCS-vsn: usr.bin/mail/optim.c 5.4

38 years agoif PAGER variable is set, use it to page messages, instead of /usr/ucb/more
Serge ??? [Mon, 16 Sep 1985 08:15:13 +0000 (00:15 -0800)]
if PAGER variable is set, use it to page messages, instead of /usr/ucb/more

SCCS-vsn: usr.bin/mail/cmd1.c 5.3

38 years agodeleted isatty and strncmp, as they are in the C library (from guy@sun)
Serge ??? [Mon, 16 Sep 1985 08:13:55 +0000 (00:13 -0800)]
deleted isatty and strncmp, as they are in the C library (from guy@sun)

SCCS-vsn: usr.bin/mail/aux.c 5.3

38 years agoadded unread/Unread command
Serge ??? [Mon, 16 Sep 1985 08:13:13 +0000 (00:13 -0800)]
added unread/Unread command

SCCS-vsn: usr.bin/mail/cmdtab.c 5.3

38 years agoadded unread/Unread command (marks messages as not read)
Serge ??? [Mon, 16 Sep 1985 08:12:31 +0000 (00:12 -0800)]
added unread/Unread command (marks messages as not read)
if Replyall is set, reverse sense of "reply" and "Reply"
always print headers of first few messages when editing a different file

SCCS-vsn: usr.bin/mail/cmd3.c 5.3

38 years agoadded fsck like -p flag (from ulysses!amw)
Serge ??? [Mon, 16 Sep 1985 08:08:41 +0000 (00:08 -0800)]
added fsck like -p flag (from ulysses!amw)

SCCS-vsn: sbin/quotacheck/quotacheck.c 5.4

38 years agoadd fsck like -p flag (from ulysses!amw)
Serge ??? [Mon, 16 Sep 1985 08:01:05 +0000 (00:01 -0800)]
add fsck like -p flag (from ulysses!amw)

SCCS-vsn: sbin/quotacheck/quotacheck.c 5.4

38 years agoalways print headers of first few messages when editing different file
Serge ??? [Mon, 16 Sep 1985 07:58:12 +0000 (23:58 -0800)]
always print headers of first few messages when editing different file

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

38 years agodisallow "Mail -f directory" (or other non-plain file)
Serge ??? [Mon, 16 Sep 1985 07:55:14 +0000 (23:55 -0800)]
disallow "Mail -f directory" (or other non-plain file)

SCCS-vsn: usr.bin/mail/lex.c 5.3

38 years agomade "-" and "+" skip over deleted messages (from guy@sun)
Serge ??? [Mon, 16 Sep 1985 07:51:24 +0000 (23:51 -0800)]
made "-" and "+" skip over deleted messages (from guy@sun)
"type user" works now (does a substring match instead of literal comparison)

SCCS-vsn: usr.bin/mail/list.c 5.3

38 years agoadded -p flag (from ulysses!amw)
Serge ??? [Mon, 16 Sep 1985 07:29:50 +0000 (23:29 -0800)]
added -p flag (from ulysses!amw)

SCCS-vsn: sbin/quotacheck/quotacheck.8 6.2

38 years agodon't set window size if both rows and columns are not specified,
Jim Bloom [Mon, 16 Sep 1985 06:54:43 +0000 (22:54 -0800)]
don't set window size if both rows and columns are not specified,
add setable interupt character

SCCS-vsn: usr.bin/tset/tset.c 5.4

38 years agouse only host part and not domain
Jim Bloom [Mon, 16 Sep 1985 06:17:53 +0000 (22:17 -0800)]
use only host part and not domain

SCCS-vsn: old/sysline/sysline.c 5.4

38 years agoMake sure tmp is clean before building library
Jim Bloom [Mon, 16 Sep 1985 05:58:21 +0000 (21:58 -0800)]
Make sure tmp is clean before building library

SCCS-vsn: lib/libc/Makefile 4.16

38 years agostrip domain part of hostname
Jim Bloom [Mon, 16 Sep 1985 05:24:23 +0000 (21:24 -0800)]
strip domain part of hostname

SCCS-vsn: usr.sbin/rwhod/rwhod.c 5.4

38 years agomust have port number compiled in
Jim Bloom [Mon, 16 Sep 1985 05:16:56 +0000 (21:16 -0800)]
must have port number compiled in

SCCS-vsn: lib/libc/net/res_init.c 5.7

38 years agostrip domain from hostname, servent will not stay around after gethostbyname()
Jim Bloom [Sun, 15 Sep 1985 15:09:44 +0000 (07:09 -0800)]
strip domain from hostname, servent will not stay around after gethostbyname()

SCCS-vsn: usr.sbin/rwhod/rwhod.c 5.4

38 years agoget rid of interleave code, add macro to get unit number, add error return
Jim Bloom [Sun, 15 Sep 1985 08:21:11 +0000 (00:21 -0800)]
get rid of interleave code, add macro to get unit number, add error return
codes to strategy, reading last block after end of partition returns size = 0

SCCS-vsn: sys/vax/uba/idc.c 6.8
SCCS-vsn: sys/vax/uba/rk.c 6.7
SCCS-vsn: sys/vax/uba/rl.c 6.5
SCCS-vsn: sys/vax/uba/uda.c 6.11
SCCS-vsn: sys/vax/uba/up.c 6.7

38 years agoget rid of interleave code, add macro to get unit number, add error
Jim Bloom [Sun, 15 Sep 1985 08:16:44 +0000 (00:16 -0800)]
get rid of interleave code, add macro to get unit number, add error
return codes to strategy

SCCS-vsn: sys/vax/mba/hp.c 6.11

38 years agolint fixes
Jim Bloom [Sun, 15 Sep 1985 07:25:20 +0000 (23:25 -0800)]
lint fixes

SCCS-vsn: old/tbl/t..c 4.3
SCCS-vsn: old/tbl/t5.c 4.3
SCCS-vsn: old/tbl/tb.c 4.3

38 years agochange algorithm for initialization, move conf file, return error code
Jim Bloom [Sun, 15 Sep 1985 02:28:00 +0000 (18:28 -0800)]
change algorithm for initialization, move conf file, return error code

SCCS-vsn: lib/libc/net/res_init.c 5.6

38 years agoreturn names in lower case, fix some lint problems
Jim Bloom [Sun, 15 Sep 1985 02:23:09 +0000 (18:23 -0800)]
return names in lower case, fix some lint problems

SCCS-vsn: lib/libc/net/res_comp.c 5.4

38 years agoadd ifdef DEBUG around debugging code, res_init() now returns a value
Jim Bloom [Sun, 15 Sep 1985 02:21:10 +0000 (18:21 -0800)]
add ifdef DEBUG around debugging code, res_init() now returns a value

SCCS-vsn: lib/libc/net/res_mkquery.c 5.4
SCCS-vsn: lib/libc/net/res_send.c 5.5

38 years agoadd ifdef DEBUG around debugging code
Jim Bloom [Sun, 15 Sep 1985 02:19:33 +0000 (18:19 -0800)]
add ifdef DEBUG around debugging code

SCCS-vsn: lib/libc/net/gethostnamadr.c 5.7
SCCS-vsn: lib/libc/net/res_debug.c 5.6

38 years ago1. when raising windows, let those frozen out know
Keith Sklower [Sat, 14 Sep 1985 11:15:45 +0000 (03:15 -0800)]
1. when raising windows, let those frozen out know
2. allow an option for two way shakes instead of three way shakes on open
3. clear OOB indications, but not on peeks
4. make sure that when calculating windows it does so with signed arith.

SCCS-vsn: sys/netns/spp_usrreq.c 6.12

38 years agoif we got a packet from network zero, it didn't advance the ia
Keith Sklower [Sat, 14 Sep 1985 11:03:41 +0000 (03:03 -0800)]
if we got a packet from network zero, it didn't advance the ia
pointer when searching to identify the interface it arrived on.

SCCS-vsn: sys/netns/ns_output.c 6.6

38 years agowrong constant used by coincidence (PGSHIFT should be DEV_BSHIFT)
Kirk McKusick [Sat, 14 Sep 1985 10:23:28 +0000 (02:23 -0800)]
wrong constant used by coincidence (PGSHIFT should be DEV_BSHIFT)

SCCS-vsn: sys/kern/vfs_bio.c 6.6
SCCS-vsn: sys/kern/vfs_cluster.c 6.6

38 years agouse getservbyname instead of compiling in port number
Jim Bloom [Sat, 14 Sep 1985 09:09:18 +0000 (01:09 -0800)]
use getservbyname instead of compiling in port number

SCCS-vsn: include/arpa/nameser.h 5.3

38 years agodon't compile in port numbers
Jim Bloom [Sat, 14 Sep 1985 08:11:43 +0000 (00:11 -0800)]
don't compile in port numbers

SCCS-vsn: include/arpa/nameser.h 5.3

38 years agolint -DDEBUG -u *.c > lint.out
Jim Bloom [Fri, 13 Sep 1985 13:40:30 +0000 (05:40 -0800)]
lint -DDEBUG -u *.c > lint.out

SCCS-vsn: lib/libc/net/res_comp.c 5.4

38 years agoadding sccsid asciz string to each source file.
Group working with Kahn on math lib [Fri, 13 Sep 1985 13:20:37 +0000 (05:20 -0800)]
adding sccsid asciz string to each source file.

SCCS-vsn: lib/libm/vax/Makefile 1.3
SCCS-vsn: lib/libm/vax/argred.s 1.3
SCCS-vsn: lib/libm/vax/atan2.s 1.3
SCCS-vsn: lib/libm/vax/cabs.s 1.3
SCCS-vsn: lib/libm/vax/cbrt.s 1.3
SCCS-vsn: lib/libm/vax/infnan.s 1.3
SCCS-vsn: lib/libm/vax/sincos.s 1.3
SCCS-vsn: lib/libm/vax/sqrt.s 1.3
SCCS-vsn: lib/libm/vax/support.s 1.3
SCCS-vsn: lib/libm/vax/tan.s 1.3
SCCS-vsn: lib/libm/vax/mcount.sed 1.3
SCCS-vsn: lib/libm/vax/Makefile 1.3
SCCS-vsn: lib/libm/vax/argred.s 1.3
SCCS-vsn: lib/libm/vax/atan2.s 1.3
SCCS-vsn: lib/libm/vax/cabs.s 1.3
SCCS-vsn: lib/libm/vax/cbrt.s 1.3
SCCS-vsn: lib/libm/vax/infnan.s 1.3
SCCS-vsn: lib/libm/vax/sincos.s 1.3
SCCS-vsn: lib/libm/vax/sqrt.s 1.3
SCCS-vsn: lib/libm/vax/support.s 1.3
SCCS-vsn: lib/libm/vax/tan.s 1.3
SCCS-vsn: lib/libm/vax/mcount.sed 1.3

38 years agomerge from Sun
Kirk McKusick [Fri, 13 Sep 1985 11:57:19 +0000 (03:57 -0800)]
merge from Sun

SCCS-vsn: usr.bin/rlogin/rlogin.c 5.5

38 years agoupdate from Bill Nowicki at Sun
Kirk McKusick [Fri, 13 Sep 1985 11:55:55 +0000 (03:55 -0800)]
update from Bill Nowicki at Sun

SCCS-vsn: usr.bin/rlogin/rlogin.c 5.3.1.2

38 years agobranch-place-holder
Kirk McKusick [Fri, 13 Sep 1985 11:54:21 +0000 (03:54 -0800)]
branch-place-holder

SCCS-vsn: usr.bin/rlogin/rlogin.c 5.3.1.1

38 years agomerge of Suns changes
Kirk McKusick [Fri, 13 Sep 1985 11:48:38 +0000 (03:48 -0800)]
merge of Suns changes

SCCS-vsn: libexec/rlogind/rlogind.c 5.5

38 years agoupdate from Sun
Kirk McKusick [Fri, 13 Sep 1985 11:46:04 +0000 (03:46 -0800)]
update from Sun

SCCS-vsn: libexec/rlogind/rlogind.c 5.2.1.2

38 years agobranch-place-holder
Kirk McKusick [Fri, 13 Sep 1985 11:30:51 +0000 (03:30 -0800)]
branch-place-holder

SCCS-vsn: libexec/rlogind/rlogind.c 5.2.1.1

38 years agopass through internet number if gethostbyaddr() fails (check in for kjd)
Kirk McKusick [Fri, 13 Sep 1985 11:29:28 +0000 (03:29 -0800)]
pass through internet number if gethostbyaddr() fails (check in for kjd)

SCCS-vsn: libexec/rlogind/rlogind.c 5.4

38 years ago4.3BSD version dated 09/12/85.
Group working with Kahn on math lib [Fri, 13 Sep 1985 11:22:16 +0000 (03:22 -0800)]
4.3BSD version dated 09/12/85.

SCCS-vsn: lib/libm/README 1.3
SCCS-vsn: lib/libm/vax/Makefile 1.2
SCCS-vsn: lib/libm/vax/argred.s 1.2
SCCS-vsn: lib/libm/vax/atan2.s 1.2
SCCS-vsn: lib/libm/vax/cabs.s 1.2
SCCS-vsn: lib/libm/vax/cbrt.s 1.2
SCCS-vsn: lib/libm/vax/infnan.s 1.2
SCCS-vsn: lib/libm/vax/sincos.s 1.2
SCCS-vsn: lib/libm/vax/sqrt.s 1.2
SCCS-vsn: lib/libm/vax/support.s 1.2
SCCS-vsn: lib/libm/vax/tan.s 1.2
SCCS-vsn: lib/libm/vax/mcount.sed 1.2
SCCS-vsn: lib/libm/ieee/Makefile 1.2
SCCS-vsn: lib/libm/common/atan2.c 1.2
SCCS-vsn: lib/libm/ieee/cabs.c 1.2
SCCS-vsn: lib/libm/ieee/cbrt.c 1.2
SCCS-vsn: lib/libm/ieee/support.c 1.2
SCCS-vsn: lib/libm/common/trig.c 1.2

38 years agoupdate from zliu
Kirk McKusick [Fri, 13 Sep 1985 08:14:03 +0000 (00:14 -0800)]
update from zliu

SCCS-vsn: old/libm/libm/README 1.6

38 years agofix which buffers are used
Jim Bloom [Fri, 13 Sep 1985 07:58:01 +0000 (23:58 -0800)]
fix which buffers are used

SCCS-vsn: lib/libc/net/gethostnamadr.c 5.6

38 years agoallow -p and a network arg, use ruserok instead of builtin, break rflag into
Jim Bloom [Fri, 13 Sep 1985 07:17:40 +0000 (23:17 -0800)]
allow -p and a network arg, use ruserok instead of builtin, break rflag into
two pieces

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