Commit Graph

5636 Commits

Author SHA1 Message Date
wiz e64116ef31 mdoc fixes, and correct HISTORY section. 2002-03-29 00:00:11 +00:00
ichiro f51a1295d1 add url(4) 2002-03-28 21:38:09 +00:00
ichiro 40e484a087 add simple manual for url(4) 2002-03-28 21:35:28 +00:00
eeh fe394d06b6 Explicitly document previously undocumented (and changed) semantics
of pmap_clear_reference and pmap_clear_modify.
2002-03-28 18:22:20 +00:00
matt c670c2a754 Don't complain if vax && ELF. 2002-03-28 06:59:39 +00:00
thorpej f448e157d7 Manual page for the Intel i8254x Gigabit Ethernet driver. 2002-03-28 05:07:58 +00:00
lukem 5ee7ac8886 Replace $critical_filesystems_beforenet with $critical_filesystems_local .
Replace  $critical_filesystems            with  $critical_filesystems_remote .

The new names are now consistent with the type argument that
mount_critical_filesystems() is called with, and allows for other types to
be easily supported by that function.

For backwards compatibility purposes, if the now obsolete variable is defined
(even empty), it takes precedence over the new form, and you will be warned.
If you want to stop the warnings, update your rc.conf(5) settings!
2002-03-27 08:53:39 +00:00
eeh f0a7e18ff6 Use the medium low model for sparc64 programs that don't 2GB of data segment. 2002-03-27 05:40:54 +00:00
eeh 72feb11b6e Reserve %g4 for backwards compatibility with the old ABI. 2002-03-27 05:39:00 +00:00
fredette ba0d9b105c In the machine-links target, the sun2 also needs a sun68k symlink.
Plan ahead and make it on the sun3 also.
2002-03-26 23:13:08 +00:00
wiz 4a4415baa7 End sentence with a dot, not a comma. 2002-03-25 19:32:26 +00:00
wiz f476686b6c mdoc fixes 2002-03-25 19:27:45 +00:00
martin 156d335bb2 Add man page for the Fritz!PCI ISDN card driver 2002-03-25 19:15:35 +00:00
shiba a3b10f5127 Switch mac68k to ELF. Now the default executable binaries are ELF.
Approved by Scott,briggs,fredb,wormey
2002-03-25 14:03:05 +00:00
kent e242265100 Mention /usr/lkm/{compat,exec}_pecoff.o
Correct URLs
2002-03-25 10:17:29 +00:00
wiz afc5670acb Fix installation subdir. 2002-03-24 22:36:30 +00:00
wiz cf831b4830 Fix installation subdirectory. 2002-03-24 22:35:21 +00:00
bjh21 79df6e9339 Rename arm26 -> acorn26. 2002-03-24 22:32:36 +00:00
bjh21 2d53252971 MACHINE_ARCH == "arm26" hasn't been valid for some time, so don't check
for it.
2002-03-24 22:32:00 +00:00
bjh21 aa798d41af Move manual pages, man[48].arm26 -> man[48].acorn26. 2002-03-24 22:29:54 +00:00
wiz 1d372fddb2 regen (mostly isdn change, some misc new devices in places) 2002-03-24 22:23:31 +00:00
jdolecek 1538d2a065 aha at mca? confirmed working (test card provided by Jonathan Hankins)
also move the aha entry before esp one, now that it's tested
2002-03-24 18:50:08 +00:00
bouyer c8cc4584ab Note AMD-768 support 2002-03-24 17:03:45 +00:00
lukem ee821504dd - document optional "interpreter" argument to check_pidfile() and
check_process()
- document rc_* variables available in method and after run_rc_command()
  completes
2002-03-24 15:32:59 +00:00
heinz 503cf59ccc some typos 2002-03-23 22:36:45 +00:00
jdolecek 09e5dcae39 rename EXEC_ELF_CATCHALL to EXEC_ELF_NOTELESS
document COMPAT_11 or COMPAT_12 imply EXEC_ELF_NOTELESS
2002-03-23 09:56:58 +00:00
wiz 18fb4eb38a Note Leadtek VC100. 2002-03-23 09:47:21 +00:00
thorpej 9c33b55e7c Split the notion of building Hesiod, Kerberos, S/key, and YP
infrastructure and using that infrastructure in programs.

	* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building
	  of the infratsructure (libraries, support programs, etc.)

	* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control
	  building of support for using the corresponding API
	  in various libraries/programs that can use it.

