unix-history/.git
33 years agofix was that the numeric comparison routine was completely wrong
Keith Bostic [Fri, 3 May 1991 07:13:39 +0000 (23:13 -0800)]
fix was that the numeric comparison routine was completely wrong
break name comparison routine up for speed, other, minor (mostly ANSI) fixes

SCCS-vsn: usr.bin/nm/nm.c 5.8

33 years agofail gracefully if the writes fail
Keith Bostic [Fri, 3 May 1991 07:04:26 +0000 (23:04 -0800)]
fail gracefully if the writes fail

SCCS-vsn: usr.bin/chpass/pw_copy.c 5.3

33 years agofix was to fail on unrecoverable errors, i.e. if can't stat or write
Keith Bostic [Fri, 3 May 1991 06:51:34 +0000 (22:51 -0800)]
fix was to fail on unrecoverable errors, i.e. if can't stat or write
to stdout, or can't malloc, quit.  Also put in various ANSI fixes, and rolled
error messages into an err() routine.

SCCS-vsn: bin/cat/cat.c 5.13

33 years agooops - didn't set dev_t in key
Marc Teitelbaum [Fri, 3 May 1991 06:44:14 +0000 (22:44 -0800)]
oops - didn't set dev_t in key

SCCS-vsn: usr.sbin/dev_mkdb/dev_mkdb.c 5.7

33 years ago\1asplit out namelist into mandatory and optional parts, different vnode fal;gs, casts...
Marc Teitelbaum [Fri, 3 May 1991 06:26:00 +0000 (22:26 -0800)]
\1asplit out namelist into mandatory and optional parts, different vnode fal;gs, casts (yuck)

SCCS-vsn: usr.sbin/pstat/pstat.c 5.30

33 years agomake groff version work with ditroff and nroff
Cynthia A. E. Livingston [Fri, 3 May 1991 06:11:55 +0000 (22:11 -0800)]
make groff version work with ditroff and nroff

SCCS-vsn: share/tmac/doc 5.6

33 years agomdoc version three plus some changes by bostic (cael)
Keith Bostic [Fri, 3 May 1991 06:06:24 +0000 (22:06 -0800)]
mdoc version three plus some changes by bostic (cael)

SCCS-vsn: bin/stty/stty.1 6.10

33 years agoresize buffer only after successful allocation (avoid stray bufsize)
Kirk McKusick [Fri, 3 May 1991 06:01:38 +0000 (22:01 -0800)]
resize buffer only after successful allocation (avoid stray bufsize)

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

33 years agomove pcb, stack copy to cpu_fork; copy only useful parts of user struct
Mike Karels [Fri, 3 May 1991 05:19:54 +0000 (21:19 -0800)]
move pcb, stack copy to cpu_fork; copy only useful parts of user struct

SCCS-vsn: sys/vm/vm_glue.c 7.4

33 years agouse the old nroff for now, until all the man pages converted
Keith Bostic [Fri, 3 May 1991 04:41:27 +0000 (20:41 -0800)]
use the old nroff for now, until all the man pages converted

SCCS-vsn: share/mk/bsd.lib.mk 5.26
SCCS-vsn: share/mk/bsd.prog.mk 5.25

33 years agobreak up into multiple modules; redo the output formats, add -e
Keith Bostic [Fri, 3 May 1991 04:35:49 +0000 (20:35 -0800)]
break up into multiple modules; redo the output formats, add -e
option, make "all" and "everything" the same; massive reorganization, mostly
to remove any AT&T proprietary code

SCCS-vsn: bin/stty/stty.c 5.21

33 years agodate and time created 91/05/02 13:34:52 by bostic
Keith Bostic [Fri, 3 May 1991 04:34:52 +0000 (20:34 -0800)]
date and time created 91/05/02 13:34:52 by bostic

SCCS-vsn: bin/stty/util.c 5.1

33 years agodate and time created 91/05/02 13:34:49 by bostic
Keith Bostic [Fri, 3 May 1991 04:34:49 +0000 (20:34 -0800)]
date and time created 91/05/02 13:34:49 by bostic

