Commit Graph

543 Commits

Author SHA1 Message Date
gdamore
a5c89047c0 Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.)  This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.
2006-06-19 15:44:33 +00:00
reed
5fe28dc7e5 Fix typo or mispelling. 2006-06-17 04:58:14 +00:00
wiz
a58ea03a37 Improve documentation for ! in check_devices_ignore_paths. 2006-05-29 22:07:25 +00:00
lukem
6d23caf285 Implement check_devices_ignore_paths, which is a list of paths to
avoid traversing during check_devices.
2006-05-25 02:38:10 +00:00
wiz
d402623a86 Remove trailing space. 2006-04-30 15:37:44 +00:00
rpaulo
6074aec576 Add irdaattach and hostapd. 2006-04-30 15:28:34 +00:00
ghen
5f73509dc3 Document the defaultroute6 rc.conf variable and the /etc/mygate6 file in
/etc/defaults/rc.conf, /etc/mtree/special, and rc.conf(5).  Ok with wiz.
2006-03-27 10:07:07 +00:00
christos
85e611dd01 Goodbye KerberosIV 2006-03-20 04:03:10 +00:00
wiz
5d1e8b2745 Fix some typos. 2006-02-25 02:28:55 +00:00
wiz
2f8629b864 New sentence, new line. 2006-02-09 23:19:39 +00:00
wiz
ebc97249c0 Capitalize PostScript correctly. Bump date for previous. 2006-01-21 23:36:31 +00:00
garbled
369e280f68 Add further documentation about 'o' handling for postscript. 2006-01-20 08:46:48 +00:00
garbled
68a050d9cc Document "pf" postscript filter capability 2006-01-17 19:16:51 +00:00
wiz
8e8f92270a 80 chars per line. Add missing line continuation. 2006-01-12 21:24:04 +00:00
wiz
7a54b7087f New sentence, new line. 2006-01-12 20:35:42 +00:00
wiz
9573faea38 Serial comma; use Dq for strings instead of Sq (which is commonly used for
letters).
2006-01-12 19:49:23 +00:00
garbled
a62fc09ef9 Documentation for rm entry handling of port@host fully addresses
PR bin/12112
2006-01-04 16:12:35 +00:00
perry
e1834435d5 note the intN_t, uintN_t types.
XXX this document is rather musty. It needs a general update.
2005-12-26 20:00:04 +00:00
perry
fd18408b9a u_intN_t -> uintN_t 2005-12-26 19:40:14 +00:00
hubertf
768192ee9f Back out previous attempt at cleaning up the mess,
let someone else resolve this.

Requested by uwe.
2005-12-22 02:52:40 +00:00
uwe
a527ca4c45 Fix formatting botch. 2005-12-21 07:43:30 +00:00
hubertf
266577df3c At least try to be consistent about where to document (most...)
user-settable MKxxx and USE_xxx variables, and put them into mk.conf(5).
Sort alphabetically.

