Commit Graph

6313 Commits

Author SHA1 Message Date
martin
97d93bb04d Regen (/dev/bpp added). 2002-11-28 19:32:43 +00:00
lukem
9145235642 Deprecate SYS_INCLUDE and the optional SYS_INCLUDE=symlinks functionality,
and only support the "copies" default.
Per discussion on tech-userlevel@.
2002-11-26 23:15:53 +00:00
dan
c4c5556d3e Note the @home device which also works with this driver 2002-11-26 23:02:37 +00:00
thorpej
16f21f8705 * If EXTERNAL_TOOLCHAIN is defined, consider it to be the root of
where the GNU tools are found, e.g. ${EXTERNAL_TOOLCHAIN}/bin/...
* Allow MACHINE_GNU_PLATFORM to be set in mk.conf.
2002-11-26 19:51:16 +00:00
thorpej
e4637c735b sh64 -> sh5, which matches the names that the NetBSD-targeted GNU
toolchain uses for 32-bit SH5.  OK'd by steve.
2002-11-26 19:30:13 +00:00
thorpej
f176c534d2 The traditional C preprocessor is fixed in GCC 3.3 now, so no need
to skip -traditional-cpp for HAVE_GCC3.
2002-11-26 18:42:30 +00:00
grant
d8cbe887fb Improve ipmon_flags.
From Jason Lingohr <jason at lucid dot net dot au>.
2002-11-26 12:25:53 +00:00
rafal
0266949b9c Regen: catch up to Martin's lpt addition. 2002-11-26 02:30:36 +00:00
bouyer
b7b6370242 Remove the note about Ultra/133 from the bug section. Pointed out by
mipam@ibb.net, thanks !
2002-11-25 22:50:49 +00:00
grant
89e8f956d1 New sentence, new line. 2002-11-25 08:07:04 +00:00
grant
bed1c102d8 add ipmon_flags. from freebsd. 2002-11-25 08:06:37 +00:00
thorpej
841722bb50 Add -Wno-sign-compare to CFLAGS. 2002-11-25 03:03:13 +00:00
thorpej
2e0f3f1f87 Mention xor5, xor6, xor7, and xor8. 2002-11-23 17:36:28 +00:00
blymn
e644ca2e85 Added verified exec directory. 2002-11-23 10:25:56 +00:00
blymn
c06c99cbd3 Example signature generating scripts. 2002-11-23 10:25:03 +00:00
blymn
1c475f17bc Removing due to rename of loader tool. 2002-11-23 10:21:17 +00:00
wiz
34fa57de10 Use correct macro. 2002-11-22 12:15:27 +00:00
thorpej
6dba3a7439 Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific
things like the .note.netbsd.ident section are provided by crti/crtn.
crti/crtn also provide the _init() and _fini() routines.

crtbegin/crtend now only provide support for ctors/dtors.  This paves
the way to using the "crtstuff" provided with GCC (when we upgrade to
GCC 3.3), which provides, among other things, much better C++/Java
exception handling.
2002-11-22 06:44:56 +00:00
simonb
a5bd4ec465 Fix a grammatical nit. 2002-11-19 04:16:02 +00:00
itojun
318c547b9b document new sanity checks. sync w/kame 2002-11-17 19:34:52 +00:00
wiz
2b116e162c Add some definite articles. 2002-11-17 15:48:05 +00:00
chs
4b2625143d change uvm_uarea_alloc() to indicate whether the returned uarea is already
backed by physical pages (ie. because it reused a previously-freed one),
so that we can skip a bunch of useless work in that case.
this fixes the underlying problem behind PR 18543, and also speeds up fork()
quite a bit (eg. 7% on my pc, 1% on my ultra2) when we get a cache hit.
2002-11-17 08:32:43 +00:00
itohy
e3d75a4ff4 Regen (fix desc, add manual pages) 2002-11-17 05:58:51 +00:00
itohy
f9d87879fa Add man4.dreamcast 2002-11-17 05:54:30 +00:00
itohy
d7eb7f969e Manual pages of dreamcast specific drivers 2002-11-17 05:53:41 +00:00
wiz
e991211bf2 Drop trailing space. 2002-11-17 01:28:18 +00:00
dyoung
d910717d01 Correct content. Style nits. 2002-11-16 23:09:44 +00:00
wiz
b40029428b Sort some arch lists, grammar and whitespace fixes.
Bump date for COMPAT_DARWIN/COMPAT_MACHO additions.
2002-11-16 12:28:04 +00:00
grant
fc7122989c minor mdoc and whitespace cleanup. 2002-11-16 11:42:33 +00:00
manu
7c8e5410cd Added COMPAT_MACH, COMPAT_DARWIN, and EXEC_MACHO. Updated LINUX supported
archs.
2002-11-16 11:35:47 +00:00
itohy
4ceec823fb Regen (add maple devices) 2002-11-16 04:55:06 +00:00
minoura
444fdc6bb9 Typo.
- missing argument
  - s/of of/of/
