unix-history/.git
31 years agoMNT_NOFORCE is gone
Kirk McKusick [Sat, 23 Jan 1993 08:18:19 +0000 (00:18 -0800)]
MNT_NOFORCE is gone

SCCS-vsn: usr.sbin/amd/amd/umount_fs.c 5.5

31 years agono more MNT_NOFORCE
Kirk McKusick [Sat, 23 Jan 1993 08:14:01 +0000 (00:14 -0800)]
no more MNT_NOFORCE

SCCS-vsn: sbin/umount/umount.c 5.18

31 years agoMNT_NOFORCE is gone
Kirk McKusick [Sat, 23 Jan 1993 08:11:43 +0000 (00:11 -0800)]
MNT_NOFORCE is gone

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

31 years agonames may be up to NAME_MAX
Kirk McKusick [Sat, 23 Jan 1993 07:56:36 +0000 (23:56 -0800)]
names may be up to NAME_MAX

SCCS-vsn: sys/kern/vfs_lookup.c 7.46

31 years agohave to push the dirty page back to mpool, before the sync, so that it
Keith Bostic [Sat, 23 Jan 1993 03:51:28 +0000 (19:51 -0800)]
have to push the dirty page back to mpool, before the sync, so that it
gets written to disk.  Then, re-pin the page, and modify it.  The MPOOL_DIRTY
bit may not be "correct" for the second mpool_put, but since the BTF_DELCRSR
bit is set, it shouldn't matter

SCCS-vsn: lib/libc/db/btree/bt_close.c 5.8

31 years agohave to push the dirty page out, or won't get sync'd
Keith Bostic [Sat, 23 Jan 1993 03:39:19 +0000 (19:39 -0800)]
have to push the dirty page out, or won't get sync'd

SCCS-vsn: lib/libc/db/btree/bt_close.c 5.8

31 years agoadd clean: rule
Eric Allman [Fri, 22 Jan 1993 23:29:59 +0000 (15:29 -0800)]
add clean: rule

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dist 6.4

31 years agoadd sys/ to NEWS ioconf includes
Kirk McKusick [Fri, 22 Jan 1993 09:10:32 +0000 (01:10 -0800)]
add sys/ to NEWS ioconf includes

SCCS-vsn: usr.sbin/config/mkioconf.c 5.27

31 years agoNULL is not always a valid kernel address
Kirk McKusick [Fri, 22 Jan 1993 09:08:02 +0000 (01:08 -0800)]
NULL is not always a valid kernel address

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

31 years agouse snprintf(3), it's safer than sprintf(3)
Keith Bostic [Fri, 22 Jan 1993 07:36:56 +0000 (23:36 -0800)]
use snprintf(3), it's safer than sprintf(3)

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

31 years agomake certain everything makes before creating tar files
Eric Allman [Fri, 22 Jan 1993 07:31:17 +0000 (23:31 -0800)]
make certain everything makes before creating tar files

SCCS-vsn: usr.sbin/sendmail/Makefile 6.4

31 years agoexplain some more things.....
Eric Allman [Fri, 22 Jan 1993 07:31:03 +0000 (23:31 -0800)]
explain some more things.....

SCCS-vsn: usr.sbin/sendmail/READ_ME 6.3

31 years agoprotect against multiple inclusion
Keith Bostic [Fri, 22 Jan 1993 07:28:22 +0000 (23:28 -0800)]
protect against multiple inclusion

SCCS-vsn: sys/hp300/include/stdarg.h 7.4
SCCS-vsn: sys/pmax/include/stdarg.h 7.3

31 years agofix/clarify some points
Eric Allman [Fri, 22 Jan 1993 07:19:56 +0000 (23:19 -0800)]
fix/clarify some points

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 6.8

31 years agomore environment problems; limit resource exhaustion; fix incorrect
Eric Allman [Fri, 22 Jan 1993 07:18:58 +0000 (23:18 -0800)]
more environment problems; limit resource exhaustion; fix incorrect
name in Connection timed out message; ANSI C fixes; log message sender on
returned mail during queue run; count recipients properly; fix YP code;
diagnose "message timed out" properly