OK: christos, lukem
2005-12-21 04:25:54 +00:00
peter
3c194e239e Add an extra argument to "setvar" to indicate whether a keyboard,
display or mouse variable should be changed. This is backwards compatible
with the old setvar style: if the argument is not specified, it defaults
to `keyboard'.
2005-12-13 21:46:47 +00:00
wiz
da4df4f01d Install nologin(5). 2005-12-12 22:26:53 +00:00
ginsbach
ae50fb06a3 Add a nologin(5) man page. 2005-12-09 17:02:53 +00:00
wiz
4b2675b81a Drop trailing whitespace. 2005-11-24 19:32:35 +00:00
rpaulo
7acb962baa RFC 3879 deprecated the IPv6 site-local prefix (fec0::/10):
* remove all references to $ip6sitelocal and output a warning
    message if the variable is defined.
    * introduce $ip6uniquelocal (defaults to 'NO') that will control the
    behaviour of the system when $ip6mode is ``router'' (i.e. fc00::/7
    will not be routed if the variable is ``NO'') as per RFC 4193.

Thanks to Jonathan A. Kollasch for pointing this out in PR 32152.
2005-11-24 17:28:45 +00:00
elad
017aa4d6ab Add information about recently added veriexec_strict and veriexec_verbose
rc.conf variables.
2005-11-19 19:59:24 +00:00
christos
de62b7b165 bump the date. 2005-11-12 18:55:19 +00:00
gendalia
0fbb37df6f statvfs did not appear in 2.1, but in 3.0. 2005-11-04 06:09:20 +00:00
hubertf
e533c36a54 Add locate.updatedb(8).
Discovered missing while sorting things out for BSDcertification.org.
Ran through wizd(8).
2005-10-05 06:29:03 +00:00
wiz
5219255abf getfsent(3) does not contain any information about the (nonexisting)
function getfstype(), so don't MLINK it. Remove getfstype from other
places that reference it too.

Noted by jmc@openbsd.
2005-10-03 14:56:32 +00:00
jmmv
4d3c62ba48 Make the file system names column wide enough to suit all names.
Terminate all entries with a dot (for consistency with the ones that were
like this before).
Few minor markup fixes.
2005-09-29 21:02:14 +00:00
jmmv
1a0ed0c2e8 Mention tmpfs; noted by martti@. While here, also mention smbfs and ptyfs. 2005-09-29 20:59:13 +00:00
wiz
de76f19a15 Fix typo. 2005-09-17 19:39:48 +00:00
elad
be00ef5e40 Document permit_nonalpha.
PR/20497.
2005-09-17 19:32:11 +00:00
wiz
2a27f58d26 genassym.sh(8) -> genassym(1). From YOMURA Masanori in private mail. 2005-09-11 23:32:48 +00:00
hubertf
105b456cb7 Mention pwhash(1) in a few places,
suggested in PR 31125 by Stefan Schumacher.
2005-09-05 03:37:14 +00:00
christos
c4ee9f6d2e 64 bit inode changes 2005-08-19 02:07:18 +00:00
rpaulo
70d95a4d7d /sys is no longer available, change it to /usr/src/sys. 2005-08-18 01:09:02 +00:00
jmmv
a31858b1d2 Fix a typo and replace a comma with an 'and'. 2005-08-05 13:20:05 +00:00
rtr
599cc15c8c forward.5 from FreeBSD
resolves pr#20179
2005-07-16 09:10:02 +00:00
peter
df0caa2637 Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it
appeared and whether it's really part of pf or not is still unclear. Looking
at the other *BSDs it seems that they have left out spamd when importing pf,
and now we do that too. Also, the name conflicted with another more popular
used tool, after the rename to pfspamd it was left with completely unusable
documentation which apparently no-one wanted to fix.

A port of the latest spamd will be imported into pkgsrc soon.

Suggested by several people, no objections on last proposal on tech-userlevel.
2005-06-27 20:32:39 +00:00
christos
4bcc1eddf4 Add ST_MAGICLINKS and sort. 2005-06-23 02:04:08 +00:00
peter
0bd9d20336 Sync with sys/ufs/ffs/fs.h. 2005-06-14 12:11:20 +00:00
nathanw
b765c01a21 "consists of", not "contains of". 2005-05-24 21:29:16 +00:00
wiz
528dade127 Fix persistent typo; slightly improve MKPAM description;
bump date for MKPAM description.
2005-04-21 14:50:16 +00:00
hubertf
6e0c73492f Document MKPAM, per PR 29947 by Rui Paulo. 2005-04-20 22:10:51 +00:00
drochner
b31fb0b5e2 We don't fall back to the "default" login class if a login class was
given in the password file but not defined in login.conf. Just for
"no class is given". The former is an error and leads to rejection.
2005-04-13 20:39:05 +00:00
jmmv
d4526765bd Remove an space from the beginning of a line. It caused incorrect formatting
after the .Nm macro (the text started at the following line).
2005-03-30 13:07:34 +00:00