unix-history/.git
42 years agoremove spurious i_un.
Bill Joy [Sat, 26 Jun 1982 12:31:22 +0000 (04:31 -0800)]
remove spurious i_un.

SCCS-vsn: sys/vm/vm_swap.c 4.6

42 years agoupgrade boot code
Bill Joy [Sat, 26 Jun 1982 12:30:14 +0000 (04:30 -0800)]
upgrade boot code

SCCS-vsn: sys/vax/stand/conf.c 4.11

42 years agodrop #ifdef SIMFS for /etc/config's sake
Bill Joy [Sat, 26 Jun 1982 12:29:05 +0000 (04:29 -0800)]
drop #ifdef SIMFS for /etc/config's sake

SCCS-vsn: sys/kern/vfs_syscalls.c 4.27
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 4.27
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 4.27
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 4.27
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 4.27

42 years agoadd debugging information to server smtp code: _debug to set
Eric Allman [Sat, 26 Jun 1982 10:38:29 +0000 (02:38 -0800)]
add debugging information to server smtp code: _debug to set
Debug, _verbose to set verbose, and _showq to show the send queue
(already existant, just a name change)

SCCS-vsn: usr.sbin/sendmail/src/err.c 3.23
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.126
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 3.18

42 years agocan't access a symbolic link, get target
Sam Leffler [Sat, 26 Jun 1982 03:53:01 +0000 (19:53 -0800)]
can't access a symbolic link, get target

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

42 years agoThis version of Mail eliminates a nasty bug which
Kurt A. Shoens [Fri, 25 Jun 1982 15:00:24 +0000 (07:00 -0800)]
This version of Mail eliminates a nasty bug which
caused core images if you used the -f flag with a name that
expand changed and then later used the "file" command to switch
to a file with a longer name since this would overrun the calloc'd space.

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

42 years agoMade "mailname" an array rather than going through the subterfuge
Kurt A. Shoens [Fri, 25 Jun 1982 14:55:48 +0000 (06:55 -0800)]
Made "mailname" an array rather than going through the subterfuge
of making mailname usually point to mailspace since you used to be able
to core dump mail using the old scheme...

SCCS-vsn: usr.bin/mail/glob.h 2.7

42 years agoExpanded PATHSIZE to 100, a more reasonable size
Kurt A. Shoens [Fri, 25 Jun 1982 14:54:43 +0000 (06:54 -0800)]
Expanded PATHSIZE to 100, a more reasonable size

SCCS-vsn: usr.bin/mail/def.h 2.5

42 years agoRemoved the silly need to set mailname = mailspace since now
Kurt A. Shoens [Fri, 25 Jun 1982 14:54:07 +0000 (06:54 -0800)]
Removed the silly need to set mailname = mailspace since now
mailname is an array in its own right.

SCCS-vsn: usr.bin/mail/temp.c 2.2

42 years agomade handling of "mailname" global variable simpler -- now it
Kurt A. Shoens [Fri, 25 Jun 1982 14:53:28 +0000 (06:53 -0800)]
made handling of "mailname" global variable simpler -- now it
is an array of chars rather than a pointer that used to get set to a small
calloc'd space that would get clobbered if you changed to a longer name.

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

42 years agosplimp moved to asm.sed
Sam Leffler [Fri, 25 Jun 1982 13:17:09 +0000 (05:17 -0800)]
splimp moved to asm.sed

SCCS-vsn: sys/netinet/in_systm.h 4.13

42 years agofixed bug in handling of tcp urgent
Bill Joy [Fri, 25 Jun 1982 12:39:27 +0000 (04:39 -0800)]
fixed bug in handling of tcp urgent

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

42 years agomust copy csr or lose status if RCVPENDING
Sam Leffler [Fri, 25 Jun 1982 12:31:42 +0000 (04:31 -0800)]
must copy csr or lose status if RCVPENDING

SCCS-vsn: sys/vax/if/if_il.c 4.10

