Commit Graph

8229 Commits

Author SHA1 Message Date
wiz 3b77a7cb28 Document that free does not handle NULL. Addresses PR 28063. 2004-11-07 16:44:37 +00:00
wiz 80d71f68ef Bump date for Sealevel USB-Serial support. 2004-11-05 13:57:31 +00:00
scw 56bd07209a Mention Sealevel Systems' USB-Serial adapter. 2004-11-05 13:55:13 +00:00
wiz 210177732d Point to /usr/share/mk/bsd.README in SEE ALSO section; from Rui Paulo in PR 27997. 2004-11-05 12:40:06 +00:00
wiz cb8514c86e Cite Jason Thorpe's paper about bus_dma; from Jeff Rizzo in PR 27891. 2004-11-05 12:38:09 +00:00
yamt f3960e4e30 a header actually used for spl functions is sys/param.h, not machine/intr.h. 2004-10-31 07:01:34 +00:00
wiz a53714cd69 Bump date for Dell PERC 4/SC support. 2004-10-28 10:05:14 +00:00
martti 0ae886cb1b Added Dell PERC 4/SC 2004-10-28 07:22:23 +00:00
wiz 5bbff42faa Add missing whitespace (thanks, john) 2004-10-27 00:56:17 +00:00
wiz f723aed466 Remove some trailing whitespace and unnecessary macro argument quoting;
some other minor fixes.
2004-10-27 00:41:31 +00:00
dan 59835c8641 remove obsolete note about NEW_BUFQ_STRATEGY being unproven, as noted
in previous.
2004-10-27 00:01:34 +00:00
heas 57d5be9208 Document Chris Torek's (the "new" format) bitmask format string. 2004-10-26 20:58:10 +00:00
dan 813c2cdec9 Elaborate on the performance implications and suitability of
NEW_BUFQ_STRATEGY to various hardware and system configurations.
Bump date.

XXX is the comment about this option being "not yet proven stable"
still relevant/true?
2004-10-25 06:13:47 +00:00
lukem 7cc9c4ef50 fix formatting of a column 2004-10-24 23:58:58 +00:00
wiz 77e2a559dc Drop empty line at EOF. 2004-10-24 16:43:21 +00:00
wiz de2ba5e1d1 Uppercase first letter in a sentence. 2004-10-24 16:42:19 +00:00
wiz 0967fe43f4 Fix typo in Dd argument. 2004-10-24 16:40:32 +00:00
wiz c40d738e25 Comment out Xr to non-existing hostname.if(5). 2004-10-24 16:40:01 +00:00
wiz 4506a84c31 Drop trailing whitespace. 2004-10-24 16:37:49 +00:00
augustss 6496ac653d s/uax/axe/ 2004-10-23 13:46:45 +00:00
kent 90d3337a6a update for mixer names change
bump date
2004-10-23 12:27:21 +00:00
peter d39f449dd7 Don't ignore the hostname setting in /etc/rc.conf but use it if it exists.
Also change the 'hostname -s' command to 'hostname' because the full name
is what we want.

Fixes my PR bin/25038.
Approved by christos.
2004-10-22 14:00:23 +00:00
augustss 88fe3bf7b4 Mention cdce(4). 2004-10-22 13:44:49 +00:00
augustss 5b5a4aedd0 Add the cdce(4) man page. This also gives the correct history of the
driver.  It's only based on Bill Pauls work, the CDC part is by
Daniel Hartmeier.
2004-10-22 13:22:25 +00:00
augustss 9c5128bdbd The driver supports interrupt transfers now. 2004-10-22 12:20:00 +00:00
tsarna e466be3304 Add FIPS (US Federal Information Processing Standards) PUB 10-4 codes
where possible.
2004-10-20 14:07:22 +00:00
kent d468e5f44b mixer item for a selctor should start with "sel" not "fea"
bump date
2004-10-20 13:48:57 +00:00
tsarna d062d377c5 Bring up to date with latest ISO data. Added "AX", changed several
country names to match http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1-semic.txt
and removed "FX", which is an "exceptionally reserved" code (similar to
"UK", "EU", etc).  We don't include any of those others here, so I
removed FX.

