unix-history/.git
33 years agomust seek to end when appending, to make ftell work
Chris Torek [Wed, 6 Feb 1991 03:40:44 +0000 (19:40 -0800)]
must seek to end when appending, to make ftell work

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

33 years agodon't need sgtty.h now
Mike Karels [Wed, 6 Feb 1991 03:15:04 +0000 (19:15 -0800)]
don't need sgtty.h now

SCCS-vsn: usr.bin/login/login.c 5.65

33 years agotypos
Mike Karels [Wed, 6 Feb 1991 03:13:03 +0000 (19:13 -0800)]
typos

SCCS-vsn: old/sh/sh.1 6.7

33 years agokeep gcc happy
Chris Torek [Tue, 5 Feb 1991 16:29:00 +0000 (08:29 -0800)]
keep gcc happy

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

33 years agoiov base is not const; perhaps it should be...
Chris Torek [Tue, 5 Feb 1991 16:28:06 +0000 (08:28 -0800)]
iov base is not const; perhaps it should be...

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

33 years agokeep gcc happy
Chris Torek [Tue, 5 Feb 1991 16:27:37 +0000 (08:27 -0800)]
keep gcc happy

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

33 years agorepair arguments (add const)
Chris Torek [Tue, 5 Feb 1991 16:27:11 +0000 (08:27 -0800)]
repair arguments (add const)

SCCS-vsn: lib/libc/stdio/fdopen.c 5.5
SCCS-vsn: lib/libc/stdio/fopen.c 5.4
SCCS-vsn: lib/libc/stdio/fputs.c 5.5
SCCS-vsn: lib/libc/stdio/freopen.c 5.5
SCCS-vsn: lib/libc/stdio/fseek.c 5.6
SCCS-vsn: lib/libc/stdio/ftell.c 5.4
SCCS-vsn: lib/libc/stdio/fwrite.c 5.4
SCCS-vsn: lib/libc/stdio/remove.c 5.2
SCCS-vsn: lib/libc/stdio/vsnprintf.c 5.2
SCCS-vsn: lib/libc/stdio/vsprintf.c 5.5
SCCS-vsn: lib/libc/stdio/fsetpos.c 5.2
SCCS-vsn: lib/libc/stdio/funopen.c 5.2

33 years agouse __P prototype macro; add a few missing prototypes
Chris Torek [Tue, 5 Feb 1991 16:24:48 +0000 (08:24 -0800)]
use __P prototype macro; add a few missing prototypes

SCCS-vsn: lib/libc/stdio/local.h 5.2

33 years agoinclude <stdlib.h> for malloc() rather than declaring it here
Chris Torek [Tue, 5 Feb 1991 15:54:06 +0000 (07:54 -0800)]
include <stdlib.h> for malloc() rather than declaring it here

SCCS-vsn: old/awk/awk.def 4.4

33 years agofix gcc-detected lint
Chris Torek [Tue, 5 Feb 1991 15:31:10 +0000 (07:31 -0800)]
fix gcc-detected lint

SCCS-vsn: usr.bin/systat/netstat.c 5.5

33 years ago_IONBF -> setvbuf(3)
Keith Bostic [Tue, 5 Feb 1991 15:29:06 +0000 (07:29 -0800)]
_IONBF -> setvbuf(3)

SCCS-vsn: games/quiz/quiz.c 4.6

33 years agofix gcc-detected lint
Chris Torek [Tue, 5 Feb 1991 15:26:35 +0000 (07:26 -0800)]
fix gcc-detected lint

SCCS-vsn: usr.bin/systat/netcmds.c 5.5

33 years agoremove stdio dependencies; still doesn't work, but not stdio
Keith Bostic [Tue, 5 Feb 1991 15:25:46 +0000 (07:25 -0800)]
remove stdio dependencies; still doesn't work, but not stdio

SCCS-vsn: games/cribbage/io.c 5.7

33 years agofix gcc-detected lint
Chris Torek [Tue, 5 Feb 1991 15:19:02 +0000 (07:19 -0800)]
fix gcc-detected lint

