unix-history/.git
33 years agouse vn_close rather than vrele after vn_open
Kirk McKusick [Sat, 22 Jun 1991 01:49:25 +0000 (17:49 -0800)]
use vn_close rather than vrele after vn_open

SCCS-vsn: sys/kern/vfs_syscalls.c 7.74

33 years agoincrement v_writecount when vn_open is called with intent to write;
Kirk McKusick [Sat, 22 Jun 1991 01:46:39 +0000 (17:46 -0800)]
increment v_writecount when vn_open is called with intent to write;
decrement v_writecount in vn_close for files open for writing

SCCS-vsn: sys/kern/vfs_vnops.c 7.32

33 years agopanic if v_writecount is non-zero on last use; print out writecount in vprint
Kirk McKusick [Sat, 22 Jun 1991 01:45:05 +0000 (17:45 -0800)]
panic if v_writecount is non-zero on last use; print out writecount in vprint

SCCS-vsn: sys/kern/vfs_subr.c 7.60

33 years agojust check v_writecount rather than searching the file table
Kirk McKusick [Sat, 22 Jun 1991 01:44:05 +0000 (17:44 -0800)]
just check v_writecount rather than searching the file table
to find out if a file is open for writing

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

33 years agosoo_close now gets pointer to struct socket instead of file pointer
Kirk McKusick [Sat, 22 Jun 1991 01:42:53 +0000 (17:42 -0800)]
soo_close now gets pointer to struct socket instead of file pointer

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

33 years agouse vn_close rather than vrele after vn_open
Kirk McKusick [Sat, 22 Jun 1991 01:41:51 +0000 (17:41 -0800)]
use vn_close rather than vrele after vn_open

SCCS-vsn: sys/kern/kern_sig.c 7.33
SCCS-vsn: sys/kern/kern_ktrace.c 7.15
SCCS-vsn: sys/kern/kern_acct.c 7.20

33 years agorm -z
Mike Karels [Fri, 21 Jun 1991 03:18:27 +0000 (19:18 -0800)]
rm -z

SCCS-vsn: usr.bin/vmstat/vmstat.8 6.8

33 years agoback to per-second stats, with rounding; start removing oldvm; rm -z
Mike Karels [Fri, 21 Jun 1991 03:17:33 +0000 (19:17 -0800)]
back to per-second stats, with rounding; start removing oldvm; rm -z

SCCS-vsn: usr.bin/vmstat/vmstat.c 5.30

33 years agoclean up option formatting
Keith Bostic [Fri, 21 Jun 1991 03:05:52 +0000 (19:05 -0800)]
clean up option formatting

SCCS-vsn: bin/ps/ps.1 6.17

33 years agofix OR'ing of flags
Keith Bostic [Fri, 21 Jun 1991 03:02:26 +0000 (19:02 -0800)]
fix OR'ing of flags

SCCS-vsn: usr.bin/cksum/cksum.1 5.4

33 years agomake -a and -s mutually exclusive
Keith Bostic [Fri, 21 Jun 1991 02:59:47 +0000 (18:59 -0800)]
make -a and -s mutually exclusive

SCCS-vsn: usr.bin/du/du.1 6.13
SCCS-vsn: usr.bin/du/du.c 5.12

33 years agodump core as core.progname.pid rather than just as core
Kirk McKusick [Thu, 20 Jun 1991 11:47:58 +0000 (03:47 -0800)]
dump core as core.progname.pid rather than just as core

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

33 years agotypo
Keith Bostic [Thu, 20 Jun 1991 07:56:59 +0000 (23:56 -0800)]
typo

SCCS-vsn: bin/kill/kill.c 5.2

33 years agobit fields need to use ints; make the ifdefs consistent
Mike Karels [Thu, 20 Jun 1991 07:12:57 +0000 (23:12 -0800)]
bit fields need to use ints; make the ifdefs consistent

SCCS-vsn: sys/sys/wait.h 7.17

33 years agorename Mail.{rc,tildehelp,help} -> mail.{rc,tildehelp,help}
Keith Bostic [Thu, 20 Jun 1991 06:07:58 +0000 (22:07 -0800)]
rename Mail.{rc,tildehelp,help} -> mail.{rc,tildehelp,help}
move mail.rc from /usr/share/misc to /etc

