unix-history/.git
33 years agoif entry is gone, do not try to release the parent
Kirk McKusick [Mon, 4 Feb 1991 13:46:05 +0000 (05:46 -0800)]
if entry is gone, do not try to release the parent

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.51
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.51
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.51
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.51

33 years agoadd Exabyte support
Kirk McKusick [Mon, 4 Feb 1991 12:54:47 +0000 (04:54 -0800)]
add Exabyte support

SCCS-vsn: sys/hp300/conf/files.hp300 7.7

33 years agomake cfmakeraw more raw: 8 bits, no parity, no ISTRIP
Mike Karels [Mon, 4 Feb 1991 11:22:41 +0000 (03:22 -0800)]
make cfmakeraw more raw: 8 bits, no parity, no ISTRIP

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

33 years agostructure not &structure in call to bzero; minor lint
Keith Bostic [Mon, 4 Feb 1991 05:52:37 +0000 (21:52 -0800)]
structure not &structure in call to bzero; minor lint

SCCS-vsn: usr.bin/passwd/passwd.c 5.2
SCCS-vsn: usr.bin/passwd/krb_passwd.c 5.2

33 years agodate and time created 91/02/03 13:36:55 by bostic
Keith Bostic [Mon, 4 Feb 1991 05:36:55 +0000 (21:36 -0800)]
date and time created 91/02/03 13:36:55 by bostic

SCCS-vsn: usr.bin/passwd/krb_passwd.c 5.1

33 years agoadd krb_passwd.c
Keith Bostic [Mon, 4 Feb 1991 05:36:25 +0000 (21:36 -0800)]
add krb_passwd.c

SCCS-vsn: usr.bin/passwd/Makefile 5.9

33 years agobreak Kerberos code out into krb_passwd.c
Keith Bostic [Mon, 4 Feb 1991 05:36:11 +0000 (21:36 -0800)]
break Kerberos code out into krb_passwd.c

SCCS-vsn: usr.bin/passwd/passwd.c 5.1

33 years agofix copyright notice
Keith Bostic [Mon, 4 Feb 1991 05:35:48 +0000 (21:35 -0800)]
fix copyright notice

SCCS-vsn: usr.bin/passwd/kpasswd_proto.h 5.1

33 years agoANSI C change: remove -> rm
Keith Bostic [Mon, 4 Feb 1991 05:14:14 +0000 (21:14 -0800)]
ANSI C change: remove -> rm
change temp file creation to use mkstemp, delete unused function/variable

SCCS-vsn: usr.bin/mail/v7.local.c 5.12
SCCS-vsn: usr.bin/mail/lex.c 5.22
SCCS-vsn: usr.bin/mail/temp.c 5.15
SCCS-vsn: usr.bin/mail/fio.c 5.24

33 years agoadd getopt(3), minor cleanups -- could use a lot more...
Keith Bostic [Mon, 4 Feb 1991 04:37:47 +0000 (20:37 -0800)]
add getopt(3), minor cleanups -- could use a lot more...

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

33 years agolint; KNF; make gcc -Wall happy
Chris Torek [Sun, 3 Feb 1991 18:47:22 +0000 (10:47 -0800)]
lint; KNF; make gcc -Wall happy

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

33 years agorewind => trewind (for ANSI C)
Chris Torek [Sun, 3 Feb 1991 17:47:13 +0000 (09:47 -0800)]
rewind => trewind (for ANSI C)

SCCS-vsn: sbin/dump/main.c 5.9
SCCS-vsn: sbin/dump/tape.c 5.11

33 years agogetpwuid() is already declared in <pwd.h>
Chris Torek [Sun, 3 Feb 1991 17:43:39 +0000 (09:43 -0800)]
getpwuid() is already declared in <pwd.h>

SCCS-vsn: sbin/reboot/halt.c 5.8
SCCS-vsn: sbin/reboot/reboot.c 5.10
SCCS-vsn: sbin/shutdown/shutdown.c 5.16