XXX: The official name of AX is "åland Island". I've entered this
as "Aaland Island" on the advice of Soren Jorvang, keeping this file
ASCII. But perhaps we should consider this file UTF-8 or latin-1 instead?
2004-10-20 12:59:43 +00:00
martti ac291cd29b Added Dell PERC 4e/Si 2004-10-20 11:01:48 +00:00
simonb 6c2e9fc212 Add CPUFLAGS to AFLAGS as well as CFLAGS so that CPUFLAGS is used for
assembly files.
2004-10-19 01:05:40 +00:00
heas b72b95e31d bitmask_snprintf() returns char *, not void. 2004-10-17 04:09:23 +00:00
bouyer 9281c0205b Add the VScom serial adapters. Bump date. 2004-10-16 18:10:31 +00:00
snj 60a7c7cacc Fix two trailing xrefs and kill an unnecessary argument to Nm. 2004-10-16 06:01:52 +00:00
wiz 331fa8e963 Bump date for "ADDI-DATA APCI-7800 8-port serial adapter" support. 2004-10-14 10:51:28 +00:00
snj a3fac25b0a hparm -> hpcarm. 2004-10-14 01:28:19 +00:00
gavan 0560d8b947 Initial import of iyonix port.
The Iyonix is a desktop machine from Castle Technology, based on a 600MHz
XScale[tm] 80321 processor.

* Uses the bootloader from NetBSD/acorn32, which is now 32-bit compatible.
* Currently boots multiuser with a serial console.
* Device support is not yet complete.

With help from abs.
2004-10-13 23:28:34 +00:00
drochner a9a37d96ec mention ADDI-DATA APCI-7800 8-port serial adapter 2004-10-13 14:25:09 +00:00
lukem 3c81b28a9a * Implement
load_rc_config_var cmd var
  to load the rc.conf(5) configuration for cmd and set var in the
  current shell, using 'load_rc_config var' in a sub-shell to avoid
  unwanted side-effects.

* Improve required_vars warning message.
2004-10-12 14:45:29 +00:00
wiz 1f80b909b3 Bump date for auacer. 2004-10-11 08:43:35 +00:00
augustss 8ada967637 Add auacer. 2004-10-10 16:39:36 +00:00
snj f01f5b2f9e English fix. 2004-10-07 02:14:59 +00:00
dbj f4bfaafba1 fix typo: s/sate/state/ 2004-10-06 05:57:33 +00:00
rumble a950c45f67 Move a comma up to the preceding line as advised by wiz@. 2004-10-04 20:17:47 +00:00
rumble aae599581f Removed accidental repetitious words. 2004-10-04 19:12:52 +00:00
rumble c1cd7e398e '..is is valid to..' -> '..it is valid to..' 2004-10-04 19:09:28 +00:00
rumble 0499193e1e 'at at time' -> 'at a time' 2004-10-04 19:08:19 +00:00
rumble 9ef61d6b29 Grammar tweak and removal of double 'is':
'If the computer is is heavy loaded..' ->
'If the computer is under heavy load..'
2004-10-04 19:06:46 +00:00
wiz 140a83e4cc Break line at appropriate place, and bump date for new WSKBD_USONLY option. 2004-10-04 01:08:28 +00:00
hubertf fa3cdcf564 Add & document WSKBD_USONLY: In order to strip down the space usage of wscons,
all keymaps except the US english one can be removed from the kernel
with this option, which results in a space gain of about 10kB.

XXX it would be nice if we could strip down more kernel facilities
2004-10-04 00:20:23 +00:00
wiz 342cc31278 Slight grammar fixes. 2004-10-03 10:50:20 +00:00
kent 41c5fabceb add description of selector
mention unsupported features in BUGS section
bump date
2004-10-03 06:58:04 +00:00
wiz f042855102 Bump date for tee_msgbuf; new sentence, new line. 2004-09-30 09:20:52 +00:00
reinoud 22f1132820 Implement ddb setting that allows all ddb output to be teed into the
kernel message buffer/log. Its off by default and can be switched on in the
kernel configuration on build time, be set as a variable in ddb and be set
using sysctl.

This adds the sysctl value
	ddb.tee_msgbuf = 0
by default.

The functionality is especially added and aimed for developers who are not
blessed with a serial console and wish to keep all their ddb output in the
log. Specifying /l as a modifier to some selected commands will also put
the output in the log but not all commands provide one nor has the same
meaning for all commands.

