unix-history/.git
33 years agoconventions change
Bill Joy [Thu, 15 Nov 1990 05:30:49 +0000 (21:30 -0800)]
conventions change

SCCS-vsn: sys/i386/i386/mem.c 5.3

33 years ago"small" machines, hole mgmt, errors, config crap
Bill Joy [Thu, 15 Nov 1990 05:27:19 +0000 (21:27 -0800)]
"small" machines, hole mgmt, errors, config crap

SCCS-vsn: sys/i386/i386/machdep.c 5.3

33 years agocr3 into u., primative npx context switches, various minor bugs
Bill Joy [Thu, 15 Nov 1990 05:22:42 +0000 (21:22 -0800)]
cr3 into u., primative npx context switches, various minor bugs

SCCS-vsn: sys/i386/i386/locore.s 5.3

33 years agodate and time created 90/11/14 13:04:36 by bill
Bill Joy [Thu, 15 Nov 1990 05:04:36 +0000 (21:04 -0800)]
date and time created 90/11/14 13:04:36 by bill

SCCS-vsn: sys/i386/i386/in_cksum.c 1.1

33 years agopass USRIO constant, added interrupt mask to pcb
Bill Joy [Thu, 15 Nov 1990 05:03:02 +0000 (21:03 -0800)]
pass USRIO constant, added interrupt mask to pcb

SCCS-vsn: sys/i386/i386/genassym.c 5.2

33 years agofpu.h ->npx.h, added emc stuff
Bill Joy [Thu, 15 Nov 1990 04:59:14 +0000 (20:59 -0800)]
fpu.h ->npx.h, added emc stuff

SCCS-vsn: sys/i386/include/npx.h 5.2

33 years agobroke if registered more than 32 atexit functions; from Chris Torek
Keith Bostic [Thu, 15 Nov 1990 04:50:24 +0000 (20:50 -0800)]
broke if registered more than 32 atexit functions; from Chris Torek

SCCS-vsn: lib/libc/stdlib/atexit.c 5.2

33 years agocleanup, add some devices
Bill Joy [Thu, 15 Nov 1990 04:19:19 +0000 (20:19 -0800)]
cleanup, add some devices

SCCS-vsn: sys/i386/i386/conf.c 5.3

33 years agoadd support for splmask and device tables
Bill Joy [Thu, 15 Nov 1990 04:12:25 +0000 (20:12 -0800)]
add support for splmask and device tables

SCCS-vsn: sys/i386/i386/autoconf.c 5.3

33 years agodirect -> dirent in a comment
Keith Bostic [Thu, 15 Nov 1990 04:00:03 +0000 (20:00 -0800)]
direct -> dirent in a comment

SCCS-vsn: include/dirent.h 5.15

33 years agoonly uVAX should fiddle with ipl; also added rd54 defaults
Chris Torek [Wed, 14 Nov 1990 20:31:46 +0000 (12:31 -0800)]
only uVAX should fiddle with ipl; also added rd54 defaults

SCCS-vsn: sys/vax/uba/uda.c 7.29

33 years agoadd socket option/ control type for user defined connect facilities
Keith Sklower [Wed, 14 Nov 1990 10:26:57 +0000 (02:26 -0800)]
add socket option/ control type for user defined connect facilities

SCCS-vsn: sys/netccitt/x25.h 7.5

33 years agomark working version before changing OOB, facilities
Keith Sklower [Wed, 14 Nov 1990 09:39:02 +0000 (01:39 -0800)]
mark working version before changing OOB, facilities

SCCS-vsn: sys/netccitt/pk_usrreq.c 7.9

33 years agoworking version fixing bugs in pk_fragment;
Keith Sklower [Wed, 14 Nov 1990 09:20:58 +0000 (01:20 -0800)]
working version fixing bugs in pk_fragment;
also allow 12 bits of lcn; this version includes but does not reference
a new mbuf utility m_split, which will be put in uipc_mbuf.c eventually.

SCCS-vsn: sys/netccitt/pk_subr.c 7.8

33 years agofix bug with mbit info lost due to being overwritten before tested;
Keith Sklower [Wed, 14 Nov 1990 06:36:18 +0000 (22:36 -0800)]
fix bug with mbit info lost due to being overwritten before tested;
use entire 12 bit lcn space; start including DBIT support

SCCS-vsn: sys/netccitt/pk_input.c 7.7