42 years agoadd error codes, don't use strings anymore
Sam Leffler [Thu, 24 Jun 1982 12:11:17 +0000 (04:11 -0800)]
add error codes, don't use strings anymore

SCCS-vsn: sys/vax/if/if_ilreg.h 4.2

42 years agoadded watchdog routines
Sam Leffler [Thu, 24 Jun 1982 12:10:04 +0000 (04:10 -0800)]
added watchdog routines

SCCS-vsn: sys/net/if.c 4.18
SCCS-vsn: sys/net/if.h 4.15

42 years agorecoded copy code to/from unibus for speed
Sam Leffler [Thu, 24 Jun 1982 12:09:29 +0000 (04:09 -0800)]
recoded copy code to/from unibus for speed

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

42 years agoremove csr crap; add stat collection through watchdog routine
Sam Leffler [Thu, 24 Jun 1982 12:09:02 +0000 (04:09 -0800)]
remove csr crap; add stat collection through watchdog routine

SCCS-vsn: sys/vax/if/if_il.c 4.9
SCCS-vsn: sys/vax/if/if_il.h 4.2

42 years agocheck prescan return values in remotename
Eric Allman [Thu, 24 Jun 1982 03:12:19 +0000 (19:12 -0800)]
check prescan return values in remotename

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.90
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.125

42 years agowasn't scanning for down interfaces properly
Sam Leffler [Tue, 22 Jun 1982 07:18:36 +0000 (23:18 -0800)]
wasn't scanning for down interfaces properly

SCCS-vsn: sbin/routed/routed.c 4.20

42 years agofix per peter's bug
Kirk McKusick [Tue, 22 Jun 1982 02:57:45 +0000 (18:57 -0800)]
fix per peter's bug

SCCS-vsn: usr.bin/gprof/gprof.c 1.18

42 years agoremoving lint.
Peter B. Kessler [Tue, 22 Jun 1982 02:46:05 +0000 (18:46 -0800)]
removing lint.

SCCS-vsn: usr.bin/gprof/arcs.c 1.11

42 years agodate and time created 82/06/21 00:52:43 by mckusick
Kirk McKusick [Mon, 21 Jun 1982 15:52:43 +0000 (07:52 -0800)]
date and time created 82/06/21 00:52:43 by mckusick

SCCS-vsn: usr.sbin/kgmon/kgmon.c 4.1

42 years agoinstall directory is /usr/ucb
Kirk McKusick [Mon, 21 Jun 1982 15:44:39 +0000 (07:44 -0800)]
install directory is /usr/ucb

SCCS-vsn: usr.bin/gprof/Makefile 1.16

42 years agoremove N^2 algorithm in sample distribution routine
Kirk McKusick [Mon, 21 Jun 1982 15:34:22 +0000 (07:34 -0800)]
remove N^2 algorithm in sample distribution routine

SCCS-vsn: usr.bin/gprof/gprof.c 1.17

42 years agorespond to requests even if not supplier
Sam Leffler [Mon, 21 Jun 1982 14:29:02 +0000 (06:29 -0800)]
respond to requests even if not supplier

SCCS-vsn: sbin/routed/routed.c 4.19

42 years agomake notion of supplier valid; also don't time out route for
Sam Leffler [Mon, 21 Jun 1982 08:23:45 +0000 (00:23 -0800)]
make notion of supplier valid; also don't time out route for
only interface on a machine; add comments in expectation of others reading code

SCCS-vsn: sbin/routed/routed.c 4.18

42 years agocycles have names of 0, not "", according to printgprof.
Peter B. Kessler [Mon, 21 Jun 1982 07:22:53 +0000 (23:22 -0800)]
cycles have names of 0, not "",  according to printgprof.

SCCS-vsn: usr.bin/gprof/arcs.c 1.10

42 years agohave to count outside parents of cycles before propagating fractions.
Peter B. Kessler [Mon, 21 Jun 1982 05:58:46 +0000 (21:58 -0800)]
have to count outside parents of cycles before propagating fractions.

