Commit Graph

10453 Commits

Author SHA1 Message Date
rkujawa
bc1b10bc86 As MII support was added, add it also to synopsis. 2013-08-13 16:09:54 +00:00
rkujawa
e9b9d13fdd s/xsurfbus/xshbus/ 2013-08-11 13:18:24 +00:00
jnemeth
e0e417bef7 PR/48112 - Kai-Uwe Eckhardt -- add support for Sitecom N300 USB WIFI adapter 2013-08-10 21:32:07 +00:00
pgoyette
59540f5ab1 Make the xsh man pages to unbreak the build (sets lists were updated to
expect these man pages, but they were not being built)
2013-08-09 15:35:54 +00:00
rkujawa
8882cc31f9 Add man page for xsh(4). 2013-08-09 11:40:08 +00:00
soren
d75af7e216 Build orphaned man pages. 2013-08-06 22:33:59 +00:00
wiz
8eaee83f77 Fix another typo. 2013-08-06 20:18:31 +00:00
snj
5789d095b7 Fix spelling. 2013-08-06 19:02:57 +00:00
snj
81a7022f8e Add a comma and fix a spelling error. 2013-08-06 17:33:29 +00:00
snj
9993ab7265 non-existant is a nonexistent word. 2013-08-06 17:32:30 +00:00
snj
c8659ccdb3 Improve wording. 2013-08-06 16:54:46 +00:00
soren
a9969a86fd Move shared x86 man pages from man8.i386 to man8.x86. 2013-07-31 21:01:13 +00:00
soren
2608fe43e6 All of the man8.i386 man pages also apply to amd64.
Remove references to obsolete w95boot.8 man page and CONSOLE_POLICY option.

Closes PR port-amd64/48038.
2013-07-31 13:54:42 +00:00
soren
1e5a26d01a Remove examples using FreeBSD "ifconfig wpakey" syntax. 2013-07-31 13:34:04 +00:00
gdt
1f7bfa07f4 Remove tests.7 in objdir before copying to it.
If one's source tree has non-writable files (because of CVSREAD=t, or
someone else owns it, or it's on some read-only filesystems, some
other reason), recently-added makefile code would cp tests.foo.7 in
the sources to tests.7 in objdir, preserving permissions, but not
forcing the copy.  A subsequent copy would result in an error, failing
the build.  Therefore, rm -f the target file before doing the copy.

(Arguably there should some standard support for this, but copying
files from the source directory to objdir is quite unusual.)
2013-07-31 11:57:24 +00:00
wiz
c690a93593 Remove superfluous Pp. 2013-07-25 21:29:00 +00:00
tcort
ce9722db69 edid.9: fixes for example code
- 'struct edid_info' in edidvar.h uses 'struct videomode' so
videomode.h needs to be included too.
- edid_print takes a pointer to 'struct edid_info' so add the & operator.

OK by wiz@
2013-07-25 14:10:30 +00:00
wiz
c1275cef8f Only use .%R inside Rs/Re. Improve spacing. 2013-07-24 07:00:16 +00:00
kefren
2e7b898409 EXP -> TC
document RFC4182 sysctl flag
document a little bit more the IMPLNULL operation
2013-07-24 06:31:09 +00:00
wiz
5048d3da1f Bump date for previous. 2013-07-22 13:56:46 +00:00
soren
4f69980004 Allow console on com_puc without a compile-time option so that PC servers
can become headless after the first reboot (sadly, e.g. Intel AMT presents
as a com_puc, but doesn't appear in the BIOS serial port table, so you need
a keyboard and monitor to install and set the installboot parameters first).

Fix com_puc console on devices with offset BAR's.
2013-07-22 13:40:36 +00:00
njoly
f2bb7e6625 Use <major>.<minor> for NetBSD version. 2013-07-22 12:36:56 +00:00
njoly
a8ad9a70f6 Kill a few trailing spaces. 2013-07-21 10:14:55 +00:00
wiz
a5684d07dd Use Mt for email addresses. 2013-07-20 21:39:55 +00:00
msaitoh
aa780f8775 Update ichsmb(4) manual. We support both PCH and C6xx series, too. 2013-07-19 03:29:35 +00:00
riastradh
4821cee19b Rework cprng(9) man page to reflect the current state of affairs.
- Remove defunct cprng_strong_getflags/setflags.
- Remove defunct cprng_strong_ready.
- Document CPRNG_HARD.
- Omit cprng_strong structure, which is now opaque.
- Specify what can sleep and under what conditions.
- Be a little more consistent about some markup.