As discussed on tech-toolchain.
2002-03-22 18:10:19 +00:00
martin 131f75b62b Fix reference to microcode directory.
Noticed by Jaromir Dolecek.
2002-03-22 09:45:53 +00:00
lukem 4e990e2ecb add more rc.subr(8) and rc.conf(5) references 2002-03-22 04:32:10 +00:00
augustss fe74b56f01 Add uvscom attachment line. 2002-03-22 00:39:40 +00:00
lukem 1193c443bb swapoff 2002-03-21 23:14:03 +00:00
pk ad92811bb5 `linksinstall' cannot be issued in parallel with other realinstall sources. 2002-03-21 12:59:56 +00:00
pk 2918ae233f Target dependencies again: `machine-links' must be made before $DPSRCS.
We now have
	all => $PROG => $OBJS => $DPSRCS (if present) => machine-links
2002-03-21 12:54:21 +00:00
lukem b8bcb6125d document $command_interpreter 2002-03-21 12:29:18 +00:00
lukem 328fa6b19f use ${VAR:D:U...} if we only want a value in the undefined case 2002-03-19 22:17:23 +00:00
augustss d00ad9335b Add uvscom(4). 2002-03-19 15:17:48 +00:00
lukem 1995e199a3 Change library installation.
Instead of:
	install -m 600 [...]
	ranlib -t [...]
	chmod 444 [...]
use the newly added "-a" flag to install(1) to invoke ranlib ifndef UPDATE.
Should prevent unnecessary ranlib-ing of installed libraries with UPDATE
defined.

Per discussion with simonb.
2002-03-19 14:39:22 +00:00
lukem 1e73b16611 - ensure that check_DESTDIR and check_RELEASEDIR are always available,
even if USETOOLS==no.
- wrap setting of DESTDIR?= with own USETOOLS==yes check.