SCCS-vsn: usr.bin/mail/Makefile 5.16
SCCS-vsn: usr.bin/mail/pathnames.h 5.14

33 years agobinmail(1) is gone
Keith Bostic [Thu, 20 Jun 1991 06:01:17 +0000 (22:01 -0800)]
binmail(1) is gone

SCCS-vsn: usr.bin/mail/mail.1 6.18

33 years agooff-by-one in the buffer
Keith Bostic [Thu, 20 Jun 1991 06:00:49 +0000 (22:00 -0800)]
off-by-one in the buffer

SCCS-vsn: usr.bin/xargs/xargs.c 5.11

33 years agogrammer nit
Kirk McKusick [Thu, 20 Jun 1991 05:32:00 +0000 (21:32 -0800)]
grammer nit

SCCS-vsn: admin/admin/HP/HP.06.91 1.3

33 years agoANSI cleanups
Keith Bostic [Thu, 20 Jun 1991 05:12:10 +0000 (21:12 -0800)]
ANSI cleanups

SCCS-vsn: libexec/mail.local/mail.local.c 5.6

33 years agomissing "fmt" in call to _sprintw()
Marc Teitelbaum [Thu, 20 Jun 1991 01:27:58 +0000 (17:27 -0800)]
missing "fmt" in call to _sprintw()

SCCS-vsn: lib/libcurses/mvprintw.c 5.8

33 years agorevisions from Charlie Roberts
Kirk McKusick [Thu, 20 Jun 1991 01:11:30 +0000 (17:11 -0800)]
revisions from Charlie Roberts

SCCS-vsn: admin/admin/HP/HP.06.91 1.2

33 years agodate and time created 91/06/19 10:10:53 by mckusick
Kirk McKusick [Thu, 20 Jun 1991 01:10:53 +0000 (17:10 -0800)]
date and time created 91/06/19 10:10:53 by mckusick

SCCS-vsn: admin/admin/HP/HP.06.91 1.1

33 years agoadd NETISR define for ARP.
Keith Sklower [Wed, 19 Jun 1991 12:18:11 +0000 (04:18 -0800)]
add NETISR define for ARP.

SCCS-vsn: sys/net/netisr.h 7.9

33 years agochange to routing layer; reference to route of gateway for routes that use them.
Keith Sklower [Wed, 19 Jun 1991 12:17:38 +0000 (04:17 -0800)]
change to routing layer; reference to route of gateway for routes that use them.

SCCS-vsn: sys/net/route.h 7.14

33 years agoold files moved into code/manpage etc, only score file changes
Steve Sellgren [Wed, 19 Jun 1991 08:52:23 +0000 (00:52 -0800)]
old files moved into code/manpage etc, only score file changes

SCCS-vsn: games/larn/pathnames.h 5.2

33 years agoA real manpage
Steve Sellgren [Wed, 19 Jun 1991 08:51:15 +0000 (00:51 -0800)]
A real manpage

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

33 years agomove help for commands into this file, other help is in manpage
Steve Sellgren [Wed, 19 Jun 1991 08:50:19 +0000 (00:50 -0800)]
move help for commands into this file, other help is in manpage

SCCS-vsn: games/larn/help.c 5.2

33 years agoclean up
Steve Sellgren [Wed, 19 Jun 1991 08:49:42 +0000 (00:49 -0800)]
clean up

SCCS-vsn: games/larn/data.c 5.4

33 years agoclean up (understatement)
Steve Sellgren [Wed, 19 Jun 1991 08:49:21 +0000 (00:49 -0800)]
clean up (understatement)

SCCS-vsn: games/larn/create.c 5.3

33 years agominor correction
Keith Bostic [Wed, 19 Jun 1991 05:30:57 +0000 (21:30 -0800)]
minor correction

SCCS-vsn: admin/admin/contrib/contrib 5.11

33 years agominor wordsmithing; cleanup kill code for consistency and better error
Keith Bostic [Tue, 18 Jun 1991 07:22:53 +0000 (23:22 -0800)]
minor wordsmithing; cleanup kill code for consistency and better error
messages