This feature could in the future also be implemented as an ddb command but
that could lead to more bloat allthough maybe easier for non developpers to
use when mailing their backtraces from kernel crashes.
2004-09-29 23:54:11 +00:00
wiz dd9f33983a Bump date for *ignore_fstypes addition; new sentence, new line;
mark up the bang.
2004-09-28 15:19:02 +00:00
erh bfbf351dcb PR misc/7716: add sushi support for the check_devices_ignore_fstypes
and find_core_ignore_fstypes options.
2004-09-28 15:06:15 +00:00
erh 89366510b3 PR misc/7716: document the check_devices_ignore_fstypes and
find_core_ignore_fstypes options.
2004-09-28 15:05:13 +00:00
tshiozak 94244ec3de add missed entry for CP866. (lib/27060) 2004-09-28 06:51:37 +00:00
simonb 244c55e255 Add antidisestablishmentarianism. 2004-09-28 00:49:52 +00:00
chris e039c124c4 Remove repeated "in the" 2004-09-25 19:11:02 +00:00
jmmv 774c9e589b Add "Creative Tech NOMAD MuVo TX" to the list of devices know to work. 2004-09-25 18:43:43 +00:00
wiz 177b99eda2 Install sti(4) and descend into man4.hp700. 2004-09-24 13:49:50 +00:00
jkunz da38616ada Import hp700 / hppa specific man pages from OpenBSD. 2004-09-22 16:38:26 +00:00
tron 1263e27807 Update commt about "OBJECT_FMT": only ns32k uses "a.out" these days. 2004-09-19 08:56:22 +00:00
wiz 0cd74d2a4b Fix formatting bug reported by Chris Ross in PR 26989. 2004-09-18 11:41:08 +00:00
wiz 2eb8f56f83 Add missing article, from FreeBSD via jmc@openbsd. 2004-09-16 09:42:51 +00:00
wiz 9e1c2438c7 Bump date for COMPAT_AOUT removal. 2004-09-14 19:39:04 +00:00
jdolecek 9772b75e1b g/c COMPAT_AOUT 2004-09-14 19:33:22 +00:00
wiz 4d38f47519 Correct macro usage. 2004-09-12 13:12:26 +00:00
wiz 6d8640263f Replace "<>&" with "\*[Lt]\*[Gt]\*[Am]". 2004-09-12 13:06:14 +00:00
wiz cd95d7a583 Fix typo. 2004-09-12 13:03:06 +00:00
ian 70f35b6f77 Remove support for ALIASES in share/locale/ctype/Makefile, which
created symlinks in the filesystem.  Put the one existing alias
(zh_TW.BIG5) into the newer locale.alias file.
2004-09-10 15:12:51 +00:00
oster 6737b791e5 Minor update to note a few other archs for which booting directly from
a RAID-1 set is supported.
2004-09-10 01:32:14 +00:00
wiz c7f456efa5 Not sparc-specific, or it should be in man4.sparc. 2004-09-09 21:39:07 +00:00
wiz 201f9fdaab - fix a device name
- grammar fixes
- capitalization fix
- add missing words
From Christian Brueffer in PR 26870.
While here: New sentence, new line, and add a comma.
2004-09-07 15:15:51 +00:00
wiz 6da0cfcad6 Grammar improvements, sort SEE ALSO, fix a typo. 2004-09-07 13:55:22 +00:00
yamt 7e5cc54607 fix typos. 2004-09-06 21:53:25 +00:00
yamt c63e47f8b1 add MLINKS for each mbuf tagging functions. 2004-09-06 21:46:46 +00:00
yamt 4ff6bb436c document mbuf tagging interfaces. 2004-09-06 18:23:31 +00:00
wiz b19910cb19 mdoc and Grammar improvements (at least I hope so :) ). 2004-09-06 16:25:29 +00:00
wiz 8ba4c2c522 Add "near". Noted missing by David A. Holland in PR 26862. 2004-09-06 12:54:48 +00:00
wiz 2fb687e15b - improve wording
- fix some grammar errors
- fix capitalization
By Christian Brueffer in PR 26859.
2004-09-06 12:52:54 +00:00
yamt ca6f5d2af0 - document m_copyback_cow and m_makewritable.
- note limitations of m_copyback.
- bump date.
2004-09-06 09:45:27 +00:00
snj f6be58aa62 New sentence, new line, drop trailing whitespace, bump date for last. 2004-09-05 17:55:29 +00:00
manu cd622b7f8c Documentation on the PIM kernel options and on multicast, from Pavlin
Radoslavov, imported from FreeBSD.
2004-09-04 23:54:51 +00:00
jmmv 9e7f11e2ee + POLS. 2004-09-02 12:10:11 +00:00
jmmv a5b2b35142 Add missing blank line between items. 2004-09-02 11:35:56 +00:00
jmmv 9c15c4ad4f Add minor space for proper formatting. 2004-09-02 11:33:24 +00:00
lukem 88b5ee46e9 Install zoneinfo files NONBINMODE (444) instead of BINMODE (555).
Noted by David Laight on tech-toolchain.
2004-08-31 00:00:31 +00:00
wiz 08a2426e10 Mention pkgsrc/multimedia/ffmpeg and add a comma. Bump date. 2004-08-30 16:42:48 +00:00
wiz 97f53cf022 Bump date for WD_SOFTBADSECT description and sort sections. 2004-08-30 12:54:39 +00:00
drochner 60caa2e651 xref dkctl(8), document the WD_SOFTBADSECT option, and explain
what the software badsector handling does
2004-08-30 09:43:32 +00:00
itohy 2df0351d86 Add HISTORY section.
I'm going to make pullups and njs(4) will first appear in 1.6.3.
2004-08-29 02:32:47 +00:00
wiz 4e1a2fa773 Remove a superfluous .Pp. 2004-08-26 14:25:55 +00:00
itohy bb5bb52e57 Add njs.4 2004-08-26 14:19:55 +00:00
wiz a13de4f0f5 Move ipw(4) from usr.sbin/ipwctl to share/man/man4. 2004-08-23 13:25:40 +00:00
nisimura 2ded7c9cd6 Redo the previous adjustment work. 2004-08-21 21:46:54 +00:00
nisimura e86b49fe3c Remove fluctuation of written name in alphabetical representation of
copyright holder.
2004-08-21 21:44:07 +00:00
hubertf dff05c2eff adjust my copyright a bit 2004-08-21 17:04:54 +00:00
wiz 9f8ea6c0fb Drop trailing whitespace; new sentence, new line;
uppercase Ethernet; fix section in xref.
2004-08-17 13:53:09 +00:00
wiz 8a60d3d494 New sentence, new line; drop trailing whitespace; nits. 2004-08-16 10:48:43 +00:00
wiz b7c9a00fbe Add comma in enumeration. 2004-08-16 10:46:17 +00:00
rumble 64c2916f98 o List all possible hpc gio addresses and the flags field.
o Quickly mention the existence of revisions 1, 1.5 and 3.
o Document the forced revision flags.
o Note support for revision 1 and 1.5.
o Document the 28bit pointer limitation in revisions 1 and 1.5.
2004-08-15 17:47:42 +00:00
rumble 64535e1a1e o Mention that we're found on the Indigo R4k.
o Document lack of ability for expansion cards to modify the bus
  parameters.