2002-11-12 15:45:42 +00:00
itohy
cbb1f0fb0f MKDYNAMICROOT for a.out 2002-11-12 14:33:48 +00:00
wiz
ac2f36aea8 Add mtd(4) man page by Martin Husemann and Peter Bex, with some
improvements by me.
2002-11-11 22:34:27 +00:00
gmcgarry
2aaf72cb84 Fix Xref formatting 2002-11-11 06:06:27 +00:00
thorpej
0d842ff28e Oops, AINC actually is still used; put it back. 2002-11-10 21:26:44 +00:00
hubertf
a4cde15ae0 Fix some nits around BINPKG_SITE(S)
PR pkg/19005 by tv@pobox.com
2002-11-10 18:23:48 +00:00
thorpej
ca760b0a32 The MIPS toolchain now defines __ABICALLS__ when abicalls are in use,
and the sources now use that define, so there is no need for us to define
ABICALLS.  Since that was the only use for the AINC variable, garbage-collect
it.
2002-11-10 18:15:29 +00:00
thorpej
5d2465f251 Now that the compiler does the right thing with -KPIC, we no longer
need to add it (or -fpic, for that matter) explicitly when building
shared libraries on MIPS.
2002-11-09 08:22:04 +00:00
grant
0ada8e4331 include arch in title. 2002-11-09 07:54:24 +00:00
wiz
3d6f2379f7 regen (add radio) 2002-11-07 16:12:38 +00:00
grant
f803190e5b remove spurious blank line. 2002-11-07 01:14:30 +00:00
grant
7434f686a8 Mention ALTQ options (from openbsd), fixes part of kern/18836.
From Jason Lingohr <jason at lucid dot net dot au> in private mail.
2002-11-07 01:13:57 +00:00
enami
872ec7c61c FSTAB_RQ was missing. 2002-11-06 04:13:24 +00:00
enami
06c8fdcc11 Sync with reality; The struct disk has been extended to have
separate read/write disk statistics.  Pointed out by itohy.
2002-11-06 03:55:01 +00:00
pooka
426a477b06 Be more verbose about the second DAC support.
requested by the wiz
2002-11-04 17:07:44 +00:00
pooka
acfba287f0 reflect second DAC support 2002-11-04 16:37:04 +00:00
wiz
471dfb05bc regen (veriexec). 2002-10-31 15:35:28 +00:00
agc
0176e1f8e5 Might as well install the veriexec(4) man page. 2002-10-30 15:45:10 +00:00
wiz
e597be7d4e Fix typo. Found by Adrian Mrva. 2002-10-29 16:18:06 +00:00
blymn
1baccad4de Added verifiedexec_load signature generator scripts. 2002-10-29 14:05:33 +00:00
wiz
691df76a8b Markup fixes. 2002-10-29 12:42:10 +00:00
blymn
19a0d736c2 Added man page for verified exec pseudo-device 2002-10-29 12:37:49 +00:00
chs
fc374b9d4f add Boca Research 4- and 8-port cards. from openbsd. 2002-10-29 08:59:36 +00:00
martin
d5435be6db Regen after adding wscons devices. 2002-10-26 13:49:11 +00:00
wiz
c49637989c Mention wsmoused(8) in some places (based on patch from PR 18801 by
Julio Merino).
2002-10-25 21:00:45 +00:00
jdolecek
196f994fd8 use .Nx 2.0 consistently in HISTORY section
add .\" NEXTRELEASE tag before the .Nx to make it possible to quickly
  find version references in case this would need to be changed