SCCS-vsn: usr.bin/gprof/arcs.c 1.9

42 years agopurge COUNT crap now that we have gprof
Sam Leffler [Mon, 21 Jun 1982 03:22:00 +0000 (19:22 -0800)]
purge COUNT crap now that we have gprof

SCCS-vsn: sys/kern/uipc_syscalls.c 4.20
SCCS-vsn: sys/kern/uipc_mbuf.c 1.36
SCCS-vsn: sys/kern/uipc_pipe.c 4.13
SCCS-vsn: sys/kern/uipc_proto.c 4.22
SCCS-vsn: sys/kern/uipc_socket.c 4.42

42 years agopurge COUNT stuff now that we can use gprof
Sam Leffler [Sun, 20 Jun 1982 15:56:38 +0000 (07:56 -0800)]
purge COUNT stuff now that we can use gprof

SCCS-vsn: sys/net/if.c 4.17
SCCS-vsn: sys/vax/if/if_acc.c 4.19
SCCS-vsn: sys/vax/if/if_dmc.c 4.17
SCCS-vsn: sys/vax/if/if_ec.c 4.19
SCCS-vsn: sys/vax/if/if_en.c 4.67
SCCS-vsn: sys/vax/if/if_il.c 4.8
SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.37
SCCS-vsn: sys/deprecated/netimp/if_imphost.c 4.13
SCCS-vsn: sys/net/if_loop.c 4.13
SCCS-vsn: sys/vax/if/if_uba.c 4.12
SCCS-vsn: sys/vax/if/if_vv.c 4.5
SCCS-vsn: sys/netinet/in.c 4.3
SCCS-vsn: sys/vax/vax/in_cksum.c 1.12
SCCS-vsn: sys/netinet/in_pcb.c 4.28
SCCS-vsn: sys/netinet/in_systm.h 4.12
SCCS-vsn: sys/netinet/ip_icmp.c 4.17
SCCS-vsn: sys/netinet/ip_input.c 1.45
SCCS-vsn: sys/netinet/ip_output.c 1.35
SCCS-vsn: sys/deprecated/netpup/pup.c 4.2
SCCS-vsn: sys/net/raw_cb.c 4.9
SCCS-vsn: sys/deprecated/netimp/raw_imp.c 4.12
SCCS-vsn: sys/netinet/raw_ip.c 4.13
SCCS-vsn: sys/deprecated/netpup/raw_pup.c 4.12
SCCS-vsn: sys/net/raw_usrreq.c 4.17
SCCS-vsn: sys/net/route.c 4.11
SCCS-vsn: sys/netinet/tcp_input.c 1.68
SCCS-vsn: sys/netinet/tcp_output.c 4.42
SCCS-vsn: sys/netinet/tcp_subr.c 4.27
SCCS-vsn: sys/netinet/tcp_timer.c 4.23
SCCS-vsn: sys/netinet/tcp_usrreq.c 1.59
SCCS-vsn: sys/netinet/udp_usrreq.c 4.30

42 years agoremember to put a newline at the end of the UGLYUUCP line
Eric Allman [Sun, 20 Jun 1982 12:14:18 +0000 (04:14 -0800)]
remember to put a newline at the end of the UGLYUUCP line

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.89
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.124

42 years agoget rid of comment lines when storing rewriting rules
Eric Allman [Sun, 20 Jun 1982 12:09:24 +0000 (04:09 -0800)]
get rid of comment lines when storing rewriting rules

SCCS-vsn: usr.sbin/sendmail/src/version.c 3.123
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 3.27

42 years agoimprove SMTP error reporting
Eric Allman [Sun, 20 Jun 1982 11:47:29 +0000 (03:47 -0800)]
improve SMTP error reporting

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.88
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.122
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 3.12

42 years agofix unsigned conversion in calculating lowpc and highpc
Kirk McKusick [Sun, 20 Jun 1982 11:21:31 +0000 (03:21 -0800)]
fix unsigned conversion in calculating lowpc and highpc