SCCS-vsn: usr.bin/systat/vmstat.c 5.13
SCCS-vsn: usr.bin/systat/systat.h 5.5
SCCS-vsn: usr.bin/systat/swap.c 5.8
SCCS-vsn: usr.bin/systat/pigs.c 5.8
SCCS-vsn: usr.bin/systat/fetch.c 5.3
SCCS-vsn: usr.bin/systat/iostat.c 5.6
SCCS-vsn: usr.bin/systat/disks.c 5.7
SCCS-vsn: usr.bin/systat/main.c 5.8

33 years agoget declarations from standard headers
Chris Torek [Tue, 5 Feb 1991 14:52:14 +0000 (06:52 -0800)]
get declarations from standard headers

SCCS-vsn: usr.bin/tip/tip.h 5.6

33 years agoabort => tipabort (for ANSI C); shrink parity table code
Chris Torek [Tue, 5 Feb 1991 14:51:42 +0000 (06:51 -0800)]
abort => tipabort (for ANSI C); shrink parity table code

SCCS-vsn: usr.bin/tip/tip.c 5.15
SCCS-vsn: usr.bin/tip/cmds.c 5.13

33 years agotip.h now includes sys/time.h for us
Chris Torek [Tue, 5 Feb 1991 14:50:35 +0000 (06:50 -0800)]
tip.h now includes sys/time.h for us

SCCS-vsn: usr.bin/tip/aculib/courier.c 5.6
SCCS-vsn: usr.bin/tip/aculib/v831.c 5.4

33 years agoprotect free list from lossage if multiple procs try to fill bucket
Mike Karels [Tue, 5 Feb 1991 10:33:37 +0000 (02:33 -0800)]
protect free list from lossage if multiple procs try to fill bucket

SCCS-vsn: sys/kern/kern_malloc.c 7.22

33 years agoadd first pass at POSIX.2 values
Keith Bostic [Tue, 5 Feb 1991 09:49:58 +0000 (01:49 -0800)]
add first pass at POSIX.2 values

SCCS-vsn: sys/sys/syslimits.h 7.4

33 years agoget various declarations from <foo.h> headers; avoid longjmp problems
Chris Torek [Tue, 5 Feb 1991 09:49:09 +0000 (01:49 -0800)]
get various declarations from <foo.h> headers; avoid longjmp problems

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

33 years agofseek and ftell are declared correctly in <stdio.h>; do not redeclare
Chris Torek [Tue, 5 Feb 1991 09:34:52 +0000 (01:34 -0800)]
fseek and ftell are declared correctly in <stdio.h>; do not redeclare

SCCS-vsn: usr.bin/uucp/libuu/anlwrk.c 5.8

33 years agobugfix from john@labtam.labtam.oz.au
Keith Sklower [Tue, 5 Feb 1991 08:02:58 +0000 (00:02 -0800)]
bugfix from john@labtam.labtam.oz.au

SCCS-vsn: sys/net/radix.c 7.9

33 years agoexit 0 on success, 1 on symbols not found, 2 on error
Keith Bostic [Tue, 5 Feb 1991 08:00:33 +0000 (00:00 -0800)]
exit 0 on success, 1 on symbols not found, 2 on error

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

33 years agobk.4 -> old/berknet
Keith Bostic [Tue, 5 Feb 1991 07:38:02 +0000 (23:38 -0800)]
bk.4 -> old/berknet

SCCS-vsn: share/man/man4/Makefile 5.11

33 years agoadd include of types.h
Kirk McKusick [Mon, 4 Feb 1991 14:51:52 +0000 (06:51 -0800)]
add include of types.h

SCCS-vsn: sys/sys/fcntl.h 5.9

33 years agofix check for LINK_MAX in ufs_link;
Kirk McKusick [Mon, 4 Feb 1991 14:32:50 +0000 (06:32 -0800)]
fix check for LINK_MAX in ufs_link;
add check for LINK_MAX in ufs_mkdir and ufs_rename

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

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