2002-10-23 09:44:35 +00:00
jdolecek
abf732873b update HISTORY - kqueue branch was merged
bump date
2002-10-23 09:35:24 +00:00
gmcgarry
f73425f16e Add vgonel(), although it is used only once. 2002-10-23 06:15:59 +00:00
perry
8885724457 Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG.
Not quite ready for prime time yet.
2002-10-22 18:48:27 +00:00
gmcgarry
fa2f17c9b8 Some more xrefs. 2002-10-20 20:21:07 +00:00
junyoung
f8fbaf68be netbsd-1-4 branch is EOL'ed. 2002-10-20 18:43:25 +00:00
junyoung
7c5f10a5e2 Pull in the latest from FreeBSD. 2002-10-20 18:40:14 +00:00
wiz
152e83aab8 New sentence, new line; grammar fixes; use more markup. 2002-10-20 11:04:52 +00:00
wiz
9a8c339c78 Drop trailing whitespace. 2002-10-20 10:46:57 +00:00
wiz
25238abfbb Sort SEE ALSO. 2002-10-20 10:37:36 +00:00
gmcgarry
445a917506 Xr file.9 2002-10-20 05:18:38 +00:00
gmcgarry
174f011eed More kernel documentation. 2002-10-20 05:16:31 +00:00
wiz
fd1730793f regen (+apm) 2002-10-20 01:00:47 +00:00
wiz
c1e72c3b57 regen (+ipl) 2002-10-20 01:00:37 +00:00
kleink
20b67c3da4 Import tzdata2002d. 2002-10-17 13:45:39 +00:00
jdc
98cf4923e8 Remove SUN_MS_BPS. It is already present in ms(4).
Pointed out by mrg.
2002-10-17 07:48:12 +00:00
wennmach
aa526afab2 typo (be -> by) 2002-10-16 20:05:20 +00:00
jdolecek
067fc7cdda KNOTE() check if the list is nonempty now 2002-10-16 19:51:14 +00:00
jdc
3fd663afdd New sentence, new line. 2002-10-16 19:48:33 +00:00
jdc
2c542c6b67 Add the sun-specific SUN_MS_BPS option. 2002-10-16 19:33:45 +00:00
kleink
c8bc77bfad Update list to 2001-11-26 data.
While here, sort by domain (rather than country) and capitalize country
names.
2002-10-15 18:07:27 +00:00
kleink
a5b6763856 2002-05-20:
* Macau -> Macao
* East Timor: TP -> TL.
2002-10-15 17:48:32 +00:00
gmcgarry
1b54fb00e8 link for vn_rdwr() 2002-10-14 21:03:19 +00:00
wiz
770eef2122 New sentence, new line. 2002-10-14 13:43:14 +00:00
wiz
bb63fa7b1b New sentence, new line, and fix a typo. 2002-10-14 13:37:57 +00:00
wiz
d581afbdc6 New sentence, new line. .Fn needs an argument, so give it one. 2002-10-14 13:37:40 +00:00
wiz
c490331080 New sentence, new line, and fix a typo. 2002-10-14 13:34:41 +00:00
gmcgarry
2bd7624b83 Some clarification on being reentrant. 2002-10-14 05:12:30 +00:00
gmcgarry
01d72a34e9 Slight markup. 2002-10-14 05:05:02 +00:00
gmcgarry
4bcdade258 Move the vnode file descriptor operations into their own file.
Add vn_marktext() and vn_statfile() descriptions.
2002-10-14 04:56:48 +00:00
gmcgarry
1e5d66967e vn_stat() now takes a struct vnode *. The description already implied this. 2002-10-14 04:21:14 +00:00
wiz
68fabd2693 Bump date and copyright for config_match addition.
New sentence, new line; and add a missing closing brace.
2002-10-13 00:52:50 +00:00
wiz
f11a59bca7 Bump date for automatic create; new sentence fixes. 2002-10-13 00:46:59 +00:00
martin
55dd94056d Document the usage of "flags" to select between the two assigned
interrupts.
2002-10-10 22:32:08 +00:00
wiz
ed87c3c0af Move a comma. Closes PR 18600 by Hiten Pandya. 2002-10-09 19:18:44 +00:00
itojun
85aeb556eb fix typo. PR 18597
put full ANSI prototype in FUNCTIONS section for consistency.
2002-10-09 15:27:23 +00:00
martin
accf8358dd Add sun-type4 (sun console with type 4 keyboard), to make keypad cursor
keys work on this type of keyboard. From Julian Coleman.
2002-10-08 20:20:42 +00:00
augustss
0c81b8340d Add ubsa(4). 2002-10-08 13:18:42 +00:00
wiz
57ed9ac8ea Bump date for VT8235; fix a major whitespace error; new sentence, new line. 2002-10-07 00:09:16 +00:00
wiz
669b738c2e Bump date for VT8235 support. 2002-10-07 00:05:10 +00:00
dsainty
12bc497c14 Typo: axctivate -> activate 2002-10-06 11:38:41 +00:00
kent
128e90b6bb Note support of VT8233/VT8235. 2002-10-05 18:11:51 +00:00
kent
eb3540055c Note VIA VT8235. 2002-10-05 17:10:01 +00:00
tsutsui
4bc7794182 Add Xref fmv(4) and mbe(4) and fix some description. 2002-10-05 15:55:22 +00:00
grant
c8edb21a86 New sentence, new line.
Improve kernel config line comment.
2002-10-05 15:52:25 +00:00
tsutsui
bc5439a731 - Add note isapnp attachment in synopsis.
- Add FMV-181A/182A/183 to supported boards.
- Remove Xref pci(4), and add Xref ate(4), isa(4), isapnp(4) and mbe(4).
- Fix some description to reflect reality.
- Bump .Dd.
2002-10-05 15:45:04 +00:00
gmcgarry
33ec7f1637 Document config_match(). 2002-10-05 05:39:35 +00:00
tron
6e40068171 Automatically create and destroy cloning interfaces and sync IP Filter
immediately afterwards before bringing the interface up. This avoids
a small security gap existing in the previous scheme where IP Filter
was synced after all cloning interfaces were created and brought up.
2002-10-05 05:24:40 +00:00
elric
d6392bab7e Documentation told me to do this after modifying src/etc/etc.*/MAKEDEV. 2002-10-04 19:04:17 +00:00
elric
0c79a2434b Install documentation about cgd(4). 2002-10-04 19:01:31 +00:00
elric
76f283beeb A [much needed] document describing cgd. 2002-10-04 18:57:35 +00:00
kent
9dd05d2197 Mention nForce MCP support. 2002-10-04 15:16:21 +00:00
wiz
5ee5f9c514 Fix typo. 2002-10-02 16:51:15 +00:00
wiz
9287b22a99 Fix typo. Spotted by Adrian Mrva. 2002-10-02 15:41:53 +00:00
wiz
933a0bcac0 Use color. 2002-10-02 15:33:10 +00:00
wiz
2746d79357 file systems, not filesystems. 2002-10-02 15:26:29 +00:00
wiz
ac1eed2103 authoritative instead of authoritive. From Adrian Mrva. 2002-10-02 15:22:44 +00:00
wiz
72faabe41b file system, not filesystem. 2002-10-02 11:15:18 +00:00
wiz
27b162ff28 file system, not filesystem. 2002-10-02 11:12:57 +00:00
wiz
816c57a9d3 register with only one "ist". 2002-10-02 11:00:53 +00:00
wiz
b7205c6129 misc mdoc fixes. 2002-09-29 20:42:45 +00:00
jdolecek
ecb97b038d bring knote(9) and kfilter_register(9) from kqueue branch to mainline
HISTORY section mentions the interface is only available on experimental
  kqueue branch (for now)
