Commit Graph

14520 Commits

Author SHA1 Message Date
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
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
riz 67dea2f053 Added NetBSD 5.2, 6.0.1, 6.0.2 and 6.1. Someone *please* clean up my
artwork.
2013-05-19 15:04:39 +00:00
dholland 3df08f9491 FTL 2013-05-17 17:43:04 +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
apb f2f7835240 Merge tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz
Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguay's DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.
2013-05-08 08:18:45 +00:00
apb 194bdd8057 Import tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz
Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguay's DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.
2013-05-08 08:15:47 +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
apb 77f2a8b4d5 Add DragonFly 3.2.1, DragonFly 3.4.1, FreeBSD 9.1, OpenBSD 5.2, OpenBSD 5.3.
Adapted from FreeBSD base/head/share/misc/bsd-family-tree (svn revision
250330), but the NetBSD version of this file includes entries for
NetBSD-5.0.1 and NetBSD-5.0.2 which are missing from the FreeBSD
version.

Resolves PR misc/47799 from Eitan Adler
2013-05-07 14:55:36 +00:00
matt af8f0546ca Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determine
the disklabel params as well as allowing command-line options of -M <machine>
and -B {le,be} to specify MACHINE and byteorder to be used.
2013-05-03 16:05:11 +00:00
matt 86313270f0 Use !empty(MACHINE_ARCH:Mearm*) instead of ${MACHINE_ARCH:Mearm*} != "" 2013-05-03 15:55:21 +00:00
matt 9244b4d1cb Allow use of a different by using KLINK_MACHINE instead.
If it's not set, KLINK_MACHINE is set to ${MACHINE}
2013-05-02 04:14:28 +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
rkujawa 4fb6fc4e82 Add slhci at zbus. 2013-04-28 10:23:03 +00:00
joerg c7fbe15f37 MKLIBCXX and MKLIBSTDCXX 2013-04-28 04:44:21 +00:00
joerg 2fa1d2471b Introduce MKLIBSTDCXX, defaulting to yes. 2013-04-28 04:05:37 +00:00
joerg ecb06a3b09 Add build glue for libc++. 2013-04-27 23:02:17 +00:00
matt ba99357d47 Default MKCOMPAT to no for earm 2013-04-27 08:42:44 +00:00
wiz d8e26998a1 Minor fixes. 2013-04-26 20:57:48 +00:00
rkujawa d4388e5cd0 Add man page for TPS65217 PMIC. 2013-04-26 20:08:53 +00:00
jdf 1428b55a96 Fix timestamp in the licence. 2013-04-25 23:15:14 +00:00
jdf 719a5de0b5 Add licence. 2013-04-25 23:05:09 +00:00
wiz 9edfa90da4 Fix mdoclint warnings.
XXX: licence missing, please add it.
2013-04-25 21:52:48 +00:00
mbalmer 3c228850ce update PAP 2013-04-25 13:34:10 +00:00
jdf 107d0467dd Commit the file src.7 describing the source layout of the NetBSD src tree.
Written by Elvira Khabirova and Mingzhe Wang (the sys/ part) in the scope of
Google Code-In 2012/2013.
2013-04-25 12:05:54 +00:00
yamt c0a3e99683 fix prototype 2013-04-24 00:56:14 +00:00
yamt f0a3996216 fix return value 2013-04-24 00:51:58 +00:00
riastradh f85ea5612a Move addition of -g to CSHLIBFLAGS later in bsd.lib.mk.
It is now past any conditionals where its emptiness or nonemptiness can
influence the decision of what objects get built.

Fixes MKDEBUG=yes build on vax (PR 47700).
2013-04-22 22:16:14 +00:00
yamt ef672e506a fix user-after-free bug 2013-04-22 13:28:28 +00:00
yamt 6b3d697c3c do setlocale so that we can print localized messages from libpq correctly. 2013-04-22 13:27:49 +00:00