unix-history/.git
39 years agochanges from donn@utah-cs for common header file for pcc
Ralph Campbell [Thu, 21 Mar 1985 07:07:55 +0000 (23:07 -0800)]
changes from donn@utah-cs for common header file for pcc

SCCS-vsn: usr.bin/pascal/src/call.c 2.2
SCCS-vsn: usr.bin/pascal/src/conv.c 2.2
SCCS-vsn: usr.bin/pascal/src/cset.c 2.2
SCCS-vsn: usr.bin/pascal/src/fdec.c 2.2
SCCS-vsn: usr.bin/pascal/src/fend.c 2.3
SCCS-vsn: usr.bin/pascal/src/fhdr.c 2.3
SCCS-vsn: usr.bin/pascal/src/flvalue.c 2.2
SCCS-vsn: usr.bin/pascal/src/forop.c 2.2
SCCS-vsn: usr.bin/pascal/src/lab.c 2.2
SCCS-vsn: usr.bin/pascal/src/lval.c 2.2
SCCS-vsn: usr.bin/pascal/src/p2put.c 2.2
SCCS-vsn: usr.bin/pascal/src/pccaseop.c 2.3
SCCS-vsn: usr.bin/pascal/src/pcfunc.c 2.2
SCCS-vsn: usr.bin/pascal/src/pclval.c 2.2
SCCS-vsn: usr.bin/pascal/pc0/Makefile 2.2
SCCS-vsn: usr.bin/pascal/src/pcproc.c 2.2
SCCS-vsn: usr.bin/pascal/src/rval.c 2.3
SCCS-vsn: usr.bin/pascal/src/sconv.c 2.2
SCCS-vsn: usr.bin/pascal/src/stat.c 2.2
SCCS-vsn: usr.bin/pascal/src/stkrval.c 2.2
SCCS-vsn: usr.bin/pascal/src/var.c 2.3

39 years agodon't strip parity since its done with stdio.
Ralph Campbell [Thu, 21 Mar 1985 06:54:39 +0000 (22:54 -0800)]
don't strip parity since its done with stdio.

SCCS-vsn: usr.bin/f77/libU77/fgetc_.c 1.5
SCCS-vsn: usr.bin/f77/libU77/getc_.c 1.4

39 years agoadd -R flag for recursive descent (from layer)
Kirk McKusick [Thu, 21 Mar 1985 06:39:34 +0000 (22:39 -0800)]
add -R flag for recursive descent (from layer)

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

39 years agoadd -R option to work recursively (from layer)
Kirk McKusick [Thu, 21 Mar 1985 06:33:04 +0000 (22:33 -0800)]
add -R option to work recursively (from layer)

SCCS-vsn: usr.sbin/chown/chown.c 4.4

39 years agogenerate appropriate Fatal error message
Kirk McKusick [Thu, 21 Mar 1985 06:18:34 +0000 (22:18 -0800)]
generate appropriate Fatal error message

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

39 years agoneed to be a bit more careful about identifying labels
Kirk McKusick [Thu, 21 Mar 1985 04:58:24 +0000 (20:58 -0800)]
need to be a bit more careful about identifying labels

SCCS-vsn: sys/vax/inline/main.c 1.7

39 years agopcops.h goes away
Kirk McKusick [Thu, 21 Mar 1985 03:45:36 +0000 (19:45 -0800)]
pcops.h goes away

SCCS-vsn: usr.bin/pascal/src/sccsmakefile 2.2
SCCS-vsn: usr.bin/pascal/src/pimakefile 2.2

39 years agodon't try to truncate inodes on read-only file systems (from sun!shannon)
Kirk McKusick [Thu, 21 Mar 1985 03:14:34 +0000 (19:14 -0800)]
don't try to truncate inodes on read-only file systems (from sun!shannon)

SCCS-vsn: sys/ufs/ffs/ffs_inode.c 6.15
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 6.15
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 6.15
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 6.15

39 years agodon't be misleading
Mike Karels [Thu, 21 Mar 1985 01:35:20 +0000 (17:35 -0800)]
don't be misleading

SCCS-vsn: sbin/swapon/swapon.c 4.8

39 years agoeliminate extraneous include of conf.h
Kirk McKusick [Wed, 20 Mar 1985 12:49:46 +0000 (04:49 -0800)]
eliminate extraneous include of conf.h