2002-09-29 20:29:13 +00:00
wiz
81d41a5c52 Sort man page a bit after last. 2002-09-29 17:41:44 +00:00
wiz
18d7c27687 Rename sleep.9 to ltsleep.9, since sleep(9) is not there any more. 2002-09-29 17:36:16 +00:00
wiz
2d1a83668f Complete removal of sleep(9) references, update copyright and date. 2002-09-29 17:34:29 +00:00
jdolecek
fd22a64c93 sleep(9) was nuked in rev. 1.95 of <sys/proc.h> on 2000/05/27; remove it
from manpage too
2002-09-29 17:14:16 +00:00
wiz
d54826f715 options FD_SCRIPTS, not option FD_SCRIPTS.
From Ben Collver in PR 18467.
2002-09-29 15:36:34 +00:00
wiz
b1e5c9ad31 net.inet6.ip6.bindv6only was renamed net.inet6.ip6.v6only, from Stoned
Elipot in PR 18463.
While here: New sentence, new line; \- for minus signs.
2002-09-29 11:06:37 +00:00
wiz
7d6cfacbee Remove ppp(4) options here (moved to ppp(4)); add Xr to ppp(4); bump date. 2002-09-29 00:36:43 +00:00
wiz
8910aec04b Add Xref to brgphy too, requested by Matt Thomas. 2002-09-28 22:23:53 +00:00
martin
bb1e0c8e8e Regen (added USB devices) 2002-09-28 20:05:58 +00:00
wiz
11255a6d43 regen (+pci) 2002-09-28 10:52:11 +00:00
wiz
204f44c565 Xref bmtphy, proposed by aymeric. 2002-09-28 10:33:30 +00:00
wiz
5b42f9022e Mention supported kernel config options. Based on PR 17633 by Julio
Merino and options(4). Bump date.
2002-09-27 22:40:58 +00:00
wiz
668c7500e7 Mention various *VERBOSE kernel options in the corresponding man pages.
From Julio Merino in misc/17637.
Bump dates.
2002-09-27 22:31:41 +00:00
thorpej
09a0767aa9 Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and
-dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being
built is /bin or /sbin.

The reason we do this is because now all programs *except* those in
/bin and /sbin (i.e. the "special cases") match the default the compiler
uses, which is what is used for things in e.g. xsrc, pkgsrc, and other
random 3rd party programs.

This is done by decoupling where a shlib is installed from how it
is located.  Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR,
contain the former information, and key off MKDYNAMICROOT only.  SHLIBDIR
and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR.

The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and
SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README
for usage details.
2002-09-27 21:37:50 +00:00
thorpej
0f181e084a Back out previous; it was incomplete. 2002-09-27 17:03:08 +00:00
thorpej
6a244932ed Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and
-dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being
built is /bin or /sbin.