33 years agoinitial working version of test programs
Keith Sklower [Wed, 14 Nov 1990 06:34:15 +0000 (22:34 -0800)]
initial working version of test programs

SCCS-vsn: sys/tests/netccitt/xi_src.c 7.2
SCCS-vsn: sys/tests/netccitt/xi_sink.c 7.2

33 years agouse 12 bit channel space
Keith Sklower [Wed, 14 Nov 1990 06:33:50 +0000 (22:33 -0800)]
use 12 bit channel space

SCCS-vsn: sys/netccitt/pk_debug.c 7.4

33 years agodon't indirect thru uninit'ed iov in ptcwrite; change ptcwrite like ttwrite
Mike Karels [Tue, 13 Nov 1990 12:16:09 +0000 (04:16 -0800)]
don't indirect thru uninit'ed iov in ptcwrite; change ptcwrite like ttwrite
to avoid mucking in the iov's; switch to u_char so we don't have to mask

SCCS-vsn: sys/kern/tty_pty.c 7.17

33 years agofix up error messages: print whole spec name (without nulling colons),
Mike Karels [Tue, 13 Nov 1990 11:04:56 +0000 (03:04 -0800)]
fix up error messages: print whole spec name (without nulling colons),
and make it clear which messages are remote/RPC errors; EACCESS isn't
a good default in case of failure after retries

SCCS-vsn: sbin/mount/mount.c 5.42

33 years agocleanup, change exit status, lots of rewrite for style
Keith Bostic [Tue, 13 Nov 1990 07:15:51 +0000 (23:15 -0800)]
cleanup, change exit status, lots of rewrite for style

SCCS-vsn: lib/libc/db/man/dbopen.3 5.8

33 years agofix broken IP_TTL option (was setting tos instead) (from jch@cornell)
Keith Sklower [Tue, 13 Nov 1990 05:23:37 +0000 (21:23 -0800)]
fix broken IP_TTL option (was setting tos instead) (from jch@cornell)

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

33 years agoadd English letter frequency counts.
Keith Bostic [Mon, 12 Nov 1990 05:00:50 +0000 (21:00 -0800)]
add English letter frequency counts.

SCCS-vsn: games/caesar/caesar.6 5.3

33 years agoadd books/papers to SEE ALSO
Keith Bostic [Mon, 12 Nov 1990 02:30:36 +0000 (18:30 -0800)]
add books/papers to SEE ALSO

SCCS-vsn: lib/libc/stdlib/radixsort.3 5.3

33 years agoadd radixsort
Keith Bostic [Mon, 12 Nov 1990 01:05:15 +0000 (17:05 -0800)]
add radixsort

SCCS-vsn: lib/libc/stdlib/Makefile.inc 5.2

33 years agomove radixsort to stdlib, so it's with qsort
Keith Bostic [Mon, 12 Nov 1990 01:03:58 +0000 (17:03 -0800)]
move radixsort to stdlib, so it's with qsort

SCCS-vsn: lib/libc/gen/Makefile.inc 5.9

33 years agodate and time created 90/11/11 08:57:12 by bostic
Keith Bostic [Mon, 12 Nov 1990 00:57:12 +0000 (16:57 -0800)]
date and time created 90/11/11 08:57:12 by bostic

SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/pathnames.h 5.1

33 years agomove binaries from /usr/local to /usr/local/bin
Keith Bostic [Mon, 12 Nov 1990 00:56:59 +0000 (16:56 -0800)]
move binaries from /usr/local to /usr/local/bin

SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/makefile 4.7
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/admin.c 4.4
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/bdiff.c 4.6
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/delta.c 4.12
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/help.c 4.4
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/prs.c 4.4

33 years agoremove vestiges of AT&T shell
Keith Bostic [Sat, 10 Nov 1990 07:50:07 +0000 (23:50 -0800)]
remove vestiges of AT&T shell

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

33 years agofinally got ring ptrs right, hope error processing didn't break again!
Bill Joy [Sat, 10 Nov 1990 03:35:09 +0000 (19:35 -0800)]
finally got ring ptrs right, hope error processing didn't break again!

SCCS-vsn: sys/i386/isa/if_ne.c 1.3

33 years agodo not forget to unlock resources (from Torek)
Kirk McKusick [Fri, 9 Nov 1990 13:56:42 +0000 (05:56 -0800)]
do not forget to unlock resources (from Torek)