SCCS-vsn: sys/kern/kern_descrip.c 6.9
SCCS-vsn: sys/kern/tty_tb.c 6.4
SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 6.13
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 6.13
SCCS-vsn: sys/ufs/ffs/ffs_balloc.c 6.3
SCCS-vsn: sys/ufs/lfs/lfs_balloc.c 6.3
SCCS-vsn: sys/kern/kern_prot.c 6.4
SCCS-vsn: sys/kern/kern_sig.c 6.14
SCCS-vsn: sys/kern/tty_subr.c 6.9
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 6.14
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 6.14
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 6.14
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 6.14
SCCS-vsn: sys/ufs/ffs/ffs_subr.c 6.6

39 years agodo coercions for expressions like int i = 9600/1234.5
Kirk McKusick [Wed, 20 Mar 1985 12:26:23 +0000 (04:26 -0800)]
do coercions for expressions like int i = 9600/1234.5

SCCS-vsn: old/pcc/ccom.vax/local.c 1.6

39 years agoremoved spurious type mismatch errors in expressions involving pointers
Kirk McKusick [Wed, 20 Mar 1985 11:55:30 +0000 (03:55 -0800)]
removed spurious type mismatch errors in expressions involving pointers
to void functions, e.g., void foo(){...} void (*f)() = foo; (from sun!aoki)

SCCS-vsn: old/pcc/mip/trees.c 4.8

39 years agoeliminate use of stdio as it uses malloc while exrecover uses sbrk
Kirk McKusick [Wed, 20 Mar 1985 11:27:56 +0000 (03:27 -0800)]
eliminate use of stdio as it uses malloc while exrecover uses sbrk

SCCS-vsn: usr.bin/ex/ex3.7recover/ex3.7recover.c 7.7

39 years agofix for ^B from sun!shannon
Kirk McKusick [Wed, 20 Mar 1985 11:13:34 +0000 (03:13 -0800)]
fix for ^B from sun!shannon

SCCS-vsn: usr.bin/ex/ex_vmain.c 7.5

39 years agomerge from sun!shannon
Kirk McKusick [Wed, 20 Mar 1985 11:10:52 +0000 (03:10 -0800)]
merge from sun!shannon

SCCS-vsn: usr.bin/ex/ex_cmdsub.c 7.3
SCCS-vsn: usr.bin/ex/ex_get.c 7.3

39 years agodelete unneeded sync() (from sun!shannon)
Kirk McKusick [Wed, 20 Mar 1985 11:04:27 +0000 (03:04 -0800)]
delete unneeded sync() (from sun!shannon)

SCCS-vsn: usr.bin/ex/ex_cmds.c 7.8

39 years agorange check signal number
Kirk McKusick [Wed, 20 Mar 1985 10:57:11 +0000 (02:57 -0800)]
range check signal number

SCCS-vsn: old/sh/service.c 4.4

39 years agomore signals; getenv() becomes setupenv()
Kirk McKusick [Wed, 20 Mar 1985 10:52:54 +0000 (02:52 -0800)]
more signals; getenv() becomes setupenv()

SCCS-vsn: old/sh/defs.h 4.4

39 years agoadd the rest of the signals
Kirk McKusick [Wed, 20 Mar 1985 10:49:52 +0000 (02:49 -0800)]
add the rest of the signals

SCCS-vsn: old/sh/msg.c 4.3

39 years agogetenv() becomes setupenv()
Kirk McKusick [Wed, 20 Mar 1985 10:49:25 +0000 (02:49 -0800)]
getenv() becomes setupenv()

SCCS-vsn: old/sh/name.c 4.3

39 years agoupdate dup() to dup2()
Kirk McKusick [Wed, 20 Mar 1985 10:46:40 +0000 (02:46 -0800)]
update dup() to dup2()

SCCS-vsn: old/sh/io.c 4.3
SCCS-vsn: old/sh/main.c 4.3

39 years agoboiler plate around killpg()
Kirk McKusick [Wed, 20 Mar 1985 10:40:03 +0000 (02:40 -0800)]
boiler plate around killpg()

SCCS-vsn: bin/csh/proc.c 4.17

39 years agobetter argument cracking
Kirk McKusick [Wed, 20 Mar 1985 10:30:51 +0000 (02:30 -0800)]
better argument cracking

