Commit Graph

14488 Commits

Author SHA1 Message Date
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
yamt
8df556197c make pg_config overridable 2013-04-22 13:27:08 +00:00
msaitoh
423398df04 Add I21[01]. 2013-04-19 00:40:59 +00:00
ginsbach
7813bee605 AMQP OTP 2013-04-16 14:03:33 +00:00
jdf
29366d9bc2 * remove superfluous .Pp' and .Ns' macros (fixes mandoc(1) warnings)
* macro correction (`.Nm' -> `.Pa');
 * small wording, punctuation, and white space corrections/improvements.

Patch supplied by Bug Hunting.
2013-04-15 22:50:08 +00:00
jdf
2304bc2255 Remove superfluous '.Pp' macro (fixes mandoc(1) warning).
Patch supplied by Bug Hunting.
2013-04-15 22:46:52 +00:00
christos
247331174c Install shlibdir debug links 2013-04-11 01:27:47 +00:00
christos
287e82f1db add new libevent2 libraries. 2013-04-11 01:27:46 +00:00
wiz
cdf08b521b New sentence, new line. 2013-04-10 00:24:28 +00:00
christos
6d6ea83f53 update init_win{,_local} to match recent changes. 2013-04-10 00:20:14 +00:00
njoly
4bfb4fdd36 Fix section (3 -> 2) in openat xref. 2013-04-09 13:29:07 +00:00
uebayasi
b6c0c53d2c Fix dependency handling of UUDECODE_FILES (e.g. libexec/ld.aout_so on i386).
The .uue rule is defined to make "foo.xxx.uue" -> "foo.xxx".  When
UUDECODE_FILES_RENAME_* is also applied, the .uue rule tries to make "foo",
not "foo.xxx".  This results in that "foo.xxx" is never made and always
"foo.xxx.uue" -> "foo" is made.

Define dependency for intermediate files.

Avoid unnecessary rebuild and reinstall.  (Consume 70K in obj directory.)
2013-04-06 15:39:19 +00:00
khorben
27bee29666 Added support for the Realtek 8168F variant in re(4).
From FreeBSD; not tested on real hardware unfortunately. The manual page was adjusted as well.

No objection from current-users@, "commit it" gdt@
2013-04-06 01:53:13 +00:00
christos
9b08c42b1d clarify the units of fsblkcnt_t 2013-04-05 17:33:06 +00:00
christos
5fc19dec20 fix mkdebug for private libraries.
while here, centralize the strip variable handling per type of object.
2013-04-04 21:15:15 +00:00
christos
07a6c80766 ldopts should be before ldadd like everywhere else. 2013-04-04 21:14:36 +00:00
wiz
1cfd0987ab Add NetBSD 7.0 as first appearance of this driver to HISTORY. 2013-03-30 09:10:35 +00:00
wiz
1c18b13d46 Use ifconfig.if(5) instead of hostname.if(5) on NetBSD. 2013-03-30 09:09:50 +00:00
wiz
b7f3119646 Fix Dd. Remove fw_update reference, the firmware is installed by default.
XXX: Fix ".Xr hostname.if 5", which doesn't exist on NetBSD.
2013-03-30 08:26:20 +00:00
christos
64f896110c This is the initial port of OpenBSD's athn(4) driver. It supports
quite a few Atheros 802.11n devices.  See the athn(4) manpage for a
list.

This port has only been tested with a TP-LINK TL-WN722N USB adapter
which has an AR9271 chipset (VENDOR: 0x0cf3, PRODUCT: 0x9271).  The
BSS, Monitor, and HostAP modes all seem to work on that adapter,
though the later has not been tested much.

The driver also supports PCI and CardBUS devices, but those interfaces
are completely untested and probably won't work at this point.

If someone can provide me with other adapters that should be
supported, particularly PCI or CardBUS adapters, or tell me where I
can get one cheaply, I would be happy to try to get the driver working
on those devices as well.
2013-03-30 02:53:00 +00:00
christos
8b57040752 patches for new wifi devices. 2013-03-30 02:38:58 +00:00
christos
027c677d2a fix merge conflicts 2013-03-29 22:51:04 +00:00
wiz
3f06676b22 Fix date and conflict; use Dv for NULL. 2013-03-29 21:45:27 +00:00
christos
189095559b sync with OpenBSD. 2013-03-29 21:16:31 +00:00
pgoyette
b97b49129d Minor typo 2013-03-29 20:58:58 +00:00
uwe
1b269329ba Pull in fix for PR misc/47674 from ncurses:
# 2013-03-23
#	* change initialization for vt220, similar entries for consistency
#	  with cursor-key strings (NetBSD #47674) -TD
2013-03-29 14:31:48 +00:00
wiz
62e9897175 Add more links for kcpuset(9). 2013-03-28 11:17:39 +00:00
christos
fc08ea7529 fix groff html generation 2013-03-21 02:04:17 +00:00
christos
131c9e0b6e handle NOMANDOC in the html case too 2013-03-21 01:48:14 +00:00
jmmv
76512a9d94 Synchronize the clock periodically in vmt(4).
Add periodic clock synchronization to vmt(4) so that the guest clock
remains synchronized even when the host is suspended (which is a very
typical situation in a laptop).

Do this by default once per minute, but provide a sysctl to tune this
value (machdep.vmt0.clock_sync.period).

Sent to tech-kern@ for review and addressed a couple of issues.
2013-03-16 01:26:52 +00:00
njoly
39d8199988 Fix a few file system paths to use Pa macro. 2013-03-15 19:32:30 +00:00
njoly
ed42c35850 Add missing Ta macro. 2013-03-14 19:18:32 +00:00
njoly
46cf583aec Kill extra .Sh. 2013-03-14 19:17:58 +00:00