SCCS-vsn: usr.sbin/sendmail/src/headers.c 6.5
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.3
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 6.3
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.9
SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.4
SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 6.3
SCCS-vsn: usr.sbin/sendmail/src/err.c 6.2
SCCS-vsn: usr.sbin/sendmail/src/collect.c 6.3
SCCS-vsn: usr.sbin/sendmail/src/version.c 6.12
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.3
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.3
SCCS-vsn: usr.sbin/sendmail/src/util.c 6.4
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.10
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.5
SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.10
SCCS-vsn: usr.sbin/sendmail/src/map.c 6.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dist 6.3

31 years agoFix the interaction between the -u and -U
Dave A. Borman [Fri, 22 Jan 1993 06:27:44 +0000 (22:27 -0800)]
Fix the interaction between the -u and -U
options.  The way the code was written, if the -U option
was used, access would be denied to hosts whose hostname
was too long to fit into the ut_host field of the utmp
structure.  This changes it so that the -U option only
denies access to those sites that the reverse name lookup
fails on, and it doesn't take into account whether or not
the hostname can be copied into the ut_host field without
truncation.

SCCS-vsn: libexec/telnetd/telnetd.c 5.51

31 years agoNow enableclock is not used
Kazumasa Utashiro [Thu, 21 Jan 1993 18:52:15 +0000 (10:52 -0800)]
Now enableclock is not used

SCCS-vsn: sys/news3400/news3400/clock.c 7.6

31 years agoChange to share cpu.h with pmax
Kazumasa Utashiro [Thu, 21 Jan 1993 18:50:10 +0000 (10:50 -0800)]
Change to share cpu.h with pmax

SCCS-vsn: sys/news3400/news3400/autoconf.c 7.4

31 years agoadded -Unews3800 -Unews3700 -Dmips for cross compile
Kazumasa Utashiro [Thu, 21 Jan 1993 18:42:08 +0000 (10:42 -0800)]
added -Unews3800 -Unews3700 -Dmips for cross compile

SCCS-vsn: sys/news3400/conf/Makefile.news3400 7.11

31 years agolatest from Tom Skibo, based on Dave Borman's comments.
Andrew Cherenson [Thu, 21 Jan 1993 12:33:21 +0000 (04:33 -0800)]
latest from Tom Skibo, based on Dave Borman's comments.

SCCS-vsn: sys/netinet/tcp_input.c 7.31

31 years agobreak up the distribution
Eric Allman [Thu, 21 Jan 1993 08:50:14 +0000 (00:50 -0800)]
break up the distribution

SCCS-vsn: usr.sbin/sendmail/Makefile 6.3

31 years agorandom clarity updates
Eric Allman [Thu, 21 Jan 1993 05:43:01 +0000 (21:43 -0800)]
random clarity updates

SCCS-vsn: usr.sbin/sendmail/READ_ME 6.2

31 years agos2000 => s2k
Eric Allman [Thu, 21 Jan 1993 05:38:33 +0000 (21:38 -0800)]
s2000 => s2k

SCCS-vsn: usr.sbin/sendmail/cf/cf/s2k-ultrix4.mc 6.2
SCCS-vsn: usr.sbin/sendmail/cf/cf/s2k-osf1.mc 6.2

31 years agodelete extra copyright notice
Keith Bostic [Thu, 21 Jan 1993 05:24:10 +0000 (21:24 -0800)]
delete extra copyright notice

SCCS-vsn: lib/libtelnet/getent.c 5.3

31 years agodelete extra Berkeley copyright notice
Keith Bostic [Thu, 21 Jan 1993 05:23:13 +0000 (21:23 -0800)]
delete extra Berkeley copyright notice

SCCS-vsn: lib/libtelnet/misc.c 5.3

31 years agofix problem with address delimitor inside quotes; define $k and $=k
Eric Allman [Thu, 21 Jan 1993 05:22:05 +0000 (21:22 -0800)]
fix problem with address delimitor inside quotes; define $k and $=k
to be the name (from the uname call)

SCCS-vsn: usr.sbin/sendmail/src/macro.c 6.3
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.8
SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.3
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.9
SCCS-vsn: usr.sbin/sendmail/src/version.c 6.11
SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.9

31 years agoput getmxrr on NAMED_BIND
Eric Allman [Thu, 21 Jan 1993 05:20:43 +0000 (21:20 -0800)]
put getmxrr on NAMED_BIND