SCCS-vsn: usr.bin/gprof/gprof.c 1.16

42 years agodebugging stuff for the gmon.out header.
Peter B. Kessler [Sun, 20 Jun 1982 04:27:18 +0000 (20:27 -0800)]
debugging stuff for the gmon.out header.

SCCS-vsn: usr.bin/gprof/gprof.c 1.15

42 years agowhat to do if there's no time accumulated.
Peter B. Kessler [Sun, 20 Jun 1982 00:18:00 +0000 (16:18 -0800)]
what to do if there's no time accumulated.

SCCS-vsn: usr.bin/gprof/gprof.c 1.14
SCCS-vsn: usr.bin/gprof/printgprof.c 1.11

42 years ago-e -E -f and -F flags, this time for sure.
Peter B. Kessler [Sat, 19 Jun 1982 11:22:09 +0000 (03:22 -0800)]
-e -E -f and -F flags, this time for sure.

SCCS-vsn: usr.bin/gprof/arcs.c 1.8
SCCS-vsn: usr.bin/gprof/vax.c 1.3
SCCS-vsn: usr.bin/gprof/printlist.c 1.2
SCCS-vsn: usr.bin/gprof/printgprof.c 1.10
SCCS-vsn: usr.bin/gprof/gprof.c 1.13
SCCS-vsn: usr.bin/gprof/gprof.h 1.13

42 years agoeliminate cvtlw inst's on il_csr and other misc
Sam Leffler [Sat, 19 Jun 1982 06:12:58 +0000 (22:12 -0800)]
eliminate cvtlw inst's on il_csr and other misc

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

42 years agobelieve host name on SMTP "HELO" line
Eric Allman [Sat, 19 Jun 1982 02:58:31 +0000 (18:58 -0800)]
believe host name on SMTP "HELO" line

SCCS-vsn: usr.sbin/sendmail/src/main.c 3.81
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.121

42 years agodon't call ecxint at startup
Brian Feldman [Fri, 18 Jun 1982 13:02:40 +0000 (05:02 -0800)]
don't call ecxint at startup

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

42 years agoecput wasn't doing word transfers correctly
Sam Leffler [Fri, 18 Jun 1982 11:46:53 +0000 (03:46 -0800)]
ecput wasn't doing word transfers correctly

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

42 years agopr -f doesn't seem to work over the ether.
Peter B. Kessler [Fri, 18 Jun 1982 02:09:07 +0000 (18:09 -0800)]
pr -f doesn't seem to work over the ether.

SCCS-vsn: usr.bin/gprof/Makefile 1.15
SCCS-vsn: usr.bin/gprof/Makefile 1.15

42 years agodate and time created 82/06/17 11:05:44 by sam
Sam Leffler [Fri, 18 Jun 1982 02:05:44 +0000 (18:05 -0800)]
date and time created 82/06/17 11:05:44 by sam

SCCS-vsn: sbin/routed/trace/trace.c 4.1

42 years agoadd class b & c net #'s
Sam Leffler [Fri, 18 Jun 1982 01:58:34 +0000 (17:58 -0800)]
add class b & c net #'s

SCCS-vsn: sbin/routed/af.c 4.6
SCCS-vsn: sbin/routed/routed.c 4.17

42 years agofix botch in -Q flag (sets AliasFile rather than QueueDir)
Eric Allman [Fri, 18 Jun 1982 01:44:38 +0000 (17:44 -0800)]
fix botch in -Q flag (sets AliasFile rather than QueueDir)

SCCS-vsn: usr.sbin/sendmail/src/main.c 3.80
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.120

42 years agomove junk into AUX directory
Eric Allman [Fri, 18 Jun 1982 01:43:01 +0000 (17:43 -0800)]
move junk into AUX directory

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 3.2

42 years agoremove lstats
Bill Joy [Thu, 17 Jun 1982 15:08:31 +0000 (07:08 -0800)]
remove lstats

SCCS-vsn: old/make/dosys.c 4.4
SCCS-vsn: old/make/files.c 4.5