33 years agofseek is correctly declared in <stdio.h>; do not re-declare it,
Chris Torek [Sun, 3 Feb 1991 16:11:48 +0000 (08:11 -0800)]
fseek is correctly declared in <stdio.h>; do not re-declare it,
and especially not incorrectly.

SCCS-vsn: libexec/comsat/comsat.c 5.23

33 years agoget errno from <errno.h>
Chris Torek [Sun, 3 Feb 1991 10:26:35 +0000 (02:26 -0800)]
get errno from <errno.h>

SCCS-vsn: usr.bin/logger/logger.c 6.16
SCCS-vsn: usr.bin/make/main.c 5.24

33 years ago08 and 09 are not octal constants! use 010 and 011
Chris Torek [Sun, 3 Feb 1991 10:21:08 +0000 (02:21 -0800)]
08 and 09 are not octal constants! use 010 and 011

SCCS-vsn: usr.bin/col/col.c 5.3

33 years agomust include <sys/types.h> before <fcntl.h>
Chris Torek [Sun, 3 Feb 1991 10:19:39 +0000 (02:19 -0800)]
must include <sys/types.h> before <fcntl.h>

SCCS-vsn: usr.bin/window/wwtty.c 3.18

33 years ago<sys/file.h> => <sys/types.h> + <fcntl.h>
Chris Torek [Sun, 3 Feb 1991 10:18:02 +0000 (02:18 -0800)]
<sys/file.h> => <sys/types.h> + <fcntl.h>

SCCS-vsn: usr.bin/tip/remcap.c 5.5

33 years agoexit takes a parameter!
Chris Torek [Sun, 3 Feb 1991 10:11:06 +0000 (02:11 -0800)]
exit takes a parameter!

SCCS-vsn: usr.bin/diction/style1/nhash.c 4.3
SCCS-vsn: usr.bin/diction/style2/ehash.c 4.3

33 years agoscandir() => dodir(), plus minor lint (for gcc -W)
Chris Torek [Sun, 3 Feb 1991 10:09:07 +0000 (02:09 -0800)]
scandir() => dodir(), plus minor lint (for gcc -W)

SCCS-vsn: usr.bin/uucp/uusnap/uusnap.c 5.11

33 years agoreplace special puts() with a macro (for ANSI C); minor KNF
Chris Torek [Sun, 3 Feb 1991 10:02:08 +0000 (02:02 -0800)]
replace special puts() with a macro (for ANSI C); minor KNF

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

33 years agoputw => putword; argument declarations (all from gcc -W)
Chris Torek [Sun, 3 Feb 1991 09:54:46 +0000 (01:54 -0800)]
putw => putword; argument declarations (all from gcc -W)

SCCS-vsn: usr.bin/spell/spell.c 4.4
SCCS-vsn: usr.bin/spell/spellin.c 4.2
SCCS-vsn: usr.bin/spell/spell.h 4.2
SCCS-vsn: usr.bin/spell/spellout.c 4.2

33 years agoremove -> removeit (for ANSI C); other minor gcc-lint
Chris Torek [Sun, 3 Feb 1991 09:45:21 +0000 (01:45 -0800)]
remove -> removeit (for ANSI C); other minor gcc-lint

SCCS-vsn: usr.bin/rdist/server.c 5.14

33 years agofix bugs exposed by gcc -W
Chris Torek [Sun, 3 Feb 1991 09:33:33 +0000 (01:33 -0800)]
fix bugs exposed by gcc -W

SCCS-vsn: old/cpio/cpio.c 5.6

33 years agotty_istrapsig is a function
Keith Bostic [Sun, 3 Feb 1991 00:32:26 +0000 (16:32 -0800)]
tty_istrapsig is a function

SCCS-vsn: libexec/telnetd/termstat.c 5.8

