unix-history/.git
42 years agoadd link fields to fs and cg, move magic number to end of struct
Kirk McKusick [Tue, 13 Apr 1982 11:26:57 +0000 (03:26 -0800)]
add link fields to fs and cg, move magic number to end of struct

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

42 years agoallow writing of pointers to text files
Kirk McKusick [Tue, 13 Apr 1982 06:36:37 +0000 (22:36 -0800)]
allow writing of pointers to text files

SCCS-vsn: usr.bin/pascal/src/proc.c 1.10

42 years agocheck for less than lower bound
Kirk McKusick [Tue, 13 Apr 1982 06:21:12 +0000 (22:21 -0800)]
check for less than lower bound

SCCS-vsn: usr.bin/pascal/libpc/ARGV.c 1.4

42 years agoallow writing of pointers to text files
Kirk McKusick [Tue, 13 Apr 1982 06:18:14 +0000 (22:18 -0800)]
allow writing of pointers to text files

SCCS-vsn: usr.bin/pascal/src/pcproc.c 1.8

42 years agofixed packet length check bug
Brian Feldman [Tue, 13 Apr 1982 04:53:35 +0000 (20:53 -0800)]
fixed packet length check bug

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

42 years agomods from shannon to autoconfigure mba devices after boot
Sam Leffler [Mon, 12 Apr 1982 10:37:52 +0000 (02:37 -0800)]
mods from shannon to autoconfigure mba devices after boot

SCCS-vsn: sys/vax/mba/mba.c 4.26
SCCS-vsn: sys/vax/vax/autoconf.c 4.36

42 years agominor changes to use "simfs"
Kirk McKusick [Mon, 12 Apr 1982 08:36:00 +0000 (00:36 -0800)]
minor changes to use "simfs"

SCCS-vsn: sbin/clri/clri.c 2.2

42 years agofloat the super block, reclaim redundant boot block space
Kirk McKusick [Mon, 12 Apr 1982 08:22:35 +0000 (00:22 -0800)]
float the super block, reclaim redundant boot block space

SCCS-vsn: sbin/newfs/mkfs.c 2.2
SCCS-vsn: sbin/fsck/main.c 2.3
SCCS-vsn: sbin/icheck/icheck.c 2.2
SCCS-vsn: sbin/dumpfs/dumpfs.c 2.2

42 years agofloat cylinder group info, reclaim redundant boot blocks
Kirk McKusick [Mon, 12 Apr 1982 08:04:58 +0000 (00:04 -0800)]
float cylinder group info, reclaim redundant boot blocks

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 2.3
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 2.3

42 years agofloat the cylinder group info => no extra boot blocks, spare super
Kirk McKusick [Mon, 12 Apr 1982 08:03:33 +0000 (00:03 -0800)]
float the cylinder group info => no extra boot blocks, spare super
blocks are placed on separate tracks (hence spiral down through cyl groups)

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

42 years agosundry patches to raw code after rewrite
Sam Leffler [Mon, 12 Apr 1982 06:51:44 +0000 (22:51 -0800)]
sundry patches to raw code after rewrite

SCCS-vsn: sys/net/raw_cb.c 4.8
SCCS-vsn: sys/deprecated/netimp/raw_imp.c 4.11
SCCS-vsn: sys/netinet/raw_ip.c 4.11
SCCS-vsn: sys/net/raw_usrreq.c 4.14

42 years agoreverse src and dst to raw_input
Sam Leffler [Mon, 12 Apr 1982 06:16:58 +0000 (22:16 -0800)]
reverse src and dst to raw_input

SCCS-vsn: sys/vax/if/if_en.c 4.56
SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.25
SCCS-vsn: sys/vax/if/if_ec.c 4.3

42 years agofixed broadcast bug
Brian Feldman [Mon, 12 Apr 1982 03:03:19 +0000 (19:03 -0800)]
fixed broadcast bug

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

