Commit Graph

10421 Commits

Author SHA1 Message Date
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
christos
ef8ac5fea8 reflect current reality. 2013-06-05 23:08:09 +00:00
christos
107717d211 depcrecate IPSEC_NAT_T 2013-06-05 01:01:57 +00:00
njoly
10b6526db0 Fix width in .Bl macro. 2013-06-04 12:11:12 +00:00
wiz
771efcbeb7 Fix SYNOPSIS. Reported by Brad Harder in PR 47885. 2013-06-04 07:47:54 +00:00
mbalmer
d7a7f8507d New variable MKX11MOTIF to enable building libGLw with Motif support.
Defaults to 'no'.
2013-06-02 11:02:40 +00:00
msaitoh
3cf319d9a9 Add I21[78]. 2013-06-02 09:43:34 +00:00
wiz
c11f306ade - Remove unneeded argument in non-first `.Nm' macro;
- remove superfluous `.Pp' macro (fixes mandoc(1) warning);
- capitalization and punctuation fix.

From Bug Hunting.
2013-05-29 15:03:09 +00:00
wiz
7b699b5337 Improve wording.
From Bug Hunting.
2013-05-29 14:55:24 +00:00
kiyohara
3d9a1fa87f Add udsir. 2013-05-28 12:24:24 +00:00
njoly
527067ce64 Kill extra El macro. 2013-05-24 14:41:32 +00:00
njoly
6fc5b50a1b Remove extra dot. 2013-05-24 14:40:18 +00:00
wiz
c57d5b5313 Fix xrefs. 2013-05-24 10:01:15 +00:00
uwe
cf4354e6e7 Instead of .Ar use .Fa or .Vt as appropriate. 2013-05-22 18:41:08 +00:00
uwe
5e0ecd6d23 Use .Er for errors instead of .Dv 2013-05-22 18:29:41 +00:00
christos
178731dab0 add a man page for ts2timo. 2013-05-22 16:01:44 +00:00
roy
a34d72845c For IPv6, emit RTM_NEWADDR once DAD completes and also when address flag
changes. Tentative addresses are not emitted.

Version bumped so userland can detect this behaviour change.
2013-05-21 08:37:27 +00:00
mbalmer
e82f5d46e0 use working email address. 2013-05-20 18:36:14 +00:00
mbalmer
edd93d3bd3 working email address. 2013-05-20 18:34:39 +00:00
mbalmer
8bbad1c8eb gpiosim(4) is 64-bit wide now. 2013-05-20 15:49:03 +00:00
msaitoh
8fa08c1e4c - Add KERNHIST and KERNHIST_PRINT.
- Update UVMHIST and UVMHIST_PRINT.
2013-05-15 05:47:10 +00:00
msaitoh
b126aa9f41 s/can be displayed be calling/can be displayed by calling/
XXX pullup-5
2013-05-15 05:30:33 +00:00
msaitoh
56fd90edea Change from deleted "show uvmhist" to "show kernhist".
XXX pullup-6
2013-05-15 05:22:43 +00:00
wiz
e0a986bcb9 Make nanotime and getnanotime prototypes match.
Also, the BUGS section doesn't describe something fixable, so make
it a CAVEATS section instead.
Bump date.
2013-05-13 12:07:44 +00:00
wiz
3362820342 Mention that TerraTec Aureon 7.1 PCIe is supported by
this driver. Bump date.
2013-05-10 11:05:14 +00:00
wiz
96d067c6a4 Punctuation fixes, put FILES in a list. 2013-05-09 13:54:11 +00:00
aymeric
29c8b179ee mention support for AR3012 based chips and point to the corresponding
firmware files
2013-05-09 12:46:21 +00:00
pgoyette
b322009003 Fix the build 2013-05-08 04:33:15 +00:00
rkujawa
4a34c9a43f Add mcp980x(4) man page. 2013-05-07 22:45:26 +00:00
riastradh
1bb03de69a First draft of a long-awaited man page for genfs_rename(9). 2013-05-01 18:56:48 +00:00
wiz
c3c24d432a Remove trailing whitespace. 2013-04-29 14:19:48 +00:00
rkujawa
7b2fe77e42 Add info about LDOs and DCDCs in TPS65217. 2013-04-29 13:28:55 +00:00
wiz
0e3fa8cc54 Bump date for previous. 2013-04-28 12:51:04 +00:00