should fix a problem noted on current-users with USETOOLS=no
2002-03-19 11:03:05 +00:00
wiz 728eccc7b2 Markup fix. 2002-03-19 10:34:50 +00:00
wiz 02383c1b5c Typo and grammar fixes, one each. 2002-03-19 10:30:20 +00:00
gmcgarry f7968ef883 Document keymaps. 2002-03-19 05:35:18 +00:00
gmcgarry d5111c7802 Document -c flag. 2002-03-19 05:22:33 +00:00
wiz 545f04563b Sort sections. 2002-03-18 18:59:57 +00:00
bjh21 6ee155e761 We never set MACHINE_ARCH to "arm26" so remove the MACHINE_GNU_ARCH mapping
for it.
2002-03-18 18:42:52 +00:00
christos 537c311b66 Update the documentation for the pms driver. From Peter Seebach. 2002-03-18 17:14:14 +00:00
martin fc467dcd20 Modify for new ISDN device/interface names. 2002-03-17 21:32:21 +00:00
tron dc594f1d90 Correct error in last commit: "revisions" should not be removed during
install.
2002-03-17 21:11:32 +00:00
martin 1351389550 Move man pages of renamed devices and adapt them to their new name. 2002-03-16 17:57:34 +00:00
ad 3f357e222f Sync with reality. 2002-03-16 12:10:18 +00:00
tron a5bec38356 Remove "-c" from "${INSTALL_FILE}" to avoid leaving ".tmp" files arround. 2002-03-16 10:19:58 +00:00
gmcgarry 7317bdd325 add jazzio attachment to synopsis 2002-03-15 05:20:55 +00:00
wiz 1c444efedf Simplify markup a bit. 2002-03-15 00:09:43 +00:00
kleink bb3ea13a8e Add a reference to RFC2003, and mention possible protocol field values of
the outer packet; from Alan Barrett in PR standards/15895, with minor
markup fixes.
2002-03-14 21:29:02 +00:00
thorpej 43c6552a49 Add a BUILDID variable, which further qualifies object directories. 2002-03-14 18:26:32 +00:00
uwe 8307c93fb8 Add audiocs(4) and ebus(4). 2002-03-14 12:19:55 +00:00
wiz ae63b22183 Note ICS1893 support. 2002-03-14 10:56:17 +00:00
chs dc3bc0c490 add support for LXT971 PHYs. 2002-03-14 04:40:26 +00:00
wiz ecf21d9b93 regen for new template, picking up some recent other changes
[clockctl, MI joy, pty+++]
2002-03-14 01:38:33 +00:00
wiz dc47c556a2 Remark that the script should be called by the super-user; mention
/etc/MAKEDEV.local; and add DIAGNOSTICS and HISTORY sections.
2002-03-14 01:33:27 +00:00
wiz 42aa648b4c Remove a superfluous comma. 2002-03-13 21:45:38 +00:00
wiz 05fbca3f92 wscons(9), not (4), and some whitespace cleanup. 2002-03-13 21:44:48 +00:00
wiz 8d15f4d372 Put comment on separate line. 2002-03-13 21:42:20 +00:00
jandberg a52d11410f bring up to date with code 2002-03-13 19:46:01 +00:00
uwe 9165b68765 Change wording a bit. Add URL for the PCIO manual. 2002-03-13 19:44:42 +00:00
uwe 14102fe2d6 Add reference to ebus(4). 2002-03-13 19:06:24 +00:00
uwe bc482afeea Skeletal manpage for EBus derived from comments in ebusreg.h
by Matthew Green.
2002-03-13 18:59:14 +00:00
lukem ce3cfa06ae document ${_arg}_postcmd 2002-03-13 04:57:11 +00:00
kent abc0e4d655 Fix a typo 2002-03-13 03:46:55 +00:00
uwe 80cba97462 Minor mandoc nits. 2002-03-13 00:56:35 +00:00
uwe 62acda31f9 Use .Dv for AudioN* and AudioC* 2002-03-13 00:55:02 +00:00
wiz 1ed983bdc8 Fix capitalization error, noted by uwe.
Minor mandoc improvements while I'm here.
2002-03-13 00:18:40 +00:00
uwe 12926b4de8 Mention audiocs. 2002-03-12 16:19:27 +00:00
uwe cc7664bca9 Use .Dv instead of .Va 2002-03-12 16:10:38 +00:00
uwe 6b0a20bdae A rudimentary manpage for audiocs(4). 2002-03-12 15:55:11 +00:00
kent d1b86e1e52 Update struct audio_params and description of set_params().
Feel free to correct my poor English ;-)
2002-03-11 15:09:51 +00:00
lukem be07ec41d5 document MEMORY_DISK_SIZE 2002-03-10 20:05:42 +00:00
wiz 2f9d07f100 ispell, and a grammar fix. 2002-03-10 18:39:42 +00:00
junyoung a59447b7ad Fix typos. 2002-03-10 17:31:25 +00:00
itohy d5f39a2d9c Add explicit support of OPL3-SA2 (YMF711).
Not well tested....
2002-03-10 13:57:10 +00:00
tv cb25cef027 Remove the ability to set "USE_NEW_TOOLCHAIN=no" explicitly. This is a
one-way transition, so once it's defined by default for a port, it can't
be turned off.
2002-03-09 15:17:45 +00:00
kleink 26c19c6081 Fix the declaration of the function to be registered with kthread_create{,1};
from Peter Seebach in PR kern/15838.
2002-03-08 23:03:23 +00:00
simonb 38469044f3 Add entries for evbarm and evbmips. 2002-03-07 14:46:10 +00:00
simonb 2a9c0391d3 Add evbarm and evbmips. 2002-03-07 14:44:49 +00:00
wiz 66bb8e2176 Make DESCRIPTION sections (mostly by renaming non-standard section headers).
[See bin/14591 for a reason why we should have them.]
2002-03-06 14:43:02 +00:00
thorpej 06c97a1e94 Make sure to pass $MACROS to the roff command. 2002-03-06 06:43:02 +00:00
simonb f3e2fe6731 Add entry for sbmips. 2002-03-06 02:42:30 +00:00
simonb 5f24b78e43 Add "sbmips". 2002-03-06 02:37:51 +00:00
wiz 10d6eb080d Drop duplicate .Pp. 2002-03-05 15:09:26 +00:00
lukem 1142a4b638 oops; should define check_DESTDIR before setting default for DESTDIR... 2002-03-05 03:53:58 +00:00
lukem 4b99ad4ad4 provide check_DESTDIR and check_RELEASEDIR targets in <bsd.own.mk>
and use those rather than local versions
2002-03-05 03:51:21 +00:00
wiz eb8cde8c28 Whitespace nit. 2002-03-04 15:27:57 +00:00
sommerfeld bf79729e2e More ipip references 2002-03-04 15:14:22 +00:00
wiz bb4f5583f7 Sort sections, drop trailing whitespace, s/ipip/gif/, and minor fixes. 2002-03-04 14:50:54 +00:00
sommerfeld 3406f0a3dd The "gif*" tunnelling interface does everything ipip does.
Move usage example from ipip.4 to gif.4
Excise ipip and stitch up the scars.
2002-03-04 13:24:06 +00:00
manu 143b41911d Given that a lot of IRIX binaries now work, COMPAT_IRIX is no more
'highly experimental'. Now it's just 'experimental'...
2002-03-04 06:00:15 +00:00
tron 8002ff3a8c Add cross reference to brconfig(8). 2002-03-03 19:32:28 +00:00
mrg c6cc70654c note that securelevel=0 ends up -> securelevel=1 (part of PR#13647) 2002-03-01 16:52:04 +00:00
pk c26b4a92e2 Serialize access to $INFODIR/dir; multiple instances of `install-info'
would trash that file.
2002-03-01 15:42:10 +00:00
pk 721880b0bc Fix target order: the machine links must be present before compiling object
files.
2002-02-28 15:55:50 +00:00
scw 5183aa7b10 Add mvmeppc. 2002-02-27 21:26:09 +00:00
kleink a3f0b56f7a While we're here, roll forward the up-to-date tag. 2002-02-26 13:20:22 +00:00
kleink da7d0ec7e4 ISO 3166/MA web pages have moved. 2002-02-26 13:11:05 +00:00
wiz c640510df0 Correct spelling of "delimiter", and remove from ignored-errors lists. 2002-02-26 02:37:28 +00:00
kleink 341cec0040 Update to cover alternate register access methods. 2002-02-25 23:21:15 +00:00
wiz c38591ca4c Punctuation nits. 2002-02-25 13:16:45 +00:00
lukem 80ce7c6cb7 Fixes derived from [bin/15563] submitted by Ron Roskens:
- Don't su(1) to ${name}_user if running as that user.
- Support $procname as the name of the process to search for.
  Defaults to the value of $command.
2002-02-25 12:49:33 +00:00
lukem 868c9ba182 rc.subr(8) - functions used by system shell scripts. Closes PR [misc/10828]. 2002-02-25 12:05:13 +00:00
wiz a2a58e2352 Drop trailing space. 2002-02-25 11:21:38 +00:00
lukem 10b7474494 the rc_fast_and_loose behaviour is enabled if the variable != "", not
if it == "YES", so fix the documentation...
2002-02-25 04:23:20 +00:00
lukem 319f9d9903 explicitly mention that rc.d contains sh(1) scripts 2002-02-25 04:09:15 +00:00
kleink 1bab3ca63c * Sync with implementation: declare the `id' argument to pci_conf_hook()
as pcireg_t, which is more appropriate.
* Fix the argument order to pci_conf_hook (d'oh!).
2002-02-25 00:40:19 +00:00
martin 8fa52d5f5c Traceroute works now. 2002-02-24 17:24:21 +00:00
wiz 7cb8a308ef Slight formatting improvement, and a grammar fix. 2002-02-24 13:30:07 +00:00
lukem feea5a8afb sshd_conf_dir 2002-02-24 13:00:41 +00:00
uwe 1a318cdecc Fix typo. 2002-02-22 03:03:54 +00:00
reinoud 4ce664ad5c Add the missing `int free_list' argument to the uvm_page_physadd() in the
documentation.
2002-02-21 21:52:27 +00:00
kleink 76f3f21f4c Be a little more specific about cacheline_size. 2002-02-21 20:27:35 +00:00
garbled 43249cb446 Catch this file up to the ipfs edit made to rc.conf on feb 11th by Martii. 2002-02-21 20:00:13 +00:00
kleink e02250730b Document firstbus and cacheline_size arguments, too. 2002-02-21 16:26:27 +00:00
gmcgarry 4499278874 define GART 2002-02-20 20:28:18 +00:00
simonb e0f6bf08fd Pick up some changes from FreeBSD- adding "sizeableness" but leaving out
Proper Nouns like country names.  The notable addition is "add".

Also add the remaining atomic elements that weren't in the list - we had
most of them anyway (but leave out the unclassified names).
2002-02-20 04:13:56 +00:00
pooka dd2075f14d update sys/arch descriptions closer to reality:
* instead of saying "support for the" for every entry, say it once
* add:
  + algor
  + arm
  + cats
  + cesfic
  + hpcarm
  + sandpoint
  + shark
  + sun2
  + sun68k
  + walnut
  + x86_64
* remove:
  + arm32
2002-02-19 15:03:33 +00:00
wiz bac725fb4f Add Vienna, Austria. 2002-02-18 17:25:50 +00:00
pooka 9f4b2f24af Add Cairo and Budapest airports.
And while in here, also add BSD airport. Happy landings!
2002-02-18 16:27:10 +00:00
is 92a181b637 Move Amiga PORT to ELF and new toolchain. Still missing:
support in UPGRADE to move old shared libs to /emul/aout
2002-02-15 21:28:03 +00:00
simonb dbebadf72e Document "show event". 2002-02-15 12:20:33 +00:00
matthias dd580ad301 ".else if" doesn't work, thus everything was "COFF". Changed to ".elif". 2002-02-15 10:20:24 +00:00
jdolecek e839ee6444 One more fix from Dawid Szymanski 2002-02-14 20:12:36 +00:00
enami c5006ba2f8 Descend into nls. 2002-02-14 06:49:57 +00:00
wiz 7a1cb58694 Use HOME(kh) instead of BEGIN(@1) in wsvt25 entry. Noted by Dave Sainty.
Remove @1 from rxvt, which already has a kh entry.
2002-02-13 14:19:39 +00:00
wiz 6ac333c243 Add two from Dawid Szymañski in private mail. 2002-02-13 13:54:21 +00:00
ross 90cc84b1b3 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 09:32:47 +00:00
ross 4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
yamt 933cde43ae add nls alias database. 2002-02-13 07:54:23 +00:00
jdolecek 7b755f90f1 one bug less - full duplex, independant supported 2002-02-12 19:53:57 +00:00
uwe e32fc00efe s/passwd/passed/ 2002-02-12 16:14:13 +00:00
wiz a774afda30 Whitespace nits, and a paragraph fix. 2002-02-11 22:09:18 +00:00
eeh 1c986d2f83 New fine-grained BUS_SPACE_SYNC* operations. Since these are completely
machine dependent, port maintainers need to implement them themselves.
2002-02-11 22:05:13 +00:00
mycroft 09819b05ef Don't use .PHONY for targets that are actually installed. Instead use force
dependencies.  (Among other things, `make -t install' does something vaguely
sensible now.)
2002-02-11 21:14:58 +00:00
wiz bf9032d632 Remove incorrect entry from BUGS section. 2002-02-11 20:17:00 +00:00
wiz 98f0dd4f96 wsvt25: recognize BEGIN, END, and function keys.
wsvt25m: Add km, and include wsvt25 (instead of being a copy of it).
rxvt: recognize BEGIN, END, F11, F12, and correct F10.
2002-02-11 19:14:43 +00:00
wiz 7d25fc9ef9 Remove some duplicate entries. 2002-02-11 19:10:01 +00:00
kleink 6ba195c4e1 Add link for pci_conf_hook(). 2002-02-11 18:48:03 +00:00
kleink 47294af050 Add documentation for pci_conf_hook(). 2002-02-11 18:43:39 +00:00
jdolecek 96b14b7848 Document PIPE_SOCKETPAIR 2002-02-11 18:16:48 +00:00
wiz 1d5d65f8a8 Some more punctuation fixes. 2002-02-11 16:21:55 +00:00
wiz a73f989efa Fix lots of Xrefs, sort sections, sort SEE ALSO, whitespace nits. 2002-02-11 12:12:40 +00:00
wiz 9baadd8ee5 "doesn't" should have an 's'. 2002-02-11 11:19:26 +00:00
wiz 66df0333a1 s/seperate/separate/ 2002-02-11 10:44:38 +00:00
martti d7bcd10a27 ipfs allows state information created for NAT entries and rules using
keep state to be locked (modification prevented) and then saved to disk,
allowing for the system to experience a reboot, followed by the restoration
of that information, resulting in connections not being interrupted.

To activate this feature, set ipfs=YES in /etc/rc.conf
2002-02-11 10:19:55 +00:00
ross b47221844a fix isolated collateral damage from <>& churn 2002-02-10 02:46:27 +00:00
fair a53ca6a8a2 Fix a minor goof. 2002-02-09 23:15:54 +00:00
fair 5878a63064 Clean up the DEC 3000 entries, and add PWS PCA56 models. 2002-02-09 23:03:21 +00:00
fair 0a2cd6790f A more complete (and hopefully accurate) system/CPU listing, to
answer the submitter of PR 3977 who is never satisfied.

Additional review from a DECcie (or anyone else with first-hand
information) would be appreciated.
2002-02-09 11:14:21 +00:00
lukem 670a900e30 use ${INSTALL_FILE} as appropriate 2002-02-09 09:14:32 +00:00
garbled f1536147ff Oops.. missed a bug. 2002-02-08 09:10:05 +00:00
garbled f83456b035 Be more careful about a usermgmt.conf file that doesn't exist. Problem
noticed by Thomas Klausner.
2002-02-08 08:48:21 +00:00
wiz 384ddf7036 s/All four/All five/ 2002-02-07 17:15:23 +00:00
garbled ada5327a7a Apply fix from PR's 14442 and 14441 from Robert Elz to make the install
from source work.  Thanks Robert.
2002-02-07 16:12:31 +00:00
wiz 441cd2f38e Fix typo reported in misc/15524. 2002-02-07 14:30:22 +00:00
ross 4b8350b194 Define strings for < > & <= >= 2002-02-07 09:43:54 +00:00
ross f80ddd2066 KNF, err, well, "indent" 2002-02-07 09:34:11 +00:00
pk 9d602b9ca3 Mark installed system libraries as .MADE only if we're actually establishing
their default variable values here.
2002-02-07 07:43:24 +00:00
ross 8bd7cb6a69 Edit -mdoc usage.
* There is no -indent option to .Bd or .Bl, although you would
  never know that from its frequent use in this tree. There is a
  "-offset indent" combination that makes sense, and you can certainly
  say "-width indent".

* Also, you can't markup the -width option argument, tho you CAN
  use a callable macro. So "-width Ar filename" doesn't make sense,
  but either "-width Ar" or "-width filename" does, as might something
  like "-width xxfilename" for a little extra space.

* There are a lot of needlessly complex hanging tag macros in man4 used
  to create simple item lists. Those should be simplified one of these
  days before someone copies and edits yet another man4 page.
2002-02-07 03:15:06 +00:00
ross 5de308572f Invert the default of DOC_XR and generate an href anchor by default.
Also, assume that any man page called "index.html" will actually be
installed (sigh) as "xindex.html", which is what bsd.man.mk actually
does now.
2002-02-07 01:59:14 +00:00
ross a3f340931b Honor MANSUBDIR when installing md html pages. 2002-02-07 01:56:02 +00:00
ross 8b41df0d84 Fix a number of bugs and and start over again on the style sheet. 2002-02-07 00:59:18 +00:00
ross 8a40adb0ab if NOMAN is defined, also define NOHTML 2002-02-07 00:53:34 +00:00
ross 57170e8ef5 fix html sources, they were depending on -mdoc, not -mdoc2html 2002-02-07 00:52:23 +00:00
wiz 6c8b3885d6 Some nits. 2002-02-06 21:18:51 +00:00
jdolecek cf523d6e7c Move the joy(4) manpage to MI location, too - it's not i386-only.
Pointed out by Thomas Klausner, thanks :)
2002-02-06 21:06:32 +00:00
wiz 7d3c2b8400 Drop some trailing whitespace. 2002-02-06 19:29:06 +00:00
wiz eae645b02b Fix some typos, uppercase tcp. 2002-02-06 19:17:01 +00:00
wiz c36eec1c26 Fix .Dd (no abbreviations, please). 2002-02-06 19:09:22 +00:00
tron c5118cc527 Add the SMC 9452TX to the list of cards. 2002-02-05 21:50:34 +00:00
ross 1a31609385 Don't make broken links out of incomplete .Xr requests. 2002-02-05 21:00:09 +00:00
mrg 1956e2770e add some more details. 2002-02-05 13:44:01 +00:00
kleink e930ad8aed KNF example code snippet. 2002-02-05 01:47:42 +00:00
augustss 7be4e1341d Add a sentence about the no-reset-on-open device node. 2002-02-05 00:37:48 +00:00
kleink d4e99a46ec Add a separate varargs(3) manual page, reusing stdarg(3) contents, and
remove the name `varargs' from stdarg(3); inspired by conversation with
Charles Hannum.
2002-02-04 20:09:46 +00:00
kleink 1b7ae2b741 While va_{start,arg,end} conform to ISO C90, they were certainly not
introduced in there but ANSI C; pointed out by Charles.
2002-02-04 18:27:38 +00:00
christos e7f0a97835 s/.NOSUFF/.MADE/ 2002-02-04 17:25:44 +00:00
thorpej 300e827b31 * Turn lint and profiling on for SuperH.
* Turn lint on for m68000.
2002-02-04 08:49:04 +00:00
thorpej 085ea65576 Allow PIC on SuperH if HAVE_GCC3 is defined. 2002-02-03 23:52:23 +00:00
kleink 807b630c0b Fix typo. 2002-02-03 22:34:49 +00:00
kleink 2f289b0f4d American English, one grammar nit. 2002-02-03 22:22:45 +00:00
christos 944602ca01 Apply a .NOSUFF: directive to targets we don't want to have processed by
the suffix rules engine.
2002-02-03 21:40:14 +00:00
fair 3e8b41381f Document NetBSD/sparc support for HyperSPARC and sun4u per PR 14851.
Also mention JavaStation support.
2002-02-03 11:13:14 +00:00
veego e2e1706f05 Ups, it is LIBUSBHID and not LIBUSBHIB. 2002-02-02 16:54:26 +00:00
veego 3de557e57f Change LIBUSB to LIBUSBHIB, reflecting the library name change. 2002-02-02 16:49:52 +00:00
wiz ace586ad17 Drop trailing whitespace. 2002-02-02 11:11:20 +00:00
augustss 9ce3f751cb A number of small fixes from Sergey Svishchev. 2002-02-02 11:07:36 +00:00
tls 0514111ca1 Update to reflect the current maximum number of ptys and set of pty names 2002-02-02 07:35:49 +00:00
eeh 1630fbf09b De-clunikfy some grammar. 2002-02-01 18:47:17 +00:00
tv 9fbd88883c Roll in fixes to permit cross-compiling from non-NetBSD hosts. This
round has been tested on Solaris/x86 and Linux hosts.

* Add host tools cap_mkdb, ctags, m4, uudecode.
* Protect __RCSID() and __COPYRIGHT() better.
* Reduce the number of places that need to include "config.h", to keep
  sources closer to their "vanilla" versions.
* Add more compat #defines and autoconf-checked functions.
2002-01-31 22:43:33 +00:00
tv 805ab35e68 Make it possible for uudecode to be a host tool. 2002-01-31 19:15:23 +00:00
dsainty 5a1a1f37a6 Add a verified working device: FujiFilm FinePix1300 2002-01-31 10:26:42 +00:00
lukem 8923661dfa rename NETWORK to NETWORKING 2002-01-31 01:28:53 +00:00
jwise 960d4eb511 Change wording of note explaining that SCCS (part of the xcu5 DEVELOPER option)
is not provided by NetBSD.

Note that CSSC is in pkgsrc, and that CVS, as with RCS is now part of the base
system, not of pkgsrc.
2002-01-30 21:43:29 +00:00