42 years agoraise splimp for ec hack (temporary)
Brian Feldman [Sun, 11 Apr 1982 17:39:18 +0000 (09:39 -0800)]
raise splimp for ec hack (temporary)

SCCS-vsn: sys/vax/if/if_en.c 4.55
SCCS-vsn: sys/netinet/in_systm.h 4.9
SCCS-vsn: sys/vax/if/if_acc.c 4.13
SCCS-vsn: sys/vax/if/if_dmc.c 4.11

42 years agodate and time created 82/04/11 02:12:30 by feldman
Brian Feldman [Sun, 11 Apr 1982 17:12:30 +0000 (09:12 -0800)]
date and time created 82/04/11 02:12:30 by feldman

SCCS-vsn: sys/vax/if/if_ecreg.h 4.1

42 years agodate and time created 82/04/11 01:35:06 by feldman
Brian Feldman [Sun, 11 Apr 1982 16:35:06 +0000 (08:35 -0800)]
date and time created 82/04/11 01:35:06 by feldman

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

42 years agosupport for ec driver
Brian Feldman [Sun, 11 Apr 1982 16:09:22 +0000 (08:09 -0800)]
support for ec driver

SCCS-vsn: sys/vax/vax/locore.s 4.64
SCCS-vsn: sys/kern/subr_rmap.c 4.5
SCCS-vsn: sys/kern/subr_rmap.c.sav 4.5
SCCS-vsn: sys/vax/vax/autoconf.c 4.35
SCCS-vsn: sys/vax/uba/uba.c 4.43
SCCS-vsn: sys/vax/uba/ubareg.h 4.28
SCCS-vsn: sys/vax/uba/ubavar.h 4.25

42 years agopurge so_addr and add PRU_SOCKADDR as replacement
Sam Leffler [Sun, 11 Apr 1982 14:44:48 +0000 (06:44 -0800)]
purge so_addr and add PRU_SOCKADDR as replacement

SCCS-vsn: sys/sys/protosw.h 4.10
SCCS-vsn: sys/sys/socketvar.h 4.16

42 years agomake routing entry installation priviledged
Sam Leffler [Sun, 11 Apr 1982 14:44:02 +0000 (06:44 -0800)]
make routing entry installation priviledged

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

42 years agoredo socketaddr system call
Sam Leffler [Sun, 11 Apr 1982 14:43:24 +0000 (06:43 -0800)]
redo socketaddr system call

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

42 years agopurge so_addr from socket structure and start cleaning up raw code
Sam Leffler [Sun, 11 Apr 1982 14:42:33 +0000 (06:42 -0800)]
purge so_addr from socket structure and start cleaning up raw code

SCCS-vsn: sys/netinet/in_pcb.c 4.25
SCCS-vsn: sys/net/raw_cb.c 4.7
SCCS-vsn: sys/net/raw_cb.h 4.4
SCCS-vsn: sys/deprecated/netimp/raw_imp.c 4.10
SCCS-vsn: sys/netinet/raw_ip.c 4.10
SCCS-vsn: sys/deprecated/netpup/raw_pup.c 4.11
SCCS-vsn: sys/net/raw_usrreq.c 4.13
SCCS-vsn: sys/netinet/tcp_input.c 1.67
SCCS-vsn: sys/netinet/tcp_usrreq.c 1.56
SCCS-vsn: sys/netinet/udp_usrreq.c 4.26

42 years agotypo
Sam Leffler [Sun, 11 Apr 1982 14:39:45 +0000 (06:39 -0800)]
typo

SCCS-vsn: sys/deprecated/netpup/pup.h 4.5

42 years agoinvert output path to pass back error indications
Sam Leffler [Sun, 11 Apr 1982 09:27:33 +0000 (01:27 -0800)]
invert output path to pass back error indications