33 years agodidn't handle empty lines, and when a symbol was missing, it fucked
Keith Bostic [Sat, 2 Feb 1991 14:08:34 +0000 (06:08 -0800)]
didn't handle empty lines, and when a symbol was missing, it fucked
up the symbol table.  Lots of lint, lots of cleanup, lots of pretty bad code.
(Lots of work for something that should go away...)

SCCS-vsn: old/symorder/symorder.c 5.5

33 years agostdc.h -> cdefs.h
Keith Bostic [Sat, 2 Feb 1991 11:32:12 +0000 (03:32 -0800)]
stdc.h -> cdefs.h

SCCS-vsn: lib/libc/stdio/vfscanf.c 5.4
SCCS-vsn: lib/libc/stdio/vprintf.c 5.5

33 years agofflush -> __sflush
Keith Bostic [Sat, 2 Feb 1991 11:31:40 +0000 (03:31 -0800)]
fflush -> __sflush

SCCS-vsn: lib/libc/stdio/ungetc.c 5.5

33 years agostdc.h -> cdefs.h
Keith Bostic [Sat, 2 Feb 1991 11:31:29 +0000 (03:31 -0800)]
stdc.h -> cdefs.h

SCCS-vsn: lib/libc/stdio/stdio.c 5.2

33 years agofflush -> __sflush
Keith Bostic [Sat, 2 Feb 1991 11:31:12 +0000 (03:31 -0800)]
fflush -> __sflush

SCCS-vsn: lib/libc/stdio/fseek.c 5.5
SCCS-vsn: lib/libc/stdio/refill.c 5.2
SCCS-vsn: lib/libc/stdio/setvbuf.c 5.2

33 years agostdc.h -> cdefs.h
Keith Bostic [Sat, 2 Feb 1991 11:30:27 +0000 (03:30 -0800)]
stdc.h -> cdefs.h

SCCS-vsn: lib/libc/stdio/puts.c 5.4

33 years agofflush -> __sflush
Keith Bostic [Sat, 2 Feb 1991 11:30:15 +0000 (03:30 -0800)]
fflush -> __sflush

SCCS-vsn: lib/libc/stdio/freopen.c 5.4

33 years agostdc.h -> cdefs.h
Keith Bostic [Sat, 2 Feb 1991 11:30:02 +0000 (03:30 -0800)]
stdc.h -> cdefs.h

SCCS-vsn: lib/libc/stdio/fputs.c 5.4

33 years agoinitialization out of order wrt stdio.h
Keith Bostic [Sat, 2 Feb 1991 11:29:49 +0000 (03:29 -0800)]
initialization out of order wrt stdio.h

SCCS-vsn: lib/libc/stdio/findfp.c 5.9

33 years agouse __sflush, not fflush
Keith Bostic [Sat, 2 Feb 1991 11:29:24 +0000 (03:29 -0800)]
use __sflush, not fflush

SCCS-vsn: lib/libc/stdio/fclose.c 5.2

33 years agofdopen got messed up
Keith Bostic [Sat, 2 Feb 1991 11:28:46 +0000 (03:28 -0800)]
fdopen got messed up

SCCS-vsn: lib/libc/stdio/fdopen.c 5.4

33 years agoadd POSIX-style byte-level record locking
Kirk McKusick [Sat, 2 Feb 1991 09:37:43 +0000 (01:37 -0800)]
add POSIX-style byte-level record locking

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.50
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.50
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.50
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.50
SCCS-vsn: sys/conf/files 7.28

33 years agokeep me happy about precedence
Kirk McKusick [Sat, 2 Feb 1991 08:38:07 +0000 (00:38 -0800)]
keep me happy about precedence

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.49
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.49
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.49
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.49

33 years agoadd POSIX-style byte-level record locking
Kirk McKusick [Sat, 2 Feb 1991 08:29:32 +0000 (00:29 -0800)]
add POSIX-style byte-level record locking