42 years agochange "jbr" to "jmp" to keep assembler happy
Kirk McKusick [Thu, 17 Jun 1982 13:07:39 +0000 (05:07 -0800)]
change "jbr" to "jmp" to keep assembler happy

SCCS-vsn: usr.sbin/config/mkubglue.c 1.5

42 years agoallow connection refused as a temporary error; make sure there is
Eric Allman [Thu, 17 Jun 1982 05:51:16 +0000 (21:51 -0800)]
allow connection refused as a temporary error; make sure there is
always someone to return the mail to on error

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

42 years agoallow ECONNREFUSED (connection refused) as a temp error
Eric Allman [Thu, 17 Jun 1982 05:50:47 +0000 (21:50 -0800)]
allow ECONNREFUSED (connection refused) as a temp error

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

42 years agomake sure there is always someone to return the message to
Eric Allman [Thu, 17 Jun 1982 05:48:13 +0000 (21:48 -0800)]
make sure there is always someone to return the message to

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 3.35

42 years agofix botch in outputing "recipient" type lines (e.g., To:)
Eric Allman [Thu, 17 Jun 1982 05:29:26 +0000 (21:29 -0800)]
fix botch in outputing "recipient" type lines (e.g., To:)

SCCS-vsn: usr.sbin/sendmail/src/version.c 3.118
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.87

42 years agoadd route only after host address discovered (for routed)
Sam Leffler [Wed, 16 Jun 1982 12:04:13 +0000 (04:04 -0800)]
add route only after host address discovered (for routed)

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

42 years agodidn't set IFF_UP properly
Sam Leffler [Wed, 16 Jun 1982 12:02:30 +0000 (04:02 -0800)]
didn't set IFF_UP properly

SCCS-vsn: sys/vax/if/if_vv.c 4.4

42 years agoclean up imp code after fixing problems
Sam Leffler [Wed, 16 Jun 1982 06:16:05 +0000 (22:16 -0800)]
clean up imp code after fixing problems

SCCS-vsn: sys/vax/if/if_acc.c 4.18
SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.35

42 years agoadd keywords
Kirk McKusick [Wed, 16 Jun 1982 05:53:51 +0000 (21:53 -0800)]
add keywords

SCCS-vsn: usr.sbin/config/Makefile 1.4

42 years agoreorder OBJS so that yacc runs first to get y.tab.h; add install entry
Kirk McKusick [Wed, 16 Jun 1982 05:51:49 +0000 (21:51 -0800)]
reorder OBJS so that yacc runs first to get y.tab.h; add install entry

SCCS-vsn: usr.sbin/config/Makefile 1.3

42 years agoforce reboot after fixing the root file system
Kirk McKusick [Wed, 16 Jun 1982 04:21:33 +0000 (20:21 -0800)]
force reboot after fixing the root file system

SCCS-vsn: sbin/fsck/main.c 2.9

42 years agosync() before printing so as to get up to date info
Kirk McKusick [Wed, 16 Jun 1982 03:40:11 +0000 (19:40 -0800)]
sync() before printing so as to get up to date info

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

42 years agoget rid of special purpose touch
Kirk McKusick [Tue, 15 Jun 1982 14:58:18 +0000 (06:58 -0800)]
get rid of special purpose touch

SCCS-vsn: usr.sbin/config/mkmakefile.c 1.14

42 years agoupdate to new file system
Bill Joy [Tue, 15 Jun 1982 14:20:55 +0000 (06:20 -0800)]
update to new file system

SCCS-vsn: sys/vax/vax/machdep.c 4.52.1.2
SCCS-vsn: sys/vax/vax/machdep.c 4.55

42 years agobranch-place-holder
Bill Joy [Tue, 15 Jun 1982 14:15:25 +0000 (06:15 -0800)]
branch-place-holder

SCCS-vsn: sys/vax/vax/machdep.c 4.52.1.1