SCCS-vsn: sys/vax/if/if_dmc.c 4.10
SCCS-vsn: sys/vax/if/if_en.c 4.54
SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.24
SCCS-vsn: sys/netinet/ip_output.c 1.32
SCCS-vsn: sys/net/raw_usrreq.c 4.12
SCCS-vsn: sys/netinet/tcp_output.c 4.38
SCCS-vsn: sys/netinet/tcp_usrreq.c 1.55
SCCS-vsn: sys/netinet/udp_usrreq.c 4.25

42 years agowatch for write failures to the net
Sam Leffler [Sun, 11 Apr 1982 09:21:27 +0000 (01:21 -0800)]
watch for write failures to the net

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

42 years agounsatisfactory attempt to fix up imp
Sam Leffler [Sun, 11 Apr 1982 06:21:22 +0000 (22:21 -0800)]
unsatisfactory attempt to fix up imp

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

42 years agounsatisfactory attempt to fix up imp
Bill Joy [Sun, 11 Apr 1982 06:20:06 +0000 (22:20 -0800)]
unsatisfactory attempt to fix up imp

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

42 years agoput in checking for overflow/underflow
Kirk McKusick [Sat, 10 Apr 1982 06:28:55 +0000 (22:28 -0800)]
put in checking for overflow/underflow

SCCS-vsn: usr.bin/pascal/libpc/READ4.c 1.6
SCCS-vsn: usr.bin/pascal/libpc/READ8.c 1.5

42 years agobring back changes from calder
Kirk McKusick [Fri, 9 Apr 1982 07:54:40 +0000 (23:54 -0800)]
bring back changes from calder

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 2.2
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 2.2

42 years agomerge into the new kernel
Kirk McKusick [Fri, 9 Apr 1982 06:46:07 +0000 (22:46 -0800)]
merge into the new kernel

SCCS-vsn: old/dcheck/dcheck.c 2.1
SCCS-vsn: sbin/clri/clri.c 2.1
SCCS-vsn: sbin/newfs/mkfs.c 2.1
SCCS-vsn: sbin/dumpfs/dumpfs.c 2.1

42 years agoadd fixes per Jim Reeds, add -m flag to print out file modes
Kirk McKusick [Fri, 9 Apr 1982 06:29:28 +0000 (22:29 -0800)]
add fixes per Jim Reeds, add -m flag to print out file modes

SCCS-vsn: sbin/ncheck/ncheck.c 2.1

42 years agoadd check of super block cylinder summary information
Kirk McKusick [Fri, 9 Apr 1982 05:47:04 +0000 (21:47 -0800)]
add check of super block cylinder summary information

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

42 years agomerge into the new kernel
Kirk McKusick [Fri, 9 Apr 1982 05:45:05 +0000 (21:45 -0800)]
merge into the new kernel

SCCS-vsn: sbin/icheck/icheck.c 2.1

42 years agomerge into new kernel
Kirk McKusick [Fri, 9 Apr 1982 02:41:11 +0000 (18:41 -0800)]
merge into new kernel

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

42 years agodate and time created 82/04/08 01:46:48 by sklower
Keith Sklower [Thu, 8 Apr 1982 16:46:48 +0000 (08:46 -0800)]
date and time created 82/04/08 01:46:48 by sklower

SCCS-vsn: bin/hostname/hostname.c 1.1

42 years agorepair kludge
Bill Joy [Thu, 8 Apr 1982 08:48:14 +0000 (00:48 -0800)]
repair kludge

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

42 years agoproperly free mbuf space
Bill Joy [Thu, 8 Apr 1982 08:44:47 +0000 (00:44 -0800)]
properly free mbuf space

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

42 years agokludge to properly restrict broadcast
Bill Joy [Thu, 8 Apr 1982 08:20:06 +0000 (00:20 -0800)]
kludge to properly restrict broadcast

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

42 years agonot special casing broadcast address -- this just speeds things up
Sam Leffler [Thu, 8 Apr 1982 02:48:18 +0000 (18:48 -0800)]
not special casing broadcast address -- this just speeds things up

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