SCCS-vsn: usr.sbin/sendmail/src/udb.c 6.2

31 years ago*really* define $k
Eric Allman [Thu, 21 Jan 1993 05:18:10 +0000 (21:18 -0800)]
*really* define $k

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 6.7

31 years agouse $k as UUCP node name instead of $U
Eric Allman [Thu, 21 Jan 1993 05:16:02 +0000 (21:16 -0800)]
use $k as UUCP node name instead of $U

SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 6.2
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 6.3

31 years agodocument $k and $=k
Eric Allman [Thu, 21 Jan 1993 05:12:19 +0000 (21:12 -0800)]
document $k and $=k

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 6.6

31 years agoshould probably lock keyed databases when reading
Eric Allman [Thu, 21 Jan 1993 05:08:51 +0000 (21:08 -0800)]
should probably lock keyed databases when reading

SCCS-vsn: usr.sbin/sendmail/src/TODO 6.2

31 years agodate and time created 93/01/20 12:52:11 by dab
Dave A. Borman [Thu, 21 Jan 1993 04:52:11 +0000 (20:52 -0800)]
date and time created 93/01/20 12:52:11 by dab

SCCS-vsn: lib/libtelnet/krb4encpwd.c 5.1

31 years agodate and time created 93/01/20 12:52:10 by dab
Dave A. Borman [Thu, 21 Jan 1993 04:52:10 +0000 (20:52 -0800)]
date and time created 93/01/20 12:52:10 by dab

SCCS-vsn: lib/libtelnet/read_password.c 5.1
SCCS-vsn: lib/libtelnet/rsaencpwd.c 5.1

31 years agodate and time created 93/01/20 12:51:45 by dab
Dave A. Borman [Thu, 21 Jan 1993 04:51:45 +0000 (20:51 -0800)]
date and time created 93/01/20 12:51:45 by dab

SCCS-vsn: lib/libtelnet/spx.c 5.1

31 years agofixed console input bugs
Akito Fujita [Thu, 21 Jan 1993 01:17:05 +0000 (17:17 -0800)]
fixed console input bugs

SCCS-vsn: sys/luna68k/stand/sio.c 7.2

31 years agoadded frame entry
Akito Fujita [Thu, 21 Jan 1993 01:16:10 +0000 (17:16 -0800)]
added frame entry

SCCS-vsn: sys/luna68k/stand/romvec.h 7.2

31 years agoadded restoring number of planes
Akito Fujita [Thu, 21 Jan 1993 01:15:05 +0000 (17:15 -0800)]
added restoring number of planes

SCCS-vsn: sys/luna68k/stand/init_main.c 7.4

31 years agorecoded kbd_decode()
Akito Fujita [Thu, 21 Jan 1993 01:13:55 +0000 (17:13 -0800)]
recoded kbd_decode()

SCCS-vsn: sys/luna68k/stand/kbd.c 7.2

31 years agoadded BM board checking
Akito Fujita [Thu, 21 Jan 1993 01:13:05 +0000 (17:13 -0800)]
added BM board checking

SCCS-vsn: sys/luna68k/stand/bmc.c 7.2

31 years agoFixed wrong header
Kazumasa Utashiro [Wed, 20 Jan 1993 16:28:56 +0000 (08:28 -0800)]
Fixed wrong header

SCCS-vsn: sys/news3400/bm/vt100.c 7.4

31 years agoFixed wrong headers.
Kazumasa Utashiro [Wed, 20 Jan 1993 16:28:08 +0000 (08:28 -0800)]
Fixed wrong headers.

SCCS-vsn: sys/news3400/if/if_news.c 7.4

31 years agoDon't include sys/sys by default.
Kazumasa Utashiro [Wed, 20 Jan 1993 16:27:11 +0000 (08:27 -0800)]
Don't include sys/sys by default.

SCCS-vsn: sys/news3400/conf/Makefile.news3400 7.10

31 years agoChanged active queue structure.
Kazumasa Utashiro [Wed, 20 Jan 1993 16:25:36 +0000 (08:25 -0800)]
Changed active queue structure.

SCCS-vsn: sys/news3400/iodev/sd.c 7.4

31 years agoRemoved unnecessary staff
Kazumasa Utashiro [Wed, 20 Jan 1993 16:24:10 +0000 (08:24 -0800)]
Removed unnecessary staff

