Commit Graph

856 Commits

Author SHA1 Message Date
mrg
a9d07e01a7 fix minor nit. 1997-01-05 12:10:10 +00:00
mrg
5fb9b57376 add man pages for mostly new and some old configuration files. 1997-01-05 11:50:12 +00:00
cjs
4cab439b34 Add references to ypinit(8). Fix typo in SEE ALSO. 1997-01-05 09:40:26 +00:00
mikel
8520799dbe Install tun(4); fixes PR misc/3068. 1996-12-30 04:44:08 +00:00
christos
398a0a033b Don't use @echo "${command}" to echo commands, because if ${command} contains
double quotes we generate shell syntax errors. Use @echo ${command:Q} instead
which properly quotes shell metacharacters.
1996-12-29 19:14:32 +00:00
veego
bc9228cf4f Fix typo in the last commit. 1996-12-27 10:42:47 +00:00
pk
7002100e64 Document disklabel routines. 1996-12-27 10:20:25 +00:00
mikel
875986c568 eliminate obsolete references to mkfs(8);
from Klaus Klein <kleink@layla.inka.de>
1996-12-26 04:33:34 +00:00
mikel
0f5ac976de add ahc and move bt to bha; fixes PR 3036
also added boca and fdc.
1996-12-26 02:18:10 +00:00
mikel
445cee15ef add missing comma; fixes PR 3037. 1996-12-26 01:53:59 +00:00
cgd
414b38f4b2 add an afterdepend target (a la the one in bsd.lib.mk) that processes
the .depend file to add <filename>.ln for each <filename>.o as an
object file which has the given dependencies (in addition to
<filename>.po and <filename>.so, which were already there).
1996-12-20 16:39:03 +00:00
cgd
6cd7e38583 change the afterdepend target so that its sed script adds <filename>.ln
for each <filename>.o as an object file which has the given dependencies
(in addition to <filename>.po and <filename>.so, which were already there).
1996-12-20 16:36:56 +00:00
cgd
2dbbba03f0 remove outdated XXX comment (mine) 1996-12-19 07:51:59 +00:00
jtc
1aae3c4b36 Changed xterm entry to point to xterm-r5 so it will work with older
versions of xterm too.
1996-12-18 19:53:18 +00:00
jtc
d7fc46850e sync with 9.13.19 1996-12-18 09:44:24 +00:00
jtc
fae9706cd0 sync with tzdata96m 1996-12-18 05:22:48 +00:00
jtc
d726a6fbac import tzdata96m 1996-12-18 05:21:14 +00:00
cgd
cbff9abf27 undo (or actually, do differently) that last: On the Alpha, build shared
libraries with LD, but add /usr/lib/crtbegin.o and /usr/lib/crtend.o
before and after the rest of the stuff being linked.  This is a losing
situation all-around: for correct 'DESTDIR' builds, it should be including
them from ${DESTDIR}/usr/lib.  However, since those objects should be
included for all shared libraries, including them from ${DESTDIR} won't work,
because they won't be installed by normal builds by the time they need to
be used.
1996-12-17 23:14:23 +00:00
cgd
47b997f2e0 build Alpha shared libraries with ${CC} rather than ${LD}, because cc
understands how to do the c run-time startup magic necessary for shared
libraries and ld doesn't.
1996-12-17 21:05:40 +00:00
mikel
6d303ec98e add missing LIBPCAP definition. 1996-12-13 08:02:52 +00:00
mikel
112f25b866 this should work now. 1996-12-05 07:18:28 +00:00
mikel
86cde13f0d misc. updates and fixes from LBL version (bpf-1.1). 1996-12-04 04:46:04 +00:00
perry
75911b347d nuke 'the the' typo 1996-12-04 00:11:23 +00:00
perry
075566199b fix 4(busmouse) typo (pr-2992) 1996-12-03 18:16:35 +00:00
tls
ffb2108034 option is PFIL_HOOKS, not PACKET_FILTER 1996-12-02 01:00:50 +00:00
tls
0def6ae7ee .Dt request takes two and only two arguments; use of three leads to rather strange looking man page headers. :-) 1996-12-02 00:11:31 +00:00
jtc
43a3714539 Define GPROF when assembling *.S files 1996-11-30 02:18:54 +00:00
is
b361a94400 Initial revision 1996-11-29 23:36:29 +00:00
jtk
286a3505d0 add fdc.4--floppy controller/formatting man page 1996-11-29 16:33:07 +00:00
mrg
b081de7226 add libz and libwrap 1996-11-26 17:37:39 +00:00
pk
83ace05e18 Have a shot at mi_switch()' and cpu_switch()'. 1996-11-25 22:06:04 +00:00
pk
6b2334f637 Correct two typos. 1996-11-18 22:16:50 +00:00
mrg
8a92017f34 update copyright. 1996-11-18 10:26:18 +00:00
perry
03a18266ff fix broken BUGS section a bit 1996-11-15 18:52:41 +00:00
mrg
a7d76c0112 add some compat options, pfil_hooks, and clean up some unanswered questions. 1996-11-15 13:46:02 +00:00
gwr
a1cdc82ad3 Add ttyaction.5 1996-11-14 17:40:55 +00:00
explorer
ce11ca9d68 Move description of the busmouse protocol to busmouse.4 1996-11-12 19:27:29 +00:00
mikel
a41241b92a /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401. 1996-11-12 07:50:11 +00:00
lukem
5d37ffa7eb fix the the typos 1996-11-10 23:58:22 +00:00
leo
e285606c68 mouse configuration, by Thomas Gerner. 1996-11-06 13:38:12 +00:00
lukem
b2fad7ebc5 initial nsswitch implementation 1996-11-06 00:16:27 +00:00
mikel
4620721b06 Remove extra ".o"s; fixes PR misc/2883. 1996-11-05 05:40:28 +00:00
mikel
22b8efd65d translate to -mdoc (mostly from hp300 version)
update with new devices, RCSID police
fixes PR port-i386/1453.
1996-11-05 05:18:01 +00:00
lukem
11ca454b56 parameter names in (t)sleep() for identifier should be 'void *ident'
not 'void *indent' for consistency with wakeup() and with its use.
1996-10-30 05:32:10 +00:00
lukem
e0a2103855 fix typo 1996-10-30 05:29:54 +00:00
explorer
30614c6447 Reference the cd, sd, and st man pages 1996-10-22 21:40:48 +00:00
explorer
9b140c8554 Update to make the sys/lkm tree compile on i386 and most likely others 1996-10-22 19:41:47 +00:00
perry
3ea4778cd7 Add options(4), and re-jigger the MAN and SUBDIR lines in the file. 1996-10-21 00:00:05 +00:00
perry
c72a1ab8ba Initial commit of the options(4) man page, which documents machine
independent options available during kernel configuration. The man
page is still incomplete, but there is enough in it that it should be
in the repository. Next on the list: port specific versions of this
page.
Many thanks to the cast of thousands who helped contribute text for
this.
1996-10-20 23:58:12 +00:00
explorer
372fde2053 Add correct copyright 1996-10-20 23:15:21 +00:00