42 years agochecking wrong state to see if imp down
Sam Leffler [Thu, 8 Apr 1982 02:47:30 +0000 (18:47 -0800)]
checking wrong state to see if imp down

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

42 years agoremember settings of ECHO and CRMOD
John Foderaro [Wed, 7 Apr 1982 03:54:27 +0000 (19:54 -0800)]
remember settings of ECHO and CRMOD

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

42 years agodate and time created 82/04/04 19:30:19 by sam
Sam Leffler [Mon, 5 Apr 1982 10:30:19 +0000 (02:30 -0800)]
date and time created 82/04/04 19:30:19 by sam

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

42 years agodate and time created 82/04/04 19:30:10 by sam
Sam Leffler [Mon, 5 Apr 1982 10:30:10 +0000 (02:30 -0800)]
date and time created 82/04/04 19:30:10 by sam

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

42 years agorestore missing default
Bill Joy [Mon, 5 Apr 1982 08:58:37 +0000 (00:58 -0800)]
restore missing default

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

42 years agoput up logical host if ui->ui_flags &~ 0xff, not dependent on NIMP
Bill Joy [Mon, 5 Apr 1982 04:53:56 +0000 (20:53 -0800)]
put up logical host if ui->ui_flags &~ 0xff, not dependent on NIMP

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

42 years agodrop small numbers of bytes from ends of packets quickly
Bill Joy [Mon, 5 Apr 1982 04:47:04 +0000 (20:47 -0800)]
drop small numbers of bytes from ends of packets quickly

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

42 years agoslower backoff than exponential
Bill Joy [Mon, 5 Apr 1982 04:46:25 +0000 (20:46 -0800)]
slower backoff than exponential

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

42 years agobyte swap length; call ifp->if_output, not enoutput
Bill Joy [Mon, 5 Apr 1982 04:45:36 +0000 (20:45 -0800)]
byte swap length; call ifp->if_output, not enoutput

SCCS-vsn: sys/deprecated/netpup/raw_pup.c 4.10

42 years agofix race in tcp_close
Bill Joy [Mon, 5 Apr 1982 04:44:32 +0000 (20:44 -0800)]
fix race in tcp_close

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

42 years agoreverse packet encaps; no trailers for pup
Bill Joy [Mon, 5 Apr 1982 04:42:36 +0000 (20:42 -0800)]
reverse packet encaps; no trailers for pup

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

42 years agoconvert trailer format; fix backoff to back off more slowly
Bill Joy [Mon, 5 Apr 1982 04:36:26 +0000 (20:36 -0800)]
convert trailer format; fix backoff to back off more slowly
fix bug in raw pup: len not byte swapped

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

42 years agomuch more generous NFILE
Bill Joy [Sun, 4 Apr 1982 14:40:51 +0000 (06:40 -0800)]
much more generous NFILE

SCCS-vsn: sys/conf/param.c 4.12

42 years agovariable width for load averages
Bill Joy [Sun, 4 Apr 1982 10:45:44 +0000 (02:45 -0800)]
variable width for load averages

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

42 years ago%5.2f
Bill Joy [Sun, 4 Apr 1982 10:33:05 +0000 (02:33 -0800)]
%5.2f

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

42 years agoroot only from /.rhosts
Bill Joy [Sun, 4 Apr 1982 10:32:42 +0000 (02:32 -0800)]
root only from /.rhosts

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

42 years agouse tmp.o instead of tmp as intermediate name for linking
Kirk McKusick [Sat, 3 Apr 1982 08:07:41 +0000 (00:07 -0800)]
use tmp.o instead of tmp as intermediate name for linking

SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.16

42 years agobug fixes from elz and utcsrgv!thomson
Bill Joy [Sat, 3 Apr 1982 03:12:17 +0000 (19:12 -0800)]
bug fixes from elz and utcsrgv!thomson

SCCS-vsn: sys/kern/kern_proc.c 4.25

