Commit Graph

705 Commits

Author SHA1 Message Date
perry
5b6f34a9a4 Added macros to make section 9 man pages default to "NetBSD Kernel Manual".
I would have prefered the "Kernel Internals Manual", but some man pages
in the kernel section have names too long to make that possible without
messing up the title lines. (Sigh.) Also designated "KM" to indicate
"NetBSD Kernel Manual" for completeness.
1995-12-19 19:14:45 +00:00
cgd
4297bc2d3a don't include the .c.a rule on the alpha. see p.r. 1488 for an
example of how make breaks when it's present.  In particular, it causes
build of the compiler toolchain to fail if present, which keeps
a complete system from building, on the alpha.
1995-12-18 02:53:20 +00:00
pk
ec88e20813 Fix `set prompt = ..' (per Chris Jones; PR#1839).
Also, make the prompt appear as was probably intended..
1995-12-14 22:37:20 +00:00
cgd
8c917568da add "CFLAGS += -Werror" to bsd.sys.mk, and update various bits of
documentation to explain bsd.sys.mk's purpose more clearly.
1995-12-13 01:25:05 +00:00
jtc
c94210debc sync with termcap 9.11.5 1995-12-05 04:03:29 +00:00
jtc
5b2064391a merge in changes from 1.1 release branch 1995-11-28 08:03:22 +00:00
perry
f37edba165 Added man9 to SUBDIRs 1995-11-25 21:26:28 +00:00
perry
4e41b85beb Added first section 9 man pages -- initial pages and Makefile from cgd
Section 9 man pages document the internals of the kernel.
1995-11-25 21:24:47 +00:00
perry
3baad3ca17 Add support for Section 9 (kernel internals) manpages 1995-11-25 19:53:33 +00:00
pk
a67e5e52e2 ufs -> ffs & two more filesystem types (from Mike Long; PR#1766). 1995-11-16 09:41:53 +00:00
pk
557981cdcb Add gus & sb man pages from John Kohl (submitted in PR#1731). 1995-11-13 14:39:14 +00:00
pk
0a8364e468 Add `1.1' to Nx macro. 1995-11-13 14:33:08 +00:00
pk
1ef62d5e6d pss & wss man pages from Mike Long (submitted in PR#1757). 1995-11-13 09:44:13 +00:00
pk
b465d11eb7 audio(4) man page from John Kohl (submitted in PR#1752). 1995-11-12 20:14:23 +00:00
pk
8db9795fc7 Fix typo (from John Kohl; PR#1714). 1995-11-12 19:43:27 +00:00
cgd
4b84367c40 NetBSD/Alpha now supports profiling 1995-11-03 23:33:33 +00:00
gwr
b89559193d Remove extra space in first line so tic can exec it. 1995-10-31 15:26:08 +00:00
jtc
014044ef1a Fix formatting 1995-10-28 20:43:49 +00:00
ghudson
f41166264d Update cross-references. From John Hawkinson. 1995-10-22 01:40:10 +00:00
christos
70174eb6fe Added include file <bsd.sys.mk> that contains lex and yacc "parallel aware"
rules. These rules are not turned on by default; they are enabled by setting
the PARALLEL variable.
1995-10-22 00:45:53 +00:00
jtc
adbdc55a44 Fix typo (David Maltz; PR #1632) 1995-10-19 08:03:40 +00:00
leo
56a56c824b Mouse driver 1995-10-19 06:50:44 +00:00
leo
f27c94ab62 man8.atari 1995-10-17 20:44:26 +00:00
fvdl
0bb2a5f43a Sync with reality. 1995-10-16 20:17:59 +00:00
leo
9dca765d4c Fix the results of a wrong import. This file was in the wrong dir. 1995-10-16 06:49:58 +00:00
leo
c3fae4e048 man4.atari 1995-10-15 12:54:43 +00:00
cgd
079c0ee400 install -s now works properly on the alpha, so don't redefine STRIP
(to kill the -s).
1995-10-12 06:22:18 +00:00
thorpej
b407d48e85 Make a note that the kernel only allows FS_BSDFFS component partitions. 1995-10-09 06:09:09 +00:00
jtc
d9789d4225 Overlay our pcvt with pcvt 3.32 sources. All of our fixes have been
incorporated into the master sources, so it is unnecessary to resolve
all the conflicts that would occur if we let CVS "merge" the versions.
1995-10-07 21:43:25 +00:00
jtc
68b7d2aca6 import pcvt 3.32 1995-10-07 21:11:27 +00:00
jtc
56f0e934f2 Initial revision 1995-10-07 21:11:26 +00:00
jtc
a9f17da5a4 Initial revision 1995-10-07 21:10:54 +00:00
chopps
2adf2b3409 update to ariadne ethernet manpage from Bernd Ernesti <bernd@arresum.inka.de> 1995-10-07 18:09:11 +00:00
chopps
41a4643dd1 new quicknet ethernet driver from Kortelainen Mika <k125374@cs.tut.fi> 1995-10-07 17:55:32 +00:00
briggs
61bda61a87 Add my new area code, sort, and Ohih -> Ohio. 1995-10-06 12:15:38 +00:00
thorpej
ce359acdb0 Fix typo: dclose.3 -> dlclose.3 1995-10-06 07:21:58 +00:00
cgd
9544e255ed correct an alpha-specific comment 1995-10-02 20:30:28 +00:00
hpeyerl
ee26b4b560 Changes to update new area codes. From 'TELECOM Digest" archives. 1995-10-02 20:05:33 +00:00
pk
bb4bce0db3 Install dlfcn.3 and links. 1995-10-01 18:47:21 +00:00
pk
996bd19dd0 Update (incl. PR#1547). 1995-09-30 21:28:19 +00:00
pk
1fbe81825a Man page for dlfcn.h 1995-09-30 21:25:24 +00:00
pk
ba51c14e09 Use CPPFLAGS in .S rules. 1995-09-30 12:21:33 +00:00
jtc
e0f80afea3 sync with tzdata95i 1995-09-28 07:35:41 +00:00
thorpej
e0ac0a0330 Update from Stu Grossman <grossman@cygnus.com>, documenting his enhancements. 1995-09-27 18:31:50 +00:00
cgd
2357fc71b1 alpha no longer needs NOMAN= 1995-09-27 13:34:11 +00:00
christos
6e591491c3 - make sure the afterdepend rule fires `after' .depend gets created.
[fixed for parallel make]
- make depend prettier printing.
1995-09-27 01:15:09 +00:00
jtc
7065a25cef Fix .cc.o .C.o rule; PR #1522 1995-09-26 23:48:24 +00:00
jtc
39186b9842 Fixed mispelling of Athena, added Persephone; PR #1497 1995-09-26 00:22:27 +00:00
christos
03d121f492 - Actually commit the bsd.lib.mk changes mentioned above... 1995-09-25 00:53:09 +00:00
christos
e3a69c3c19 - In preparation for parallel makes fix the library rules so that they
don't use a.out as intermediate output.
- Note in the README file that we cannot fix the xstr stuff.
  We still need to fix lex and yacc.
- Allow overriding of the variables in sys.mk
1995-09-24 23:49:06 +00:00
jtc
57e811876e sync with termcap 9.8.3 1995-09-11 23:11:40 +00:00
jtc
4bafac2c1a Create symlink between MAKEDEV(8) and makedev(8) for user convenience.
Update RCS Id to use $NetBSD: $.
1995-09-06 21:36:32 +00:00
jtc
f03ae96103 Renamed makedev.8 to MAKEDEV.8, to be consistant with all other ports. 1995-09-06 21:31:34 +00:00
thorpej
a52181f367 Add descriptions of the differneces between the Sun and hp300 diskless
boot procedures.
1995-09-02 17:12:32 +00:00
jtc
ffa22599dc sync with tzdata95g 1995-09-02 00:37:26 +00:00
thorpej
f05156d7e2 rbootd.8 went away. 1995-08-21 21:41:02 +00:00
thorpej
ec2f82abad Kill redundant (and out of date) version. It's also included with the
rbootd source.
1995-08-21 15:55:41 +00:00
chopps
8eb5c9a6ff document newer tty names 1995-08-20 03:22:17 +00:00
chopps
13969644fe small cleanup. 1995-08-18 15:49:58 +00:00
chopps
1501ec972d man page for new ether driver from Bernd Ernesti <bernd@arresum.inka.de> 1995-08-18 15:46:41 +00:00
chopps
e0c8fe9897 some cleanup and new pages from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1995-08-18 15:10:00 +00:00
thorpej
a36c0ccbfc Document the new ccd. 1995-08-17 16:49:20 +00:00
thorpej
6bd48c2b9a Update the `BUGS' section, now that we support the more sophisticated
group and passwd YP prototypes.
1995-08-11 01:16:52 +00:00
gwr
690bed406e Missed the error pointed out in PR#804 (Oops! 8^) 1995-08-08 21:37:40 +00:00
gwr
9df0a9a560 Add boot_sun3.8 1995-08-08 20:46:20 +00:00
gwr
b80cb1aea6 Fix examples of names the Sun PROM looks for in /tftpboot (PR#804) 1995-08-08 20:34:05 +00:00
gwr
8894b953f7 Add man8.sun3 1995-08-08 20:24:08 +00:00
gwr
3f4776bec8 Some man pages (mostly from the sparc port). 1995-08-08 20:23:08 +00:00
gwr
2e82cb0366 Add man4.sun3 1995-08-08 20:20:58 +00:00
gwr
3f7b5d9f70 Some man pages (mostly from the sparc port). 1995-08-08 20:18:53 +00:00
phil
c9d0b91d53 Improvements to YP support from Jason Downs. 1995-07-28 06:41:39 +00:00
cgd
d136b73088 show the directory depth, by printing out the hierarchy name.
Suggested by Ty Sarna, implemented by me.  Useful, because it tells you
how deep you are, and allows you to paste the pathname in to 'cd' to the
directory.
1995-07-24 04:22:29 +00:00
ragge
5f4e40d8af NOPIC option added, so that we don't try to generate it. 1995-07-22 20:50:41 +00:00
jtc
ff83cc7a0f add wt(4) 1995-07-11 02:04:57 +00:00
jtc
c5cfda4eb3 Describe a few more drivers. 1995-07-11 01:50:15 +00:00
jtc
76d9d16ae8 Change 3COM -> 3Com for consistancy across manpages 1995-07-11 01:49:39 +00:00
jtc
92fb49982f add cross references to new net driver manpages 1995-07-11 01:42:57 +00:00
jtc
2ce3def96f Manpages from Jim Jegers for some of the supported network drivers. 1995-07-11 01:41:24 +00:00
jtc
9a11ba1215 unused file, russia is handled by europe & asia zone files 1995-07-10 19:23:24 +00:00
jtc
28bc7d257b sync with tzdata95e 1995-07-10 19:21:14 +00:00
chopps
2b88fc3bab oops forgot to add. es.4 from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1995-07-07 20:42:32 +00:00
chopps
e26429a731 some small fixes and new es manpage from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1995-07-04 17:18:10 +00:00
jtc
76dc5d31d3 Use ${.ALLSRC} when building termcap.db 1995-07-03 23:31:17 +00:00
jtc
3d55deb168 Install termcap.src directly instead of processing it with reorder.
The terminfo-derived termcap database we are now using has been pre-
reordered, with the most popular terminal entries first.  Besides it
makes very little difference, since most NetBSD application will be
using the db-version of the termcap database.

Removed reorder script.
Removed tck script, we don't have the showtc program (script?) that it
requires.
1995-07-03 22:12:47 +00:00
jtc
3143d79c3e merged with tzdata95d 1995-07-03 21:09:59 +00:00
jtc
90f0f67359 updated to tzdata95d 1995-07-03 21:06:07 +00:00
jtc
266315a609 fix default path 1995-07-03 19:45:07 +00:00
mycroft
b545b9db88 Document {LIST,TAILQ}_INSERT_BEFORE(). 1995-07-03 00:25:36 +00:00
mycroft
73a1524a19 Document {LIST,TAILQ}_INSERT_BEFORE(). 1995-07-03 00:20:18 +00:00
christos
ede9308f87 Add:
SVR4_MAKEDEV:	Script to make devices in /emul/svr4/dev
nsswitch.conf:	Name service configuration switch file for /emul/svr4/etc
netconfig:	Network configuration file for /emul/svr4/etc
1995-07-02 06:29:46 +00:00
briggs
49c06cb6c4 Reorder man page sources in makefile (alphabetize) and
add boot_mac68k.8.
1995-07-02 02:09:50 +00:00
cgd
73037ca2b0 oops 1995-06-29 17:43:13 +00:00
cgd
7d5b9a0d95 fix a paste-o 1995-06-27 20:37:29 +00:00
phil
74dd9a75f0 man4.pc532/plip.4 needs tbl 1995-06-27 18:22:51 +00:00
phil
eeda8a1194 Changes from Matthias Pfaller plus delete "Id:..." line. 1995-06-27 18:11:07 +00:00
jtc
59e4f5b494 /usr/lib/tabset -> /usr/share/tabset 1995-06-26 19:38:56 +00:00
jtc
ee120c06f1 Changed adm12's us entry from \EG1 to \EG8 as reported by Olaf Seibert
in PR #1041.
1995-06-26 19:33:41 +00:00
jtc
c3295ae9ca Updated to latest termcap source 1995-06-26 19:23:07 +00:00
cgd
aebda19c0b fix more possibly-empty 'rm's, here. kill long-dead {profiled,...}/* cleans 1995-06-26 00:19:44 +00:00
cgd
6ae995da62 oops; fix an rm that might be empty 1995-06-25 22:29:02 +00:00
cgd
f386420eb0 update lint rules, but keep linting disabled 1995-06-24 08:27:37 +00:00
phil
3e37a9ca15 Adding man4.pc532 and contents. 1995-06-22 04:45:43 +00:00
phil
a48de8d922 Adding man4.pc532 and contents. 1995-06-22 04:33:59 +00:00
pk
5b1fada2d5 Make the engine do the enumeration for us. 1995-06-11 23:05:17 +00:00
pk
392d51351f Document `/emul/sunos' usage (from Matthew Green). 1995-06-11 22:34:31 +00:00
mycroft
03a9334875 Explicitly remove obj link before creating it. 1995-06-10 20:46:35 +00:00
mycroft
27d2a9e05f Define LIBEDIT. 1995-06-10 20:21:05 +00:00
cgd
741ffd7de0 make this work whether or not MANZ is defined. also, clean it up a bit,
remove some extra cruft, and make the way compressed man pages are installed
a bit more sane.  (DON'T blow away uncompressed man pages of the same name,
if they're also there...)
1995-06-07 01:15:20 +00:00
cgd
65cf7e111a update from Ignatios Souvatzis 1995-06-06 23:41:37 +00:00
jtc
bc0bd141b6 termlib(3) -> termcap(3) 1995-06-05 23:52:17 +00:00
brezak
f44a5710f1 define MANZ=1 in bsd.own to get compressed man pages installed 1995-06-02 02:52:04 +00:00
gwr
73a128e326 Add a man page. 1995-06-02 00:22:47 +00:00
cgd
ad294f7eb0 build/install netgroup man page from here. 1995-05-11 23:13:15 +00:00
jtc
93e62fefe1 termcap@berkeley.edu no longer exists, tell people to send termcap
updates to netbsd-bugs@netbsd.org instead.
1995-05-10 23:17:56 +00:00
jtc
5446dea133 Commented out inappropriate sections and cross references 1995-05-10 22:46:24 +00:00
jtc
70843c4eab Update xterm and pcvt termcap entries to most current versions as per
PR #1011.
1995-05-06 06:19:11 +00:00
mrg
30675b877b 4.4BSD-Lite2 1995-04-29 00:26:52 +00:00
jtc
6a430d23e9 Removed -DKERNEL, header files have been converted to use _KERNEL 1995-04-27 19:15:11 +00:00
jtc
db8496095b Only set NLSALL if NLS is defined and not empty. 1995-04-27 18:05:38 +00:00
jtc
ea563874e2 install bsd.nls.mk 1995-04-26 22:30:57 +00:00
mellon
7b8bdc7ae5 pmax boot documentation 1995-04-25 23:55:11 +00:00
pk
7d07096c42 Bits from old reboot_sparc.8 man page. 1995-04-25 11:37:25 +00:00
cgd
555d4b510e slightly clean rcs ids, etc. 1995-04-23 10:33:03 +00:00
cgd
31be280321 explicitly set zoneinfo files to be read-only by everyone. fixes pr 984 1995-04-22 12:10:17 +00:00
jtc
e3c663eb4c .include <bsd.nls.mk> unless NONLS is defined. 1995-04-21 20:29:40 +00:00
cgd
1939c12486 special hacks for alpha; mostly: some things aren't supported. 1995-04-21 02:56:24 +00:00
jtc
a04634e01b First cut of makefile header that builds and installs message catalogs. 1995-04-20 05:09:34 +00:00
mycroft
a1e0e43227 Remove read-only files before trying to rewrite them. From Greg Hudson. 1995-04-20 02:04:51 +00:00
cgd
622d3ff963 don't ranlib read-only files. patch for bug 977, from Greg Hudson
(ghudson@MIT.EDU).  He doesn't think this patch is particularly
beautiful, but i'm not sure much can be done about that.
in particular:
	(1) installing to a different file name, then chowning that
		and using 'mv' brings up a couple of bugs that
		can't reasonably be tested for (and shouldn't have to be),
	(2) you don't particularly want people trying to use the libraries
		until they've been successfully installed, anyway.
1995-04-19 06:26:50 +00:00
mycroft
5793176678 Follow symlinks when copying example files. From Greg Hudson. 1995-04-16 19:04:49 +00:00
jtc
52f5d66e4b Removed self-referential cross reference. 1995-04-12 00:32:27 +00:00
briggs
6598f884fb Minor grammatical nit: "have too" -> "have to." 1995-04-10 22:28:18 +00:00
jtc
a5c856b8c8 KERNEL -> _KERNEL 1995-03-28 17:29:16 +00:00
mrg
1f2744e6e4 4.4BSD-Lite2 1995-03-27 19:28:50 +00:00
leo
8b0113cfce NetBSD/Atari, port by Leo Weppelman. 1995-03-26 07:12:03 +00:00
jtc
65e6076edc Added -D_KERNEL to CFLAGS alongside each -DKERNEL. 1995-03-23 20:13:22 +00:00
cgd
ce5ebe9911 pseudo-merge with Lite; man pages need to be merged seperately, but
that's really a port-specific thing.  They probably should be updated, too.
1995-03-18 16:11:33 +00:00
cgd
369451e46b from Lite 1995-03-18 15:17:32 +00:00
cgd
0114e805ce convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
jtc
b781d165f2 Remove old version of zic. 1995-03-11 01:28:11 +00:00
jtc
fe94427322 No longer build zic. 1995-03-11 01:27:43 +00:00
jtc
e60d1c1e76 sync with tzdata95b 1995-03-08 20:51:04 +00:00
jtc
7635c72750 updated timezone files from ado 1995-03-08 20:42:09 +00:00
fvdl
69a4a6b202 Added compat_linux.8 to Makefile 1995-03-06 22:46:07 +00:00
fvdl
c233e441a4 COMPAT_LINUX manual page. Mainly describes how to deal with Linux shared
libraries.
1995-03-05 23:30:36 +00:00
chopps
335d307c09 add manpage for A2060 arcnet board. 1995-03-01 11:42:32 +00:00
glass
73165ec2d0 remove extra tab 1995-03-01 09:05:20 +00:00
mycroft
4c34be6b52 Clean up deleted files. 1995-03-01 00:00:00 +00:00
jtc
fe1ae87fb3 Change #! to /usr/bin/sed -nf. 1995-02-23 17:23:54 +00:00
jtc
b83cf82eb5 Define NLSDIR, NLSGRP, NLSOWN, and NLSMODE (for message catalogs). 1995-02-20 21:26:33 +00:00