2004-08-15 17:41:49 +00:00
rumble 88ff051044 dpclock(4) exists on Indigo R4k machines as well. 2004-08-15 17:39:20 +00:00
rumble 7d21a6ec25 Document Rafal's SEEQ driver. 2004-08-15 17:38:07 +00:00
wiz e2652e8189 Descend into man8.hp700. 2004-08-12 15:53:32 +00:00
wiz 10a8873653 Comment out mkboot(8) reference; use \*[Gt] instead of >; two grammar
improvements; use Nm instead of Xr to ourselves.
2004-08-12 14:43:33 +00:00
chs cdbff23301 add a boot.8 manpage for hp700. from openbsd. 2004-08-07 22:05:08 +00:00
chs 44c95f81ec turn on -O2 for hppa. 2004-08-07 21:43:18 +00:00
chs 2129a366ed turn on lint and profiling for hppa. 2004-08-07 21:42:52 +00:00
wiz 2e4c394a79 Quote a minus for PostScript output and fix a typo. 2004-08-07 10:03:29 +00:00
mycroft 20dd5ad0e7 Allow docs elsewhere in tree to be built with "make" after installation. 2004-08-06 16:35:41 +00:00
mycroft 436580ddb6 Update the list of missing stuff. 2004-08-06 16:31:43 +00:00
lukem 34daff1e0a the NETGEAR GA311 is supported by re(4) 2004-08-06 13:24:38 +00:00
bjh21 1663173577 Document various things I missed last time. Thanks to Jochen Kunz for
pointing them out.
2004-08-05 22:33:33 +00:00
lukem 600b0d8d67 Implement LIBDPLIBS, which is a list of the tuples:
libname  path-to-srcdir-of-libname