SCCS-vsn: sys/ufs/mfs/mfs_vnops.c 7.20
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.37
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 7.37
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.37
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 7.37

33 years agodate and time created 91/02/01 16:28:24 by mckusick
Kirk McKusick [Sat, 2 Feb 1991 08:28:24 +0000 (00:28 -0800)]
date and time created 91/02/01 16:28:24 by mckusick

SCCS-vsn: sys/ufs/ffs/lockf.h 7.1
SCCS-vsn: sys/ufs/ffs/ufs_lockf.c 7.1
SCCS-vsn: sys/ufs/ufs/lockf.h 7.1
SCCS-vsn: sys/ufs/ufs/ufs_lockf.c 7.1

33 years agoadd POSIX-style byte-level record locking
Kirk McKusick [Sat, 2 Feb 1991 08:27:55 +0000 (00:27 -0800)]
add POSIX-style byte-level record locking

SCCS-vsn: sys/sys/malloc.h 7.21
SCCS-vsn: sys/sys/vnode.h 7.32
SCCS-vsn: sys/sys/fcntl.h 5.8
SCCS-vsn: sys/kern/vfs_vnops.c 7.26
SCCS-vsn: sys/miscfs/specfs/spec_vnops.c 7.30
SCCS-vsn: sys/miscfs/deadfs/dead_vnops.c 7.12
SCCS-vsn: sys/miscfs/fifofs/fifo_vnops.c 7.5
SCCS-vsn: sys/kern/vfs_subr.c 7.50
SCCS-vsn: sys/kern/kern_descrip.c 7.18
SCCS-vsn: sys/nfs/nfs_vnops.c 7.50
SCCS-vsn: sys/ufs/ffs/inode.h 7.15
SCCS-vsn: sys/ufs/ufs/inode.h 7.15

33 years agoneed a semi-colon before the done
Keith Bostic [Sat, 2 Feb 1991 06:43:15 +0000 (22:43 -0800)]
need a semi-colon before the done

SCCS-vsn: share/mk/bsd.subdir.mk 5.9
SCCS-vsn: share/mk/bsd.prog.mk 5.23

33 years agodate and time created 91/02/01 13:13:32 by donn
Donn Seeley [Sat, 2 Feb 1991 05:13:32 +0000 (21:13 -0800)]
date and time created 91/02/01 13:13:32 by donn

SCCS-vsn: lib/libc/tahoe/gen/udivsi3.s 6.1

33 years agodate and time created 91/02/01 13:11:55 by donn
Donn Seeley [Sat, 2 Feb 1991 05:11:55 +0000 (21:11 -0800)]
date and time created 91/02/01 13:11:55 by donn

SCCS-vsn: lib/libc/tahoe/gen/umodsi3.s 6.1

33 years agomove to /usr/old
Keith Bostic [Sat, 2 Feb 1991 04:07:46 +0000 (20:07 -0800)]
move to /usr/old

SCCS-vsn: old/pcc/cc/pathnames.h 5.6
SCCS-vsn: old/pcc/Makefile.inc 5.2

33 years agoquick hack to make it work with the new stdio -- no idea if right
Keith Bostic [Sat, 2 Feb 1991 04:06:00 +0000 (20:06 -0800)]
quick hack to make it work with the new stdio -- no idea if right

SCCS-vsn: old/more/more.c 5.23

33 years agomove dbx to src/old
Keith Bostic [Sat, 2 Feb 1991 03:56:48 +0000 (19:56 -0800)]
move dbx to src/old

SCCS-vsn: old/dbx/ops.tahoe.c 5.8
SCCS-vsn: old/dbx/pathnames.h 5.3

33 years agofcntl.h needs sys/types.h
Keith Bostic [Sat, 2 Feb 1991 03:39:46 +0000 (19:39 -0800)]
fcntl.h needs sys/types.h