SCCS-vsn: sys/news3400/sio/scc.conf 7.2

31 years agoRemoved unnecessary staff.
Kazumasa Utashiro [Wed, 20 Jan 1993 16:23:17 +0000 (08:23 -0800)]
Removed unnecessary staff.

SCCS-vsn: sys/news3400/sio/scc.c 7.3

31 years agoSame changes as pmax.
Kazumasa Utashiro [Wed, 20 Jan 1993 16:22:02 +0000 (08:22 -0800)]
Same changes as pmax.

SCCS-vsn: sys/news3400/news3400/machdep.c 7.7
SCCS-vsn: sys/news3400/news3400/trap.c 7.6

31 years agoChanged signal trampoline code.
Kazumasa Utashiro [Wed, 20 Jan 1993 16:18:29 +0000 (08:18 -0800)]
Changed signal trampoline code.
Fixed MachTLBMissException code.

SCCS-vsn: sys/news3400/news3400/locore.s 7.6

31 years agoRemoved unnecessary lines.
Kazumasa Utashiro [Wed, 20 Jan 1993 16:15:07 +0000 (08:15 -0800)]
Removed unnecessary lines.

SCCS-vsn: sys/news3400/news3400/genassym.c 7.4

31 years agoFixed wrong comment.
Kazumasa Utashiro [Wed, 20 Jan 1993 16:13:40 +0000 (08:13 -0800)]
Fixed wrong comment.

SCCS-vsn: sys/news3400/fb/fbbm_253.c 7.3

31 years agoUse COPY_SIGCODE
Kazumasa Utashiro [Wed, 20 Jan 1993 16:11:27 +0000 (08:11 -0800)]
Use COPY_SIGCODE

SCCS-vsn: sys/news3400/include/cpu.h 7.4

31 years agoFixed wrong header file.
Kazumasa Utashiro [Wed, 20 Jan 1993 16:10:19 +0000 (08:10 -0800)]
Fixed wrong header file.

SCCS-vsn: sys/news3400/bm/bmcons.c 7.4

31 years agocheck in for Marc
Marc Teitelbaum [Wed, 20 Jan 1993 14:57:24 +0000 (06:57 -0800)]
check in for Marc

SCCS-vsn: share/man/man4/termios.4 5.4

31 years agofix the copyright notice, make the style consistent
Keith Bostic [Wed, 20 Jan 1993 10:51:49 +0000 (02:51 -0800)]
fix the copyright notice, make the style consistent

SCCS-vsn: lib/libc/stdlib/qsort.c 5.14

31 years agoon a copy symlinks were being incorrectly modified.
Keith Muller [Wed, 20 Jan 1993 05:47:29 +0000 (21:47 -0800)]
on a copy symlinks were being incorrectly modified.

SCCS-vsn: bin/pax/pat_rep.c 1.2

31 years agoproperly scale value read from HW in microtime
Mike Hibler [Wed, 20 Jan 1993 05:08:32 +0000 (21:08 -0800)]
properly scale value read from HW in microtime

SCCS-vsn: sys/hp300/hp300/clock.c 7.18

31 years agoAdd in knowledge of RESTART-ANY and
Dave A. Borman [Wed, 20 Jan 1993 04:53:11 +0000 (20:53 -0800)]
Add in knowledge of RESTART-ANY and
RESTART-XON in the option printing code where
it prints out flow control suboptions.

SCCS-vsn: usr.bin/telnet/utilities.c 5.6

31 years agoFix up the code that deals with the
Dave A. Borman [Wed, 20 Jan 1993 04:47:21 +0000 (20:47 -0800)]
Fix up the code that deals with the
flowcontrol option to properly deal with the
RESTART_ANY and RESTART_XON suboptions.

SCCS-vsn: libexec/telnetd/telnetd.c 5.50
SCCS-vsn: libexec/telnetd/termstat.c 5.12
SCCS-vsn: libexec/telnetd/utility.c 5.10
SCCS-vsn: libexec/telnetd/state.c 5.12
SCCS-vsn: libexec/telnetd/sys_term.c 5.19

31 years agoadd KIFF_SIZE macro
Akito Fujita [Tue, 19 Jan 1993 11:16:49 +0000 (03:16 -0800)]
add KIFF_SIZE macro