SCCS-vsn: bin/csh/hist.c 4.10

39 years agonull pointers; system call boiler plate
Kirk McKusick [Wed, 20 Mar 1985 10:20:19 +0000 (02:20 -0800)]
null pointers; system call boiler plate

SCCS-vsn: bin/csh/func.c 4.14

39 years agocheck for reference through null pointer
Kirk McKusick [Wed, 20 Mar 1985 10:18:26 +0000 (02:18 -0800)]
check for reference through null pointer

SCCS-vsn: bin/csh/lex.c 4.9

39 years agocheck for null pointer reference
Kirk McKusick [Wed, 20 Mar 1985 09:59:05 +0000 (01:59 -0800)]
check for null pointer reference

SCCS-vsn: bin/csh/exp.c 4.3

39 years agonew flags, and single program format
Edward Wang [Wed, 20 Mar 1985 09:55:37 +0000 (01:55 -0800)]
new flags, and single program format

SCCS-vsn: games/sail/sail.6 2.4

39 years agoload history after sourcing .login file in case .login sets history variable
Kirk McKusick [Wed, 20 Mar 1985 09:54:38 +0000 (01:54 -0800)]
load history after sourcing .login file in case .login sets history variable

SCCS-vsn: bin/csh/csh.c 4.22

39 years agospeedups for ubasetup (from speck)
Kirk McKusick [Wed, 20 Mar 1985 09:45:01 +0000 (01:45 -0800)]
speedups for ubasetup (from speck)

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

39 years agodo not follow symbolic links on exclusive open (from kre)
Kirk McKusick [Wed, 20 Mar 1985 09:09:55 +0000 (01:09 -0800)]
do not follow symbolic links on exclusive open (from kre)

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

39 years agozero out quotas for deleted uids
Kirk McKusick [Wed, 20 Mar 1985 08:22:57 +0000 (00:22 -0800)]
zero out quotas for deleted uids

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

39 years agomove net addresses from interface layer into protocols
Mike Karels [Wed, 20 Mar 1985 08:19:04 +0000 (00:19 -0800)]
move net addresses from interface layer into protocols

SCCS-vsn: sys/deprecated/netimp/if_imp.c 6.4
SCCS-vsn: sys/deprecated/netimp/if_imphost.h 6.2
SCCS-vsn: sys/deprecated/netimp/raw_imp.c 6.4

39 years agofixes, logging
Mike Karels [Wed, 20 Mar 1985 08:13:15 +0000 (00:13 -0800)]
fixes, logging

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

39 years agomove net addresses from interface layer into protocols
Mike Karels [Wed, 20 Mar 1985 08:01:47 +0000 (00:01 -0800)]
move net addresses from interface layer into protocols

SCCS-vsn: sys/net/raw_cb.c 6.3
SCCS-vsn: sys/net/route.c 6.8

39 years agomove net addresses from interface layer into protocols,
Mike Karels [Wed, 20 Mar 1985 08:00:22 +0000 (00:00 -0800)]
move net addresses from interface layer into protocols,
supply generic ifaddr struct

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

39 years agomove net addresses from interface layer into protocols;
Mike Karels [Wed, 20 Mar 1985 07:58:59 +0000 (23:58 -0800)]
move net addresses from interface layer into protocols;
ifioctl calls proto PRU_CONTROL with addresses, etc.;
watch out for magic bits in interface flags

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

39 years agoadded pcc.h for /lib/f1 opcode definitions
Ralph Campbell [Wed, 20 Mar 1985 06:50:25 +0000 (22:50 -0800)]
added pcc.h for /lib/f1 opcode definitions

SCCS-vsn: include/Makefile 4.12

39 years agodate and time created 85/03/19 14:04:56 by ralph
Ralph Campbell [Wed, 20 Mar 1985 06:04:56 +0000 (22:04 -0800)]
date and time created 85/03/19 14:04:56 by ralph

SCCS-vsn: old/pcc/pcc.h 4.1

39 years agodate and time created 85/03/19 13:29:57 by ralph
Ralph Campbell [Wed, 20 Mar 1985 05:29:57 +0000 (21:29 -0800)]
date and time created 85/03/19 13:29:57 by ralph

SCCS-vsn: old/pcc/f1.vax/fort.h 4.1

