unix-history/.git
30 years agoput rest of the flags in to the SYNOPSIS statement BSD-4_4_Lite1-Snapshot-Development
Chris G. Demetriou [Sat, 2 Apr 1994 01:22:27 +0000 (17:22 -0800)]
put rest of the flags in to the SYNOPSIS statement

SCCS-vsn: bin/ls/ls.1 8.4

30 years agoPOSIX 1003.2B/D9 symbolic links
Keith Bostic [Sat, 2 Apr 1994 01:17:41 +0000 (17:17 -0800)]
POSIX 1003.2B/D9 symbolic links
make cp use err/warn, and pass errors back to the calling routine
clean up fts_read() usage, fix errno calls
make file-copy failed error clean up after itself immediately

SCCS-vsn: bin/cp/cp.1 8.2
SCCS-vsn: bin/cp/cp.c 8.2
SCCS-vsn: bin/cp/extern.h 8.2
SCCS-vsn: bin/cp/utils.c 8.3

30 years agodon't depend on errno being set by fts(3)
Keith Bostic [Sat, 2 Apr 1994 01:05:32 +0000 (17:05 -0800)]
don't depend on errno being set by fts(3)
check error return from fts_Read
setting errno and then not exiting isn't safe

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

30 years agocheck for fts_read error
Keith Bostic [Sat, 2 Apr 1994 00:57:07 +0000 (16:57 -0800)]
check for fts_read error
don't bother closing down the tree, we're going to exit

SCCS-vsn: bin/ls/ls.c 8.4

30 years agosetting errno and then not exiting isn't safe
Keith Bostic [Sat, 2 Apr 1994 00:55:20 +0000 (16:55 -0800)]
setting errno and then not exiting isn't safe

SCCS-vsn: usr.sbin/chown/chown.c 8.7
SCCS-vsn: usr.bin/chflags/chflags.c 8.5
SCCS-vsn: bin/chmod/chmod.c 8.8
SCCS-vsn: usr.bin/du/du.c 8.3
SCCS-vsn: usr.bin/find/find.c 8.3
SCCS-vsn: bin/ls/ls.c 8.3

30 years agomake MNT_ASYNC the default for mfs, allow -T for mfs
Mike Hibler [Sat, 2 Apr 1994 00:45:11 +0000 (16:45 -0800)]
make MNT_ASYNC the default for mfs, allow -T for mfs

SCCS-vsn: sbin/newfs/newfs.c 8.7

30 years agoPOSIX 1003.2B/D9 symbolic links
Keith Bostic [Sat, 2 Apr 1994 00:23:00 +0000 (16:23 -0800)]
POSIX 1003.2B/D9 symbolic links

SCCS-vsn: usr.bin/du/du.1 8.2
SCCS-vsn: usr.bin/du/du.c 8.2

30 years agoiget() is gone, VFS_VGET is loading the vnode
Keith Bostic [Fri, 1 Apr 1994 23:34:31 +0000 (15:34 -0800)]
iget() is gone, VFS_VGET is loading the vnode

SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 8.6
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 8.6

30 years agoiget is gone, getnewvnode() does initialization, mostly
Keith Bostic [Fri, 1 Apr 1994 23:32:40 +0000 (15:32 -0800)]
iget is gone, getnewvnode() does initialization, mostly

SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 8.10
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 8.10

30 years agoprettyness police
Jan-Simon Pendry [Fri, 1 Apr 1994 23:28:20 +0000 (15:28 -0800)]
prettyness police

SCCS-vsn: usr.bin/column/column.c 8.2
SCCS-vsn: usr.bin/comm/comm.c 8.2

30 years agobring stat(2) up to date w.r.t. sys/stat.h
Keith Bostic [Fri, 1 Apr 1994 23:03:56 +0000 (15:03 -0800)]
bring stat(2) up to date w.r.t. sys/stat.h

SCCS-vsn: lib/libc/sys/stat.2 8.2

30 years agoprettyness police
Jan-Simon Pendry [Fri, 1 Apr 1994 22:56:27 +0000 (14:56 -0800)]
prettyness police