SCCS-vsn: old/make/files.c 4.21

33 years agodate and time created 91/02/01 11:21:14 by donn
Donn Seeley [Sat, 2 Feb 1991 03:21:14 +0000 (19:21 -0800)]
date and time created 91/02/01 11:21:14 by donn

SCCS-vsn: usr.bin/cpp/cpp.sh 6.1

33 years agoinstall in /usr/bin for now
Keith Bostic [Sat, 2 Feb 1991 02:17:00 +0000 (18:17 -0800)]
install in /usr/bin for now

SCCS-vsn: old/cpp/Makefile 5.3

33 years agoadd /dev database fro ps
Keith Bostic [Fri, 1 Feb 1991 13:38:27 +0000 (05:38 -0800)]
add /dev database fro ps

SCCS-vsn: etc/rc 5.23

33 years agouse paths.h define for /var/run
Keith Bostic [Fri, 1 Feb 1991 10:41:27 +0000 (02:41 -0800)]
use paths.h define for /var/run

SCCS-vsn: lib/libkvm/kvm.c 5.11
SCCS-vsn: lib/libkvm/kvm_hp300.c 5.11
SCCS-vsn: lib/libkvm/kvm_proc.c 5.11

33 years agowaserr was never set; other minor gcc warnings fixed
Chris Torek [Fri, 1 Feb 1991 09:57:59 +0000 (01:57 -0800)]
waserr was never set; other minor gcc warnings fixed

SCCS-vsn: old/adb/common_source/main.c 5.5

33 years agofix up gcc lint
Chris Torek [Fri, 1 Feb 1991 09:49:42 +0000 (01:49 -0800)]
fix up gcc lint

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.43

33 years agogcc-detected lint: now clean under -Wall once /usr/include is fixed
Chris Torek [Fri, 1 Feb 1991 09:22:11 +0000 (01:22 -0800)]
gcc-detected lint: now clean under -Wall once /usr/include is fixed

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

33 years agodate and time created 91/01/31 17:16:33 by bostic
Keith Bostic [Fri, 1 Feb 1991 09:16:33 +0000 (01:16 -0800)]
date and time created 91/01/31 17:16:33 by bostic

SCCS-vsn: lib/libc/db/test/hash.tests/tverify.c 5.1

33 years agodate and time created 91/01/31 17:16:31 by bostic
Keith Bostic [Fri, 1 Feb 1991 09:16:31 +0000 (01:16 -0800)]
date and time created 91/01/31 17:16:31 by bostic

SCCS-vsn: lib/libc/db/test/hash.tests/tseq.c 5.1

33 years agodate and time created 91/01/31 17:16:29 by bostic
Keith Bostic [Fri, 1 Feb 1991 09:16:29 +0000 (01:16 -0800)]
date and time created 91/01/31 17:16:29 by bostic

SCCS-vsn: lib/libc/db/test/hash.tests/tread2.c 5.1

33 years agodate and time created 91/01/31 17:16:27 by bostic
Keith Bostic [Fri, 1 Feb 1991 09:16:27 +0000 (01:16 -0800)]
date and time created 91/01/31 17:16:27 by bostic

SCCS-vsn: lib/libc/db/test/hash.tests/thash4.c 5.1

33 years agodate and time created 91/01/31 17:16:26 by bostic
Keith Bostic [Fri, 1 Feb 1991 09:16:26 +0000 (01:16 -0800)]
date and time created 91/01/31 17:16:26 by bostic

SCCS-vsn: lib/libc/db/test/hash.tests/tdel.c 5.1

33 years agodate and time created 91/01/31 17:16:24 by bostic
Keith Bostic [Fri, 1 Feb 1991 09:16:24 +0000 (01:16 -0800)]
date and time created 91/01/31 17:16:24 by bostic

SCCS-vsn: lib/libc/db/test/hash.tests/tcreat3.c 5.1