The reason we do this is because now all programs *except* those in
/bin and /sbin (i.e. the "special cases") match the default the compiler
uses, which is what is used for things in e.g. xsrc, pkgsrc, and other
random 3rd party programs.
2002-09-27 15:56:39 +00:00
wiz
062d0b32cf Add a line saying that a trailing '\n' is not needed. Bump date.
While here: new sentence, new line.
2002-09-27 15:53:33 +00:00
wiz
4a47c952db Add documentation for utmpx and some related functions.
Thanks for some explanations to christos, and for some STANDARDS hints
to Klaus Klein.
2002-09-27 15:02:24 +00:00
wiz
84ce8e9698 Begin new sentences on new lines; drop trailing whitespace; some mdoc
and typo fixes.
2002-09-27 08:38:58 +00:00
wiz
ccf057f25b Correct argument to SCHED_LOCK; drop a trailing whitespace, fix an xref.
Begin a sentence on a new line.
2002-09-27 07:56:55 +00:00
wiz
1cef8ffb3b Bump date for recent changes.
Begin new sentences on new lines.
Use .Aq instead of \*[Lt]\*[Gt] if possible.
2002-09-27 07:52:48 +00:00
wiz
79bd62667c Bump date for pmap_remove addition.
Begin new sentences on new lines.
Use .Aq as much as possible instead of \*[Lt]foo\*[Gt].
2002-09-27 07:46:37 +00:00
wiz
61ae06d7d0 Sort sections. Limit line length to 80. Begin new sentences on new lines.
Bump date and add 2002 to copyright notice for BUGS section addition.
2002-09-27 07:30:38 +00:00
junyoung
e11fe6e660 EOL: end of life. 2002-09-27 03:40:46 +00:00
wiz
15223283f6 Kilo abbreviation is a small k (PR 18408). Unrelated mdoc fix. 2002-09-26 15:06:06 +00:00
grant
59fce28e02 Fix minor formatting bug. From Joerg Klemenz <joerg@gmx.net> in
misc/18428.
2002-09-26 13:21:52 +00:00
itojun
d24389cf67 MDC2 is a patented algorithm; don't ship it in default libcrypto.
MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
2002-09-26 13:05:54 +00:00
wiz
70b4d4ce4e Begin sentences on new lines. 2002-09-26 01:05:04 +00:00
dan
6fd63681ed Note that tqphy can be found on mini-pci cards as well as cardbus, and
comment on buggy rev <= 3 chips.
2002-09-25 23:27:03 +00:00
heinz
9417418675 small typo 2002-09-25 22:59:40 +00:00
wiz
de1af2db11 regen (add pci) 2002-09-25 01:09:16 +00:00
wiz
f020223b5c Add auto-generated MAKEDEV(8) for ofppc. 2002-09-25 01:07:41 +00:00
wiz
d28b723f76 regen (apm) 2002-09-25 00:58:37 +00:00
wiz
9dc0c09980 Use .Nm instead of Xref to ourselves. 2002-09-25 00:10:53 +00:00
wiz
e5f61afd9e Sort sections. Don't end SEE ALSO section with a dot. 2002-09-24 23:48:22 +00:00
pooka
f10e116eb8 add man page for iwic
from FreeBSD
2002-09-24 22:17:23 +00:00
wiz
1c02be3755 Improve mdoc here. 2002-09-22 16:29:03 +00:00
perry
5bb2bd7c17 Add some language mentioning pages that cover more general systems
administration topics, and break up into paragraphs a bit. Also update
the date. This page really needs some serious rethinking, though.
2002-09-22 16:15:41 +00:00
perry
cf45a27b24 Update the section description (per wiz) to note that it covers
procedures as well as commands.
This particular man page probably needs serious updating -- it is way
behind the times.
2002-09-22 16:07:31 +00:00
lukem
2f7d49d929 Enable MKDYNAMICROOT=yes by default.
This means that:
    +	/bin and /sbin (and the few programs in /usr/* which were statically
	linked) are now dynamically linked.
    +	The shared libraries that are needed by the /bin and /sbin programs
	are now installed into /lib (with compatability symlinks from
	/usr/lib).  These are:
		c crypt edit ipsec kvm m m387 termcap termlib util z
    +	The shared linker is now in /libexec/ld.elf_so, and
	/usr/libexec/ld.elf_so is a symlink to the former.

If you want the prior behaviour of "some applications statically linked,
the rest dynamically linked", set MKDYNAMICROOT=no in your mk.conf(5).

If you have a philosophical objection to dynamic libraries, continue
to set LDSTATIC=-static in your mk.conf(5), and please don't waste any
more time in trying to convince us why dynamic libraries are 3v1l.
2002-09-22 15:08:17 +00:00
mycroft
34f16bb525 Add a paragraph about splsoftnet()/splnet(), which often seems to confuse
people coming from FreeBSD.
2002-09-22 13:27:25 +00:00
chs
50bcbb066e document new stuff:
UVM_KMF_CANFAIL, uvm_uarea_alloc(), uvm_uarea_free(), pmap_remove_all().
2002-09-22 07:22:27 +00:00
gmcgarry
f84fa2a2f3 Document the details of the scheduler. 2002-09-22 06:26:33 +00:00
uebayasi
90abde1a33 .Xr each other. 2002-09-20 03:35:33 +00:00
uebayasi
27b327f06c A missing .Fa. 2002-09-19 00:52:54 +00:00
uebayasi
c0ce4d9d69 Add .Xrefs to wscons(9) and cousins. 2002-09-18 11:56:28 +00:00
uebayasi
8828f97591 Fix a typo. 2002-09-18 09:50:29 +00:00
lukem
32cfc56bab minor makefile delint 2002-09-18 07:50:31 +00:00
grant
f44aa289d5 replace spaces in urlphy* with tabs. from Lubomir Sedlacik
<salo@Xtrmntr.org> in misc/18323.
2002-09-18 03:12:52 +00:00
lukem
58a44e7ae0 use NETBSDSRCDIR as appropriate 2002-09-18 02:51:46 +00:00
thorpej
3b08abd277 * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into
two variables:

  TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is
  no working in-tree toolchain (hppa, ns32k, sh5, x86_64).

  EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of
  an external toolchain (e.g. /usr/local/gnu).  This enables the cross-build
  framework even for TOOLCHAIN_MISSING platforms.

  If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all
  unconditionally set to "no", since the bits are not there to build.

  If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no",
  since the external toolchain's compiler is not in-sync with the
  in-tree compiler support components (e.g. libgcc).

* Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in
  that file can use it.
2002-09-17 23:18:25 +00:00
thorpej
2f50b4a3fb No longer have to invoke lorder with the shell explicitly; the host
tool is patched to use the working shell as the interpreter.
2002-09-15 17:07:14 +00:00
thorpej
69d62447b8 Use ${CPP}, not cpp. 2002-09-15 16:01:17 +00:00
thorpej
4c81eb7f69 If DESTDIR is set, add ${DESTDIR}/usr/libdata to the lint library
search path.  This works around the problem of lint using the
wrong lint libraries until a "lint -d ..." equivalent is implemented
for libraries.
2002-09-14 16:56:10 +00:00
jonb
0f38cd8269 Fix typos that made errors in my first driver.
"All the other drivers did it this way..."
2002-09-14 14:19:38 +00:00
thorpej
5d0c1f4d8b * Add MKTEMP as a host tool.
* Pass MKTEMP to lorder, and invoke lorder with sh.
2002-09-14 05:01:45 +00:00
wiz
6e932790b0 Our X man page is in 7. 2002-09-13 19:04:53 +00:00
ad
6868161167 Add skeleton zx(4) manpage. 2002-09-13 18:59:43 +00:00
jdc
c4cb51dc7d Correct the escape sequences for F1-F4 in our xterm entry.
Fixes PR 18272.
2002-09-13 16:40:02 +00:00
atatat
8c4b578bb7 Add new numbers, remove some stars, and mildly sort it so that it's
actually in numeric order.
2002-09-13 15:31:01 +00:00
martin
fddb94e533 Fix synopsis to include the pcmcia* attaching at nell. 2002-09-12 12:37:27 +00:00
wiz
c682d53b51 Remove some superfluous quoting. Bump date for last change. 2002-09-11 15:38:44 +00:00
jdc
e311e7faf2 Add information about cgsix boards and notes on how to set the graphics
resolution.

This page should probably be shared with sun3 and sparc64 at some point.
2002-09-11 15:34:08 +00:00
thorpej
3e19f8e1f0 Build a .gdbinit in the objdir when building a program. The .gdbinit
file sets the shared library prefix to ${DESTDIR}, and adds "sources"
directives for each file listed in the GDBINIT Makefile variable.
2002-09-08 03:59:02 +00:00
wiz
8fbdb346a3 Bump date.
For single words, prefer ``.Dq foo'' over ``.Do\nfoo\n.Dc''.
Punctuation nits.
2002-09-06 15:45:28 +00:00
wiz
0b28c7d9d5 Bump date. 2002-09-06 15:44:45 +00:00
gehenna
ab093bca65 Add the description of device switch and naming convention. 2002-09-06 14:16:54 +00:00
gehenna
3fd2dc7121 Document the `device-major'' statement and remove the `major'' statement. 2002-09-06 14:13:48 +00:00
jwise
16ee61e627 Add COB, EOB. 2002-09-05 15:54:44 +00:00
gendalia
18a1b84074 GIGO: garbage in, garbage out
SOP: standard operating procedure
TWIAVBP: the world is a very big place
2002-09-04 23:51:55 +00:00
wiz
3c4b7573d6 initialize for consistency. 2002-09-04 00:47:12 +00:00
wiz
9b2aeac54a Some more markup. 2002-09-04 00:41:40 +00:00
wiz
5f06c1dc25 file system, not filesystem; swappable with two ps, and mark up some paths. 2002-09-04 00:26:08 +00:00
wiz
3b79a9cb49 eg -> e.g. 2002-09-04 00:19:15 +00:00
wiz
a4aac7d5c0 tunneled with one l only. 2002-09-04 00:12:52 +00:00
wiz
3b81281107 tunneling and tunneled with one l only. 2002-09-04 00:04:20 +00:00
wiz
acee215136 Add SIMCA (sitting in my chair amused). 2002-09-02 19:02:20 +00:00
wiz
89e1f79b11 Fix a typo, from Lubomir Sedlacik in misc/18147. 2002-09-02 13:05:24 +00:00
wiz
2e8a87c393 No trailing space. Also, new sentences need two spaces after the dot.
Bump date for last changes.
2002-09-01 20:16:47 +00:00
schmonz
273368f404 Fix a couple spell-o's. 2002-09-01 17:40:07 +00:00
martin
7b46d3361c Document "options PPPOE_TERM_UNKNOWN_SESSIONS". 2002-09-01 17:35:38 +00:00
wiz
93d0722c11 Add some commas in enumerations, and bump date for recent changes. 2002-08-30 22:13:03 +00:00
abs
f951ddc019 Fix AHC_NO_TAGS to actually disable tagged queuing, and document. 2002-08-30 21:54:10 +00:00
wiz
93a4c1ca59 Document link0 and link1 better, remove reference to non-existing sppp(4).
Reviewed by martin.
2002-08-30 13:38:38 +00:00
wiz
b05666de4a Fix typo in last. 2002-08-29 12:23:42 +00:00
wiz
7f11cad18a Mark up error values and NULL. 2002-08-29 12:20:21 +00:00
wiz
af01d9ecf0 Mdoc nit (\-1 instead of -1. \- is minus, - is hyphen). 2002-08-29 11:27:03 +00:00
wiz
510e2d9c43 Drop trailing space. 2002-08-29 10:45:17 +00:00
lukem
08e7e88032 In the MKDYNAMICROOT==yes case, move the shared linker from /lib/ld.elf_so to
/libexec/ld.elf_so.  Per discussion with a few other developers.
2002-08-28 09:57:10 +00:00
onoe
44fbd073c4 Add 2 APIs to get a list of available DLTs and use one for them.
BIOCGDLTLIST (struct bpf_dltlist)
	BIOCSDLT (u_int)
2002-08-28 09:35:55 +00:00
gmcgarry
fa0313ca0b Documentation for Restartable Atomic Sequences (RAS). 2002-08-28 07:56:30 +00:00
lukem
ed401558f2 Implement MKDYNAMICROOT, which currently defaults to "no", but will
be changed in the future to "yes".

If MKDYNAMICROOT == "no", there is no change from existing behaviour
of a static /bin and /sbin (and a few programs in elsewhere).

If MKDYNAMICROOT == "yes", the following changes occur:
    in <bsd.own.mk>:
	SHLIBDIR?=     /lib
	SHLINKDIR?=	/lib
    in various Makefiles, the following entry is DISABLED.
	LDSTATIC?=-static
This results in all programs (except those "standalone" programs built
in sys/arch/*/stand) are linked dynamically, the shared linker is moved
from /usr/libexec to /lib (with a compat symlink), and the shared
libraries used by /bin and /sbin programs are moved from /usr/lib to
/lib (with compat symlinks).
2002-08-27 14:46:11 +00:00
takemura
b8ce6e8201 Added touch panel calibration utility. 2002-08-27 14:12:09 +00:00
abs
9f39802939 Append ' - see rc.conf(5)' to unset variable warning:
/etc/rc.d/fu: WARNING: $fu is not set properly - see rc.conf(5).
Add a note to rc.conf that third party packages may test for additional
variables.
2002-08-26 17:46:57 +00:00
thorpej
cc1d5833ef uiomove()'s second argument is now a size_t. 2002-08-25 22:29:11 +00:00
lukem
9aa0322535 don't bother with "rm -f $$t" before ${INSTALL_LINK} or ${INSTALL_SYMLINK},
as they default to using install(1) -r.
the rm can cause problems in certain situations, such as moving a library or
shared linker that install(1) depends upon to another location and replacing
it with a (sym)link.
2002-08-24 13:12:38 +00:00
bouyer
86514a3c90 Note support for HPT372 and (better late than never) HPT374. 2002-08-23 16:31:09 +00:00
bouyer
ceb355fe05 Add support for Promise Ultra133TX2, and Ultra133TX2v2. 2002-08-23 16:29:37 +00:00
scw
27ff9862b3 Override the last commit by auto-generating the file from walnut's
etc.MAKEDEV.