SCCS-vsn: bin/stty/stty.h 5.1

33 years agodate and time created 91/05/02 13:34:45 by bostic
Keith Bostic [Fri, 3 May 1991 04:34:45 +0000 (20:34 -0800)]
date and time created 91/05/02 13:34:45 by bostic

SCCS-vsn: bin/stty/print.c 5.1

33 years agodate and time created 91/05/02 13:34:42 by bostic
Keith Bostic [Fri, 3 May 1991 04:34:42 +0000 (20:34 -0800)]
date and time created 91/05/02 13:34:42 by bostic

SCCS-vsn: bin/stty/modes.c 5.1

33 years agodate and time created 91/05/02 13:34:40 by bostic
Keith Bostic [Fri, 3 May 1991 04:34:40 +0000 (20:34 -0800)]
date and time created 91/05/02 13:34:40 by bostic

SCCS-vsn: bin/stty/gfmt.c 5.1

33 years agodate and time created 91/05/02 13:34:37 by bostic
Keith Bostic [Fri, 3 May 1991 04:34:37 +0000 (20:34 -0800)]
date and time created 91/05/02 13:34:37 by bostic

SCCS-vsn: bin/stty/extern.h 5.1

33 years agodate and time created 91/05/02 13:34:29 by bostic
Keith Bostic [Fri, 3 May 1991 04:34:29 +0000 (20:34 -0800)]
date and time created 91/05/02 13:34:29 by bostic

SCCS-vsn: bin/stty/cchar.c 5.1

33 years ago(1) The kernel takes care of page-aligning NMAGIC data areas. The code was
Donn Seeley [Fri, 3 May 1991 03:08:44 +0000 (19:08 -0800)]
(1) The kernel takes care of page-aligning NMAGIC data areas.  The code was
wrong for NMAGIC, in any case.  (2) Berkeley change: use N_FN for filenames.

SCCS-vsn: usr.bin/ld/ld.c 6.9

33 years agointerim version, new vm
William Nesheim [Fri, 3 May 1991 02:58:50 +0000 (18:58 -0800)]
interim version, new vm

SCCS-vsn: sys/i386/i386/vm_machdep.c 5.7

33 years agoenter block special as well
Marc Teitelbaum [Fri, 3 May 1991 02:51:40 +0000 (18:51 -0800)]
enter block special as well

SCCS-vsn: usr.sbin/dev_mkdb/dev_mkdb.8 5.2

33 years agoput block devices in database as we,lll
Marc Teitelbaum [Fri, 3 May 1991 02:36:23 +0000 (18:36 -0800)]
put block devices in database as we,lll

SCCS-vsn: usr.sbin/dev_mkdb/dev_mkdb.c 5.6

33 years agocheckpoint before porting new insn format from horse
Steven McCanne [Fri, 3 May 1991 02:05:58 +0000 (18:05 -0800)]
checkpoint before porting new insn format from horse

SCCS-vsn: sys/net/bpf.h 1.2
SCCS-vsn: sys/net/bpf_filter.c 1.2
SCCS-vsn: sys/net/bpf.c 1.2
SCCS-vsn: sys/net/bpfdesc.h 1.2

33 years agonlist was colliding with the C library when using gld
Keith Bostic [Fri, 3 May 1991 01:37:33 +0000 (17:37 -0800)]
nlist was colliding with the C library when using gld

SCCS-vsn: old/roff/common_source/n5.c 4.4
SCCS-vsn: old/roff/common_source/n7.c 4.6
SCCS-vsn: old/roff/common_source/nii.c 4.3

33 years agobsd copyright
Cynthia A. E. Livingston [Thu, 2 May 1991 22:03:11 +0000 (14:03 -0800)]
bsd copyright