SCCS-vsn: sys/luna68k/luna68k/genassym.c 7.5

31 years agosave parameters from boot program
Akito Fujita [Tue, 19 Jan 1993 11:15:05 +0000 (03:15 -0800)]
save parameters from boot program

SCCS-vsn: sys/luna68k/luna68k/locore.s 7.9

31 years agosave DIPSW setup
Akito Fujita [Tue, 19 Jan 1993 11:13:06 +0000 (03:13 -0800)]
save DIPSW setup

SCCS-vsn: sys/luna68k/stand/init_main.c 7.3

31 years agoadd some member to struct KernInter
Akito Fujita [Tue, 19 Jan 1993 11:11:58 +0000 (03:11 -0800)]
add some member to struct KernInter

SCCS-vsn: sys/luna68k/include/stinger.h 7.3

31 years agoGo back to using the global "pty" variable
Dave A. Borman [Tue, 19 Jan 1993 07:19:39 +0000 (23:19 -0800)]
Go back to using the global "pty" variable
instead of the "ttyfd" variable that was put in for
streams pty support on Suns.  (The ttyfd stuff is
now just an ifdef.)  This change fixes a problem where
telnetd was not coming up in linemode properly.

SCCS-vsn: libexec/telnetd/sys_term.c 5.18

31 years agodocument MAIL_HUB
Eric Allman [Tue, 19 Jan 1993 06:41:48 +0000 (22:41 -0800)]
document MAIL_HUB

SCCS-vsn: usr.sbin/sendmail/cf/README 6.2

31 years agouse full domain names as appropriate; clarify some sections
Eric Allman [Tue, 19 Jan 1993 06:41:05 +0000 (22:41 -0800)]
use full domain names as appropriate; clarify some sections

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 6.5

31 years agoimplement arpatounix; log more info; allow nested $?...$|...$.;
Eric Allman [Tue, 19 Jan 1993 06:32:29 +0000 (22:32 -0800)]
implement arpatounix; log more info; allow nested $?...$|...$.;
POSIX compatibility; handle SMTP MAIL command errors properly;
do early diagnosis of .cf errors; adjust checkpointing; misc bugs

SCCS-vsn: usr.sbin/sendmail/src/headers.c 6.4
SCCS-vsn: usr.sbin/sendmail/src/macro.c 6.2
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.7
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.2
SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 6.2
SCCS-vsn: usr.sbin/sendmail/src/version.c 6.10
SCCS-vsn: usr.sbin/sendmail/src/util.c 6.3
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.4
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.9
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.4

31 years agoFixed bug in tail recursion elimination.
Elan Amir [Tue, 19 Jan 1993 06:11:50 +0000 (22:11 -0800)]
Fixed bug in tail recursion elimination.

SCCS-vsn: lib/libc/stdlib/qsort.c 5.13

31 years agoip mcast bug fix from mccanne@ee.lbl.gov
Andrew Cherenson [Tue, 19 Jan 1993 04:54:12 +0000 (20:54 -0800)]
ip mcast bug fix from mccanne@ee.lbl.gov

SCCS-vsn: sys/netinet/udp_usrreq.c 7.28

31 years agocan't have a global "hashp", pass it around as an argument
Keith Bostic [Mon, 18 Jan 1993 08:20:24 +0000 (00:20 -0800)]
can't have a global "hashp", pass it around as an argument
change default_hash to __default_hash for the same reason

SCCS-vsn: lib/libc/db/hash/extern.h 5.3
SCCS-vsn: lib/libc/db/hash/hash.c 5.30
SCCS-vsn: lib/libc/db/hash/hash_bigkey.c 5.8
SCCS-vsn: lib/libc/db/hash/hash_buf.c 5.11
SCCS-vsn: lib/libc/db/hash/hash_func.c 5.3
SCCS-vsn: lib/libc/db/hash/hash_page.c 5.23

31 years agoadd e_nsent
Eric Allman [Mon, 18 Jan 1993 01:15:15 +0000 (17:15 -0800)]
add e_nsent

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.7

31 years agopax could create a archive with just a trailer if no files selected.
Keith Muller [Sun, 17 Jan 1993 15:48:40 +0000 (07:48 -0800)]
pax could create a archive with just a trailer if no files selected.