Pointed out by Thomas Klausner.
2002-08-23 13:01:21 +00:00
scw
a97e0cd99d G/C satlink and wscons. Neither are applicable to the walnut port. 2002-08-23 12:18:46 +00:00
wiz
d4a8d9ed9e Remove duplicate 'is' reported by Arto Huusko in misc/18048. 2002-08-23 12:04:39 +00:00
thorpej
11cad93278 Note that checksum offload is supported. 2002-08-22 18:16:13 +00:00
lukem
c2cfbd954d document /lib and /rescue. other minor tweaks 2002-08-22 01:40:07 +00:00
onoe
0869b7a4ce Change the media option for adhoc demo mode: adhoc -> adhoc,flag0
Fix the configuration for IBSS mode.
2002-08-21 04:08:06 +00:00
onoe
79d69cf115 Apply changes to ifmedia.h:
Delete IFM_IEEE80211_IBSS [ibss] and IFM_IEEE80211_IBSSMASTER [ibss-master]
from media options, since IEEE80211_ADHOC [adhoc] is already defined for
IBSS.  Instead, [ibss] is assigned as an alias for IEEE80211_ADHOC.

Also note that adhoc can be used with flag0 to specify non-standard adhoc
demo mode in some drivers.
2002-08-21 03:30:54 +00:00
christos
881d4466c6 PR/17402: Julio Merino: Mention /dev/ttyEstat 2002-08-20 16:56:05 +00:00
wiz
942e5d4c4f Sort sections. 2002-08-20 16:39:09 +00:00
wiz
54ae9afa12 Sort SEE ALSO. 2002-08-20 16:37:47 +00:00
wiz
73b7d13bfe Drop .Pp before .Ss. 2002-08-20 16:25:51 +00:00
wiz
76cbce1c77 Formatting error. 2002-08-20 15:54:08 +00:00
wiz
b93a6fd07e Remove Ns. 2002-08-20 15:52:25 +00:00
wiz
47d5f6cf3b Remove superfluous Ns. 2002-08-20 15:51:25 +00:00
wiz
33691f98a8 Drop some superfluous Ns. 2002-08-20 15:47:46 +00:00
wiz
64676e9ce7 Two major fixes for PS output; also cut down on Ns and No misuses. 2002-08-20 15:43:34 +00:00
enami
7be7957c9b Mention RND_TYPE_RNG. 2002-08-20 00:48:31 +00:00
enami
68c5f07e0f Add and xref wm(4). 2002-08-20 00:46:23 +00:00
wiz
75839d2a59 It's RND_FLAG_*, not RND_FLAGS*. Noted by Christian Biere in kern/17992.
Also fix an unrelated mdoc error.
2002-08-19 17:41:46 +00:00
lukem
811a3185a3 Explicitly note that if NOxxx and USE_SHLIBDIR are set by a Makefile,
it must be before <bsd.own.mk> is included.
2002-08-19 14:51:58 +00:00
gmcgarry
d00f8989a1 Document RND_COM option. Partially addresses PR17976 from
<ChristianBiere@gmx.de>.
2002-08-19 00:00:48 +00:00
yamt
d43d55bc3a mention argument promotion and change example
as well.
from OpenBSD.
2002-08-18 08:57:07 +00:00
wiz
b96a6bccda regen (+pci) 2002-08-17 11:45:04 +00:00
wiz
5f9f466ecc regen (tty for sab, hi petrov) 2002-08-17 11:44:17 +00:00
jdolecek
4a6a2fe18b update to accompany removal of COMPAT_OLDBOOT, and no more 'wd' and 'sd'
aliases for 'hd'
2002-08-16 08:54:18 +00:00
thorpej
85181628b6 Fix markup in AUTHORS section. 2002-08-15 19:03:34 +00:00
wiz
ac8c16f96b Don't xref ourselves in SEE ALSO; separate SEE ALSO entries by comma;
use more mark up in some places.
2002-08-15 03:23:55 +00:00
wiz
323eb1eff6 Comma-separate entries in SEE ALSO. 2002-08-15 03:23:15 +00:00
wiz
bc207f9d3c Mdoc nit. 2002-08-15 03:22:49 +00:00
soren
a440a4971b Misc fixes.
Cross-reference v*ops.9.
2002-08-14 18:50:48 +00:00
wiz
f4091be169 Mdoc nits unrelated to last commit, and bump date for last commit. 2002-08-14 15:30:11 +00:00
thorpej
b890d48c5a * Document the existing requirement that machine-independent code
not pmap_kenter_pa() a mapping at a virtual address for which a
  valid mapping already exists.
* Document the new requirement that machine-independent code not
  not pmap_kenter_pa() a mapping with VM_PROT_EXEC.
2002-08-14 15:25:50 +00:00
bjh21
96d74ccf91 Update the list of controller capabilities, and document the one I added
(WDC_CAPABILITY_NOIRQ).
2002-08-14 12:30:22 +00:00
wiz
ef2a9b1611 Remove duplicate defines. 2002-08-12 21:51:14 +00:00