SCCS-vsn: share/man/man5/printcap.5 6.5
SCCS-vsn: share/man/man5/remote.5 6.2
SCCS-vsn: share/man/man5/stab.5 6.4

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Thu, 2 May 1991 21:57:22 +0000 (13:57 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: share/man/man5/phones.5 6.3
SCCS-vsn: share/man/man5/disktab.5 6.6

33 years agodeleted links (floor,sin,asinh,sinh), added files (cos,cosh,acosh,
Cynthia A. E. Livingston [Thu, 2 May 1991 20:26:08 +0000 (12:26 -0800)]
deleted links (floor,sin,asinh,sinh), added files (cos,cosh,acosh,
tan,tanh,atan,atan2,atanh,sinh,asinh,asin,ceil,rint,fabs,fmod)

SCCS-vsn: lib/libm/Makefile 5.7

33 years agodate and time created 91/05/02 05:08:15 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 20:08:15 +0000 (12:08 -0800)]
date and time created 91/05/02 05:08:15 by cael

SCCS-vsn: lib/libm/common_source/cos.3 5.1

33 years agodate and time created 91/05/02 04:59:04 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:59:04 +0000 (11:59 -0800)]
date and time created 91/05/02 04:59:04 by cael

SCCS-vsn: lib/libm/common_source/tanh.3 5.1

33 years agodate and time created 91/05/02 04:59:03 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:59:03 +0000 (11:59 -0800)]
date and time created 91/05/02 04:59:03 by cael

SCCS-vsn: lib/libm/common_source/rint.3 5.1
SCCS-vsn: lib/libm/common_source/tan.3 5.1

33 years agodate and time created 91/05/02 04:59:02 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:59:02 +0000 (11:59 -0800)]
date and time created 91/05/02 04:59:02 by cael

SCCS-vsn: lib/libm/common_source/fabs.3 5.1
SCCS-vsn: lib/libm/common_source/fmod.3 5.1

33 years agodate and time created 91/05/02 04:59:01 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:59:01 +0000 (11:59 -0800)]
date and time created 91/05/02 04:59:01 by cael

SCCS-vsn: lib/libm/common_source/cosh.3 5.1

33 years agodate and time created 91/05/02 04:59:00 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:59:00 +0000 (11:59 -0800)]
date and time created 91/05/02 04:59:00 by cael

SCCS-vsn: lib/libm/common_source/atanh.3 5.1
SCCS-vsn: lib/libm/common_source/ceil.3 5.1

33 years agodate and time created 91/05/02 04:58:59 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:58:59 +0000 (11:58 -0800)]
date and time created 91/05/02 04:58:59 by cael

SCCS-vsn: lib/libm/common_source/atan.3 5.1
SCCS-vsn: lib/libm/common_source/atan2.3 5.1

33 years agodate and time created 91/05/02 04:58:58 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:58:58 +0000 (11:58 -0800)]
date and time created 91/05/02 04:58:58 by cael

SCCS-vsn: lib/libm/common_source/acosh.3 5.1
SCCS-vsn: lib/libm/common_source/asin.3 5.1

33 years agodate and time created 91/05/02 04:58:57 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:58:57 +0000 (11:58 -0800)]
date and time created 91/05/02 04:58:57 by cael

SCCS-vsn: lib/libm/common_source/acos.3 5.1

33 years agodeleted links to malloc, added files alloca,calloc,free,realloc,
Cynthia A. E. Livingston [Thu, 2 May 1991 19:50:42 +0000 (11:50 -0800)]
deleted links to malloc, added files alloca,calloc,free,realloc,
memory.

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

33 years agodate and time created 91/05/02 04:45:52 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:45:52 +0000 (11:45 -0800)]
date and time created 91/05/02 04:45:52 by cael

SCCS-vsn: lib/libc/stdlib/memory.3 5.1

33 years agodate and time created 91/05/02 04:44:11 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:44:11 +0000 (11:44 -0800)]
date and time created 91/05/02 04:44:11 by cael

SCCS-vsn: lib/libc/stdlib/calloc.3 5.1
SCCS-vsn: lib/libc/stdlib/realloc.3 5.1

33 years agodate and time created 91/05/02 04:44:10 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:44:10 +0000 (11:44 -0800)]
date and time created 91/05/02 04:44:10 by cael