SCCS-vsn: bin/kill/kill.1 6.6
SCCS-vsn: bin/kill/kill.c 5.1

33 years agoremove text.h
Marc Teitelbaum [Tue, 18 Jun 1991 07:09:42 +0000 (23:09 -0800)]
remove text.h

SCCS-vsn: usr.bin/fstat/fstat.c 5.32

33 years agobug fix -- large snapshots with large packets previously could
Steven McCanne [Tue, 18 Jun 1991 07:03:25 +0000 (23:03 -0800)]
bug fix -- large snapshots with large packets previously could
overflow the input buffer

SCCS-vsn: sys/net/bpf.c 7.4

33 years agominor cleanup, add BUGS section
Keith Bostic [Tue, 18 Jun 1991 06:42:58 +0000 (22:42 -0800)]
minor cleanup, add BUGS section

SCCS-vsn: usr.bin/file/file.1 6.5

33 years agominor wordsmithing
Keith Bostic [Tue, 18 Jun 1991 06:38:27 +0000 (22:38 -0800)]
minor wordsmithing

SCCS-vsn: bin/df/df.1 6.9
SCCS-vsn: usr.bin/du/du.1 6.12
SCCS-vsn: bin/echo/echo.1 6.6

33 years agominor cleanup, remove vestiges of AT&T wording
Keith Bostic [Tue, 18 Jun 1991 05:55:37 +0000 (21:55 -0800)]
minor cleanup, remove vestiges of AT&T wording

SCCS-vsn: sbin/dump/dump.8 6.8

33 years agochanged execv's to execve's
Christos Zoulas [Tue, 18 Jun 1991 05:54:09 +0000 (21:54 -0800)]
changed execv's to execve's

SCCS-vsn: bin/csh/exec.c 5.17

33 years agoFixed problem introduced by changing int to size_T
Christos Zoulas [Tue, 18 Jun 1991 05:53:38 +0000 (21:53 -0800)]
Fixed problem introduced by changing int to size_T

SCCS-vsn: bin/csh/str.c 5.4

33 years agoFixed MAXPATHLEN limit problem
Christos Zoulas [Tue, 18 Jun 1991 05:53:02 +0000 (21:53 -0800)]
Fixed MAXPATHLEN limit problem

SCCS-vsn: bin/csh/sem.c 5.17

33 years agono need to reference csh(1)
Keith Bostic [Tue, 18 Jun 1991 05:40:23 +0000 (21:40 -0800)]
no need to reference csh(1)

SCCS-vsn: bin/cp/cp.1 6.13

33 years agominor wordsmithing
Keith Bostic [Tue, 18 Jun 1991 05:38:30 +0000 (21:38 -0800)]
minor wordsmithing

SCCS-vsn: usr.bin/comm/comm.1 6.6

33 years agodon't mention contributors in the man page
Keith Bostic [Tue, 18 Jun 1991 05:37:10 +0000 (21:37 -0800)]
don't mention contributors in the man page

SCCS-vsn: usr.bin/col/col.1 6.8

33 years agominor cleanups
Keith Bostic [Tue, 18 Jun 1991 05:33:18 +0000 (21:33 -0800)]
minor cleanups

SCCS-vsn: usr.bin/cmp/cmp.1 6.6

33 years agoclarify owner/group operand parsing, minor wordsmithing
Keith Bostic [Tue, 18 Jun 1991 05:22:07 +0000 (21:22 -0800)]
clarify owner/group operand parsing, minor wordsmithing

SCCS-vsn: usr.sbin/chown/chown.8 6.6