42 years agofixes to interactions of new fs and buffer cache with partial blocks
Bill Joy [Tue, 15 Jun 1982 14:00:02 +0000 (06:00 -0800)]
fixes to interactions of new fs and buffer cache with partial blocks
including removal of superblocks from cache and refined readahead and
brealloc routine

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 2.7
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 2.7
SCCS-vsn: sys/kern/vfs_bio.c 4.34
SCCS-vsn: sys/kern/vfs_cluster.c 4.34
SCCS-vsn: sys/kern/init_main.c 4.31

42 years agodeclare wmemall
Bill Joy [Tue, 15 Jun 1982 13:54:38 +0000 (05:54 -0800)]
declare wmemall

SCCS-vsn: sys/sys/systm.h 4.24

42 years agomountfs declared
Bill Joy [Tue, 15 Jun 1982 13:54:06 +0000 (05:54 -0800)]
mountfs declared

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

42 years agogeteblk needs a constant
Bill Joy [Tue, 15 Jun 1982 13:43:57 +0000 (05:43 -0800)]
geteblk needs a constant

SCCS-vsn: sys/vax/vax/flp.c 4.6
SCCS-vsn: sys/vax/uba/lp.c 4.25

42 years agofixes to ecc code
Bill Joy [Tue, 15 Jun 1982 13:42:51 +0000 (05:42 -0800)]
fixes to ecc code

SCCS-vsn: sys/vax/uba/rk.c 4.41
SCCS-vsn: sys/vax/uba/up.c 4.55

42 years agoget rid of m_release stuff
Bill Joy [Tue, 15 Jun 1982 13:17:32 +0000 (05:17 -0800)]
get rid of m_release stuff

SCCS-vsn: sys/kern/uipc_pipe.c 4.12
SCCS-vsn: sys/kern/uipc_socket.c 4.41
SCCS-vsn: sys/kern/uipc_socket2.c 4.23

42 years agoget rid of m_mbcommitted
Bill Joy [Tue, 15 Jun 1982 13:17:00 +0000 (05:17 -0800)]
get rid of m_mbcommitted

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

42 years agoget rid of m_release stuff
Bill Joy [Tue, 15 Jun 1982 13:16:59 +0000 (05:16 -0800)]
get rid of m_release stuff

SCCS-vsn: sys/kern/uipc_syscalls.c 4.19
SCCS-vsn: sys/kern/uipc_mbuf.c 1.35

42 years agomore attempts by david
Bill Joy [Tue, 15 Jun 1982 13:10:01 +0000 (05:10 -0800)]
more attempts by david

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

42 years agodate and time created 82/06/14 18:09:52 by peter
Peter B. Kessler [Tue, 15 Jun 1982 09:09:52 +0000 (01:09 -0800)]
date and time created 82/06/14 18:09:52 by peter

SCCS-vsn: usr.bin/gprof/printlist.c 1.1

42 years ago-f and -e flags.
Peter B. Kessler [Tue, 15 Jun 1982 09:08:53 +0000 (01:08 -0800)]
-f and -e flags.

SCCS-vsn: usr.bin/gprof/arcs.c 1.7
SCCS-vsn: usr.bin/gprof/vax.c 1.2
SCCS-vsn: usr.bin/gprof/printgprof.c 1.9
SCCS-vsn: usr.bin/gprof/gprof.c 1.12
SCCS-vsn: usr.bin/gprof/gprof.h 1.12
SCCS-vsn: usr.bin/gprof/Makefile 1.14

42 years agofix up include files for new file system
Kirk McKusick [Tue, 15 Jun 1982 06:57:24 +0000 (22:57 -0800)]
fix up include files for new file system

SCCS-vsn: old/roff/common_source/tdef.h 4.2
SCCS-vsn: old/roff/common_source/n1.c 4.2

42 years agobefore carry to calder
Sam Leffler [Tue, 15 Jun 1982 00:28:16 +0000 (16:28 -0800)]
before carry to calder

SCCS-vsn: sys/vax/if/if_acc.c 4.16
SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.34