SCCS-vsn: lib/libc/stdlib/alloca.3 5.1
SCCS-vsn: lib/libc/stdlib/free.3 5.1

33 years agodeleted links (ctype,mktemp,frexp), added files (these pages
Cynthia A. E. Livingston [Thu, 2 May 1991 19:40:05 +0000 (11:40 -0800)]
deleted links (ctype,mktemp,frexp), added files (these pages
were split up into isalnu, islpha, etc.) mktemp is in stdio

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

33 years agodate and time created 91/05/02 04:13:00 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:13:00 +0000 (11:13 -0800)]
date and time created 91/05/02 04:13:00 by cael

SCCS-vsn: lib/libc/locale/toupper.3 5.1

33 years agodate and time created 91/05/02 04:12:59 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:12:59 +0000 (11:12 -0800)]
date and time created 91/05/02 04:12:59 by cael

SCCS-vsn: lib/libc/locale/isxdigit.3 5.1
SCCS-vsn: lib/libc/locale/tolower.3 5.1

33 years agodate and time created 91/05/02 04:12:58 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:12:58 +0000 (11:12 -0800)]
date and time created 91/05/02 04:12:58 by cael

SCCS-vsn: lib/libc/locale/isupper.3 5.1

33 years agodate and time created 91/05/02 04:12:57 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:12:57 +0000 (11:12 -0800)]
date and time created 91/05/02 04:12:57 by cael

SCCS-vsn: lib/libc/locale/ispunct.3 5.1
SCCS-vsn: lib/libc/locale/isspace.3 5.1

33 years agodate and time created 91/05/02 04:12:56 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:12:56 +0000 (11:12 -0800)]
date and time created 91/05/02 04:12:56 by cael

SCCS-vsn: lib/libc/locale/islower.3 5.1
SCCS-vsn: lib/libc/locale/isprint.3 5.1

33 years agodate and time created 91/05/02 04:12:55 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:12:55 +0000 (11:12 -0800)]
date and time created 91/05/02 04:12:55 by cael

SCCS-vsn: lib/libc/locale/isgraph.3 5.1

33 years agodate and time created 91/05/02 04:12:54 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:12:54 +0000 (11:12 -0800)]
date and time created 91/05/02 04:12:54 by cael

SCCS-vsn: lib/libc/locale/iscntrl.3 5.1
SCCS-vsn: lib/libc/locale/isdigit.3 5.1

33 years agodate and time created 91/05/02 04:12:53 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:12:53 +0000 (11:12 -0800)]
date and time created 91/05/02 04:12:53 by cael

SCCS-vsn: lib/libc/locale/isalpha.3 5.1
SCCS-vsn: lib/libc/locale/isascii.3 5.1

33 years agodate and time created 91/05/02 04:12:52 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:12:52 +0000 (11:12 -0800)]
date and time created 91/05/02 04:12:52 by cael

SCCS-vsn: lib/libc/locale/isalnum.3 5.1

33 years agodate and time created 91/05/02 04:12:51 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:12:51 +0000 (11:12 -0800)]
date and time created 91/05/02 04:12:51 by cael

SCCS-vsn: lib/libc/gen/modf.3 5.1

33 years agodate and time created 91/05/02 04:12:50 by cael
Cynthia A. E. Livingston [Thu, 2 May 1991 19:12:50 +0000 (11:12 -0800)]
date and time created 91/05/02 04:12:50 by cael

SCCS-vsn: lib/libc/gen/ldexp.3 5.1

33 years agoremove u. entirely (p_addr is struct user *); only copy sigcode if COPY_SIGCODE
Mike Karels [Thu, 2 May 1991 10:02:26 +0000 (02:02 -0800)]
remove u. entirely (p_addr is struct user *); only copy sigcode if COPY_SIGCODE
is defined, and then don't put sigcode in pcb

SCCS-vsn: sys/kern/kern_exec.c 7.41

33 years agoborrow two flags from isode (nodnic & prepnd0) for convering AFI37 to X.121
Keith Sklower [Thu, 2 May 1991 09:11:25 +0000 (01:11 -0800)]
borrow two flags from isode (nodnic & prepnd0) for convering AFI37 to  X.121

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