This is not the whole story (select/kqueue stuff for /dev/random is
still omitted), and I plan to change it some more (to split
cprng_strong into one routine that unconditionally guarantees as many
bytes as you asked, and another routine that may block or return
partial reads), but this will do until I find the time for those.
2013-07-18 14:35:30 +00:00
wiz
0bf4e62623 New sentence, new line. Some whitespace. Bump date for previous. 2013-07-18 06:39:18 +00:00
matt
6e660710b6 Some constification.
Add kcpuset_clone, kcpuset_insersection, kcpuset_remove,
kcpuset_ffs, kcpuset_ffs_intersecting,
kcpuset_atomicly_merge, kcpuset_atomicly_intersect, kcpuset_atomicly_remove
2013-07-17 22:36:26 +00:00
njoly
a99b56e5d4 Quote -width arguments that start with a '-' sign. 2013-07-13 10:54:00 +00:00
njoly
c16c550ee5 Adjust -width argument to match reality; and while here quote it. 2013-07-13 10:52:50 +00:00
njoly
d5921f2b1c Fix unknown .Tp macro. 2013-07-13 09:24:25 +00:00
njoly
84e9c4d0dc Fix sendmail section (8 -> 1) in xrefs. 2013-07-09 09:41:30 +00:00
wiz
e18fc4e91d Fix xref. 2013-07-04 09:39:48 +00:00
msaitoh
1097efeb89 Sync with {Open,Free}BSD. 2013-07-04 09:26:14 +00:00
pooka
bc38e87441 Having a system-supplied function interface to create virt(4) is not
fully useful when the system doesn't supply anything to configure the
interface with.  So remove rump_virtif_create(), that functionality
is now taken care of with ifcloner.
2013-07-03 19:21:11 +00:00
wiz
0504958a89 Improve wording. 2013-06-29 08:14:31 +00:00
yamt
006f500d6a add "maxthread" tunable to login.conf to adjust RLIMIT_NTHR.
PR/47626
ok'ed by christos
2013-06-29 04:52:55 +00:00
wiz
2c3c4687ae New sentence, new line. Fix typo. Remove 'i'. 2013-06-27 21:22:46 +00:00
christos
0234645c61 add pktinfo stuff 2013-06-27 20:14:25 +00:00
riastradh
82db4b9858 Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.
consttime_memequal is the same as the old consttime_bcmp.
explicit_memset is to memset as explicit_bzero was to bcmp.

Passes amd64 release and i386/ALL, but I'm sure I missed some spots,
so please let me know.
2013-06-24 04:21:19 +00:00
riastradh
e02ea39378 Fix dangling sentence vestige in cprng(9). 2013-06-23 02:39:32 +00:00
riastradh
6290b0987e Rework rndsink(9) abstraction and adapt arc4random(9) and cprng(9).
rndsink(9):
- Simplify API.
- Simplify locking scheme.
- Add a man page.
- Avoid races in destruction.
- Avoid races in requesting entropy now and scheduling entropy later.

Periodic distribution of entropy to sinks reduces the need for the
last one, but this way we don't need to rely on periodic distribution
(e.g., in a future tickless NetBSD).

rndsinks_lock should probably eventually merge with the rndpool lock,
but we'll put that off for now.

cprng(9):
- Make struct cprng_strong opaque.
- Move rndpseudo.c parts that futz with cprng guts to subr_cprng.c.
- Fix kevent locking.  (Is kevent locking documented anywhere?)
- Stub out rump cprng further until we can rumpify rndsink instead.
- Strip code to grovel through struct cprng_strong in fstat.
2013-06-23 02:35:23 +00:00
ryo
dedc54f76f add m_copyup(9) obtained from FreeBSD (manual only) 2013-06-17 09:58:21 +00:00
wiz
e574093b05 Fix date, sort SEE ALSO, more and better macro use. 2013-06-10 08:33:41 +00:00
wiz
b5e3f0bc0e Bump date for previous. 2013-06-10 08:32:04 +00:00
kardel
d1abea10e2 adjust soekrisgpio driver to NetBSD 2013-06-10 07:14:01 +00:00
wiz
7f89a551ef Bump date for previous. 2013-06-10 06:41:58 +00:00
kardel
630a4e285d Import of proposed patch to OpenBSD for supporting GPIO and status
leds on a Soekris net6501

patch posted on 2013-01-14 17:11:00 at
http://permalink.gmane.org/gmane.os.openbsd.tech/31317
2013-06-10 06:04:35 +00:00
mrg
018f384e6a mark several interfaces as internal, most of which have other exported
APIs for their use.
2013-06-10 05:11:20 +00:00
wiz
d067cd1c6c fix typo. 2013-06-06 08:34:05 +00:00