42 years agotired of those old printfs
Sam Leffler [Tue, 15 Jun 1982 00:26:38 +0000 (16:26 -0800)]
tired of those old printfs

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

42 years agoadd class a/b/c net #'s and purge logical host kludge code
Sam Leffler [Mon, 14 Jun 1982 14:01:52 +0000 (06:01 -0800)]
add class a/b/c net #'s and purge logical host kludge code

SCCS-vsn: sys/net/if.c 4.16
SCCS-vsn: sys/net/if.h 4.14
SCCS-vsn: sys/vax/if/if_dmc.c 4.16
SCCS-vsn: sys/vax/if/if_ec.c 4.16
SCCS-vsn: sys/vax/if/if_en.c 4.65
SCCS-vsn: sys/vax/if/if_il.c 4.6
SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.34
SCCS-vsn: sys/vax/if/if_vv.c 4.3
SCCS-vsn: sys/netinet/in.c 4.2
SCCS-vsn: sys/netinet/in.h 4.13
SCCS-vsn: sys/netinet/in_pcb.c 4.27
SCCS-vsn: sys/netinet/ip_input.c 1.44
SCCS-vsn: sys/netinet/ip_output.c 1.34

42 years agodate and time created 82/06/13 14:10:28 by sam
Sam Leffler [Mon, 14 Jun 1982 05:10:28 +0000 (21:10 -0800)]
date and time created 82/06/13 14:10:28 by sam

SCCS-vsn: sys/deprecated/netpup/pup.c 4.1

42 years agodate and time created 82/06/13 14:10:27 by sam
Sam Leffler [Mon, 14 Jun 1982 05:10:27 +0000 (21:10 -0800)]
date and time created 82/06/13 14:10:27 by sam

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

42 years agonow routing code might work
Bill Joy [Sun, 13 Jun 1982 14:22:21 +0000 (06:22 -0800)]
now routing code might work

SCCS-vsn: sys/vax/if/if_vv.c 4.2

42 years agonow the routing code might wokr
Bill Joy [Sun, 13 Jun 1982 14:20:26 +0000 (06:20 -0800)]
now the routing code might wokr

SCCS-vsn: sys/vax/if/if_dmc.c 4.15
SCCS-vsn: sys/vax/if/if_ec.c 4.15
SCCS-vsn: sys/vax/if/if_en.c 4.64
SCCS-vsn: sys/vax/if/if_il.c 4.5
SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.33
SCCS-vsn: sys/net/if_loop.c 4.12
SCCS-vsn: sys/netinet/ip_output.c 1.33
SCCS-vsn: sys/netinet/raw_ip.c 4.12
SCCS-vsn: sys/net/route.c 4.10
SCCS-vsn: sys/net/route.h 4.8
SCCS-vsn: sys/netinet/tcp_timer.c 4.22
SCCS-vsn: sys/netinet/tcp_usrreq.c 1.58
SCCS-vsn: sys/netinet/udp_usrreq.c 4.29

42 years agoadvance snd_max even when persisting
Bill Joy [Sun, 13 Jun 1982 14:15:46 +0000 (06:15 -0800)]
advance snd_max even when persisting

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

42 years agofix to race in accept
Bill Joy [Sun, 13 Jun 1982 14:09:53 +0000 (06:09 -0800)]
fix to race in accept

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

42 years agoadd BLKDEV_IOSIZE for use by character devices
Kirk McKusick [Sat, 12 Jun 1982 14:07:57 +0000 (06:07 -0800)]
add BLKDEV_IOSIZE for use by character devices

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

42 years agofirst attempts at fixing persist
Bill Joy [Fri, 11 Jun 1982 23:25:27 +0000 (15:25 -0800)]
first attempts at fixing persist

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

42 years agokeep separate interface list so we just delete routes when they expire
Sam Leffler [Fri, 11 Jun 1982 11:13:25 +0000 (03:13 -0800)]
keep separate interface list so we just delete routes when they expire

SCCS-vsn: sbin/routed/defs.h 4.10
SCCS-vsn: sbin/routed/routed.c 4.16