SCCS-vsn: sys/ufs/ffs/ufs_quota.c 7.6
SCCS-vsn: sys/ufs/ufs/ufs_quota.c 7.6

33 years agoobselete code
Bill Joy [Fri, 9 Nov 1990 13:33:33 +0000 (05:33 -0800)]
obselete code

SCCS-vsn: sys/i386/isa/wd.c 5.7

33 years agoupdate copyright notice
Kirk McKusick [Fri, 9 Nov 1990 12:38:50 +0000 (04:38 -0800)]
update copyright notice

SCCS-vsn: share/doc/papers/kerntune/0.t 1.2
SCCS-vsn: share/doc/papers/kerntune/1.t 1.2
SCCS-vsn: share/doc/papers/kerntune/2.t 1.3
SCCS-vsn: share/doc/papers/kerntune/3.t 1.2
SCCS-vsn: share/doc/papers/kerntune/4.t 1.2
SCCS-vsn: share/doc/papers/kerntune/fig2.pic 1.2
SCCS-vsn: share/doc/papers/kerntune/Makefile 1.4

33 years agodate and time created 90/11/08 20:14:43 by bill
Bill Joy [Fri, 9 Nov 1990 12:14:43 +0000 (04:14 -0800)]
date and time created 90/11/08 20:14:43 by bill

SCCS-vsn: sys/i386/isa/wtreg.h 1.1

33 years agodate and time created 90/11/08 20:14:00 by bill
Bill Joy [Fri, 9 Nov 1990 12:14:00 +0000 (04:14 -0800)]
date and time created 90/11/08 20:14:00 by bill

SCCS-vsn: sys/i386/isa/wt.c 1.1

33 years agocompaq changes that does not break everyone else(I hope)
Bill Joy [Fri, 9 Nov 1990 12:11:36 +0000 (04:11 -0800)]
compaq changes that does not break everyone else(I hope)

SCCS-vsn: sys/i386/isa/wd.c 5.6

33 years agocompaq changes
Bill Joy [Fri, 9 Nov 1990 12:10:23 +0000 (04:10 -0800)]
compaq changes

SCCS-vsn: sys/i386/isa/wd.c 5.5

33 years agochanges, except for compaq
Bill Joy [Fri, 9 Nov 1990 12:09:40 +0000 (04:09 -0800)]
changes, except for compaq

SCCS-vsn: sys/i386/isa/wd.c 5.4

33 years agochanges to make function
Bill Joy [Fri, 9 Nov 1990 12:08:04 +0000 (04:08 -0800)]
changes to make function

SCCS-vsn: sys/i386/isa/wd.c 5.3

33 years agodate and time created 90/11/08 20:02:59 by bill
Bill Joy [Fri, 9 Nov 1990 12:02:59 +0000 (04:02 -0800)]
date and time created 90/11/08 20:02:59 by bill

SCCS-vsn: sys/i386/isa/rtc.h 1.1

33 years agodate and time created 90/11/08 20:01:31 by bill
Bill Joy [Fri, 9 Nov 1990 12:01:31 +0000 (04:01 -0800)]
date and time created 90/11/08 20:01:31 by bill

SCCS-vsn: sys/i386/isa/npx.c 1.1

33 years agodate and time created 90/11/08 20:00:03 by bill
Bill Joy [Fri, 9 Nov 1990 12:00:03 +0000 (04:00 -0800)]
date and time created 90/11/08 20:00:03 by bill

SCCS-vsn: sys/i386/isa/isa.c 1.1

33 years agoreworked interrupt code for network interrupt
Bill Joy [Fri, 9 Nov 1990 11:57:16 +0000 (03:57 -0800)]
reworked interrupt code for network interrupt

SCCS-vsn: sys/i386/isa/icu.s 5.3

33 years agochanges in the way interrupt code works
Bill Joy [Fri, 9 Nov 1990 11:50:31 +0000 (03:50 -0800)]
changes in the way interrupt code works

SCCS-vsn: sys/i386/isa/icu.h 5.3

33 years agotrvial
Bill Joy [Fri, 9 Nov 1990 11:47:01 +0000 (03:47 -0800)]
trvial

SCCS-vsn: sys/i386/isa/isa.h 5.4

33 years agotrivial changes
Bill Joy [Fri, 9 Nov 1990 11:44:01 +0000 (03:44 -0800)]
trivial changes