39 years agodate and time created 85/03/19 13:24:25 by ralph
Ralph Campbell [Wed, 20 Mar 1985 05:24:25 +0000 (21:24 -0800)]
date and time created 85/03/19 13:24:25 by ralph

SCCS-vsn: old/pcc/ccom.vax/mac2defs.h 4.1

39 years agodate and time created 85/03/19 13:24:10 by ralph
Ralph Campbell [Wed, 20 Mar 1985 05:24:10 +0000 (21:24 -0800)]
date and time created 85/03/19 13:24:10 by ralph

SCCS-vsn: old/pcc/ccom.vax/macdefs.h 4.1

39 years agodate and time created 85/03/19 13:22:36 by ralph
Ralph Campbell [Wed, 20 Mar 1985 05:22:36 +0000 (21:22 -0800)]
date and time created 85/03/19 13:22:36 by ralph

SCCS-vsn: old/pcc/ccom.vax/mac2defs 1.1

39 years agodate and time created 85/03/19 13:22:25 by ralph
Ralph Campbell [Wed, 20 Mar 1985 05:22:25 +0000 (21:22 -0800)]
date and time created 85/03/19 13:22:25 by ralph

SCCS-vsn: old/pcc/ccom.vax/macdefs 1.1

39 years agodate and time created 85/03/19 13:20:27 by ralph
Ralph Campbell [Wed, 20 Mar 1985 05:20:27 +0000 (21:20 -0800)]
date and time created 85/03/19 13:20:27 by ralph

SCCS-vsn: old/pcc/mip/localdefs.h 4.1

39 years agouse common header file for C, Fortran, Pascal.
Ralph Campbell [Wed, 20 Mar 1985 05:12:35 +0000 (21:12 -0800)]
use common header file for C, Fortran, Pascal.

SCCS-vsn: old/pcc/mip/allo.c 4.5
SCCS-vsn: old/pcc/mip/cgram.y 4.3
SCCS-vsn: old/pcc/mip/fort.c 4.4
SCCS-vsn: old/pcc/mip/match.c 4.3
SCCS-vsn: old/pcc/mip/optim.c 4.5
SCCS-vsn: old/pcc/mip/pftn.c 1.8
SCCS-vsn: old/pcc/mip/reader.c 4.3
SCCS-vsn: old/pcc/mip/scan.c 1.6
SCCS-vsn: old/pcc/mip/trees.c 4.7
SCCS-vsn: old/pcc/mip/xdefs.c 4.3
SCCS-vsn: old/pcc/mip/pftn.c 1.8

39 years agodate and time created 85/03/19 13:07:24 by ralph
Ralph Campbell [Wed, 20 Mar 1985 05:07:24 +0000 (21:07 -0800)]
date and time created 85/03/19 13:07:24 by ralph

SCCS-vsn: old/pcc/mip/onepass.h 4.1

39 years agodate and time created 85/03/19 13:05:07 by ralph
Ralph Campbell [Wed, 20 Mar 1985 05:05:07 +0000 (21:05 -0800)]
date and time created 85/03/19 13:05:07 by ralph

SCCS-vsn: old/pcc/mip/manifest.h 4.1

39 years agodate and time created 85/03/19 13:02:05 by ralph
Ralph Campbell [Wed, 20 Mar 1985 05:02:05 +0000 (21:02 -0800)]
date and time created 85/03/19 13:02:05 by ralph

SCCS-vsn: old/pcc/mip/ndu.h 4.1

39 years agodate and time created 85/03/19 13:01:22 by ralph
Ralph Campbell [Wed, 20 Mar 1985 05:01:22 +0000 (21:01 -0800)]
date and time created 85/03/19 13:01:22 by ralph

SCCS-vsn: old/pcc/mip/config.h 4.1

39 years agodate and time created 85/03/19 12:15:10 by ralph
Ralph Campbell [Wed, 20 Mar 1985 04:15:10 +0000 (20:15 -0800)]
date and time created 85/03/19 12:15:10 by ralph

SCCS-vsn: old/pcc/mip/common.c 4.1

39 years agodate and time created 85/03/19 12:10:00 by ralph
Ralph Campbell [Wed, 20 Mar 1985 04:10:00 +0000 (20:10 -0800)]
date and time created 85/03/19 12:10:00 by ralph

SCCS-vsn: old/pcc/mip/pass2.h 4.1