SCCS-vsn: usr.bin/cmp/cmp.c 8.2
SCCS-vsn: usr.bin/cmp/misc.c 8.2
SCCS-vsn: usr.bin/cmp/extern.h 8.2
SCCS-vsn: usr.bin/cmp/regular.c 8.2
SCCS-vsn: usr.bin/col/col.c 8.2

30 years agofix error message.
Jan-Simon Pendry [Fri, 1 Apr 1994 22:42:09 +0000 (14:42 -0800)]
fix error message.
prettyness police

SCCS-vsn: usr.bin/cmp/special.c 8.2

30 years agoPOSIX 1003.2B/D9 symbolic links
Keith Bostic [Fri, 1 Apr 1994 22:33:20 +0000 (14:33 -0800)]
POSIX 1003.2B/D9 symbolic links

SCCS-vsn: usr.bin/find/find.1 8.4
SCCS-vsn: usr.bin/find/find.c 8.2
SCCS-vsn: usr.bin/find/main.c 8.2

30 years agolint
Keith Bostic [Fri, 1 Apr 1994 22:28:42 +0000 (14:28 -0800)]
lint

SCCS-vsn: usr.bin/find/function.c 8.5
SCCS-vsn: usr.bin/find/function.c 8.6
SCCS-vsn: usr.bin/find/misc.c 8.2

30 years agoreturn error status to main for an exit status
Keith Bostic [Fri, 1 Apr 1994 22:20:28 +0000 (14:20 -0800)]
return error status to main for an exit status

SCCS-vsn: usr.bin/find/extern.h 8.2

30 years agodate and time created 94/04/01 07:08:20 by pendry
Jan-Simon Pendry [Fri, 1 Apr 1994 22:08:20 +0000 (14:08 -0800)]
date and time created 94/04/01 07:08:20 by pendry

SCCS-vsn: usr.sbin/pwd_mkdb/pw_scan.h 8.1

30 years agoprettyness police
Jan-Simon Pendry [Fri, 1 Apr 1994 22:08:12 +0000 (14:08 -0800)]
prettyness police

SCCS-vsn: usr.sbin/pwd_mkdb/pw_scan.c 8.2

30 years agolint, prettyness police
Jan-Simon Pendry [Fri, 1 Apr 1994 22:08:01 +0000 (14:08 -0800)]
lint, prettyness police

SCCS-vsn: usr.sbin/pwd_mkdb/pwd_mkdb.c 8.2

30 years agoThe following fix adds vt220, vt320, and xterm to act like a vt100,\makes '^?' do...
Keith Bostic [Fri, 1 Apr 1994 21:58:06 +0000 (13:58 -0800)]
The following fix adds vt220, vt320, and xterm to act like a vt100,\makes '^?' do a delete instead of a new-line, and makes the arrows
keys do the right thing even if you're not in cursor-key mode.
Email: Mark_Weaver@brown.edu           | Brown University

SCCS-vsn: share/termcap/map3270 8.2

30 years agominor wordsmithing
Keith Bostic [Fri, 1 Apr 1994 21:52:28 +0000 (13:52 -0800)]
minor wordsmithing

SCCS-vsn: usr.bin/unifdef/unifdef.1 8.2

30 years agodate and time created 94/04/01 06:50:04 by pendry
Jan-Simon Pendry [Fri, 1 Apr 1994 21:50:04 +0000 (13:50 -0800)]
date and time created 94/04/01 06:50:04 by pendry

SCCS-vsn: usr.sbin/vipw/pw_util.h 8.1

30 years agoprettyness police
Jan-Simon Pendry [Fri, 1 Apr 1994 21:49:59 +0000 (13:49 -0800)]
prettyness police

SCCS-vsn: usr.sbin/vipw/vipw.c 8.2
SCCS-vsn: usr.sbin/vipw/pw_util.c 8.2

30 years agoclarificatoin
Keith Bostic [Fri, 1 Apr 1994 21:46:29 +0000 (13:46 -0800)]
clarificatoin

SCCS-vsn: usr.bin/tsort/tsort.1 8.3