33 years agomove fakcu, perror, remove to stdio; fakcu goes away
Keith Bostic [Fri, 1 Feb 1991 08:44:50 +0000 (00:44 -0800)]
move fakcu, perror, remove to stdio; fakcu goes away

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

33 years agoput in obsolete notice
Keith Bostic [Fri, 1 Feb 1991 08:37:39 +0000 (00:37 -0800)]
put in obsolete notice

SCCS-vsn: old/libndbm/ndbm.3 6.9

33 years agoadd pcc for tahoe and vax
Keith Bostic [Fri, 1 Feb 1991 07:22:51 +0000 (23:22 -0800)]
add pcc for tahoe and vax

SCCS-vsn: old/Makefile 5.9

33 years agocc gets installed in /usr/bin
Keith Bostic [Fri, 1 Feb 1991 07:20:43 +0000 (23:20 -0800)]
cc gets installed in /usr/bin

SCCS-vsn: old/pcc/cc/Makefile 5.4

33 years agomove lint into the pcc directory
Keith Bostic [Fri, 1 Feb 1991 03:28:14 +0000 (19:28 -0800)]
move lint into the pcc directory

SCCS-vsn: old/pcc/lint/lpass1/Makefile 5.5
SCCS-vsn: old/pcc/lint/lpass2/Makefile 5.5

33 years agomake the copyright look right, yank to 5.1
Keith Bostic [Thu, 31 Jan 1991 06:34:57 +0000 (22:34 -0800)]
make the copyright look right, yank to 5.1

SCCS-vsn: lib/libc/tahoe/gen/_setjmp.s 5.1
SCCS-vsn: lib/libc/tahoe/gen/alloca.s 5.1
SCCS-vsn: lib/libc/tahoe/gen/fabs.s 5.1
SCCS-vsn: lib/libcompat/4.3/tahoe/insque.s 5.1
SCCS-vsn: lib/libc/tahoe/gen/ldexp.s 5.4
SCCS-vsn: lib/libc/tahoe/gen/modf.s 5.1
SCCS-vsn: lib/libcompat/4.3/tahoe/remque.s 5.1
SCCS-vsn: lib/libc/tahoe/gen/setjmp.s 5.1
SCCS-vsn: lib/libc/tahoe/gen/udiv.s 5.1
SCCS-vsn: lib/libc/tahoe/gen/urem.s 5.1

33 years agoCLBYTES should be MCLBYTES
Mike Karels [Thu, 31 Jan 1991 03:12:22 +0000 (19:12 -0800)]
CLBYTES should be MCLBYTES

SCCS-vsn: usr.bin/netstat/mbuf.c 5.10

33 years agonew copyright notice
Keith Bostic [Wed, 30 Jan 1991 08:03:13 +0000 (00:03 -0800)]
new copyright notice

SCCS-vsn: usr.bin/xsend/common_source/pathnames.h 5.4

33 years agodelivermail -> mail.local
Keith Bostic [Wed, 30 Jan 1991 08:02:41 +0000 (00:02 -0800)]
delivermail -> mail.local

SCCS-vsn: usr.bin/xsend/common_source/pathnames.h 5.3

33 years agoneeds vfprintf from libc/stdio
Keith Bostic [Wed, 30 Jan 1991 05:09:44 +0000 (21:09 -0800)]
needs vfprintf from libc/stdio

SCCS-vsn: bin/csh/Makefile 5.17

33 years agoNaN has a sign too
Chris Torek [Wed, 30 Jan 1991 02:53:13 +0000 (18:53 -0800)]
NaN has a sign too

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.42

33 years agolint fixes from Guy Harris, getting it to run under SunOS
Keith Bostic [Wed, 30 Jan 1991 01:50:20 +0000 (17:50 -0800)]
lint fixes from Guy Harris, getting it to run under SunOS
it's going away, but it might as well go away clean.

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