SCCS-vsn: sys/i386/isa/if_wereg.h 5.2

33 years agofully working version
Bill Joy [Fri, 9 Nov 1990 11:40:54 +0000 (03:40 -0800)]
fully working version

SCCS-vsn: sys/i386/isa/if_we.c 5.3

33 years ago1st working version
Bill Joy [Fri, 9 Nov 1990 11:38:45 +0000 (03:38 -0800)]
1st working version

SCCS-vsn: sys/i386/isa/if_we.c 5.2

33 years agodate and time created 90/11/08 19:33:06 by bill
Bill Joy [Fri, 9 Nov 1990 11:33:06 +0000 (03:33 -0800)]
date and time created 90/11/08 19:33:06 by bill

SCCS-vsn: sys/i386/isa/if_nereg.h 1.1

33 years agovarious bugs fixed, works on local enet
Bill Joy [Fri, 9 Nov 1990 11:32:00 +0000 (03:32 -0800)]
various bugs fixed, works on local enet

SCCS-vsn: sys/i386/isa/if_ne.c 1.2

33 years agodate and time created 90/11/08 19:30:18 by bill
Bill Joy [Fri, 9 Nov 1990 11:30:18 +0000 (03:30 -0800)]
date and time created 90/11/08 19:30:18 by bill

SCCS-vsn: sys/i386/isa/if_ne.c 1.1

33 years agodate and time created 90/11/08 19:26:59 by bill
Bill Joy [Fri, 9 Nov 1990 11:26:59 +0000 (03:26 -0800)]
date and time created 90/11/08 19:26:59 by bill

SCCS-vsn: sys/i386/isa/isa_device.h 1.1

33 years agoautoconf, do vga first, fix cursor, update at clock, add atribs
Bill Joy [Fri, 9 Nov 1990 11:26:07 +0000 (03:26 -0800)]
autoconf, do vga first, fix cursor, update at clock, add atribs

SCCS-vsn: sys/i386/isa/pccons.c 5.3

33 years agodate and time created 90/11/08 18:44:18 by bill
Bill Joy [Fri, 9 Nov 1990 10:44:18 +0000 (02:44 -0800)]
date and time created 90/11/08 18:44:18 by bill

SCCS-vsn: sys/i386/isa/fdreg.h 1.1

33 years agomove dma code out of driver, improve autoconf code
Bill Joy [Fri, 9 Nov 1990 10:40:26 +0000 (02:40 -0800)]
move dma code out of driver, improve autoconf code

SCCS-vsn: sys/i386/isa/fd.c 5.2

33 years agofix resched clock bug, tod, reliably read rtc
Bill Joy [Fri, 9 Nov 1990 10:35:40 +0000 (02:35 -0800)]
fix resched clock bug, tod, reliably read rtc

SCCS-vsn: sys/i386/isa/clock.c 5.3

33 years agoneed to specify output file for compile
Kirk McKusick [Fri, 9 Nov 1990 09:52:54 +0000 (01:52 -0800)]
need to specify output file for compile

SCCS-vsn: sys/hp300/conf/Makefile.hp300 7.3

33 years agonew-style makefile
Mike Karels [Fri, 9 Nov 1990 08:28:58 +0000 (00:28 -0800)]
new-style makefile

SCCS-vsn: local/tac/Makefile 1.2

33 years agocheckpoint, add various flags, add btree stuff consistently
Keith Bostic [Fri, 9 Nov 1990 02:52:13 +0000 (18:52 -0800)]
checkpoint, add various flags, add btree stuff consistently

SCCS-vsn: lib/libc/db/man/dbopen.3 5.7

33 years agoreduce size of devname entry
Marc Teitelbaum [Thu, 8 Nov 1990 10:34:11 +0000 (02:34 -0800)]
reduce size of devname entry

SCCS-vsn: lib/libc/gen/devname.c 5.8

33 years agoatio.h -> isa.h, complete revision
Bill Joy [Thu, 8 Nov 1990 03:38:28 +0000 (19:38 -0800)]
atio.h -> isa.h, complete revision

SCCS-vsn: sys/i386/isa/isa.h 5.3

33 years agointermediate version
Bill Joy [Thu, 8 Nov 1990 03:36:44 +0000 (19:36 -0800)]
intermediate version

SCCS-vsn: sys/i386/isa/isa.h 5.2