42 years agodate and time created 82/04/02 10:29:14 by wnj
Bill Joy [Sat, 3 Apr 1982 01:29:14 +0000 (17:29 -0800)]
date and time created 82/04/02 10:29:14 by wnj

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

42 years agodate and time created 82/04/02 10:29:13 by wnj
Bill Joy [Sat, 3 Apr 1982 01:29:13 +0000 (17:29 -0800)]
date and time created 82/04/02 10:29:13 by wnj

SCCS-vsn: include/protocols/rwhod.h 4.1

42 years agodate and time created 82/04/02 10:29:11 by wnj
Bill Joy [Sat, 3 Apr 1982 01:29:11 +0000 (17:29 -0800)]
date and time created 82/04/02 10:29:11 by wnj

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

42 years agodate and time created 82/04/02 10:29:10 by wnj
Bill Joy [Sat, 3 Apr 1982 01:29:10 +0000 (17:29 -0800)]
date and time created 82/04/02 10:29:10 by wnj

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

42 years agodate and time created 82/04/02 10:29:08 by wnj
Bill Joy [Sat, 3 Apr 1982 01:29:08 +0000 (17:29 -0800)]
date and time created 82/04/02 10:29:08 by wnj

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

42 years agodate and time created 82/04/02 10:29:04 by wnj
Bill Joy [Sat, 3 Apr 1982 01:29:04 +0000 (17:29 -0800)]
date and time created 82/04/02 10:29:04 by wnj

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

42 years agodate and time created 82/04/02 10:29:03 by wnj
Bill Joy [Sat, 3 Apr 1982 01:29:03 +0000 (17:29 -0800)]
date and time created 82/04/02 10:29:03 by wnj

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

42 years agodate and time created 82/04/02 10:29:02 by wnj
Bill Joy [Sat, 3 Apr 1982 01:29:02 +0000 (17:29 -0800)]
date and time created 82/04/02 10:29:02 by wnj

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

42 years agodate and time created 82/04/02 10:29:00 by wnj
Bill Joy [Sat, 3 Apr 1982 01:29:00 +0000 (17:29 -0800)]
date and time created 82/04/02 10:29:00 by wnj

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

42 years agodate and time created 82/04/02 10:28:59 by wnj
Bill Joy [Sat, 3 Apr 1982 01:28:59 +0000 (17:28 -0800)]
date and time created 82/04/02 10:28:59 by wnj

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

42 years agodate and time created 82/04/02 10:28:57 by wnj
Bill Joy [Sat, 3 Apr 1982 01:28:57 +0000 (17:28 -0800)]
date and time created 82/04/02 10:28:57 by wnj

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

42 years agodate and time created 82/04/02 10:28:55 by wnj
Bill Joy [Sat, 3 Apr 1982 01:28:55 +0000 (17:28 -0800)]
date and time created 82/04/02 10:28:55 by wnj

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

42 years agodate and time created 82/04/02 10:28:53 by wnj
Bill Joy [Sat, 3 Apr 1982 01:28:53 +0000 (17:28 -0800)]
date and time created 82/04/02 10:28:53 by wnj

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

42 years agodate and time created 82/04/02 10:28:51 by wnj
Bill Joy [Sat, 3 Apr 1982 01:28:51 +0000 (17:28 -0800)]
date and time created 82/04/02 10:28:51 by wnj

SCCS-vsn: lib/libc/net/rcmd.c 4.1

42 years agofix for ernie
Bill Joy [Fri, 2 Apr 1982 09:40:01 +0000 (01:40 -0800)]
fix for ernie

SCCS-vsn: sys/vax/uba/up.c 4.46

42 years agoflags must be int to handle logical host kludge for network
Sam Leffler [Fri, 2 Apr 1982 09:39:05 +0000 (01:39 -0800)]
flags must be int to handle logical host kludge for network

SCCS-vsn: sys/vax/uba/ubavar.h 4.24