30 years agocleanup, misspellings, typos
Keith Bostic [Fri, 1 Apr 1994 21:25:07 +0000 (13:25 -0800)]
cleanup, misspellings, typos

SCCS-vsn: usr.bin/split/split.1 8.2

30 years agomisspelling
Keith Bostic [Fri, 1 Apr 1994 21:10:34 +0000 (13:10 -0800)]
misspelling

SCCS-vsn: sbin/slattach/slattach.8 8.2

30 years agodelete extra EACESS
Keith Bostic [Fri, 1 Apr 1994 21:09:55 +0000 (13:09 -0800)]
delete extra EACESS

SCCS-vsn: lib/libc/sys/access.2 8.2

30 years agodon't cast the -1 to anything (especially a long)
Keith Bostic [Fri, 1 Apr 1994 21:06:45 +0000 (13:06 -0800)]
don't cast the -1 to anything (especially a long)

SCCS-vsn: sbin/restore/tape.c 8.3

30 years agoprettyness police.
Jan-Simon Pendry [Fri, 1 Apr 1994 20:40:22 +0000 (12:40 -0800)]
prettyness police.
fix error messages

SCCS-vsn: usr.bin/cal/cal.c 8.3

30 years agoprettyness police
Jan-Simon Pendry [Fri, 1 Apr 1994 20:20:35 +0000 (12:20 -0800)]
prettyness police

SCCS-vsn: bin/ls/util.c 8.2
SCCS-vsn: bin/ls/print.c 8.2
SCCS-vsn: bin/ls/ls.c 8.2
SCCS-vsn: bin/pwd/pwd.c 8.3
SCCS-vsn: bin/rm/rm.c 8.3
SCCS-vsn: bin/rmdir/rmdir.c 8.2
SCCS-vsn: bin/sleep/sleep.c 8.2
SCCS-vsn: bin/stty/stty.c 8.2
SCCS-vsn: bin/stty/key.c 8.2
SCCS-vsn: bin/stty/cchar.c 8.4
SCCS-vsn: bin/stty/gfmt.c 8.5
SCCS-vsn: bin/stty/modes.c 8.2
SCCS-vsn: bin/stty/print.c 8.4
SCCS-vsn: bin/stty/util.c 8.2
SCCS-vsn: bin/test/test.c 8.2
SCCS-vsn: bin/test/operators.c 8.2
SCCS-vsn: bin/test/operators.h 8.2
SCCS-vsn: usr.bin/apropos/apropos.c 8.6
SCCS-vsn: usr.bin/ar/misc.c 8.2
SCCS-vsn: usr.bin/ar/print.c 8.2
SCCS-vsn: usr.bin/ar/archive.h 8.2
SCCS-vsn: usr.bin/ar/contents.c 8.2
SCCS-vsn: usr.bin/ar/move.c 8.2
SCCS-vsn: usr.bin/ar/delete.c 8.2
SCCS-vsn: usr.bin/ar/extract.c 8.2
SCCS-vsn: usr.bin/ar/ar.c 8.2
SCCS-vsn: usr.bin/ar/append.c 8.2
SCCS-vsn: usr.bin/ar/archive.c 8.2
SCCS-vsn: usr.bin/ar/replace.c 8.2
SCCS-vsn: usr.bin/ar/extern.h 8.2
SCCS-vsn: usr.bin/banner/banner.c 8.2
SCCS-vsn: usr.bin/basename/basename.c 8.2

30 years agoremoved COMPAT_43 flag. the code was removed in df.c version 5.21.
Jan-Simon Pendry [Fri, 1 Apr 1994 17:06:26 +0000 (09:06 -0800)]
removed COMPAT_43 flag.  the code was removed in df.c version 5.21.

SCCS-vsn: bin/df/Makefile 8.2

30 years agoprettyness police
Jan-Simon Pendry [Fri, 1 Apr 1994 17:04:51 +0000 (09:04 -0800)]
prettyness police

SCCS-vsn: bin/df/df.c 8.6
SCCS-vsn: bin/kill/kill.c 8.2
SCCS-vsn: bin/df/df.c 8.6

