Joshua Peck Macdonald
63c9b0f9ee
Same.
1997-01-11 05:45:40 +00:00
Joshua Peck Macdonald
81705f9116
This texinfo documentation isn't really enough texinfo-ized
...
to construct an info file from, as documented at the top. There
are no nodes, so I'm commenting out the INFO= list.
1997-01-11 05:43:40 +00:00
Joshua Peck Macdonald
f95f08edb3
Still going.
1997-01-11 05:41:39 +00:00
Joshua Peck Macdonald
00e161baed
Same. This wasn't installed before either.
1997-01-11 04:07:35 +00:00
Joshua Peck Macdonald
0c6dc986d0
Same.
1997-01-11 04:03:05 +00:00
Joshua Peck Macdonald
d49ce3c9e1
Same. This wasn't even in the old dir file.
1997-01-11 03:58:39 +00:00
Joshua Peck Macdonald
11a399494c
Same.
1997-01-11 03:52:45 +00:00
Joshua Peck Macdonald
9f716d6403
Same deal.
1997-01-11 03:50:21 +00:00
Joshua Peck Macdonald
ae0f6792aa
Same deal.
1997-01-11 03:41:14 +00:00
Joshua Peck Macdonald
976aabbe02
Same thing.
1997-01-11 03:32:01 +00:00
Joshua Peck Macdonald
c99a979d99
Forgot a TAB.
1997-01-11 03:31:08 +00:00
Joshua Peck Macdonald
b0321ca170
Same thing.
1997-01-11 03:26:53 +00:00
Joshua Peck Macdonald
a4ec48ef58
Getting tired of writing same thing.
1997-01-11 03:24:24 +00:00
Joshua Peck Macdonald
97d7a9e33f
Added section and entry annotations.
1997-01-11 03:19:32 +00:00
Joshua Peck Macdonald
20307d5eea
Add missing info section name.
1997-01-11 03:11:35 +00:00
Joshua Peck Macdonald
0e4dbbc03c
Add the missing annotations.
1997-01-11 03:07:52 +00:00
Joshua Peck Macdonald
dfc62077a2
Add the missing annotations.
1997-01-11 02:59:52 +00:00
Joshua Peck Macdonald
a27d0c0f96
This file has the info annotation, except its annotated name
...
is different from its filename for some reason.
1997-01-11 02:56:24 +00:00
Joshua Peck Macdonald
d6a2d2570f
Add info to SUBDIRS
1997-01-11 02:46:51 +00:00
Joshua Peck Macdonald
527aaab97e
Makefile and empty dir template.
1997-01-11 02:44:34 +00:00
Joshua Peck Macdonald
0d7f401441
Change the installation rules. It now copies an empty dir file
...
into the DESTDIR in the beforeinstall rule in src/share/info/Makefile.
Then each info file that gets installed into the dir file using
install-info.
It has struck me that there's going to be a problem bootstrapping
this change, since parts of install will fail until install-info
is installed. Maybe someone who knows best how to deal with this can
fix it.
1997-01-11 02:39:37 +00:00
Joshua Peck Macdonald
c60f669c14
Clearing out the old stuff, its all in contrib now.
1997-01-11 02:32:23 +00:00
Joshua Peck Macdonald
aeee973296
Correct a bogus strerror declaration and make install-info
...
intelligent enough to take default section and entry names
for the purpose of being able to use it on old texinfo files
in the source tree. This involved very minor modifications and
the new options --defsection and --defentry which behave just like
--section and --entry but ignore their argument if the info file
is annotated with the information. This change should only be
neccesary as long as there are old-style texinfo source in the tree.
1997-01-11 02:27:56 +00:00
Joshua Peck Macdonald
5212bbee8a
Remove a non-posix terminal flag OCRNL from terminal.c, add the
...
two auto-generated files doc.c and funs.h.
1997-01-11 02:23:39 +00:00
Joshua Peck Macdonald
7df7ad2abd
This commit was generated by cvs2svn to compensate for changes in r21495,
...
which included commits to RCS files with non-trunk default branches.
1997-01-11 02:12:38 +00:00
Joshua Peck Macdonald
253c2b00b7
This is unmodified GNU texinfo-3.9 source. I'll be commiting a few
...
patches in a bit.
-josh
1997-01-11 02:12:38 +00:00
Wolfram Schneider
7ed8349293
if !(command) -> if ! (command)
...
the ksh and I guess some other shells want a space
between '!' and the next command. This problem exist since rev 1.207
1997-01-10 21:02:27 +00:00
KATO Takenori
af4342c037
Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, and
...
rtc_serialcom. These functions are only used by PC98.
1997-01-10 17:11:09 +00:00
Poul-Henning Kamp
ceb85496fa
kern/2433: Multiple AHA1542 scsi controllers don't work
...
Reviewed by: phk
Submitted by: Virgil Champlin <champlin@pa.dec.com>
1997-01-10 08:45:55 +00:00
Nate Williams
11f1a97fce
The 2.2-Beta version doesn't have the brackets after the if statement.
...
This has the effect of making every link a "passthrough" which means the
TCP or UDP port won't be freed after link deletion -- so there could be
eventual port exhaustion if the program were allowed to operate long
enough.
Submitted by: Charles Mott <cmott@srv.net>
1997-01-10 08:32:05 +00:00
Warner Losh
99c02d39bc
Fix many buffer overruns in the code. Specifically, disallow ExpandString
...
to be used to expand things beyond the size of the buffer passed in. Also
do a general cleanup of sprintf -> snprintf as well as strcpy and strncat
safety. Also expand some buffers to allow for the largest possible data
that might be used.
This is a 2.2 candidate. However, it needs to be vetted on -current
since little testing has been done on this due to my lack of PPP on
this machine.
Reviewed by: Jordan Hubbard, Peter Wemm, Guido van Rooij
1997-01-10 07:53:28 +00:00
Mike Pritchard
77776eccf6
Get rid of all those annoying warnings when making the
...
handbook. Closes PR# 2375.
Submitted by: William Lloyd <wlloyd@mpd.ca>
1997-01-10 07:46:56 +00:00
Mike Pritchard
576821edfc
Various changes submitted by the original author.
...
Closes PR# 2372.
Reviewed by: The spelling police
Submitted by: William Lloyd <wlloyd@mpd.ca>
1997-01-10 07:02:43 +00:00
KATO Takenori
be832e6c07
Synchronize with sys/i386/isa/ft.c revision 1.29 (fix ft driver
...
panics).
1997-01-10 06:50:47 +00:00
Mike Pritchard
34cf430230
Add a man page for mixer(8).
1997-01-10 06:33:13 +00:00
Mike Pritchard
01d5b65c75
Add a man page for linux(8) (loads the Linux emulator kernel module).
1997-01-10 05:48:50 +00:00
Masafumi Max NAKANE
36219e1a16
Merge the en version change made in 1.14 -> 1.15.
1997-01-10 05:35:43 +00:00
Mike Pritchard
a3e3d6b076
Fix some spelling errors.
1997-01-10 05:29:15 +00:00
Bruce Evans
5d2c7b5b1f
Fixed DPADD (don't put -L in it).
1997-01-10 05:24:55 +00:00
Bruce Evans
248e6ea0a3
Oops, the last change added an extra ${LIBSCRYPT} to ${DPADD}, but
...
it should have reordered the existing one (so that ${DPADD} can be
compared with ${LDADD}).
Use ${} consistently.
1997-01-10 05:18:23 +00:00
Bruce Evans
7afeece433
Use ${} consistently.
1997-01-10 05:18:02 +00:00
Bruce Evans
8f1ab0d02b
Removed stray DPADD.
1997-01-10 05:08:25 +00:00
Mike Pritchard
28e678762b
Change an incorrect path name.
...
Submitted by: Sean Kelly
1997-01-10 05:04:49 +00:00
John Dyson
c0b89506ba
Fix CCD for bounced devices.
1997-01-10 04:09:13 +00:00
John Polstra
775f9cd54d
For "ldd -v", print shared object dependencies that were specified as
...
pathnames (rather than as "-lfoo") correctly.
Closes PR bin/2404.
1997-01-10 02:51:00 +00:00
Paul Traina
9c1fc5f52b
Clean up imap
1997-01-10 02:42:14 +00:00
Andrey A. Chernov
0743315ba6
Make 'skey' command visible through 'help'
1997-01-10 00:29:00 +00:00
Andrey A. Chernov
914860e874
Use -DSKEY instead of wrong -DPATH_SKEY
1997-01-10 00:27:50 +00:00
Garrett Wollman
97d1e20ef9
If the RTM_NEWMADDR and RTM_DELMADDR messages are defined
...
(in <net/route.h>), then interpret them appropriately. This has
no effect until I commit the changes to multicast group
management (awaiting review).
1997-01-09 21:34:03 +00:00
Wolfram Schneider
c15a12df0f
add cross reference to cd(1), where CDPATH variable is explained
1997-01-09 21:04:10 +00:00