39 years agodate and time created 85/03/19 11:58:56 by ralph
Ralph Campbell [Wed, 20 Mar 1985 03:58:56 +0000 (19:58 -0800)]
date and time created 85/03/19 11:58:56 by ralph

SCCS-vsn: old/pcc/mip/pass1.h 4.1

39 years agolint changes from donn@utah-cs.
Ralph Campbell [Wed, 20 Mar 1985 02:54:59 +0000 (18:54 -0800)]
lint changes from donn@utah-cs.

SCCS-vsn: old/pcc/c2.vax/c2.h 4.9
SCCS-vsn: old/pcc/c2.vax/c20.c 4.9
SCCS-vsn: old/pcc/c2.vax/c21.c 4.15
SCCS-vsn: old/pcc/c2.vax/c22.c 4.3

39 years agoTurn on optimization for gosh sakes.
Ralph Campbell [Wed, 20 Mar 1985 02:50:39 +0000 (18:50 -0800)]
Turn on optimization for gosh sakes.

SCCS-vsn: old/pcc/c2.vax/Makefile 4.3

39 years agomove net address to protocol layer; keep a copy of IP address
Mike Karels [Tue, 19 Mar 1985 09:15:42 +0000 (01:15 -0800)]
move net address to protocol layer; keep a copy of IP address
in arpcom; ETHERPUP_xxTYPE => ETHERTYPE_xx

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

39 years agomove net addresses from interface to protocol layer;
Mike Karels [Tue, 19 Mar 1985 07:50:08 +0000 (23:50 -0800)]
move net addresses from interface to protocol layer;
ioctls (PRU_CONTROL) move to protocol, new ioctls to get/set netmask,
broadcast addr

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

39 years agomove net addresses from interface to protocol layer;
Mike Karels [Tue, 19 Mar 1985 07:48:01 +0000 (23:48 -0800)]
move net addresses from interface to protocol layer;
move ip_id swapping to ip_forward; don't strip ip options before forwarding

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

39 years agomove net addresses from interface to protocol layer;
Mike Karels [Tue, 19 Mar 1985 07:43:58 +0000 (23:43 -0800)]
move net addresses from interface to protocol layer;
move ip_id swapping to ip_forward; zap freed route so rtalloc doesn't
hand it back again

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

39 years agomove net addresses from interface to protocol layer
Mike Karels [Tue, 19 Mar 1985 07:36:06 +0000 (23:36 -0800)]
move net addresses from interface to protocol layer

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

39 years agomove net addresses from interface to protocol layer;
Mike Karels [Tue, 19 Mar 1985 07:34:08 +0000 (23:34 -0800)]
move net addresses from interface to protocol layer;
attempt IREQ replies

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

39 years agoseparate internet addressing from interface layer
Mike Karels [Tue, 19 Mar 1985 07:31:17 +0000 (23:31 -0800)]
separate internet addressing from interface layer

SCCS-vsn: sys/netinet/in_var.h 6.1

39 years agodistinguish INADDR_BROADCAST from INADDR_ANY; remove old stuff
Mike Karels [Tue, 19 Mar 1985 07:28:39 +0000 (23:28 -0800)]
distinguish INADDR_BROADCAST from INADDR_ANY; remove old stuff

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

39 years agomove protocol addresses and address initialization to protocol layer
Mike Karels [Tue, 19 Mar 1985 07:27:45 +0000 (23:27 -0800)]
move protocol addresses and address initialization to protocol layer

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

39 years agoctloutput calls to protocol
Mike Karels [Tue, 19 Mar 1985 07:24:54 +0000 (23:24 -0800)]
ctloutput calls to protocol

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

39 years agoin_control gets PRU_CONTROLS; bigger TCP send/recv buffers,
Mike Karels [Tue, 19 Mar 1985 07:24:28 +0000 (23:24 -0800)]
in_control gets PRU_CONTROLS; bigger TCP send/recv buffers,
bigger UDP recv buffers

SCCS-vsn: sys/netinet/tcp_usrreq.c 6.5
SCCS-vsn: sys/netinet/udp_usrreq.c 6.10

39 years agoifioctl args change
Mike Karels [Tue, 19 Mar 1985 07:22:24 +0000 (23:22 -0800)]
ifioctl args change