30 years agochown has the same problem as all the others -- it has to know the
Keith Bostic [Fri, 1 Apr 1994 08:30:38 +0000 (00:30 -0800)]
chown has the same problem as all the others -- it has to know the
file type so it can skip symbolic links.  Therefore, it can't set FTS_NOSTAT

SCCS-vsn: usr.sbin/chown/chown.c 8.6

30 years agodoing a chflags on a directory causing a cycle is probably the
Keith Bostic [Fri, 1 Apr 1994 08:26:51 +0000 (00:26 -0800)]
doing a chflags on a directory causing a cycle is probably the
right thing to do

SCCS-vsn: usr.bin/chflags/chflags.c 8.4

30 years agodoing a chmod on a directory causing a cycle is probably the
Keith Bostic [Fri, 1 Apr 1994 08:26:31 +0000 (00:26 -0800)]
doing a chmod on a directory causing a cycle is probably the
right thing to do

SCCS-vsn: bin/chmod/chmod.c 8.7

30 years agodoing a chown on a directory causing a cycle is probably the
Keith Bostic [Fri, 1 Apr 1994 08:26:06 +0000 (00:26 -0800)]
doing a chown on a directory causing a cycle is probably the
right thing to do

SCCS-vsn: usr.sbin/chown/chown.c 8.5

30 years agoPOSIX 1003.2B/D9 symbolic links
Keith Bostic [Fri, 1 Apr 1994 08:11:14 +0000 (00:11 -0800)]
POSIX 1003.2B/D9 symbolic links

SCCS-vsn: bin/pwd/pwd.c 8.2

30 years agocheck for fts_Read error
Keith Bostic [Fri, 1 Apr 1994 08:05:11 +0000 (00:05 -0800)]
check for fts_Read error

SCCS-vsn: usr.bin/chflags/chflags.c 8.3

30 years agocheck for fts_read error
Keith Bostic [Fri, 1 Apr 1994 08:04:37 +0000 (00:04 -0800)]
check for fts_read error

SCCS-vsn: bin/chmod/chmod.c 8.6

30 years agocheck for fts_read erorr
Keith Bostic [Fri, 1 Apr 1994 08:04:10 +0000 (00:04 -0800)]
check for fts_read erorr

SCCS-vsn: usr.sbin/chown/chown.c 8.4

30 years agoPOSIX 1003.2B/D9 symbolic links
Keith Bostic [Fri, 1 Apr 1994 07:58:08 +0000 (23:58 -0800)]
POSIX 1003.2B/D9 symbolic links

SCCS-vsn: usr.bin/chflags/chflags.1 8.2
SCCS-vsn: usr.bin/chflags/chflags.c 8.2

30 years agobetter wording than no-op
Keith Bostic [Fri, 1 Apr 1994 07:55:37 +0000 (23:55 -0800)]
better wording than no-op

SCCS-vsn: usr.sbin/chown/chgrp.1 8.3
SCCS-vsn: usr.sbin/chown/chown.8 8.3

30 years agobetter wording
Keith Bostic [Fri, 1 Apr 1994 07:54:54 +0000 (23:54 -0800)]
better wording

SCCS-vsn: bin/chmod/chmod.1 8.4

30 years agodo some more error checking on the octal value
Keith Bostic [Fri, 1 Apr 1994 07:52:11 +0000 (23:52 -0800)]
do some more error checking on the octal value

SCCS-vsn: bin/chmod/chmod.c 8.5

30 years agoPOSIX 1003.2B/D9 symbolic links
Keith Bostic [Fri, 1 Apr 1994 07:32:04 +0000 (23:32 -0800)]
POSIX 1003.2B/D9 symbolic links

SCCS-vsn: bin/chmod/chmod.1 8.3
SCCS-vsn: bin/chmod/chmod.c 8.4

30 years agoclean up fts(3) return conditions
Keith Bostic [Fri, 1 Apr 1994 07:25:18 +0000 (23:25 -0800)]
clean up fts(3) return conditions

SCCS-vsn: usr.sbin/chown/chown.c 8.3