42 years agobill must've changed the timer value
Sam Leffler [Fri, 11 Jun 1982 11:12:14 +0000 (03:12 -0800)]
bill must've changed the timer value

SCCS-vsn: include/protocols/routed.h 4.7

42 years agoaid tracing on send errors
Sam Leffler [Fri, 11 Jun 1982 11:11:49 +0000 (03:11 -0800)]
aid tracing on send errors

SCCS-vsn: sbin/routed/af.c 4.5

42 years agochange iput() to irele() when releasing unlocked inodes
Kirk McKusick [Fri, 11 Jun 1982 03:41:08 +0000 (19:41 -0800)]
change iput() to irele() when releasing unlocked inodes

SCCS-vsn: sys/kern/kern_resource.c 4.8
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 4.12
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 4.12
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 4.12
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 4.12
SCCS-vsn: sys/kern/vfs_syscalls.c 4.26
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 4.26
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 4.26
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 4.26
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 4.26

42 years agobe more paranoid about checking unallocated blocks in inodes
Kirk McKusick [Thu, 10 Jun 1982 14:27:12 +0000 (06:27 -0800)]
be more paranoid about checking unallocated blocks in inodes

SCCS-vsn: sbin/fsck/main.c 2.8

42 years agomuch too much to say here
Sam Leffler [Thu, 10 Jun 1982 13:15:36 +0000 (05:15 -0800)]
much too much to say here

SCCS-vsn: sbin/routed/routed.c 4.15

42 years agonewrouter->oldrouter and state bits mucho different
Sam Leffler [Thu, 10 Jun 1982 12:22:02 +0000 (04:22 -0800)]
newrouter->oldrouter and state bits mucho different

SCCS-vsn: sbin/routed/defs.h 4.9

42 years agoinclude table of strings for printing out packet types
Sam Leffler [Thu, 10 Jun 1982 12:21:22 +0000 (04:21 -0800)]
include table of strings for printing out packet types

SCCS-vsn: include/protocols/routed.h 4.6

42 years agorouted now uses 2 ports
Sam Leffler [Thu, 10 Jun 1982 12:20:37 +0000 (04:20 -0800)]
routed now uses 2 ports

SCCS-vsn: sbin/routed/af.c 4.4

42 years agomerge system forced touch with user touch (peter)
Kirk McKusick [Thu, 10 Jun 1982 07:57:17 +0000 (23:57 -0800)]
merge system forced touch with user touch (peter)

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

42 years agownj changes
Bill Joy [Wed, 9 Jun 1982 15:45:30 +0000 (07:45 -0800)]
wnj changes

SCCS-vsn: sbin/routed/af.c 4.3
SCCS-vsn: include/protocols/routed.h 4.5
SCCS-vsn: sbin/routed/routed.c 4.14
SCCS-vsn: sbin/routed/defs.h 4.8

42 years agoadd SO_DONTROUTE
Bill Joy [Wed, 9 Jun 1982 13:03:59 +0000 (05:03 -0800)]
add SO_DONTROUTE

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

42 years agocleanup per sam
Bill Joy [Wed, 9 Jun 1982 12:54:21 +0000 (04:54 -0800)]
cleanup per sam

SCCS-vsn: sbin/routed/defs.h 4.7

42 years agochanges per sam
Bill Joy [Wed, 9 Jun 1982 12:50:14 +0000 (04:50 -0800)]
changes per sam

SCCS-vsn: sbin/routed/routed.c 4.13

42 years agocycle headers have their own namelist.
Peter B. Kessler [Wed, 9 Jun 1982 02:29:15 +0000 (18:29 -0800)]
cycle headers have their own namelist.

SCCS-vsn: usr.bin/gprof/arcs.c 1.6
SCCS-vsn: usr.bin/gprof/gprof.c 1.11
SCCS-vsn: usr.bin/gprof/gprof.h 1.11
SCCS-vsn: usr.bin/gprof/printgprof.c 1.8