33 years agolabel_t must be defined even if not just kernel
Kirk McKusick [Tue, 29 Jan 1991 13:41:35 +0000 (05:41 -0800)]
label_t must be defined even if not just kernel

SCCS-vsn: sys/hp300/include/types.h 7.8

33 years agodelivermail -> mail.local
Keith Bostic [Tue, 29 Jan 1991 10:01:03 +0000 (02:01 -0800)]
delivermail -> mail.local

SCCS-vsn: usr.bin/ex/pathnames.h 5.4
SCCS-vsn: usr.bin/at/atrun/pathnames.h 5.4

33 years agoicode must live in data space so initflags can be written
Kirk McKusick [Tue, 29 Jan 1991 09:35:35 +0000 (01:35 -0800)]
icode must live in data space so initflags can be written

SCCS-vsn: sys/vax/vax/locore.s 7.29
SCCS-vsn: sys/tahoe/tahoe/locore.s 7.17
SCCS-vsn: sys/hp300/hp300/locore.s 7.6

33 years agodate and time created 91/01/28 16:33:55 by bostic
Keith Bostic [Tue, 29 Jan 1991 08:33:55 +0000 (00:33 -0800)]
date and time created 91/01/28 16:33:55 by bostic

SCCS-vsn: admin/admin/4.4/386statement 5.1

33 years agocleanup comments to reflect reality; minor code cleanups; lint
Kirk McKusick [Tue, 29 Jan 1991 03:43:55 +0000 (19:43 -0800)]
cleanup comments to reflect reality; minor code cleanups; lint

SCCS-vsn: sys/kern/vfs_bio.c 7.32
SCCS-vsn: sys/kern/vfs_cluster.c 7.32

33 years agotemporarily need to define NVM
Kirk McKusick [Mon, 28 Jan 1991 14:01:58 +0000 (06:01 -0800)]
temporarily need to define NVM

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

33 years agoI updated the banner line for version 1.8. -rpc
Bob Corbett [Mon, 28 Jan 1991 10:03:34 +0000 (02:03 -0800)]
I updated the banner line for version 1.8.  -rpc

SCCS-vsn: usr.bin/yacc/skeleton.c 5.6

33 years ago(no message)
Bob Corbett [Mon, 28 Jan 1991 10:03:02 +0000 (02:03 -0800)]
(no message)

SCCS-vsn: usr.bin/yacc/README 5.3

33 years agomakefiles don't have copyright notices
Keith Bostic [Mon, 28 Jan 1991 04:25:06 +0000 (20:25 -0800)]
makefiles don't have copyright notices

SCCS-vsn: old/dbx/tests/Makefile 5.4

33 years agostdio has changed; flushoutput must change correspondingly
Chris Torek [Mon, 28 Jan 1991 04:16:27 +0000 (20:16 -0800)]
stdio has changed; flushoutput must change correspondingly

SCCS-vsn: old/dbx/runtime.tahoe.c 5.6
SCCS-vsn: old/dbx/runtime.vax.c 5.6

33 years agouse new stdio function interface to avoid blowing away the stack
Chris Torek [Mon, 28 Jan 1991 03:46:55 +0000 (19:46 -0800)]
use new stdio function interface to avoid blowing away the stack
when asked to print long formats (>= 512 characters)

SCCS-vsn: lib/libcurses/mvprintw.c 5.6
SCCS-vsn: lib/libcurses/printw.c 5.6

33 years agostdc.h -> cdefs.h
Keith Bostic [Sun, 27 Jan 1991 07:32:11 +0000 (23:32 -0800)]
stdc.h -> cdefs.h