30 years agoPOSIX 1003.2B/D9 symbolic links
Keith Bostic [Fri, 1 Apr 1994 07:12:51 +0000 (23:12 -0800)]
POSIX 1003.2B/D9 symbolic links

SCCS-vsn: usr.bin/file/file.1 8.2
SCCS-vsn: usr.bin/file/file.c 8.2

30 years agoPOSIX 1003.2b/D9 symbolic links
Keith Bostic [Fri, 1 Apr 1994 07:04:07 +0000 (23:04 -0800)]
POSIX 1003.2b/D9 symbolic links

SCCS-vsn: usr.sbin/chown/chgrp.1 8.2
SCCS-vsn: usr.sbin/chown/chown.8 8.2
SCCS-vsn: usr.sbin/chown/chown.c 8.2

30 years agominor wordsmithing
Keith Bostic [Fri, 1 Apr 1994 06:48:06 +0000 (22:48 -0800)]
minor wordsmithing

SCCS-vsn: bin/ln/symlink.7 8.3

30 years agorework to reflect POSIX 1003.2 symlinks
Keith Bostic [Fri, 1 Apr 1994 03:54:46 +0000 (19:54 -0800)]
rework to reflect POSIX 1003.2 symlinks

SCCS-vsn: bin/ln/symlink.7 8.2

30 years agoimplement the POSIX 1003.2 -f flag
Keith Bostic [Fri, 1 Apr 1994 03:54:26 +0000 (19:54 -0800)]
implement the POSIX 1003.2 -f flag

SCCS-vsn: bin/ln/ln.c 8.2

30 years agoanother thought about improving performance
Mike Hibler [Fri, 1 Apr 1994 03:52:41 +0000 (19:52 -0800)]
another thought about improving performance

SCCS-vsn: sys/hp300/DOC/TODO.hp300 8.4

30 years agomake usage and man page match
Keith Bostic [Thu, 31 Mar 1994 23:53:04 +0000 (15:53 -0800)]
make usage and man page match

SCCS-vsn: games/random/random.6 8.2

30 years agomake man page and random usage match
Keith Bostic [Thu, 31 Mar 1994 23:52:23 +0000 (15:52 -0800)]
make man page and random usage match

SCCS-vsn: games/random/random.c 8.3

30 years agotypo
Keith Bostic [Thu, 31 Mar 1994 23:51:20 +0000 (15:51 -0800)]
typo

SCCS-vsn: games/random/random.c 8.2

30 years agodate and time created 94/03/31 08:50:52 by bostic
Keith Bostic [Thu, 31 Mar 1994 23:50:52 +0000 (15:50 -0800)]
date and time created 94/03/31 08:50:52 by bostic

SCCS-vsn: games/random/random.c 8.1

30 years agodate and time created 94/03/31 08:50:48 by bostic
Keith Bostic [Thu, 31 Mar 1994 23:50:48 +0000 (15:50 -0800)]
date and time created 94/03/31 08:50:48 by bostic

SCCS-vsn: games/random/random.6 8.1

30 years agodate and time created 94/03/31 08:50:43 by bostic
Keith Bostic [Thu, 31 Mar 1994 23:50:43 +0000 (15:50 -0800)]
date and time created 94/03/31 08:50:43 by bostic

SCCS-vsn: games/random/Makefile 8.1

30 years agoadd System V random
Keith Bostic [Thu, 31 Mar 1994 23:48:33 +0000 (15:48 -0800)]
add System V random

SCCS-vsn: games/Makefile 8.2

30 years agoeradicate lofs
Jan-Simon Pendry [Thu, 31 Mar 1994 23:10:54 +0000 (15:10 -0800)]
eradicate lofs

SCCS-vsn: sys/kern/vfs_conf.c 8.8

30 years agodeprecate lofs file system
Keith Bostic [Thu, 31 Mar 1994 22:47:50 +0000 (14:47 -0800)]
deprecate lofs file system

SCCS-vsn: sys/conf/files 8.8
SCCS-vsn: sys/conf/files.newconf 8.9

30 years agoKNF, add the -l flag for shell scripts
Keith Bostic [Thu, 31 Mar 1994 22:37:15 +0000 (14:37 -0800)]
KNF, add the -l flag for shell scripts