33 years agonew copyright; att/bsd/shared
Keith Bostic [Tue, 18 Jun 1991 03:54:52 +0000 (19:54 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: share/man/man1/wait.1 6.2

33 years agocleanups, wordsmithiing
Keith Bostic [Tue, 18 Jun 1991 03:53:33 +0000 (19:53 -0800)]
cleanups, wordsmithiing

SCCS-vsn: share/man/man1/cd.1 6.5

33 years agoadd cd and wait
Keith Bostic [Tue, 18 Jun 1991 03:43:58 +0000 (19:43 -0800)]
add cd and wait

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

33 years agominor cleanups
Keith Bostic [Tue, 18 Jun 1991 03:43:42 +0000 (19:43 -0800)]
minor cleanups

SCCS-vsn: share/man/man1/cd.1 6.4

33 years agomove cd.1 and wait.1 into share/man/man1
Keith Bostic [Tue, 18 Jun 1991 03:41:45 +0000 (19:41 -0800)]
move cd.1 and wait.1 into share/man/man1

SCCS-vsn: old/sh/Makefile 4.14

33 years agominor cleanups
Keith Bostic [Tue, 18 Jun 1991 03:38:54 +0000 (19:38 -0800)]
minor cleanups

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

33 years agomake stdin, stdout, stderr link to fd
Keith Bostic [Tue, 18 Jun 1991 03:37:33 +0000 (19:37 -0800)]
make stdin, stdout, stderr link to fd

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

33 years agominor cleanups
Keith Bostic [Tue, 18 Jun 1991 03:32:53 +0000 (19:32 -0800)]
minor cleanups

SCCS-vsn: usr.bin/calendar/calendar.1 6.13

33 years agowrong date for the Gregorian Reformation
Keith Bostic [Tue, 18 Jun 1991 03:28:14 +0000 (19:28 -0800)]
wrong date for the Gregorian Reformation

SCCS-vsn: usr.bin/cal/cal.1 6.10

33 years agodon't mention contributor on the man page
Keith Bostic [Tue, 18 Jun 1991 03:26:31 +0000 (19:26 -0800)]
don't mention contributor on the man page

SCCS-vsn: usr.bin/cal/cal.1 6.9

33 years agodon't use stdio for error messages
Keith Bostic [Tue, 18 Jun 1991 02:55:57 +0000 (18:55 -0800)]
don't use stdio for error messages

SCCS-vsn: lib/libc/db/hash/hash_page.c 5.13

33 years agodon't use sprintf(3) so we don't drag in stdio
Keith Bostic [Tue, 18 Jun 1991 02:48:17 +0000 (18:48 -0800)]
don't use sprintf(3) so we don't drag in stdio

SCCS-vsn: lib/libc/db/hash/ndbm.c 5.7

33 years agodon't use snprintf(3) here, exec shouldn't require stdio(3).
Keith Bostic [Tue, 18 Jun 1991 01:58:36 +0000 (17:58 -0800)]
don't use snprintf(3) here, exec shouldn't require stdio(3).
also, if a component of the path is too long, complain violently.

SCCS-vsn: lib/libc/gen/exec.c 5.9

33 years agoupdate
Keith Bostic [Tue, 18 Jun 1991 00:57:32 +0000 (16:57 -0800)]
update

SCCS-vsn: admin/admin/forms/account 5.2

33 years agodate and time created 91/06/17 09:53:59 by bostic
Keith Bostic [Tue, 18 Jun 1991 00:53:59 +0000 (16:53 -0800)]
date and time created 91/06/17 09:53:59 by bostic

SCCS-vsn: admin/admin/forms/account 5.1

33 years agodon't define _exit as "void volatile"; it's a GCC extension, and may
Keith Bostic [Mon, 17 Jun 1991 23:21:27 +0000 (15:21 -0800)]
don't define _exit as "void volatile"; it's a GCC extension, and may
cause problems with other compilers

SCCS-vsn: include/unistd.h 5.13

33 years agorotate lpd-errs too; make it a loop
Keith Bostic [Mon, 17 Jun 1991 23:13:37 +0000 (15:13 -0800)]
rotate lpd-errs too; make it a loop

SCCS-vsn: etc/monthly 5.5

33 years agorotate Kerberos log files
Keith Bostic [Mon, 17 Jun 1991 22:58:22 +0000 (14:58 -0800)]
rotate Kerberos log files

SCCS-vsn: etc/monthly 5.4

33 years agoThe Prettiness Police + fixes from Christos
Keith Bostic [Mon, 17 Jun 1991 22:41:29 +0000 (14:41 -0800)]
The Prettiness Police + fixes from Christos

SCCS-vsn: lib/libc/gen/glob.c 5.10

33 years agoChristos' changes to do quoting in ranges; glob(3) now requires that
Keith Bostic [Mon, 17 Jun 1991 07:38:20 +0000 (23:38 -0800)]
Christos' changes to do quoting in ranges; glob(3) now requires that
chars be shorts.  Add function prototypes

SCCS-vsn: lib/libc/gen/glob.c 5.9

33 years agoFixed bug with `` returning no string.
Christos Zoulas [Mon, 17 Jun 1991 06:12:39 +0000 (22:12 -0800)]
Fixed bug with `` returning no string.

SCCS-vsn: bin/csh/glob.c 5.20

33 years agofind: or -> -or
Keith Bostic [Mon, 17 Jun 1991 03:08:17 +0000 (19:08 -0800)]
find: or -> -or

SCCS-vsn: etc/weekly 5.13

33 years agoand -> -and, or -> -or to match original syntax
Keith Bostic [Mon, 17 Jun 1991 03:06:56 +0000 (19:06 -0800)]
and -> -and, or -> -or to match original syntax

SCCS-vsn: usr.bin/find/find.1 6.25

33 years agosetNS needed to save the argument to set(). Otherwise we would free memory we did...
Christos Zoulas [Sat, 15 Jun 1991 05:35:52 +0000 (21:35 -0800)]
setNS needed to save the argument to set(). Otherwise we would free memory we did not allocate

SCCS-vsn: bin/csh/set.c 5.12

33 years agoSmall Exit formatting error. Print background job exit status.
Christos Zoulas [Sat, 15 Jun 1991 05:34:24 +0000 (21:34 -0800)]
Small Exit formatting error. Print background job exit status.

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

33 years agomove all this stuff to a man page with only movement and welcome
Steve Sellgren [Wed, 12 Jun 1991 09:10:03 +0000 (01:10 -0800)]
move all this stuff to a man page with only movement and welcome
available while playing.

SCCS-vsn: games/larn/datfiles/larn.help 5.2

33 years agoCanned levels are stupid, see ya.
Steve Sellgren [Wed, 12 Jun 1991 09:06:34 +0000 (01:06 -0800)]
Canned levels are stupid, see ya.

SCCS-vsn: games/larn/datfiles/larnmaze 5.2

33 years agofortunes moved into fortune.c
Steve Sellgren [Tue, 11 Jun 1991 04:40:07 +0000 (20:40 -0800)]
fortunes moved into fortune.c

SCCS-vsn: games/larn/datfiles/lfortune 5.2

33 years agoWhy have this fortune file around?!
Steve Sellgren [Tue, 11 Jun 1991 04:39:14 +0000 (20:39 -0800)]
Why have this fortune file around?!

SCCS-vsn: games/larn/fortune.c 5.5

33 years agoNULL-terminate cchar arrays for Chris; better information hiding
Keith Bostic [Mon, 10 Jun 1991 22:39:47 +0000 (14:39 -0800)]
NULL-terminate cchar arrays for Chris; better information hiding

SCCS-vsn: bin/stty/cchar.c 5.4
SCCS-vsn: bin/stty/extern.h 5.4
SCCS-vsn: bin/stty/gfmt.c 5.4
SCCS-vsn: bin/stty/key.c 5.3
SCCS-vsn: bin/stty/modes.c 5.4
SCCS-vsn: bin/stty/print.c 5.4
SCCS-vsn: bin/stty/stty.h 5.3

33 years agoreplaced PNULL def with NULL
Christos Zoulas [Mon, 10 Jun 1991 09:39:56 +0000 (01:39 -0800)]
replaced PNULL def with NULL

SCCS-vsn: bin/csh/proc.c 5.21
SCCS-vsn: bin/csh/proc.h 5.5

33 years agofrom hibler: don't need retry on key 1
Mike Karels [Mon, 10 Jun 1991 04:22:31 +0000 (20:22 -0800)]
from hibler: don't need retry on key 1

SCCS-vsn: sys/hp300/dev/sd.c 7.8

33 years agomake retry printf's conditional on debug
Mike Karels [Mon, 10 Jun 1991 04:19:14 +0000 (20:19 -0800)]
make retry printf's conditional on debug

SCCS-vsn: sys/hp300/dev/sd.c 7.7

33 years agodon't rm tags after making them
Mike Karels [Mon, 10 Jun 1991 03:30:47 +0000 (19:30 -0800)]
don't rm tags after making them

SCCS-vsn: sys/vax/Makefile 7.3
SCCS-vsn: sys/hp300/Makefile 7.3
SCCS-vsn: sys/i386/Makefile 7.3
SCCS-vsn: sys/tahoe/Makefile 7.3

33 years agoMore prototype fixes, Removed TERMIOS define
Christos Zoulas [Sun, 9 Jun 1991 08:09:10 +0000 (00:09 -0800)]
More prototype fixes, Removed TERMIOS define

SCCS-vsn: bin/csh/alloc.c 5.8
SCCS-vsn: bin/csh/csh.c 5.26
SCCS-vsn: bin/csh/dir.c 5.10
SCCS-vsn: bin/csh/dol.c 5.13
SCCS-vsn: bin/csh/err.c 5.10
SCCS-vsn: bin/csh/exec.c 5.16
SCCS-vsn: bin/csh/exp.c 5.11
SCCS-vsn: bin/csh/file.c 5.17
SCCS-vsn: bin/csh/func.c 5.19
SCCS-vsn: bin/csh/glob.c 5.19
SCCS-vsn: bin/csh/hist.c 5.9
SCCS-vsn: bin/csh/init.c 5.11
SCCS-vsn: bin/csh/lex.c 5.16
SCCS-vsn: bin/csh/misc.c 5.12
SCCS-vsn: bin/csh/parse.c 5.11
SCCS-vsn: bin/csh/proc.c 5.20
SCCS-vsn: bin/csh/sem.c 5.16
SCCS-vsn: bin/csh/set.c 5.11
SCCS-vsn: bin/csh/str.c 5.3
SCCS-vsn: bin/csh/time.c 5.14
SCCS-vsn: bin/csh/extern.h 5.4

33 years agodon't put anything after the #else or #endif's, unless it's a comment
Keith Bostic [Sun, 9 Jun 1991 07:44:08 +0000 (23:44 -0800)]
don't put anything after the #else or #endif's, unless it's a comment

SCCS-vsn: sys/hp300/include/param.h 7.6
SCCS-vsn: sys/i386/include/param.h 5.6
SCCS-vsn: sys/vax/include/param.h 7.20

33 years ago__hp300__ is defined if -ansi is specified, not hp300
Keith Bostic [Sun, 9 Jun 1991 07:27:21 +0000 (23:27 -0800)]
__hp300__ is defined if -ansi is specified, not hp300

SCCS-vsn: include/setjmp.h 5.5

33 years agoinclude file pass, csh.h no longer include every .h in the system
Keith Bostic [Sun, 9 Jun 1991 03:20:40 +0000 (19:20 -0800)]
include file pass, csh.h no longer include every .h in the system
rename sigmast_t to sigset_t to match signal.h; minor pointer cleanups

SCCS-vsn: bin/csh/Makefile 5.22
SCCS-vsn: bin/csh/csh.c 5.25
SCCS-vsn: bin/csh/csh.h 5.15
SCCS-vsn: bin/csh/dir.c 5.9
SCCS-vsn: bin/csh/dol.c 5.12
SCCS-vsn: bin/csh/err.c 5.9
SCCS-vsn: bin/csh/exec.c 5.15
SCCS-vsn: bin/csh/exp.c 5.10
SCCS-vsn: bin/csh/file.c 5.16
SCCS-vsn: bin/csh/func.c 5.18
SCCS-vsn: bin/csh/glob.c 5.18
SCCS-vsn: bin/csh/hist.c 5.8
SCCS-vsn: bin/csh/lex.c 5.15
SCCS-vsn: bin/csh/misc.c 5.11
SCCS-vsn: bin/csh/parse.c 5.10
SCCS-vsn: bin/csh/pathnames.h 5.6
SCCS-vsn: bin/csh/proc.c 5.19
SCCS-vsn: bin/csh/sem.c 5.15
SCCS-vsn: bin/csh/set.c 5.10
SCCS-vsn: bin/csh/time.c 5.13

33 years agotsearch declaration fix
Christos Zoulas [Sat, 8 Jun 1991 18:57:12 +0000 (10:57 -0800)]
tsearch declaration fix

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

33 years agoprototype typo fixes
Christos Zoulas [Sat, 8 Jun 1991 12:05:51 +0000 (04:05 -0800)]
prototype typo fixes

SCCS-vsn: bin/csh/set.c 5.9
SCCS-vsn: bin/csh/time.c 5.12

33 years agoFixed sortscmp from glob.c
Christos Zoulas [Sat, 8 Jun 1991 11:58:23 +0000 (03:58 -0800)]
Fixed sortscmp from glob.c

SCCS-vsn: bin/csh/extern.h 5.3

33 years agostatic function prototypes
Christos Zoulas [Sat, 8 Jun 1991 11:57:43 +0000 (03:57 -0800)]
static function prototypes

SCCS-vsn: bin/csh/csh.c 5.24
SCCS-vsn: bin/csh/csh.h 5.14
SCCS-vsn: bin/csh/dir.c 5.8
SCCS-vsn: bin/csh/dol.c 5.11
SCCS-vsn: bin/csh/err.c 5.8
SCCS-vsn: bin/csh/exec.c 5.14
SCCS-vsn: bin/csh/exp.c 5.9
SCCS-vsn: bin/csh/file.c 5.14
SCCS-vsn: bin/csh/func.c 5.17
SCCS-vsn: bin/csh/glob.c 5.17
SCCS-vsn: bin/csh/hist.c 5.7
SCCS-vsn: bin/csh/init.c 5.10
SCCS-vsn: bin/csh/lex.c 5.14
SCCS-vsn: bin/csh/misc.c 5.10
SCCS-vsn: bin/csh/parse.c 5.9
SCCS-vsn: bin/csh/proc.c 5.18
SCCS-vsn: bin/csh/sem.c 5.14
SCCS-vsn: bin/csh/set.c 5.8
SCCS-vsn: bin/csh/time.c 5.11

33 years agorename all the files (they weren't going to diff anyway)
Keith Bostic [Sat, 8 Jun 1991 02:13:48 +0000 (18:13 -0800)]
rename all the files (they weren't going to diff anyway)
add function prototypes for extern functions, decls.h -> extern.h
delete btell function, VFORK #define, lots of other minor cleanups

SCCS-vsn: bin/csh/Makefile 5.21
SCCS-vsn: bin/csh/char.c 5.6
SCCS-vsn: bin/csh/csh.1 6.17
SCCS-vsn: bin/csh/csh.c 5.23
SCCS-vsn: bin/csh/csh.h 5.13
SCCS-vsn: bin/csh/dir.c 5.7
SCCS-vsn: bin/csh/dol.c 5.10
SCCS-vsn: bin/csh/err.c 5.7
SCCS-vsn: bin/csh/exec.c 5.13
SCCS-vsn: bin/csh/exp.c 5.8
SCCS-vsn: bin/csh/extern.h 5.2
SCCS-vsn: bin/csh/file.c 5.13
SCCS-vsn: bin/csh/func.c 5.16
SCCS-vsn: bin/csh/glob.c 5.16
SCCS-vsn: bin/csh/hist.c 5.6
SCCS-vsn: bin/csh/init.c 5.9
SCCS-vsn: bin/csh/lex.c 5.13
SCCS-vsn: bin/csh/misc.c 5.9
SCCS-vsn: bin/csh/parse.c 5.8
SCCS-vsn: bin/csh/proc.c 5.17
SCCS-vsn: bin/csh/sem.c 5.13
SCCS-vsn: bin/csh/set.c 5.7
SCCS-vsn: bin/csh/alloc.c 5.7
SCCS-vsn: bin/csh/const.c 5.2
SCCS-vsn: bin/csh/str.c 5.2
SCCS-vsn: bin/csh/time.c 5.10

33 years agoconsistency with tty.c about value for "no pgrp"
Mike Karels [Sat, 8 Jun 1991 00:36:59 +0000 (16:36 -0800)]
consistency with tty.c about value for "no pgrp"

SCCS-vsn: sys/kern/kern_sysctl.c 7.16

33 years agocan't use NULL terminator any more
Keith Bostic [Fri, 7 Jun 1991 23:32:09 +0000 (15:32 -0800)]
can't use NULL terminator any more

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

33 years agothis version now supports IP over X.25; changes include setting
Keith Sklower [Fri, 7 Jun 1991 10:39:39 +0000 (02:39 -0800)]
this version now supports IP over X.25; changes include setting
the X25_MBS_HOLD  flag and preserving flags through incoming call cloning and aassociation

SCCS-vsn: sys/netccitt/if_x25subr.c 7.13
SCCS-vsn: sys/netccitt/pk_subr.c 7.16
SCCS-vsn: sys/netccitt/pk_input.c 7.13

33 years agominor cleanups, no fixes
Keith Bostic [Fri, 7 Jun 1991 10:35:37 +0000 (02:35 -0800)]
minor cleanups, no fixes

SCCS-vsn: usr.sbin/update/update.c 5.1

33 years agono reason to keep file/directories open anymore
Keith Bostic [Fri, 7 Jun 1991 10:30:00 +0000 (02:30 -0800)]
no reason to keep file/directories open anymore

SCCS-vsn: usr.sbin/update/update.c 4.8

33 years agoBostic's cleanup
Steve Sellgren [Fri, 7 Jun 1991 07:06:22 +0000 (23:06 -0800)]
Bostic's cleanup

SCCS-vsn: games/larn/fortune.c 5.4

33 years agoadd -M, -N for consistency with other stat programs
Keith Bostic [Fri, 7 Jun 1991 01:22:18 +0000 (17:22 -0800)]
add -M, -N for consistency with other stat programs
CMU/Mach fix; add exit(0) at end of main()

SCCS-vsn: usr.sbin/kgmon/kgmon.c 5.11

33 years agoadd -M, -N for consistency with other stat programs
Keith Bostic [Fri, 7 Jun 1991 01:19:25 +0000 (17:19 -0800)]
add -M, -N for consistency with other stat programs

SCCS-vsn: usr.sbin/kgmon/kgmon.8 6.5

33 years agoCMU/Mach fix; don't use magic numbers in open call
Keith Bostic [Fri, 7 Jun 1991 00:58:02 +0000 (16:58 -0800)]
CMU/Mach fix; don't use magic numbers in open call

SCCS-vsn: usr.bin/mt/mt.c 5.6

33 years agofirst cut at a real man page, convert to new-style macros
Keith Bostic [Thu, 6 Jun 1991 08:56:26 +0000 (00:56 -0800)]
first cut at a real man page, convert to new-style macros

SCCS-vsn: lib/libc/sys/mmap.2 6.2

33 years agoRemoved -DTELL and -DPOSIXJOBS
Christos Zoulas [Thu, 6 Jun 1991 07:34:59 +0000 (23:34 -0800)]
Removed -DTELL and -DPOSIXJOBS

SCCS-vsn: bin/csh/Makefile 5.20

33 years agoRemoved -DTELL V6 compatibility flag
Christos Zoulas [Thu, 6 Jun 1991 07:33:21 +0000 (23:33 -0800)]
Removed -DTELL V6 compatibility flag

SCCS-vsn: bin/csh/lex.c 5.12
SCCS-vsn: bin/csh/csh.c 5.22
SCCS-vsn: bin/csh/csh.h 5.12
SCCS-vsn: bin/csh/misc.c 5.8

33 years agodistribute the rest of the main loop into the modes and cchars modules
Keith Bostic [Thu, 6 Jun 1991 06:22:22 +0000 (22:22 -0800)]
distribute the rest of the main loop into the modes and cchars modules
bsearch the cchars arrays, minor cleanups

SCCS-vsn: bin/stty/cchar.c 5.3
SCCS-vsn: bin/stty/extern.h 5.3
SCCS-vsn: bin/stty/key.c 5.2
SCCS-vsn: bin/stty/modes.c 5.3
SCCS-vsn: bin/stty/print.c 5.3
SCCS-vsn: bin/stty/stty.c 5.28