SCCS-vsn: lib/libc/string/bcopy.c 5.9
SCCS-vsn: lib/libc/string/memccpy.c 5.7
SCCS-vsn: lib/libc/string/memchr.c 5.6
SCCS-vsn: lib/libc/string/memcmp.c 5.6
SCCS-vsn: lib/libc/string/memset.c 5.6
SCCS-vsn: lib/libc/string/strcasecmp.c 5.10
SCCS-vsn: lib/libc/string/strcmp.c 5.5
SCCS-vsn: lib/libc/string/strcoll.c 5.2
SCCS-vsn: lib/libc/string/strcspn.c 5.6
SCCS-vsn: lib/libc/string/strlen.c 5.5
SCCS-vsn: lib/libc/string/strncat.c 5.6
SCCS-vsn: lib/libc/string/strncmp.c 5.6
SCCS-vsn: lib/libc/string/strncpy.c 5.6
SCCS-vsn: lib/libc/string/strpbrk.c 5.8
SCCS-vsn: lib/libc/string/strsep.c 5.4
SCCS-vsn: lib/libc/string/strspn.c 5.8
SCCS-vsn: lib/libc/string/strstr.c 5.2
SCCS-vsn: lib/libc/string/strxfrm.c 5.2

33 years agodoesn't need stdc.h
Keith Bostic [Sun, 27 Jan 1991 07:29:28 +0000 (23:29 -0800)]
doesn't need stdc.h

SCCS-vsn: lib/libc/stdlib/rand.c 5.4

33 years agostdc.h -> cdefs.h; use __P, sort functions, minor wordsmithing
Keith Bostic [Sun, 27 Jan 1991 06:43:51 +0000 (22:43 -0800)]
stdc.h -> cdefs.h; use __P, sort functions, minor wordsmithing

SCCS-vsn: include/stdio.h 5.9

33 years agodate and time created 91/01/23 08:15:45 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:15:45 +0000 (16:15 -0800)]
date and time created 91/01/23 08:15:45 by mao

SCCS-vsn: lib/libc/db/btree/lruhash.c 5.1

33 years agodate and time created 91/01/23 08:12:56 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:56 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:56 by mao

SCCS-vsn: lib/libc/db/btree/lrucache.h 5.1

33 years agodate and time created 91/01/23 08:12:54 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:54 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:54 by mao

SCCS-vsn: lib/libc/db/btree/btree.h 5.1

33 years agodate and time created 91/01/23 08:12:52 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:52 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:52 by mao

SCCS-vsn: lib/libc/db/btree/lrutils.c 5.1

33 years agodate and time created 91/01/23 08:12:51 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:51 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:51 by mao

SCCS-vsn: lib/libc/db/btree/bt_utils.c 5.1

33 years agodate and time created 91/01/23 08:12:49 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:49 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:49 by mao

SCCS-vsn: lib/libc/db/btree/updutils.c 5.1

33 years agodate and time created 91/01/23 08:12:48 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:48 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:48 by mao

SCCS-vsn: lib/libc/db/btree/bt_get.c 5.1

33 years agodate and time created 91/01/23 08:12:46 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:46 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:46 by mao

SCCS-vsn: lib/libc/db/btree/bt_split.c 5.1

33 years agodate and time created 91/01/23 08:12:45 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:45 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:45 by mao

SCCS-vsn: lib/libc/db/btree/bt_seq.c 5.1

33 years agodate and time created 91/01/23 08:12:43 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:43 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:43 by mao

SCCS-vsn: lib/libc/db/btree/bt_search.c 5.1

33 years agodate and time created 91/01/23 08:12:42 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:42 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:42 by mao

SCCS-vsn: lib/libc/db/btree/bt_put.c 5.1

33 years agodate and time created 91/01/23 08:12:41 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:41 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:41 by mao

SCCS-vsn: lib/libc/db/btree/bt_delete.c 5.1

33 years agodate and time created 91/01/23 08:12:38 by mao
Mike A. Olson [Thu, 24 Jan 1991 00:12:38 +0000 (16:12 -0800)]
date and time created 91/01/23 08:12:38 by mao

SCCS-vsn: lib/libc/db/btree/bt_overflow.c 5.1