SCCS-vsn: bin/pax/ar_subs.c 1.4
SCCS-vsn: bin/pax/ar_io.c 1.4

31 years agomissed a couple of typos in the last deltas
Keith Muller [Sun, 17 Jan 1993 15:44:12 +0000 (07:44 -0800)]
missed a couple of typos in the last deltas

SCCS-vsn: bin/pax/ftree.c 1.3

31 years agothe list of command line files not selected was not being printed.
Keith Muller [Sun, 17 Jan 1993 13:32:42 +0000 (05:32 -0800)]
the list of command line files not selected was not being printed.

SCCS-vsn: bin/pax/ftree.c 1.2

31 years agomade copyright a static
Keith Muller [Sun, 17 Jan 1993 08:37:34 +0000 (00:37 -0800)]
made copyright a static

SCCS-vsn: bin/pax/pax.c 1.3
SCCS-vsn: bin/pax/extern.h 1.3

31 years agorewrote tape append operations using Donn Seeleys (BSDI) suggestion.
Keith Muller [Sun, 17 Jan 1993 08:30:25 +0000 (00:30 -0800)]
rewrote tape append operations using Donn Seeleys (BSDI) suggestion.

SCCS-vsn: bin/pax/ar_io.c 1.3

31 years agoappend archive reading is lengthy. if verbose tell user whats up.
Keith Muller [Sun, 17 Jan 1993 06:43:08 +0000 (22:43 -0800)]
append archive reading is lengthy. if verbose tell user whats up.

SCCS-vsn: bin/pax/ar_subs.c 1.3

31 years agowas testing artyp before it was set. test was not needed.
Keith Muller [Sun, 17 Jan 1993 06:41:46 +0000 (22:41 -0800)]
was testing artyp before it was set. test was not needed.

SCCS-vsn: bin/pax/sel_subs.c 1.3

31 years agosimplify the readdir loop (from Marc)
Keith Bostic [Sun, 17 Jan 1993 04:37:05 +0000 (20:37 -0800)]
simplify the readdir loop (from Marc)

SCCS-vsn: lib/libc/gen/directory.3 6.8

31 years agomake it work again
Mike Hibler [Sat, 16 Jan 1993 08:05:38 +0000 (00:05 -0800)]
make it work again

SCCS-vsn: sbin/ncheck/ncheck.c 5.17

31 years agofixed a typo
Keith Muller [Sat, 16 Jan 1993 06:10:36 +0000 (22:10 -0800)]
fixed a typo

SCCS-vsn: bin/pax/cache.c 1.2

31 years agoFixed bug in cspace -- precdence of == is less that '+'.
Elan Amir [Sat, 16 Jan 1993 05:53:08 +0000 (21:53 -0800)]
Fixed bug in cspace -- precdence of == is less that '+'.

SCCS-vsn: usr.bin/sed/process.c 5.12

31 years agoAdded colons.
Elan Amir [Sat, 16 Jan 1993 04:21:25 +0000 (20:21 -0800)]
Added colons.

SCCS-vsn: lib/libcurses/PSD.doc/fns.doc 1.6

31 years agoFixed bug in traverse() that caused empty directories and permission
Elan Amir [Sat, 16 Jan 1993 03:00:46 +0000 (19:00 -0800)]
Fixed bug in traverse() that caused empty directories and permission
errors to look the same.

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

31 years agoDeleted ex1.c. Referred user to source code.
Elan Amir [Sat, 16 Jan 1993 02:32:26 +0000 (18:32 -0800)]
Deleted ex1.c.  Referred user to source code.

SCCS-vsn: lib/libcurses/PSD.doc/appen.A 6.7

31 years agoCross reference font fix.
Elan Amir [Sat, 16 Jan 1993 02:31:49 +0000 (18:31 -0800)]
Cross reference font fix.

SCCS-vsn: lib/libcurses/PSD.doc/intro.5 6.8

31 years agoSemicolons in 'w' fns (no commas).
Elan Amir [Sat, 16 Jan 1993 02:31:04 +0000 (18:31 -0800)]
Semicolons in 'w' fns (no commas).

SCCS-vsn: lib/libcurses/PSD.doc/fns.doc 1.5

31 years agodate and time created 93/01/15 10:14:57 by elan
Elan Amir [Sat, 16 Jan 1993 02:14:57 +0000 (18:14 -0800)]
date and time created 93/01/15 10:14:57 by elan