42 years agosowwakeup when so->so_snd.sb_sel
Bill Joy [Fri, 2 Apr 1982 09:37:40 +0000 (01:37 -0800)]
sowwakeup when so->so_snd.sb_sel

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

42 years agoflags masked incorrectly
Sam Leffler [Fri, 2 Apr 1982 09:36:51 +0000 (01:36 -0800)]
flags masked incorrectly

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

42 years agomissing select routines
Sam Leffler [Fri, 2 Apr 1982 09:35:01 +0000 (01:35 -0800)]
missing select routines

SCCS-vsn: sys/vax/uba/va.c 4.12
SCCS-vsn: sys/vax/uba/vp.c 4.11

42 years agoDATE is set by %G%, not %I%. just a bug.
Peter B. Kessler [Fri, 2 Apr 1982 07:31:37 +0000 (23:31 -0800)]
DATE is set by %G%, not %I%.  just a bug.

SCCS-vsn: usr.bin/pascal/src/pimakefile 1.21

42 years agoDATE is set by %G%, not %I%; just a bug.
Peter B. Kessler [Fri, 2 Apr 1982 07:29:53 +0000 (23:29 -0800)]
DATE is set by %G%, not %I%;  just a bug.

SCCS-vsn: usr.bin/pascal/pc0/Makefile 1.23

42 years agousing various strings from the makefile in CONFIG.c
Peter B. Kessler [Fri, 2 Apr 1982 07:26:51 +0000 (23:26 -0800)]
using various strings from the makefile in CONFIG.c

SCCS-vsn: usr.bin/pascal/src/pimakefile 1.20

42 years agousing various strings from the makefile in CONFIG.c.
Peter B. Kessler [Fri, 2 Apr 1982 07:09:01 +0000 (23:09 -0800)]
using various strings from the makefile in CONFIG.c.

SCCS-vsn: usr.bin/pascal/pc0/Makefile 1.22

42 years agopdx header files are found in ../pdx. this for make depend.
Peter B. Kessler [Fri, 2 Apr 1982 07:04:25 +0000 (23:04 -0800)]
pdx header files are found in ../pdx.  this for make depend.

SCCS-vsn: usr.bin/pascal/src/savenl.c 1.4

42 years agosizeof("...") returns the size including the trailing null.
Peter B. Kessler [Fri, 2 Apr 1982 06:47:55 +0000 (22:47 -0800)]
sizeof("...") returns the size including the trailing null.

SCCS-vsn: usr.bin/pascal/src/CONFIG.c 2.3

42 years agoversion number and date come from makefile.
Peter B. Kessler [Fri, 2 Apr 1982 04:51:31 +0000 (20:51 -0800)]
version number and date come from makefile.

SCCS-vsn: usr.bin/pascal/src/CONFIG.c 2.2

42 years agomake checking for SG and UG work properly
Ken Arnold [Fri, 2 Apr 1982 03:13:26 +0000 (19:13 -0800)]
make checking for SG and UG work properly

SCCS-vsn: lib/libcurses/setterm.c 1.11

42 years agolstat <-> stat
Bill Joy [Fri, 2 Apr 1982 02:48:05 +0000 (18:48 -0800)]
lstat <-> stat

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

42 years agoextra arg to enlhinit
Bill Joy [Fri, 2 Apr 1982 02:44:34 +0000 (18:44 -0800)]
extra arg to enlhinit

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

42 years agonew version with unit 2 and signals
Bill Joy [Fri, 2 Apr 1982 01:32:52 +0000 (17:32 -0800)]
new version with unit 2 and signals

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

42 years agoerrors for links
Bill Joy [Fri, 2 Apr 1982 01:32:44 +0000 (17:32 -0800)]
errors for links

SCCS-vsn: lib/libc/gen/errlst.c 4.4

42 years agobug fixes (with kirk) obscure races
Bill Joy [Thu, 1 Apr 1982 22:54:56 +0000 (14:54 -0800)]
bug fixes (with kirk) obscure races

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