33 years agochar *'s to void *'s
Steve Sellgren [Thu, 2 May 1991 06:03:08 +0000 (22:03 -0800)]
char *'s to void *'s

SCCS-vsn: lib/libc/string/swab.3 6.6

33 years agomissed a , after pagesize(2)
Steve Sellgren [Thu, 2 May 1991 05:47:15 +0000 (21:47 -0800)]
missed a , after pagesize(2)

SCCS-vsn: lib/libc/stdlib/malloc.3 6.6

33 years agochar *'s to void *'s (to match prototypes)
Steve Sellgren [Thu, 2 May 1991 05:41:50 +0000 (21:41 -0800)]
char *'s to void *'s (to match prototypes)

SCCS-vsn: lib/libc/sys/recv.2 6.11
SCCS-vsn: lib/libc/sys/getsockopt.2 6.9
SCCS-vsn: lib/libc/sys/send.2 6.9

33 years agoremove _u: use p_addr for pcb, use _kstack for stack, merge swtch &
Mike Karels [Thu, 2 May 1991 03:05:59 +0000 (19:05 -0800)]
remove _u: use p_addr for pcb, use _kstack for stack, merge swtch &
resume (resume needed to know both old and new procs, now save all before
restoring); change savectx to snapshot pcb and (optionally, for fork)
arrange for alternate return by saving only alternate pc)

SCCS-vsn: sys/hp300/hp300/locore.s 7.8

33 years agoaddeded profiling
William Nesheim [Thu, 2 May 1991 00:38:47 +0000 (16:38 -0800)]
addeded profiling

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

33 years agointerim version
William Nesheim [Thu, 2 May 1991 00:37:28 +0000 (16:37 -0800)]
interim version

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

33 years agoadded groff compatibility
Cynthia A. E. Livingston [Wed, 1 May 1991 17:01:00 +0000 (09:01 -0800)]
added groff compatibility

SCCS-vsn: share/tmac/doc 5.5
SCCS-vsn: share/tmac/doc-common 5.5
SCCS-vsn: share/tmac/doc-ditroff 5.6
SCCS-vsn: share/tmac/doc-nroff 5.4
SCCS-vsn: share/tmac/doc-syms 5.4

33 years agofix sccs.include.redist.roff
Cynthia A. E. Livingston [Wed, 1 May 1991 16:59:22 +0000 (08:59 -0800)]
fix sccs.include.redist.roff

SCCS-vsn: share/man/man7/mdoc.samples.7 5.5

33 years agomdoc version three - this has some glaring errors still
Cynthia A. E. Livingston [Wed, 1 May 1991 16:57:56 +0000 (08:57 -0800)]
mdoc version three - this has some glaring errors still
for instance the apostrophe stuff no longer is necessary.

SCCS-vsn: share/man/man7/mdoc.samples.7 5.4

33 years agomove dbx.5 here from man/man5
Keith Bostic [Wed, 1 May 1991 09:28:22 +0000 (01:28 -0800)]
move dbx.5 here from man/man5

SCCS-vsn: old/dbx/Makefile 5.26

33 years agomove dbx.5 into dbx directory
Keith Bostic [Wed, 1 May 1991 09:25:52 +0000 (01:25 -0800)]
move dbx.5 into dbx directory

SCCS-vsn: share/man/man5/Makefile 5.7

33 years agoadd dbx.5 to man pages
Keith Bostic [Wed, 1 May 1991 09:21:56 +0000 (01:21 -0800)]
add dbx.5 to man pages

SCCS-vsn: old/dbx/Makefile 5.25

33 years agoadd Berkeley specific copyright notice
Keith Bostic [Wed, 1 May 1991 09:20:40 +0000 (01:20 -0800)]
add Berkeley specific copyright notice

SCCS-vsn: old/dbx/dbx.5.5 6.3

