christos
2429048059
add rawip, ticlts, ticots, and ticotsord
1996-04-11 12:59:45 +00:00
thorpej
5eb08a6790
Get the current working directory from "/bin/pwd" rather than "pwd".
...
Changes to the shell make the behavior of "make obj" inconsistent
with previous behavior, depending on the login shell used by the user.
See PR #2200 for details. PR remains open while further analysis is
done. This at least restores the previous semantics for us csh(1) users.
1996-04-10 21:08:05 +00:00
mycroft
a86feda616
Remove broken hack that attempted to do the same as the previous.
1996-04-10 05:47:19 +00:00
mycroft
198877f9dc
Fix COMPILE.s so the output file is named correctly.
1996-04-10 05:44:49 +00:00
jtc
4a437cf6dd
Sort LIBFOO definitions and add LIBY; Reported by Mike Long <mike.long@analog.com> in PR #2301 .
1996-04-08 21:19:26 +00:00
jtc
10f36ab344
fix typo; Reported by David Leonard <s160828@student.uq.edu.au> in PR #2307 .
1996-04-08 20:41:25 +00:00
neil
9a7ff6a0e7
$NetBSD$ RCS IDs
1996-04-07 00:53:41 +00:00
neil
1eb8c370f3
Update for phONE day, and also split for London Inner/Outer 171/181
...
area code change.
XXX This file is quite out of date. The above sorts out the UK
but no doubt more needs to be done. sned-pr any changes please.
1996-04-07 00:44:46 +00:00
cgd
ef2af437ba
SMM '03.fsck' has been renamed '03.fsck_ffs'
1996-04-05 01:52:24 +00:00
jtc
a348247bfe
Provide null "includes" target so that make won't recurse into the doc
...
subdirectory. There aren't any header files down there and bsd.doc.mk
doesn't grok "includes"...
1996-04-04 02:56:25 +00:00
jtc
f9ff89048b
Added new standard target "includes" (used to install header files) to
...
bsd.subdir.mk. Added some documentation to bsd.README.
1996-04-04 02:05:03 +00:00
jtc
f1128403ae
Fix path to mdoc template; From Masanobu Saitoh in PR #2293
1996-04-03 20:17:34 +00:00
chuck
79ca6b2c5f
removed references "updatefast" and "updateslow" as they are no longer
...
defined/used.
1996-04-02 05:07:21 +00:00
scottr
755cc6f914
getopt() returns -1 when the arg list is exhausted, not EOF. Ironic
...
that it should show up here...
1996-03-31 04:58:32 +00:00
perry
3592c8dcf4
Updated the man page to explain the values returned by reading the
...
joystick device (text contributed by Matthieu Herrb); also fixed a
bunch of spelling and grammar errors.
1996-03-31 00:17:43 +00:00
mark
9f7a24d309
Initial commit of arm32 section 8 man pages.
1996-03-28 21:39:10 +00:00
mark
f16ab8a1f5
Make the man8.arm32 sub directory.
1996-03-28 21:36:40 +00:00
mark
020e35d8ef
Make the man4.arm32 subdirectory.
1996-03-28 21:32:58 +00:00
mark
c440845541
Commit or the arm32 device manual pages.
1996-03-28 21:30:19 +00:00
jtc
93d6e7f787
fix typo; reported by Manuel Bouyer in PR #2268
1996-03-27 21:16:06 +00:00
perry
ee2fa11baf
add joystick driver from Matthieu Herrb (pr #2267 )
1996-03-27 19:11:13 +00:00
jtk
c241e89a6f
grr, I forgot to add the #include <machine/spkr.h> and /dev/speaker
...
lines at the synopsis section.
1996-03-24 21:18:34 +00:00
jtk
be40704188
fix synopsis to match new attachment config line.
1996-03-24 21:15:50 +00:00
jtc
d6055d74fc
sync with tzdata96e
1996-03-19 23:19:54 +00:00
jtc
f9ccbe7d72
sync with tzdata96d
1996-03-19 18:50:55 +00:00
paulus
21727fd08d
Change tty.4 to mention PPPDISC, as suggested in PR#1855.
1996-03-19 04:26:01 +00:00
christos
3753f5f6cd
Fix PR/2221: Document TIOC[GS]FLAGS
1996-03-17 07:13:40 +00:00
jtk
2202d20060
add description of jazz16 support
1996-03-16 17:21:58 +00:00
thorpej
0bbcd292a1
RCS id police.
1996-03-16 00:07:07 +00:00
cgd
c1f27b8603
update for new multiport board->com interface; 'flags 1' doesn't have
...
meaning any more.
1996-03-10 09:14:28 +00:00
scottr
2dc058d31b
Update search list length limit to match reality.
1996-03-06 18:22:16 +00:00
ragge
04d91f3670
Update to match reality (and new drivers!).
1996-03-05 15:28:48 +00:00
thorpej
9029778d04
RCS id police.
1996-03-03 16:54:17 +00:00
jtc
4c5575d1b7
the values of end, etext and edata are not set by brk(2)
1996-03-01 00:17:49 +00:00
jtc
f1938eb0d0
Removed special handling of CPPFLAGS if DESTDIR is set. Third party
...
makefiles may use DESTDIR for something completely different.
1996-02-29 19:06:57 +00:00
leo
e8fb96d0fc
Initial revision
1996-02-29 11:35:45 +00:00
jtc
4e24a7f97e
Default .s.o and .S.o left output in wrong file
1996-02-28 23:45:16 +00:00
jtc
bfbc5fb90c
Copyright assigned to the NetBSD Foundation
1996-02-27 22:39:39 +00:00
pk
cb632f2035
Use shell internal substring matching, like bsd.man.mk.
1996-02-21 10:02:00 +00:00
scottr
e72f77df62
We don't really care when the gus driver appeared, here.
1996-02-19 20:51:28 +00:00
hpeyerl
c9477a3dbc
manpage fix for -alldirs in exports. Fixes PR#2092.
...
from: Andrew Gallatin <gallatin@isds.duke.edu>
1996-02-18 01:10:55 +00:00
ragge
343d6b8d95
Manual page for 11/750 Console TU58 synced up with the new driver.
1996-02-17 21:05:07 +00:00
scottr
c12cfe6530
Fix typo, from John Kohl. Closes PR 2066.
1996-02-11 14:50:03 +00:00
christos
fb67954ba8
fix PR/1245
1996-02-10 18:14:11 +00:00
jtc
24af95d976
Use ksh-style substring parameter expansion expressions instead of
...
calling expr when constructing manpage directory and file names.
Much, much faster.
1996-02-10 07:49:33 +00:00
jtc
e14f626063
Remove u.s. naval observatory data, as it serves no real purpose.
1996-02-05 06:48:55 +00:00
jtc
d5f3aced3a
Sync with tzdata96b
1996-02-05 06:46:37 +00:00
jtc
4f9f0e60e7
import tzdata96b
1996-02-05 06:44:24 +00:00
thorpej
732dd94a83
Add experimental data mirroring support, derived from code written by
...
Satoshi Asami and Nisha Talagala. For details on using data mirroring,
see the ccd(4) manual page.
1996-02-01 20:47:13 +00:00
phil
dd729279fb
New man page contributed by Jon Buller. (mem.4 as modified from other
...
mem.4 pages.)
1996-01-25 07:19:54 +00:00
cgd
93542f4a98
clean up bits that state which man page section numbers are allowed (section
...
9 now exists). Document that variables in bsd.own.mk that were not previously
documented.
1996-01-22 22:46:06 +00:00
mycroft
fceadcfbd1
Use the `-q' option to tsort(1). From der Mouse, PR 1204.
1996-01-17 20:39:26 +00:00
thorpej
9e1da3de59
Document the "ms" field, per Shinya Taniguchi
...
<tng@nuclth15.phys.sci.osaka-u.ac.jp> in PR #1789 .
1996-01-15 02:04:05 +00:00
thorpej
5ba712a21d
Allow override of nroff program, requested by Masanobu Saitoh
...
<msaitoh@spa.is.uec.ac.jp> in PR #1741 .
1996-01-15 01:56:09 +00:00
perry
da23f444f4
Fix typo: failire -> failure
1996-01-09 21:59:24 +00:00
pk
1ed4cf5267
Note search mechanism.
1996-01-09 19:43:34 +00:00
thorpej
386884687c
Add fetch(9) and store(9), which describe the {fu,su}{,i}{byte,word}
...
functions. Cross-reference with each-other and copy(9).
1996-01-09 03:23:01 +00:00
thorpej
d444072739
copy(9) manual page: describes the copyin(), copyout(), copystr(),
...
copyinstr(), and copyoutstr() functions.
1996-01-09 01:44:42 +00:00
thorpej
c97dc193f1
Build and install the disk(9) manual page.
1996-01-09 01:07:35 +00:00
thorpej
6defd3c818
Manual page describing the new generic disk framework.
1996-01-09 00:22:04 +00:00
pk
c7ad3faee9
Document hint file v.2
1996-01-09 00:14:32 +00:00
jtc
8fe8f4f8de
sync with tzdata96a
1996-01-08 22:36:35 +00:00
jtc
a661cdd7bd
import tzdata96a
1996-01-08 22:34:43 +00:00
ragge
57c25f79f6
Updated to conform to reality.
1996-01-07 20:56:59 +00:00
ragge
19141f0862
Update to conform to reality.
1996-01-07 20:48:19 +00:00
ragge
cfe57e4717
Change to be more consistent with device naming.
1996-01-07 20:11:35 +00:00
thorpej
546e2339c3
Reflect recent area code chagnes, per PR #1843 , from Andrew Carey
...
<careya@PEAK.ORG>.
1995-12-31 02:49:24 +00:00
thorpej
e52cfc265c
Add missing zipcode for Ames, IA, from Michael Graff, PR #1869 .
1995-12-30 23:40:20 +00:00
thorpej
2638a723c4
Add missing zipcode for Manteca, CA. Fixes PR #934 , from Barry Books
...
<bfb@planet-texas.com>.
1995-12-30 19:00:06 +00:00
thorpej
11381ec353
Add a vnd(4) manual page and make vnconfig(8) reference it. Fixes
...
PR #445 .
1995-12-30 18:10:45 +00:00
thorpej
2ec75edc49
New-style RCS id.
1995-12-28 08:53:50 +00:00
jtc
79a9fb367d
Sync with termcap 9.12.3
1995-12-27 21:11:27 +00:00
chopps
c5620905dc
remove ref to non-existant special(8) (pr#1681 from Thorsten Frueauf)
1995-12-27 07:55:32 +00:00
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