33 years agoup NPREDEF for X11R4 and some kernels
Keith Bostic [Thu, 8 Nov 1990 02:01:17 +0000 (18:01 -0800)]
up NPREDEF for X11R4 and some kernels

SCCS-vsn: old/cpp/cpp.c 1.22

33 years agoadd stdlib.h, remove errno define, rework #includes
Keith Bostic [Thu, 8 Nov 1990 02:00:09 +0000 (18:00 -0800)]
add stdlib.h, remove errno define, rework #includes

SCCS-vsn: sbin/mount/mount.c 5.41

33 years agoadd AF_CCITT for testing, make common the IF_ENQUEUE's
Keith Sklower [Wed, 7 Nov 1990 08:48:38 +0000 (00:48 -0800)]
add AF_CCITT for testing, make common the IF_ENQUEUE's

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

33 years agotry to make output conformant: don't retore old state per page
Mike Karels [Wed, 7 Nov 1990 05:18:28 +0000 (21:18 -0800)]
try to make output conformant: don't retore old state per page
(so we can change coordinates outside)

SCCS-vsn: local/transcript/lib/psdit.pro 1.6

33 years agotry for legal C
Mike Karels [Wed, 7 Nov 1990 05:09:06 +0000 (21:09 -0800)]
try for legal C

SCCS-vsn: local/transcript/src/types.h 1.2