SCCS-vsn: lib/libcurses/EXAMPLES/ex1.c 1.1

31 years agoFixed problem in .Fn -- parethesees not italic.
Elan Amir [Sat, 16 Jan 1993 02:08:55 +0000 (18:08 -0800)]
Fixed problem in .Fn -- parethesees not italic.

SCCS-vsn: lib/libcurses/PSD.doc/macros 6.7

31 years agoemit correct syntax
Chris Torek [Fri, 15 Jan 1993 16:06:29 +0000 (08:06 -0800)]
emit correct syntax

SCCS-vsn: usr.sbin/config.new/mkioconf.c 5.2

31 years agoTRUE/FALSE --> non-zero/zero. Fixed typos.
Elan Amir [Fri, 15 Jan 1993 10:47:07 +0000 (02:47 -0800)]
TRUE/FALSE --> non-zero/zero.  Fixed typos.

SCCS-vsn: lib/libcurses/PSD.doc/fns.doc 1.4

31 years ago(no message)
Elan Amir [Fri, 15 Jan 1993 10:46:18 +0000 (02:46 -0800)]
(no message)

SCCS-vsn: lib/libcurses/PSD.doc/intro.5 6.7

31 years agoFixed typos.
Elan Amir [Fri, 15 Jan 1993 10:46:07 +0000 (02:46 -0800)]
Fixed typos.

SCCS-vsn: lib/libcurses/PSD.doc/intro.3 6.7

31 years agoFixed indentation problem
Elan Amir [Fri, 15 Jan 1993 10:45:47 +0000 (02:45 -0800)]
Fixed indentation problem

SCCS-vsn: lib/libcurses/PSD.doc/intro.1 6.6

31 years agoDeleted life.c and twinkle2.c. Reorganized the examples section.
Elan Amir [Fri, 15 Jan 1993 10:04:33 +0000 (02:04 -0800)]
Deleted life.c and twinkle2.c.  Reorganized the examples section.

SCCS-vsn: lib/libcurses/PSD.doc/appen.A 6.6

31 years agoCURSES_ERR --> ERR.
Elan Amir [Fri, 15 Jan 1993 10:03:44 +0000 (02:03 -0800)]
CURSES_ERR --> ERR.

SCCS-vsn: lib/libcurses/PSD.doc/macros 6.6

31 years agoGot rid of empty lines.
Elan Amir [Fri, 15 Jan 1993 10:03:26 +0000 (02:03 -0800)]
Got rid of empty lines.

SCCS-vsn: lib/libcurses/PSD.doc/intro.5 6.6

31 years agoCURSES_ERR/OK --> ERR/OK
Elan Amir [Fri, 15 Jan 1993 10:03:02 +0000 (02:03 -0800)]
CURSES_ERR/OK --> ERR/OK

SCCS-vsn: lib/libcurses/PSD.doc/intro.2 6.5
SCCS-vsn: lib/libcurses/PSD.doc/intro.3 6.6

31 years agoAdded waddbytes(), mvwprintw(), mvprintw(), mvwscanw(), mvscanw().
Elan Amir [Fri, 15 Jan 1993 10:02:07 +0000 (02:02 -0800)]
Added waddbytes(), mvwprintw(), mvprintw(), mvwscanw(), mvscanw().
Deleted longname() and fullname(). Also, misc fixes here and there.

SCCS-vsn: lib/libcurses/PSD.doc/fns.doc 1.3

31 years agoFixed typo in comment.
Elan Amir [Fri, 15 Jan 1993 09:43:24 +0000 (01:43 -0800)]
Fixed typo in comment.

SCCS-vsn: lib/libcurses/PSD.doc/ex1.c 1.2

31 years agofixed up the makefile.
Elan Amir [Fri, 15 Jan 1993 09:10:41 +0000 (01:10 -0800)]
fixed up the makefile.

SCCS-vsn: lib/libcurses/PSD.doc/Makefile 6.5

31 years agoChanged names of C files.
Elan Amir [Fri, 15 Jan 1993 09:10:12 +0000 (01:10 -0800)]
Changed names of C files.

SCCS-vsn: lib/libcurses/PSD.doc/appen.A 6.5