SCCS-vsn: sys/kern/sys_socket.c 6.4

39 years agouse separate global for open flag; print logged errors if log isn't
Mike Karels [Tue, 19 Mar 1985 07:22:13 +0000 (23:22 -0800)]
use separate global for open flag; print logged errors if log isn't
open yet; tprintf goes to log also

SCCS-vsn: sys/kern/subr_prf.c 6.6
SCCS-vsn: sys/kern/subr_log.c 6.4

39 years agosleep just drops priority briefly, then returns after a panic
Mike Karels [Tue, 19 Mar 1985 07:20:04 +0000 (23:20 -0800)]
sleep just drops priority briefly, then returns after a panic
(no panic sleep, no rescheduling)

SCCS-vsn: sys/kern/kern_synch.c 6.6

39 years agoadd gid_t for groups; copy u.u_groups to int array for copyin/out
Mike Karels [Tue, 19 Mar 1985 07:19:00 +0000 (23:19 -0800)]
add gid_t for groups; copy u.u_groups to int array for copyin/out

SCCS-vsn: sys/kern/kern_prot.c 6.3
SCCS-vsn: sys/kern/vfs_vnops.c 6.4

39 years agodefine NAMESERVER_PORT for connections
Ralph Campbell [Tue, 19 Mar 1985 06:01:51 +0000 (22:01 -0800)]
define NAMESERVER_PORT for connections

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

39 years agodegenerate test; purge spl6!
Mike Karels [Tue, 19 Mar 1985 04:50:25 +0000 (20:50 -0800)]
degenerate test; purge spl6!

SCCS-vsn: sys/vm/vm_meter.c 6.6

39 years agodon't use chdir(). Build full name & malloc size needed.
Ralph Campbell [Tue, 19 Mar 1985 04:46:35 +0000 (20:46 -0800)]
don't use chdir(). Build full name & malloc size needed.

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

39 years agopropagate window size changes
Sam Leffler [Mon, 18 Mar 1985 15:33:20 +0000 (07:33 -0800)]
propagate window size changes

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

39 years agohandle propagated window size changes
Sam Leffler [Mon, 18 Mar 1985 15:33:03 +0000 (07:33 -0800)]
handle propagated window size changes

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

39 years agocan't stand ugly code
Sam Leffler [Mon, 18 Mar 1985 05:40:04 +0000 (21:40 -0800)]
can't stand ugly code

SCCS-vsn: usr.bin/ex/ex_subr.c 7.8

39 years agomerge dbx from linton
Kirk McKusick [Sat, 16 Mar 1985 14:57:53 +0000 (06:57 -0800)]
merge dbx from linton

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

39 years agonew dbx from linton
Kirk McKusick [Sat, 16 Mar 1985 14:46:46 +0000 (06:46 -0800)]
new dbx from linton

SCCS-vsn: usr.bin/pascal/src/stab.c 1.9.1.1

39 years agomerge dbx from linton
Kirk McKusick [Sat, 16 Mar 1985 14:41:29 +0000 (06:41 -0800)]
merge dbx from linton

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

39 years agonew dbx from linton
Kirk McKusick [Sat, 16 Mar 1985 14:38:45 +0000 (06:38 -0800)]
new dbx from linton

SCCS-vsn: usr.bin/pascal/src/type.c 1.8.1.1

39 years agomerge dbx from linton
Kirk McKusick [Sat, 16 Mar 1985 14:35:45 +0000 (06:35 -0800)]
merge dbx from linton

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

39 years agonew dbx from linton
Kirk McKusick [Sat, 16 Mar 1985 14:32:19 +0000 (06:32 -0800)]
new dbx from linton

SCCS-vsn: usr.bin/pascal/src/var.c 1.16.1.1

39 years agomerge dbx from linton
Kirk McKusick [Sat, 16 Mar 1985 14:28:43 +0000 (06:28 -0800)]
merge dbx from linton

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

39 years agonew dbx from linton
Kirk McKusick [Sat, 16 Mar 1985 14:28:03 +0000 (06:28 -0800)]
new dbx from linton

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

39 years agomerge in dbx changes
Kirk McKusick [Sat, 16 Mar 1985 14:25:25 +0000 (06:25 -0800)]
merge in dbx changes

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

39 years agodbx mods from linton
Kirk McKusick [Sat, 16 Mar 1985 14:10:04 +0000 (06:10 -0800)]
dbx mods from linton