33 years agoback out part of last change: check current uid against login name
Mike Karels [Wed, 7 Nov 1990 02:14:52 +0000 (18:14 -0800)]
back out part of last change: check current uid against login name
(in case already su'ed)

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

33 years agocsh has no -^ option (that was a half-narrow space)
Mike Karels [Wed, 7 Nov 1990 01:26:40 +0000 (17:26 -0800)]
csh has no -^ option (that was a half-narrow space)

SCCS-vsn: bin/csh/csh.1 6.15

33 years agonot everyone lets you use ">=" on emums!
Mike Karels [Tue, 6 Nov 1990 10:30:46 +0000 (02:30 -0800)]
not everyone lets you use ">=" on emums!

SCCS-vsn: usr.bin/tcopy/tcopy.c 5.15

33 years agofurther attempts to get restart (from Mike)
Kirk McKusick [Tue, 6 Nov 1990 07:33:35 +0000 (23:33 -0800)]
further attempts to get restart (from Mike)

SCCS-vsn: sbin/startslip/startslip.c 5.3

33 years agouse strerror, and tell me *why* things failed!
Mike Karels [Tue, 6 Nov 1990 03:07:15 +0000 (19:07 -0800)]
use strerror, and tell me *why* things failed!

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

33 years agolint, rm unneeded assignment (from torek)
Mike Karels [Tue, 6 Nov 1990 02:11:56 +0000 (18:11 -0800)]
lint, rm unneeded assignment (from torek)

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

33 years agoupdate from Mike Hibler
Kirk McKusick [Mon, 5 Nov 1990 11:40:18 +0000 (03:40 -0800)]
update from Mike Hibler

SCCS-vsn: sys/hp300/dev/scsi.c 7.2

33 years agoupdate identifier from Utah
Kirk McKusick [Mon, 5 Nov 1990 11:39:24 +0000 (03:39 -0800)]
update identifier from Utah

SCCS-vsn: sys/hp300/dev/rdreg.h 7.2

33 years agoupdate from Mike Hibler
Kirk McKusick [Mon, 5 Nov 1990 11:38:28 +0000 (03:38 -0800)]
update from Mike Hibler

SCCS-vsn: sys/hp300/dev/nhpib.c 7.2
SCCS-vsn: sys/hp300/dev/ppi.c 7.2

33 years agoupdate identifier from Utah
Kirk McKusick [Mon, 5 Nov 1990 11:36:55 +0000 (03:36 -0800)]
update identifier from Utah

SCCS-vsn: sys/hp/dev/ite.c 7.3
SCCS-vsn: sys/hp300/dev/ite_dv.c 7.2
SCCS-vsn: sys/hp300/dev/ite_gb.c 7.2
SCCS-vsn: sys/hp300/dev/ite_rb.c 7.2
SCCS-vsn: sys/hp/dev/ite_subr.c 7.2
SCCS-vsn: sys/hp/dev/iteioctl.h 7.2
SCCS-vsn: sys/hp/dev/itereg.h 7.2
SCCS-vsn: sys/hp/dev/itevar.h 7.2

33 years agoupdate from Mike Hibler
Kirk McKusick [Mon, 5 Nov 1990 11:32:41 +0000 (03:32 -0800)]
update from Mike Hibler

SCCS-vsn: sys/hp300/dev/hpib.c 7.2
SCCS-vsn: sys/hp300/dev/hpibvar.h 7.2

33 years agoupdate identifier from Utah
Kirk McKusick [Mon, 5 Nov 1990 11:32:14 +0000 (03:32 -0800)]
update identifier from Utah

SCCS-vsn: sys/hp300/dev/grf_dv.c 7.2
SCCS-vsn: sys/hp300/dev/grf_dvreg.h 7.2
SCCS-vsn: sys/hp300/dev/grf_gb.c 7.2
SCCS-vsn: sys/hp300/dev/grf_gbreg.h 7.2
SCCS-vsn: sys/hp300/dev/grf_rb.c 7.3
SCCS-vsn: sys/hp300/dev/grf_rbreg.h 7.2
SCCS-vsn: sys/hp300/dev/grf_tcreg.h 7.2
SCCS-vsn: sys/hp/dev/grfioctl.h 7.2
SCCS-vsn: sys/hp/dev/grfvar.h 7.2
SCCS-vsn: sys/hp/dev/hil_keymaps.c 7.2
SCCS-vsn: sys/hp/dev/hilioctl.h 7.2
SCCS-vsn: sys/hp/dev/hilreg.h 7.2
SCCS-vsn: sys/hp/dev/hilvar.h 7.2

33 years agoupdate from Mike Hibler
Kirk McKusick [Mon, 5 Nov 1990 11:23:24 +0000 (03:23 -0800)]
update from Mike Hibler

SCCS-vsn: sys/hp300/dev/fhpib.c 7.2

33 years agoupdate identifier from Utah
Kirk McKusick [Mon, 5 Nov 1990 11:22:49 +0000 (03:22 -0800)]
update identifier from Utah

SCCS-vsn: sys/dev/vnioctl.h 7.2

33 years agoupdate from Mike Hibler
Kirk McKusick [Mon, 5 Nov 1990 11:21:57 +0000 (03:21 -0800)]
update from Mike Hibler

SCCS-vsn: sys/dev/cd.c 7.2
SCCS-vsn: sys/dev/cdvar.h 7.2
SCCS-vsn: sys/hp300/dev/dcmreg.h 7.4
SCCS-vsn: sys/hp300/dev/dmareg.h 7.2
SCCS-vsn: sys/hp300/dev/dmavar.h 7.2
SCCS-vsn: sys/dev/vn.c 7.2

33 years agochanges to allow use of fonts > nfonts (caching font data for fonts
Mike Karels [Sun, 4 Nov 1990 12:41:51 +0000 (04:41 -0800)]
changes to allow use of fonts > nfonts (caching font data for fonts
nfonts+1...NFONTS; other minor cleanups

SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/dev.h 2.4
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/ext.h 2.3
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/t10.c 2.6
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/t6.c 2.4
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/tdef.h 2.4

33 years agoupdates, new pathnames (still not right for man pages, no driver script
Mike Karels [Sun, 4 Nov 1990 12:37:36 +0000 (04:37 -0800)]
updates, new pathnames (still not right for man pages, no driver script

SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/Makefile 1.7

33 years agochanges from van: use malloc, stdio; in-memory environments
Mike Karels [Sun, 4 Nov 1990 12:36:18 +0000 (04:36 -0800)]
changes from van: use malloc, stdio; in-memory environments

SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/ext.h 2.2
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/n1.c 2.3
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/n10.c 1.3
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/n2.c 2.2
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/n3.c 2.4
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/n5.c 2.3
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/ni.c 2.4
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/nii.c 2.2
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/t10.c 2.5
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/tdef.h 2.3

33 years agofix problem with ligatures in fonts mapped onto 0 (> nfonts)
Mike Karels [Sun, 4 Nov 1990 12:30:14 +0000 (04:30 -0800)]
fix problem with ligatures in fonts mapped onto 0 (> nfonts)

SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/t6.c 2.3

33 years agofrom Utah
Kirk McKusick [Sun, 4 Nov 1990 05:23:32 +0000 (21:23 -0800)]
from Utah

SCCS-vsn: sys/hp300/dev/ppiioctl.h 7.1

33 years agoupdate identifier from Utah
Kirk McKusick [Sun, 4 Nov 1990 05:01:34 +0000 (21:01 -0800)]
update identifier from Utah

SCCS-vsn: sys/hp300/include/mtpr.h 7.2
SCCS-vsn: sys/hp300/hp300/oc_cksum.s 7.2
SCCS-vsn: sys/hp300/include/reg.h 7.2
SCCS-vsn: sys/hp300/include/trap.h 7.3

33 years agoupdate identifier from Utah
Kirk McKusick [Sun, 4 Nov 1990 03:42:23 +0000 (19:42 -0800)]
update identifier from Utah

SCCS-vsn: sys/hp300/hp300/in_cksum.c 7.2

33 years agoupdate identifier from Utah
Kirk McKusick [Sat, 3 Nov 1990 08:29:17 +0000 (00:29 -0800)]
update identifier from Utah

SCCS-vsn: sys/hp/dev/cons.c 7.4
SCCS-vsn: sys/hp/dev/cons.h 7.3
SCCS-vsn: sys/hp300/include/frame.h 7.2

33 years agoupdate Utah reference identifier
Kirk McKusick [Sat, 3 Nov 1990 08:22:19 +0000 (00:22 -0800)]
update Utah reference identifier

SCCS-vsn: sys/hp300/hp300/clockioctl.h 7.2

33 years agodate and time created 90/11/02 15:01:09 by karels
Mike Karels [Sat, 3 Nov 1990 07:01:09 +0000 (23:01 -0800)]
date and time created 90/11/02 15:01:09 by karels

SCCS-vsn: local/local.cmd/Makefile 1.1

33 years agoassym.s depends on genassym.c; new make depend, other updates
Mike Karels [Fri, 2 Nov 1990 05:07:37 +0000 (21:07 -0800)]
assym.s depends on genassym.c; new make depend, other updates

SCCS-vsn: sys/hp300/conf/Makefile.hp300 7.2

33 years agoadd ENAMETOOLONG
Mike Karels [Fri, 2 Nov 1990 04:24:33 +0000 (20:24 -0800)]
add ENAMETOOLONG

SCCS-vsn: sys/hp300/hp300/genassym.c 7.3

33 years agodefine safepri for sleep
Mike Karels [Fri, 2 Nov 1990 02:50:34 +0000 (18:50 -0800)]
define safepri for sleep

SCCS-vsn: sys/vax/vax/machdep.c 7.31
SCCS-vsn: sys/tahoe/tahoe/machdep.c 7.14

33 years agodon't run off the end
Keith Bostic [Fri, 2 Nov 1990 02:48:05 +0000 (18:48 -0800)]
don't run off the end

SCCS-vsn: usr.bin/users/users.c 5.12

33 years agoadd CRYPT define for rlogin code (local CRYPT -> RCRYPT)
Keith Bostic [Fri, 2 Nov 1990 02:36:14 +0000 (18:36 -0800)]
add CRYPT define for rlogin code (local CRYPT -> RCRYPT)
minor cleanups, add Berkeley copyright

SCCS-vsn: local/kerberosIV/registerd/Makefile 5.4
SCCS-vsn: local/kerberosIV/registerd/registerd.c 5.1

33 years agotry to keep console output flow control from wedging procs after reset fails
Mike Karels [Fri, 2 Nov 1990 02:32:45 +0000 (18:32 -0800)]
try to keep console output flow control from wedging procs after reset fails

SCCS-vsn: sys/tahoe/tahoe/cons.c 7.6

33 years agoinitialize offset variables
Keith Bostic [Fri, 2 Nov 1990 01:56:38 +0000 (17:56 -0800)]
initialize offset variables

SCCS-vsn: usr.bin/comm/comm.c 5.7

33 years agofirst cut at adding POSIX.2 limits (needed _POSIX2_LINE_MAX)
Keith Bostic [Fri, 2 Nov 1990 01:26:02 +0000 (17:26 -0800)]
first cut at adding POSIX.2 limits (needed _POSIX2_LINE_MAX)

SCCS-vsn: include/limits.h 5.7

33 years agomake the date outputs consistent, don't print newline from ctime
Keith Bostic [Thu, 1 Nov 1990 06:04:52 +0000 (22:04 -0800)]
make the date outputs consistent, don't print newline from ctime

SCCS-vsn: usr.bin/finger/lprint.c 5.13