SCCS-vsn: games/number/number.6 8.2
SCCS-vsn: games/number/number.c 8.2

30 years agomove mount_lofs to /usr/src/old
Keith Bostic [Thu, 31 Mar 1994 21:16:58 +0000 (13:16 -0800)]
move mount_lofs to /usr/src/old
lofs is subsumed by either null or union depending what you are
trying to do
From: Jan-Simon Pendry <pendry@vangogh.CS.Berkeley.EDU>

SCCS-vsn: sbin/Makefile 8.5

30 years agolast checkin missed internal mount_ufs support.
Jan-Simon Pendry [Thu, 31 Mar 1994 20:43:18 +0000 (12:43 -0800)]
last checkin missed internal mount_ufs support.
added it back.

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

30 years agosigset_t is unsigned, and sigemptyset should return an int
Keith Bostic [Thu, 31 Mar 1994 05:24:54 +0000 (21:24 -0800)]
sigset_t is unsigned, and sigemptyset should return an int

SCCS-vsn: include/signal.h 8.3

30 years agochange tsort to not look for the longest cycle (add a -l flag for
Keith Bostic [Thu, 31 Mar 1994 05:19:09 +0000 (21:19 -0800)]
change tsort to not look for the longest cycle (add a -l flag for
users that actually want the longest cycle).  This is backward compatible
with historic tsort, it didn't find the longest cycle either.
This provides a major speedup for some tsort runs.
From: christos@deshaw.com (Christos Zoulas)

SCCS-vsn: usr.bin/tsort/tsort.1 8.2
SCCS-vsn: usr.bin/tsort/tsort.c 8.2

30 years ago1983 typo...
Keith Bostic [Thu, 31 Mar 1994 04:24:03 +0000 (20:24 -0800)]
1983 typo...
From: Andras Olah <olah@cs.utwente.nl>

SCCS-vsn: libexec/getty/gettytab.h 8.2

30 years agolint, ubig is an unsigned long
Keith Bostic [Thu, 31 Mar 1994 04:20:43 +0000 (20:20 -0800)]
lint, ubig is an unsigned long

SCCS-vsn: games/factor/factor.c 8.3

30 years agosecurity problem symbolic link fix
Keith Bostic [Thu, 31 Mar 1994 04:05:00 +0000 (20:05 -0800)]
security problem symbolic link fix

SCCS-vsn: usr.sbin/lpr/lpr/lpr.c 8.3

30 years agoprettiness police
Keith Bostic [Wed, 30 Mar 1994 21:44:48 +0000 (13:44 -0800)]
prettiness police

SCCS-vsn: sbin/mount_lfs/mount_lfs.8 8.5

30 years agoadd LFS references
Keith Bostic [Wed, 30 Mar 1994 21:18:04 +0000 (13:18 -0800)]
add LFS references

SCCS-vsn: sbin/mount_lfs/mount_lfs.8 8.4

30 years agoneeds stdio.h for EOF
Keith Bostic [Wed, 30 Mar 1994 20:19:21 +0000 (12:19 -0800)]
needs stdio.h for EOF

SCCS-vsn: admin/style/getopt 5.4

30 years agoadded binary code to Keith's sentence per Mary's request
BSD Tape Makers [Tue, 29 Mar 1994 06:39:23 +0000 (22:39 -0800)]
added binary code to Keith's sentence per Mary's request

SCCS-vsn: admin/admin/4.4BSD-Lite/Cover 1.7

30 years agoMary MacDonald wanted paragraph 15 changed to note both Exhibits A & B
Keith Bostic [Tue, 29 Mar 1994 05:15:55 +0000 (21:15 -0800)]
Mary MacDonald wanted paragraph 15 changed to note both Exhibits A & B

SCCS-vsn: admin/admin/4.4BSD-Lite/license 1.13

30 years agonote that 4.4BSD follows symbolic links
Keith Bostic [Tue, 29 Mar 1994 04:29:13 +0000 (20:29 -0800)]
note that 4.4BSD follows symbolic links

SCCS-vsn: lib/libc/sys/chown.2 8.3

30 years agochange chown(2) to follow symbolic links
Keith Bostic [Tue, 29 Mar 1994 04:21:19 +0000 (20:21 -0800)]
change chown(2) to follow symbolic links

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

30 years agoThis is all stuff first added in 4.2BSD, according to Mike Karels.
Keith Bostic [Tue, 29 Mar 1994 01:00:49 +0000 (17:00 -0800)]
This is all stuff first added in 4.2BSD, according to Mike Karels.

SCCS-vsn: sys/sys/ioccom.h 8.2

30 years agoLost Jeff Forys' changes to keep from leaving two slashes in the
Keith Bostic [Mon, 28 Mar 1994 23:25:28 +0000 (15:25 -0800)]
Lost Jeff Forys' changes to keep from leaving two slashes in the
pathname (rev 5.4) when bought back Donn's changes in 8.2

SCCS-vsn: lib/libc/stdio/tmpnam.c 8.3

30 years agoshouldn't be a colon after the program name
Keith Bostic [Mon, 28 Mar 1994 23:21:41 +0000 (15:21 -0800)]
shouldn't be a colon after the program name
From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

SCCS-vsn: admin/style/getopt 5.3

30 years agouse the cchars1 array instead of listing the options
Keith Bostic [Mon, 28 Mar 1994 23:20:17 +0000 (15:20 -0800)]
use the cchars1 array instead of listing the options
From: Charles Hannum <mycroft@sun-lamp.cs.berkeley.edu>

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

30 years agofix address bounds check
Keith Bostic [Mon, 28 Mar 1994 23:07:28 +0000 (15:07 -0800)]
fix address bounds check
From: ralphc@pyramid.com (Ralph Campbell)

SCCS-vsn: sys/pmax/pmax/mem.c 8.2

30 years agofix compiler warning
Keith Bostic [Mon, 28 Mar 1994 23:06:34 +0000 (15:06 -0800)]
fix compiler warning
From: ralphc@pyramid.com (Ralph Campbell)

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

30 years agolint
Keith Bostic [Mon, 28 Mar 1994 23:04:51 +0000 (15:04 -0800)]
lint

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

30 years agoThe 'for' loop checks the contents of cp w/o ever checking that
Keith Bostic [Mon, 28 Mar 1994 23:03:12 +0000 (15:03 -0800)]
The 'for' loop checks the contents of cp w/o ever checking that
it's not NULL.
From: "Chris G. Demetriou" <cgd@sun-lamp.cs.berkeley.edu>

SCCS-vsn: sbin/dump/main.c 8.3

30 years agosort options, use a table for the flags, not a literal
Keith Bostic [Mon, 28 Mar 1994 22:57:53 +0000 (14:57 -0800)]
sort options, use a table for the flags, not a literal

SCCS-vsn: usr.bin/netstat/netstat.1 8.7

30 years agobreak termios.h, ioctl.h up into filio.h, sockio.h, ttycom.h
Keith Bostic [Mon, 28 Mar 1994 22:34:13 +0000 (14:34 -0800)]
break termios.h, ioctl.h up into filio.h, sockio.h, ttycom.h
termios.h, ioccom.h and ioctl.h, a la SunOS
date and time created 94/03/28 07:34:13 by bostic

SCCS-vsn: sys/sys/ttycom.h 8.1

30 years agobreak termios.h, ioctl.h up into filio.h, sockio.h, ttycom.h
Keith Bostic [Mon, 28 Mar 1994 22:34:06 +0000 (14:34 -0800)]
break termios.h, ioctl.h up into filio.h, sockio.h, ttycom.h
termios.h, ioccom.h and ioctl.h, a la SunOS
date and time created 94/03/28 07:34:06 by bostic

SCCS-vsn: sys/sys/ioccom.h 8.1

30 years agobreak termios.h, ioctl.h up into filio.h, sockio.h, ttycom.h
Keith Bostic [Mon, 28 Mar 1994 22:33:59 +0000 (14:33 -0800)]
break termios.h, ioctl.h up into filio.h, sockio.h, ttycom.h
termios.h, ioccom.h and ioctl.h, a la SunOS
date and time created 94/03/28 07:33:59 by bostic

SCCS-vsn: sys/sys/sockio.h 8.1

30 years agobreak termios.h, ioctl.h up into filio.h, sockio.h, ttycom.h
Keith Bostic [Mon, 28 Mar 1994 22:33:53 +0000 (14:33 -0800)]
break termios.h, ioctl.h up into filio.h, sockio.h, ttycom.h
termios.h, ioccom.h and ioctl.h, a la SunOS
date and time created 94/03/28 07:33:53 by bostic

SCCS-vsn: sys/sys/filio.h 8.1

30 years agobreak termios.h, ioctl.h up into filio.h, sockio.h, ttycom.h
Keith Bostic [Mon, 28 Mar 1994 22:33:29 +0000 (14:33 -0800)]
break termios.h, ioctl.h up into filio.h, sockio.h, ttycom.h
termios.h, ioccom.h and ioctl.h, a la SunOS

SCCS-vsn: sys/sys/termios.h 8.3
SCCS-vsn: sys/sys/ioctl.h 8.6

30 years agofix typo "exec" -> "force"
Jan-Simon Pendry [Mon, 28 Mar 1994 14:05:04 +0000 (06:05 -0800)]
fix typo "exec" -> "force"

SCCS-vsn: sbin/mount/mntopts.h 8.3

30 years agoyet more flags, document getting ISO specific stats
Keith Sklower [Mon, 28 Mar 1994 13:22:03 +0000 (05:22 -0800)]
yet more flags, document getting ISO specific stats

SCCS-vsn: usr.bin/netstat/netstat.1 8.6

30 years agodocument new flags
Keith Sklower [Mon, 28 Mar 1994 12:38:14 +0000 (04:38 -0800)]
document new flags

SCCS-vsn: share/man/man4/route.4 8.3

30 years agotypo
Keith Bostic [Mon, 28 Mar 1994 06:42:44 +0000 (22:42 -0800)]
typo

SCCS-vsn: sbin/mount/mount.8 8.7

30 years agoRick Macklem notes that NFS should get MNT_RDONLY and MNT_UPDATE
Keith Bostic [Mon, 28 Mar 1994 06:42:34 +0000 (22:42 -0800)]
Rick Macklem notes that NFS should get MNT_RDONLY and MNT_UPDATE
add MNT_FORCE so that MNT_UPDATE can be forced

SCCS-vsn: sbin/mount_nfs/mount_nfs.c 8.3

30 years agomake async, sync match between .h and man page
Keith Bostic [Mon, 28 Mar 1994 06:00:45 +0000 (22:00 -0800)]
make async, sync match between .h and man page

SCCS-vsn: sbin/mount/mntopts.h 8.2
SCCS-vsn: sbin/mount/mount.8 8.6

30 years agoUFS supports sync, sync
Keith Bostic [Mon, 28 Mar 1994 05:59:47 +0000 (21:59 -0800)]
UFS supports sync, sync

SCCS-vsn: sbin/mount/mount_ufs.c 8.2

30 years agoJan-Simon Pendry's and my new mount code
Keith Bostic [Mon, 28 Mar 1994 04:47:34 +0000 (20:47 -0800)]
Jan-Simon Pendry's and my new mount code

SCCS-vsn: sbin/newfs/Makefile 8.2
SCCS-vsn: sbin/newfs/newfs.8 8.3
SCCS-vsn: sbin/newfs/newfs.c 8.6

30 years agolint
Jan-Simon Pendry [Mon, 28 Mar 1994 04:45:58 +0000 (20:45 -0800)]
lint

SCCS-vsn: sbin/mount_portal/activate.c 8.2

30 years agomissing #includes
Jan-Simon Pendry [Mon, 28 Mar 1994 04:45:42 +0000 (20:45 -0800)]
missing #includes

SCCS-vsn: sbin/mount_portal/pt_file.c 8.2
SCCS-vsn: sbin/mount_portal/pt_tcp.c 8.3