SCCS-vsn: usr.bin/pascal/src/fend.c 1.22.1.1

39 years agomerge dbx mods
Kirk McKusick [Sat, 16 Mar 1985 14:06:48 +0000 (06:06 -0800)]
merge dbx mods

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

39 years agomods for dbx (from linton)
Kirk McKusick [Sat, 16 Mar 1985 14:06:10 +0000 (06:06 -0800)]
mods for dbx (from linton)

SCCS-vsn: usr.bin/pascal/src/const.c 1.5.1.1

39 years agofix portability problem in post()
Serge ??? [Sat, 16 Mar 1985 09:50:04 +0000 (01:50 -0800)]
fix portability problem in post()

SCCS-vsn: games/snake/snake/snake.c 4.2

39 years agochanged single label to names not ending in '.' as local.
Ralph Campbell [Sat, 16 Mar 1985 08:11:17 +0000 (00:11 -0800)]
changed single label to names not ending in '.' as local.

SCCS-vsn: lib/libc/net/res_mkquery.c 4.2
SCCS-vsn: lib/libc/net/res_comp.c 4.2

39 years agodate and time created 85/03/14 17:56:37 by serge
Serge ??? [Fri, 15 Mar 1985 09:56:37 +0000 (01:56 -0800)]
date and time created 85/03/14 17:56:37 by serge

SCCS-vsn: lib/libc/gen/usleep.c 1.1

39 years agodate and time created 85/03/14 17:52:57 by serge
Serge ??? [Fri, 15 Mar 1985 09:52:57 +0000 (01:52 -0800)]
date and time created 85/03/14 17:52:57 by serge

SCCS-vsn: lib/libc/gen/ualarm.c 1.1

39 years agouse power of two to avoid modulo
Kirk McKusick [Thu, 14 Mar 1985 12:22:09 +0000 (04:22 -0800)]
use power of two to avoid modulo

SCCS-vsn: sys/sys/buf.h 6.5

39 years agodon't try to truncate inodes on read-only file systems (from sun!shannon)
Kirk McKusick [Thu, 14 Mar 1985 12:15:03 +0000 (04:15 -0800)]
don't try to truncate inodes on read-only file systems (from sun!shannon)

SCCS-vsn: sys/ufs/ffs/ffs_inode.c 6.13
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 6.13
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 6.13
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 6.13

39 years agorewritten kill code from sun!shannon
Kirk McKusick [Thu, 14 Mar 1985 12:06:01 +0000 (04:06 -0800)]
rewritten kill code from sun!shannon

SCCS-vsn: sys/kern/kern_sig.c 6.13

39 years agohandle ^S and ^Q (the commands) better
Edward Wang [Thu, 14 Mar 1985 12:01:35 +0000 (04:01 -0800)]
handle ^S and ^Q (the commands) better

SCCS-vsn: usr.bin/window/win.c 3.12
SCCS-vsn: usr.bin/window/mloop.c 3.7
SCCS-vsn: usr.bin/window/cmd.c 3.32

39 years agodon't select on ptys with full buffers
Edward Wang [Thu, 14 Mar 1985 11:50:14 +0000 (03:50 -0800)]
don't select on ptys with full buffers

SCCS-vsn: usr.bin/window/wwiomux.c 3.13

39 years agogive SIGCHLD on stop even if traced (once only)
Mike Karels [Thu, 14 Mar 1985 11:40:56 +0000 (03:40 -0800)]
give SIGCHLD on stop even if traced (once only)

SCCS-vsn: sys/kern/kern_sig.c 6.12

39 years agodate and time created 85/03/13 16:30:25 by mckusick
Kirk McKusick [Thu, 14 Mar 1985 08:30:25 +0000 (00:30 -0800)]
date and time created 85/03/13 16:30:25 by mckusick

SCCS-vsn: include/time.h 1.1

39 years agobreak out user part of time.h
Kirk McKusick [Thu, 14 Mar 1985 08:28:34 +0000 (00:28 -0800)]
break out user part of time.h

SCCS-vsn: sys/sys/time.h 6.2

39 years agofrom sun!shannon
Kirk McKusick [Thu, 14 Mar 1985 08:22:19 +0000 (00:22 -0800)]
from sun!shannon

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