33 years agonew copyright; att/bsd/shared
Keith Bostic [Wed, 1 May 1991 09:13:39 +0000 (01:13 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: share/man/man3f/abort.3 6.3
SCCS-vsn: share/man/man3f/access.3 6.3
SCCS-vsn: share/man/man3f/alarm.3 6.2
SCCS-vsn: share/man/man3f/bessel.3 6.2
SCCS-vsn: share/man/man3f/bit.3 6.5
SCCS-vsn: share/man/man3f/chdir.3 6.2
SCCS-vsn: share/man/man3f/chmod.3 6.2
SCCS-vsn: share/man/man3f/etime.3 6.2
SCCS-vsn: share/man/man3f/exit.3 6.2
SCCS-vsn: share/man/man3f/fdate.3 6.3
SCCS-vsn: share/man/man3f/flmin.3 6.3
SCCS-vsn: share/man/man3f/flush.3 6.2
SCCS-vsn: share/man/man3f/fork.3 6.3
SCCS-vsn: share/man/man3f/fseek.3 6.3
SCCS-vsn: share/man/man3f/getarg.3 6.2
SCCS-vsn: share/man/man3f/getc.3 6.3
SCCS-vsn: share/man/man3f/getcwd.3 6.2
SCCS-vsn: share/man/man3f/getenv.3 6.2
SCCS-vsn: share/man/man3f/getlog.3 6.2
SCCS-vsn: share/man/man3f/getpid.3 6.2
SCCS-vsn: share/man/man3f/getuid.3 6.2
SCCS-vsn: share/man/man3f/hostnm.3 6.2
SCCS-vsn: share/man/man3f/idate.3 6.2
SCCS-vsn: share/man/man3f/index.3 6.2
SCCS-vsn: share/man/man3f/intro.3 6.7
SCCS-vsn: share/man/man3f/ioinit.3 6.4
SCCS-vsn: share/man/man3f/kill.3 6.2
SCCS-vsn: share/man/man3f/link.3 6.2
SCCS-vsn: share/man/man3f/loc.3 6.2
SCCS-vsn: share/man/man3f/long.3 6.2
SCCS-vsn: share/man/man3f/malloc.3 6.2
SCCS-vsn: share/man/man3f/perror.3 6.3
SCCS-vsn: share/man/man3f/plot.3 6.4
SCCS-vsn: share/man/man3f/putc.3 6.2
SCCS-vsn: share/man/man3f/qsort.3 6.2
SCCS-vsn: share/man/man3f/rand.3 6.2
SCCS-vsn: share/man/man3f/random.3 6.2
SCCS-vsn: share/man/man3f/rename.3 6.2
SCCS-vsn: share/man/man3f/signal.3 6.2
SCCS-vsn: share/man/man3f/sleep.3 6.2
SCCS-vsn: share/man/man3f/stat.3 6.2
SCCS-vsn: share/man/man3f/system.3 6.2
SCCS-vsn: share/man/man3f/time.3 6.2
SCCS-vsn: share/man/man3f/topen.3 6.2
SCCS-vsn: share/man/man3f/traper.3 6.2
SCCS-vsn: share/man/man3f/trapov.3 6.2
SCCS-vsn: share/man/man3f/trpfpe.3 6.2
SCCS-vsn: share/man/man3f/ttynam.3 6.2
SCCS-vsn: share/man/man3f/unlink.3 6.2
SCCS-vsn: share/man/man3f/wait.3 6.2

33 years agodate and time created 91/04/30 17:50:40 by bostic
Keith Bostic [Wed, 1 May 1991 08:50:40 +0000 (00:50 -0800)]
date and time created 91/04/30 17:50:40 by bostic

SCCS-vsn: share/man/man1/Makefile 5.1

33 years agonew version from Cynthia
Keith Bostic [Wed, 1 May 1991 08:50:11 +0000 (00:50 -0800)]
new version from Cynthia

SCCS-vsn: share/man/man1/intro.1 6.3

33 years agointro shouldn't have been moved into sh
Keith Bostic [Wed, 1 May 1991 08:48:50 +0000 (00:48 -0800)]
intro shouldn't have been moved into sh

SCCS-vsn: old/sh/Makefile 4.13

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Wed, 1 May 1991 08:41:13 +0000 (00:41 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: lib/libc/gen/popen.3 6.4

33 years agoadd NOPROFILED define to not build profiled library
Keith Bostic [Wed, 1 May 1991 08:13:20 +0000 (00:13 -0800)]
add NOPROFILED define to not build profiled library

SCCS-vsn: share/mk/bsd.lib.mk 5.25

33 years agodon't build profiled version
Keith Bostic [Wed, 1 May 1991 08:11:17 +0000 (00:11 -0800)]
don't build profiled version

SCCS-vsn: usr.bin/uucp/libuu/Makefile 5.3
SCCS-vsn: usr.bin/uucp/libacu/Makefile 5.3

33 years agodon't worry about special font if using nroff
Keith Bostic [Wed, 1 May 1991 08:01:15 +0000 (00:01 -0800)]
don't worry about special font if using nroff

SCCS-vsn: old/tmac/tmac.an 6.9

33 years agogroff doesn't like -h
Keith Bostic [Wed, 1 May 1991 07:50:43 +0000 (23:50 -0800)]
groff doesn't like -h

SCCS-vsn: share/mk/bsd.lib.mk 5.24
SCCS-vsn: share/mk/bsd.prog.mk 5.24

33 years agoDIAGNOSTIC is already defined for general error catching
Keith Sklower [Wed, 1 May 1991 07:34:17 +0000 (23:34 -0800)]
DIAGNOSTIC is already defined for general error catching

SCCS-vsn: sys/netccitt/pk.h 7.8
SCCS-vsn: sys/netccitt/pk_subr.c 7.11

33 years agocalled tsel must match length of listening tsel
Keith Sklower [Wed, 1 May 1991 07:28:46 +0000 (23:28 -0800)]
called tsel must match length of listening tsel

SCCS-vsn: sys/netiso/tp_input.c 7.17

33 years agoadded trs-80 model 16
John A. Kunze [Wed, 1 May 1991 06:35:54 +0000 (22:35 -0800)]
added trs-80 model 16

SCCS-vsn: share/termcap/termcap.src 5.88

33 years agoadded AIWS High Function Terminal from IBM
John A. Kunze [Wed, 1 May 1991 06:30:29 +0000 (22:30 -0800)]
added AIWS High Function Terminal from IBM

SCCS-vsn: share/termcap/termcap.src 5.87

33 years agonot modified by Donn
Keith Bostic [Wed, 1 May 1991 06:05:54 +0000 (22:05 -0800)]
not modified by Donn

SCCS-vsn: usr.bin/ld/symseg.h 5.4
SCCS-vsn: usr.bin/ld/cplus-dem.c 5.4

33 years agomove fonts to /usr/odl
Keith Bostic [Wed, 1 May 1991 05:42:58 +0000 (21:42 -0800)]
move fonts  to /usr/odl

SCCS-vsn: old/roff/Makefile 5.5

33 years agomove libdata/term into /usr/old
Keith Bostic [Wed, 1 May 1991 05:36:12 +0000 (21:36 -0800)]
move libdata/term into /usr/old

SCCS-vsn: old/roff/nroff_term/Makefile 4.14

33 years agomove tablpr into /usr/old
Keith Bostic [Wed, 1 May 1991 05:35:18 +0000 (21:35 -0800)]
move tablpr into /usr/old

SCCS-vsn: old/roff/nroff/pathnames.h 5.3

33 years agomove troff_font into /usr/old
Keith Bostic [Wed, 1 May 1991 05:34:58 +0000 (21:34 -0800)]
move troff_font into /usr/old

SCCS-vsn: old/roff/troff/pathnames.h 5.3

33 years agomove term/tab into /usr/old
Keith Bostic [Wed, 1 May 1991 05:32:59 +0000 (21:32 -0800)]
move term/tab into /usr/old

SCCS-vsn: old/roff/common_source/pathnames.h 5.5

33 years agonew copyright notice, specifically for GNU
Keith Bostic [Wed, 1 May 1991 05:30:29 +0000 (21:30 -0800)]
new copyright notice, specifically for GNU

SCCS-vsn: usr.bin/ld/cplus-dem.c 5.3
SCCS-vsn: usr.bin/ld/ld.c 6.8
SCCS-vsn: usr.bin/ld/symseg.h 5.3

33 years agoadd Berkeley sccs id's
Keith Bostic [Wed, 1 May 1991 05:02:11 +0000 (21:02 -0800)]
add Berkeley sccs id's

SCCS-vsn: usr.bin/ld/cplus-dem.c 5.2
SCCS-vsn: usr.bin/ld/symseg.h 5.2

33 years agoshould be unsigned char
Marc Teitelbaum [Wed, 1 May 1991 04:43:39 +0000 (20:43 -0800)]
should be unsigned char

SCCS-vsn: lib/libc/gen/termios.c 5.7

33 years agoadd pcc versions for vax, tahoe, otherwise just do csu.${MACHINE}
Keith Bostic [Wed, 1 May 1991 03:54:32 +0000 (19:54 -0800)]
add pcc versions for vax, tahoe, otherwise just do csu.${MACHINE}

SCCS-vsn: lib/Makefile 5.25

33 years agoalways install ld, for the manual page if nothing else
Keith Bostic [Wed, 1 May 1991 03:44:11 +0000 (19:44 -0800)]
always install ld, for the manual page if nothing else

SCCS-vsn: old/Makefile 5.16

33 years agorename ld++ as the default loader, ld
Keith Bostic [Wed, 1 May 1991 03:42:35 +0000 (19:42 -0800)]
rename ld++ as the default loader, ld

SCCS-vsn: usr.bin/ld/Makefile 6.2

33 years agoN_TXTADDR and N_DATADDR moved into a.out.h
Keith Bostic [Wed, 1 May 1991 03:42:00 +0000 (19:42 -0800)]
N_TXTADDR and N_DATADDR moved into a.out.h

SCCS-vsn: usr.bin/ld/ld.c 6.7

33 years agoadd N_TXTADDR, N_DATADDR, use __LDPGSZ as page size #define
Keith Bostic [Wed, 1 May 1991 03:40:12 +0000 (19:40 -0800)]
add N_TXTADDR, N_DATADDR, use __LDPGSZ as page size #define

SCCS-vsn: include/a.out.h 5.6

33 years agoadd Berkeley specific copyright notice
Keith Bostic [Wed, 1 May 1991 03:22:43 +0000 (19:22 -0800)]
add Berkeley specific copyright notice

SCCS-vsn: usr.bin/ld/ld.c 6.6

33 years agodate and time created 91/04/30 12:19:32 by bostic
Keith Bostic [Wed, 1 May 1991 03:19:32 +0000 (19:19 -0800)]
date and time created 91/04/30 12:19:32 by bostic

SCCS-vsn: usr.bin/ld/cplus-dem.c 5.1

33 years agodate and time created 91/04/30 12:19:08 by bostic
Keith Bostic [Wed, 1 May 1991 03:19:08 +0000 (19:19 -0800)]
date and time created 91/04/30 12:19:08 by bostic

SCCS-vsn: usr.bin/ld/symseg.h 5.1

33 years agoadd ld to the list
Keith Bostic [Wed, 1 May 1991 03:16:27 +0000 (19:16 -0800)]
add ld to the list

SCCS-vsn: old/Makefile 5.15

33 years agocontinue from revision 5.10 -- if the user creates a symlink to the
Keith Bostic [Wed, 1 May 1991 00:38:20 +0000 (16:38 -0800)]
continue from revision 5.10 -- if the user creates a symlink to the
target file, using the -s option, then can use a symlink to get to the file.
Add O_EXCL to the open of the spool file.

SCCS-vsn: usr.sbin/lpr/lpd/recvjob.c 5.13

33 years agoversion for Networking 2 tape
Keith Sklower [Tue, 30 Apr 1991 09:50:12 +0000 (01:50 -0800)]
version for Networking 2 tape

SCCS-vsn: contrib/usr.x25/Makefile 5.2