Commit Graph

14562 Commits

Author SHA1 Message Date
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
christos
e2d1c3abce remove file that did not go before. 2013-06-27 14:52:58 +00:00
christos
38d57d6181 rename to follow suit. 2013-06-26 21:36:39 +00:00
christos
c02281a083 add an L2TP Gateway example. 2013-06-26 21:33:56 +00:00
matt
138c29fa6c MIPS now uses USE_COMPILERCRTSUTFF=no 2013-06-25 01:17:29 +00:00
matt
4e11eec173 For VAX, enable USE_COMPILERCRTSTUFF = no
Sort the arm ELF2AOUT sections to be removed.
2013-06-25 00:33:09 +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
mbalmer
60da905091 Fix a typo: Affrimative -> Affirmative. 2013-06-17 11:05:42 +00:00
ryo
dedc54f76f add m_copyup(9) obtained from FreeBSD (manual only) 2013-06-17 09:58:21 +00:00
tsutsui
ccf0f70064 Invoke tools/binstall/mkmanifest for Cygwin via ${HOST_SH}.
Fixes builds using source sets that drop executable bits.
2013-06-14 16:10:02 +00:00
mrg
0ca6164e56 rename (new) xorg_drivers to xorg_server -- platforms that build the
actual Xorg server (aka "xfree86 server").

move the list of these platforms from xorg-server/Makefile.common to
bsd.own.mk, so that we can access it easily in distrib.

this should fix most of the current build failures.
2013-06-12 21:35:29 +00:00
apb
3c3880ba7c Fix tab damage in previous 2013-06-11 15:15:29 +00:00
apb
82b933dccf Add FreeBSD-8.4 (merge with FreeBSD svn revision 251501). 2013-06-11 15:11:49 +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
mrg
224424a849 add a new MKXORG_DRIVERS that defaults to yes on MKXORG platforms
besides acorn26.  useful for sets, and avoids overloading the
value of XFREE86_SERVERS.
2013-06-10 05:02:38 +00:00
wiz
d067cd1c6c fix typo. 2013-06-06 08:34:05 +00:00
mrg
b2836e59b2 make .pc files depend upon configure files if they exist. this
will force them to be rebuilt when the version has changed.
this fixes one of the most often broken parts of update builds
after a version update.
2013-06-05 23:14:13 +00:00
christos
ef8ac5fea8 reflect current reality. 2013-06-05 23:08:09 +00:00
dholland
b3a5952680 PEBKAC was already in the base acronyms file; move the variant spelling
there.
2013-06-05 21:03:57 +00:00
pgoyette
6ee19a0c1b Add PEBCAK and PICNIC 2013-06-05 20:52:07 +00:00
mrg
43546c5b7b define X11SRCDIR.xorg-docs. 2013-06-05 07:41:56 +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
mrg
2419004b57 update to xorg-server 1.10.6. 2013-06-03 07:39:07 +00:00
rodent
032a3316e4 +sx Sint Maarten
-yu Yugoslavia; deprecated on 2010-03-30 [1]

[1]:
http://web.archive.org/web/20100201171046/http://www.rnids.rs/en/node/67
2013-06-02 16:37:37 +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
mrg
f8cebe2a9e add LIBX11_XCB; unfortunately since the library is named with a -
in it, we have to use an ugly hard coded assignment for now.
(could be cleaned up with more make variable magic i'm sure.)
2013-05-31 06:48:43 +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
dholland
1fc3ba0182 other value of PC 2013-05-27 21:32:38 +00:00
dholland
a541d09292 DM, GM, NPC, PC 2013-05-27 21:31:44 +00:00
jdf
2c7a9e6783 Add more wireless networking acronyms:
* BSA    basic service area
 * BSS    basic service set
 * BSSID  basic service set identifier
 * ESS    extended service set
 * ESSID  extended service set identifier
 * IBSS   independent basic service set
 * SSID   service set identifier
 * TKIP   Temporal Key Integrity Protocol
 * WAP    wireless access point
 * WPA2   Wi-Fi Protected Access II
 * WPS    Wi-Fi Protected Setup

Also properly capitalize the existing `WPA' entry.

Patch supplied by Bug Hunting.
2013-05-25 21:17:51 +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
apb
0652054913 slight improvement in layout; no semantic change intended. 2013-05-23 21:08:13 +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