42 years agofix per wnj
Bill Joy [Thu, 1 Apr 1982 22:42:56 +0000 (14:42 -0800)]
fix per wnj

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

42 years agofix sccsid
Bill Joy [Thu, 1 Apr 1982 21:53:17 +0000 (13:53 -0800)]
fix sccsid

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

42 years agobug fixes to -w, output overflow, kernel debugging
Bill Joy [Thu, 1 Apr 1982 21:36:33 +0000 (13:36 -0800)]
bug fixes to -w, output overflow, kernel debugging

SCCS-vsn: old/adb/adb.vax/command.c 4.4
SCCS-vsn: old/adb/adb.vax/main.c 4.3
SCCS-vsn: old/adb/adb.vax/output.c 4.2
SCCS-vsn: old/adb/adb.vax/setup.c 4.5

42 years agoexplicit define BUFSIZ as 1024
Kirk McKusick [Thu, 1 Apr 1982 13:45:56 +0000 (05:45 -0800)]
explicit define BUFSIZ as 1024

SCCS-vsn: usr.bin/tee/tee.c 4.2
SCCS-vsn: usr.bin/strip/strip.c 4.2

42 years agouse fs independent constant BLKSIZE in place of BSIZE
Kirk McKusick [Thu, 1 Apr 1982 13:04:18 +0000 (05:04 -0800)]
use fs independent constant BLKSIZE in place of BSIZE

SCCS-vsn: old/ld/ld.c 4.5

42 years agochange <sys/types.h> to <sys/param.h> for benefit of <ndir.h>
Kirk McKusick [Thu, 1 Apr 1982 12:56:09 +0000 (04:56 -0800)]
change <sys/types.h> to <sys/param.h> for benefit of <ndir.h>

SCCS-vsn: old/pcc/cc/cc.c 4.4
SCCS-vsn: bin/rm/rm.c 4.8
SCCS-vsn: bin/rmdir/rmdir.c 4.4
SCCS-vsn: old/tar/tar.c 4.8

42 years agorouting tried and working, add logical host stuff
Sam Leffler [Thu, 1 Apr 1982 11:37:05 +0000 (03:37 -0800)]
routing tried and working, add logical host stuff

SCCS-vsn: sys/vax/if/if_en.c 4.47
SCCS-vsn: sys/netinet/ip_input.c 1.38
SCCS-vsn: sys/netinet/ip_output.c 1.31
SCCS-vsn: sys/net/route.c 4.6
SCCS-vsn: sys/net/route.h 4.7

42 years agogoing to version 2.1.
Peter B. Kessler [Thu, 1 Apr 1982 06:58:30 +0000 (22:58 -0800)]
going to version 2.1.

SCCS-vsn: usr.bin/pascal/pc0/Makefile 1.21

42 years agonew version stuff; using sed to coordinate makefile and source.
Peter B. Kessler [Thu, 1 Apr 1982 06:55:46 +0000 (22:55 -0800)]
new version stuff; using sed to coordinate makefile and source.

SCCS-vsn: usr.bin/pascal/pc0/Makefile 1.20

42 years agousing the new config.h.
Peter B. Kessler [Thu, 1 Apr 1982 06:51:28 +0000 (22:51 -0800)]
using the new config.h.

SCCS-vsn: usr.bin/pascal/src/main.c 1.7

42 years agomoving things to config.h
Peter B. Kessler [Thu, 1 Apr 1982 06:50:23 +0000 (22:50 -0800)]
moving things to config.h

SCCS-vsn: usr.bin/pascal/src/objfmt.h 1.9

42 years agogoing to version 2.1 for the next distribution.
Peter B. Kessler [Thu, 1 Apr 1982 03:58:14 +0000 (19:58 -0800)]
going to version 2.1 for the next distribution.

SCCS-vsn: usr.bin/pascal/src/CONFIG.c 2.1