For each tuple;
     *	LIBDO.libname contains the .OBJDIR of the library `libname', and
	if it is not set it is determined from the srcdir and added to
	MAKEOVERRIDES (the latter is to allow for build time optimization).
     *	LDADD gets  -L${LIBDO.libname} -llibname    added.
     *	DPADD gets  ${LIBDO.libname}/liblibname.so  added.
2004-08-04 08:00:27 +00:00
lukem a606b4af8b Revert most of previous, and move the LIB<libname>?= assignments
back to bsd.prog.mk from bsd.own.mk.

pkgsrc uses <bsd.own.mk>, and setting LIB<libname> in it causes
problems with various package builds.
This should fix PR #26542 submitted by Jim Bernard.

(I'll be implementing the DPADD for shared libraries in a different
manner that generally won't depend upon ${LIB<libname>}.)
2004-08-04 05:32:47 +00:00
dsainty 915ce3f9ef Insure -> Ensure 2004-08-02 08:50:14 +00:00
rumble e6e2e32ac1 Mention SC1100 support and chipset bugs. 2004-07-30 23:12:16 +00:00
wiz 83d61f406a De-__P, fix a typo. 2004-07-30 17:14:52 +00:00
jmmv 10415be889 Add 2004 to copyright date, as there have been significant changes lately. 2004-07-30 15:18:44 +00:00
jmmv a8f1cb84ac Document the ("recently" added) getwschar, putwschar, scroll, getborder and
setborder accessops.  Document the new replaceattr emulop.

While here, add a paragraph explaining the purpose of each emulop (just as
done in accessops).  I believe I got them right, but a review could be good.
2004-07-30 15:17:26 +00:00
jmmv adda7c4307 Document the WSDISPLAY_BORDER_COLOR, WSDISPLAY_CHARFUNCS,
WSDISPLAY_CUSTOM_BORDER, WSDISPLAY_CUSTOM_OUTPUT and WSDISPLAY_DEFAULTSCREENS
kernel options.

Also document the WSDISPLAYIO_{GET,PUT}WSCHAR ioctls.
2004-07-30 14:00:18 +00:00
lukem d57516168e Move the LIB<libname>?= assignments from bsd.prog.mk to bsd.own.mk so
that they may be used by non PROGs (e.g., LIBs).

Improve some comments.
2004-07-30 04:18:48 +00:00
jmmv 2a08d54a9a Implement border color customization in wscons(4), only available for vga(4)
at the moment.

This includes the addition of two new wsdisplay ioctls, WSDISPLAY_{G,S}BORDER,
one to get the actual color and one to set it, respectively.  Possible colors
match those defined by ANSI (and listed in wsdisplayvar.h).

It also adds two accessops to the underlying graphics device, getborder and
setborder, which mach their ioctl counterparts.

Two kernel options are added: WSDISPLAY_CUSTOM_BORDER, which enables the
ioctls described above (to customize the border color from userland after
boot), and WSDISPLAY_BORDER_COLOR, which sets the color at boot time.
The former is enabled by default on the GENERIC kernel, but not on INSTALL
(among others).  The later is always commented out, leaving the usual black
border as a default.

wsconsctl is modified to allow accessing this value easily.  For example,
'wsconsctl -d -w border=blue'.
2004-07-29 22:29:35 +00:00
thorpej 52aef894d6 Assign STOBJS the value of OBJS, and use that when referring to static
library objects, rather than using OBJS to refer to them.  This gives us
a separate variable to refer to static library objects that does not affect
profile library objects (which has POBJS) or shared library objects (which
has SOBJS).
2004-07-29 03:14:04 +00:00
jmmv 92f81ea7d3 Implement support to dynamically change wscons console and kernel colors.
Two new ioctls are added to the wsdisplay device, named WSDISPLAY_GMSGATTRS
and WSDISPLAY_SMSGATTRS, used to retrieve the actual values and set them,
respectively (the name, if you are wondering, comes from "message attributes").

A new emulop is added to the underlying display driver (only vga, for now)
which sets the new attribute for the whole screen, without having to clear
it.  This is optional, which means that this also works with other drivers
that don't have this new operation.

Five new kernel options have been added, although only documented in
i386 kernels (for now):
- WSDISPLAY_CUSTOM_OUTPUT, which enables the ioctls described above to
  change the colors dynamically from userland.  This is enabled by default
  in the GENERIC kernel (as well as others) but disabled on all INSTALL*
  kernels (as this feature is useless there).
- WS_DEFAULT_COLATTR, WS_DEFAULT_MONOATTR, WS_DEFAULT_BG and WS_DEFAULT_FG,
  which specify the default colors for the console at boot time.  These have
  the same meaning as the (already existing) WS_KERNEL_* variables.

wsconsctl is modified to add msg.default.{attrs,bg,fg} and
msg.kernel.{attrs,bg,fg} to the display part, so that colors can be changed
after boot.

Tested on NetBSD/i386 with vga (and vga in mono mode), and on NetBSD/mac68k.
No objections in tech-kern@.
2004-07-28 12:34:02 +00:00
wiz 11fcc8f947 New sentence, new line; use Aq Pa for header file inclusion;
no parentheses at eol.
2004-07-27 14:24:18 +00:00
wiz 0343a4abb9 Do not put parentheses on their own line; bump date for previous. 2004-07-27 12:45:35 +00:00
yamt 23ee682b3d PFIL_NEWIF -> PFIL_IFNET. 2004-07-27 12:25:36 +00:00
yamt ff5b999530 document recent changes.
provided by Peter Postma.  PR/26068
mdoc tweaks by me.
2004-07-25 23:10:49 +00:00
mrg 2839ebd42d Hauke Fath's port of the openbsd SUNW,spif driver from PR#26061.
the driver was originally written by Jason L. Wright.

XXX: i haven't tested this on sparc64 at all...
2004-07-25 09:32:37 +00:00
mrg 4e68049874 install spif(4). 2004-07-24 19:42:49 +00:00
wiz 6342bdaf2f Mention COMPAT_NETBSD32 applies to amd64 too.
Noted by Nicolas Joly in PR 26393.
2004-07-22 15:12:23 +00:00
wiz 769a05ea90 New sentence, new line; use more markup; next release
will be 3.0; sort sections; use \*[Lt]\*[Gt] instead of <> for HTML output.
2004-07-22 15:10:01 +00:00
atatat d2dd73eec2 More better description of current state of sendmail stuff in more
places.  This is intended to make some people a tad happier.
2004-07-22 03:44:12 +00:00
tshiozak 39597367e4 add locale.alias(5) manpage. 2004-07-21 19:49:21 +00:00
tshiozak 3407ed183f add the default locale.alias. 2004-07-21 19:02:17 +00:00
wiz c60f137c23 Uncomment xrefs to elf(5) and ld.elf_so(1) now that we have the man pages. 2004-07-21 11:08:54 +00:00
heas d341ae4496 Fix typo in the text I added in the previous.
Thanks wiz.
2004-07-21 00:14:28 +00:00
heas a3f3869414 Add WSDISPLAYIO_[GS]MODE type _DUMBFB - mapped fb (no registers)
Add WSDISPLAYIO_LINEBYTES ioctl - # bytes/row

Used by ffb driver and XFree wsfb driver module - From OpenBSD
2004-07-20 20:28:20 +00:00
heas f3921bd4aa typo; date -> data 2004-07-20 14:34:27 +00:00
wiz 841c5d51f8 Add ptm(4). Christos thinks it's minimal but ok :) 2004-07-20 09:04:47 +00:00
xtraeme 5727d6c2d9 + SIP 2004-07-16 01:07:02 +00:00
wiz 20aac67434 Bump date for previous. 2004-07-15 10:47:43 +00:00
wiz cb255f199c Bump date for previous; mark up path with Pa. 2004-07-15 10:45:33 +00:00
atatat 89fc8be761 Change the default settings for sendmail.
(1) The stock sendmail.cf will only listen on the loopback interface.
(2) The stock submit.cf specifally connects to "localhost." which
    should be less susceptible to being confused or looking confused.
(3) The smtp listener starts by default, if needed.  The setting in
    /etc/default/rc.conf is still "no", but rc.d/sendmail detects the
    default setting and will change it to yes if need is determined.

Need is defined as "nothing else seems to have been changed about the
mail configuration but we'd like locally originated and locally
destined mail to be delivered".  If you change, eg, mailer.conf to
point to postfix or some other MTA, sendmail will not start.
2004-07-15 03:47:18 +00:00
atatat 5f89bdd921 Make the directory into which crash dumps are saved into something
that can be controlled via rc.conf.  The default is, of course,
/var/crash.
2004-07-15 03:29:55 +00:00
sekiya 0a541ba0ea Enable "loadable module" dlopen() scheme. Necessary to crossbuild the XFree86
server on platforms that are not supported by the Metrolink module loader
(i.e., MIPS).

Enabled for sgimips in bsd.x11.mk.
2004-07-13 09:29:45 +00:00
wiz ae14ac53a8 Mark up EST, and bump date for previous. 2004-07-11 09:54:40 +00:00
cube e287e9e65c Document EST_FREQ_USERWRITE. 2004-07-11 09:45:04 +00:00
wiz 5d64ce31b3 Mention geodeide(4). Bump date. 2004-07-09 23:17:08 +00:00
bouyer 8e03c54653 Add geodeide(4), a driver for the AMD Geode CS5530A IDE controller.
Tested by Ian Zagorskih (ianzag at megasignal.com).
2004-07-09 18:38:37 +00:00
mycroft 7c8b7720b2 Add a missing .PHONY. 2004-07-06 12:07:34 +00:00
fredb dcc20fe368 Add mention of Norwegian, Portuguese, and Spanish built-in keymaps. 2004-07-06 04:00:23 +00:00
sketch 18b6ee6d42 Complete removal of uvm_useracc(9), as described in
http://mail-index.netbsd.org/source-changes/2003/11/13/0011.html
2004-07-05 11:08:37 +00:00
mycroft ace8694948 Attempt to make Perry less confused. 2004-07-03 20:04:03 +00:00
mycroft a10e4d1f3a Cardbus -> CardBus 2004-07-03 17:36:51 +00:00
mycroft 02bab8c5fb There is no "DWL-G520B". There is, however, a "DWL-G520", which actually
works now.
Also, spell "CardBus" consistently.
2004-07-03 16:58:18 +00:00
junyoung b774e487ce - Add missing .YorN
- Fix typos in previous commit
2004-07-02 18:20:27 +00:00
sjg 3a0c68edfd Add support for SHA1 hashed passwords.
The algorithm used is essentially PBKDF1 from RFC 2898 but using
hmac_sha1 rather than SHA1 directly (suggested by smb@research.att.com).

 * The format of the encrypted password is:
 * $<tag>$<iterations>$<salt>$<digest>
 *
 * where:
 *      <tag>           is "sha1"
 *      <iterations>    is an unsigned int identifying how many rounds
 *                      have been applied to <digest>.  The number
 *                      should vary slightly for each password to make
 *                      it harder to generate a dictionary of
 *                      pre-computed hashes.  See crypt_sha1_iterations.
 *      <salt>          up to 64 bytes of random data, 8 bytes is
 *                      currently considered more than enough.
 *      <digest>        the hashed password.

hmac.c implementes HMAC as defined in RFC 2104 and includes a unit
test for both hmac_sha1 and hmac_sha1 using a selection of the Known
Answer Tests from RFC 2202.

It is worth noting that to be FIPS compliant the hmac key (password)
should be 10-20 chars.
2004-07-02 00:05:23 +00:00
kleink 2d356478dd Make the spelling of reentrant match the rest of the system. 2004-07-01 10:38:28 +00:00
junyoung 844c9270d0 Add missing MKCVS, MKKERBEROS4, MKPOSTFIX, MKSENDMAIL, and MKUUCP.
Note that some variables are still missing, since i'm not sure how
to describe them...
Bump date.
2004-07-01 06:09:57 +00:00
jmc f648d12d47 Add missing NetBSD ID tags 2004-06-30 03:26:26 +00:00
snj d4652fb7f7 Add TNF. 2004-06-29 18:12:13 +00:00
wiz 78bc620954 Add the minus sign that is behind route {add|delete} by default.
Noted by christos.
2004-06-28 13:44:12 +00:00
wiz 383ad11060 Add route.conf(5). Closes PR 25818 by mrg. 2004-06-25 16:31:20 +00:00
itojun e197438eb7 $NetBSD$ 2004-06-25 16:27:02 +00:00
itojun 344e6a89ca spamdb(8) and spamd.conf(5). noted by Thomas Klausner 2004-06-25 16:25:00 +00:00
itojun b4d647b66c PF from OpenBSD 3.5 2004-06-25 16:11:48 +00:00
wiz 0fc8b3b26d Fix Dd argument. 2004-06-25 15:33:13 +00:00
wiz c58cd09201 Avoid contractions; use macro for emphasizing instead of stars; add articles. 2004-06-25 15:31:37 +00:00
christos c4d334e77e check for defined before checking for empty to ease a 1.6 transition 2004-06-25 02:05:39 +00:00
itojun a60209cdf0 for platforms that has problem with c++ comment, switch to good old /* */ 2004-06-24 03:28:50 +00:00
matt d414d4dd69 Add xpterm and hpterm as aliases for xhpterm. 2004-06-23 22:48:56 +00:00
wiz 658c849ad6 Bump date for previous. 2004-06-23 15:45:59 +00:00
jmc 567190270a If USETOOLS != yes then depend on the system tmac directory, not DESTDIR since
USETOOLS=no/never means the system groff is being used so depending on
anything except it's tmac files makes no sense (and prevents builds with
USETOOLS=no/never from working as PR#23067 points out)
2004-06-23 15:28:19 +00:00
mrg 7815ecbdd9 note that re(4) does not work on sparc64 yet 2004-06-23 15:20:32 +00:00
snj f1081a5943 tsarna@ says uep(4) won't happen in 2.0, so revert last. 2004-06-23 14:35:38 +00:00
jmc 3eb2232819 PR#26016. Fix 3.0->2.0 for NetBSD version 2004-06-23 05:33:36 +00:00
toshii ef8af66f53 re(4) appeared in NetBSD 2.0. 2004-06-22 15:10:16 +00:00
itojun 9e6c9caf46 PF from openbsd 3.5 2004-06-22 15:06:49 +00:00
itojun 7ebcee1564 add pf manpage for installation 2004-06-22 14:58:41 +00:00
itojun 4a887d96a0 add $NetBSD$ 2004-06-22 14:34:58 +00:00
itojun d70f07f00c PF from OpenBSD 3.5 2004-06-22 14:33:10 +00:00
wiz a3581a08d2 Bump date for previous. 2004-06-22 09:12:48 +00:00
mycroft 1f65a19a82 Delete the "quite buggy" comment. 2004-06-22 09:10:55 +00:00
jmc 84fafa3db5 Ignore errors on some rm -rf's for platforms that aren't quite
POSIX compliant
and return errors on r/o source (FreeBSD) for -rf. Fixes PR#25022
2004-06-21 18:20:08 +00:00
jmc b2f782612f Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')

Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).

Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.

Fixes PR's: PR#17762 PR#25944
2004-06-20 22:20:14 +00:00
hannken 7a5be5a9ff - Add flag L_COWINPROGRESS to struct lwp to avoid recursion when
doing copy-on-write.

- Change VFS_SNAPSHOT() to return the snapshot vnode locked.

- Make the IO path for copy-on-write and snapshot-read more lightweight.
  Avoids deadlocks where vn_rdwr(...READ...) has a shared lock and needs
  to copy-on-write.
  Avoids deadlocks/panics where to clean pages the copy-on-write needs
  to allocate pages for its VOP_PUTPAGES().

L_COWINPROGRESS part approved by: Jason R. Thorpe <thorpej@netbsd.org>
2004-06-20 18:55:58 +00:00
yamt f34604727e sync with the recent reality. (allocbuf; hi, pk) 2004-06-17 13:13:41 +00:00
lha cc333b3dd7 Add list of async-signal-safe functions
Approved by wiz
2004-06-13 19:17:06 +00:00
jmc 3ca8952a49 Note default for MANINSTALL 2004-06-13 08:17:22 +00:00
jmc bfd6078e17 Clean up HOST_OSTYPE a bit more and turn any spaces into _'s as well as
stripping paren'd values from HOST_ARCH. Fixes PR#25586 for uname -p output
on linux hosts which return multi-word values
2004-06-11 07:14:16 +00:00
lukem 4fbb0461b9 Be consistent in handling YHEADER, similar to Christos' fix in bsd.lib.mk 1.253 2004-06-10 00:29:58 +00:00
christos d3b5333e6b PR/25887: Peter Bex: Missing yacc dependency in bsd Make system 2004-06-09 22:45:24 +00:00
abs a43917f536 Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case. 2004-06-08 21:46:52 +00:00
wiz 0c391626db Bump date for previous. 2004-06-06 04:05:49 +00:00
rumble fb87883ff1 Mention "Xterasys XN2511B" under supported hardware. 2004-06-05 15:30:42 +00:00
rumble 913fa30477 Fix typos. 2004-06-05 15:24:04 +00:00