matt
0499097e0e
Add MKCOMPATTESTS knob to enable building and installing the NetBSD test
...
suite as part of doing MKCOMPAT
2015-06-19 18:13:52 +00:00
pooka
0dcc02b3ce
add READELF and STRINGS
2015-06-18 22:29:12 +00:00
dholland
3a11b350c0
Catch up with <varargs.h> removal.
2015-06-15 02:06:18 +00:00
christos
621bb43b15
the data segment is not randomized.
2015-06-14 16:56:36 +00:00
matt
6811dc67f2
Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined.
2015-06-07 15:04:28 +00:00
wiz
9336a60907
Whitespace fixes.
2015-06-04 09:20:12 +00:00
rkujawa
ca97ac20da
Cross-reference xsh(4) and xsurf(4).
2015-06-04 09:17:52 +00:00
rkujawa
daf0ed6eca
Name of the USB module is known, as it was already released.
2015-06-04 09:08:38 +00:00
mrg
69443c441c
fix MKDEBUG vs parallel builds. split the creation of the final
...
.so file from the main link of it, and use the main file as the
input for both the .so output and the .so.debug file. for MKDEBUG
builds we now:
(a) create the (new) .so.full file
(d) create the .so.debug file
(c) create the (installable) .so file
for other builds, we simply use the same rule for (a) to create (c).
this stops the .so.debug rule from modifying the .so rule's target
and leading to mayhem.
see this thread for more details:
http://mail-index.netbsd.org/tech-toolchain/2015/06/03/msg002616.html
2015-06-04 06:01:24 +00:00
martin
dbff044260
Cosmetics: simplify MKCOMPAT default settings
2015-06-04 05:56:23 +00:00
pgoyette
cadd54e581
Fix typo - from Kamil Rytarowski
2015-06-04 01:58:30 +00:00
christos
acb599fdb6
Strip the debug symbols via a temporary file, atomically replacing the full
...
random access archive to avoid races.
2015-06-02 23:00:25 +00:00
martin
fd0a6d9af6
Enable MKCOMPAT for earm*, now that it works. Ok: matt@
2015-05-29 14:15:14 +00:00
rjs
550917d61d
Build both xf86-video-radeon drivers for amd64 and i386, just build the
...
old one for other ports.
2015-05-28 14:36:44 +00:00
matt
350927cf34
Compile ARM apcs with -marm (no thumb).
2015-05-28 04:08:48 +00:00
matt
a538b93406
Change draft-ietf-tcpm-initcwnd-08.txt to RFC6928,
2015-05-27 07:52:02 +00:00
prlw1
4b3129d595
typo
2015-05-25 21:02:37 +00:00
mbalmer
b60e108231
Lua 5.1 -> Lua 5.3
...
From Kamil Rytarowski.
2015-05-25 08:57:31 +00:00
maxv
fa06c44d48
Remove the DIAGNOSTIC section, and two references to MALLOC and FREE.
2015-05-23 17:05:03 +00:00
ozaki-r
5ca2652f3f
Remove description of netns/
...
Pointed out by Kamil Rytarowski
2015-05-21 01:05:33 +00:00
rjs
b596b9b9be
Add xf86-video-intel-old to the build.
2015-05-21 00:12:10 +00:00
pooka
310d818a70
+ODTW
2015-05-18 11:56:20 +00:00
snj
ad614bfa87
the OSI options are long gone (hi joerg!)
2015-05-16 17:13:55 +00:00
knakahara
d12e1568ea
update man.
2015-05-15 08:39:14 +00:00
wiz
08966c2e65
Sort sections.
2015-05-14 13:59:57 +00:00
wiz
5f5eebf1e3
Minus needs a backslash, add it.
2015-05-14 13:59:15 +00:00
pgoyette
fa7d5074ac
Add new man page for devsw_attach() and friends.
...
From Kamil Ritarowski with some editting by myself.
2015-05-14 00:08:44 +00:00
pgoyette
a75c623ada
Add a reference to the recently added module examples.
2015-05-13 22:31:16 +00:00
pgoyette
09f3122f4f
Add the correct cross-ref, to intro(9lua)
2015-05-13 12:21:04 +00:00
shm
0bda128cdf
0 mappings are currently disabled on all architectures.
2015-05-13 11:36:12 +00:00
pgoyette
09458121ad
Note to self: if you're going to revert, do it right.
...
This should restore the original SEE ALSO section.
2015-05-13 10:49:26 +00:00
pgoyette
ec17d2b7e8
Revert revision 1.31 - the referenced page does not exist and I am not
...
qualified to write it!
2015-05-13 10:17:27 +00:00
wiz
bfd8396881
Fix typos, sort SEE ALSO.
2015-05-13 09:15:21 +00:00
pgoyette
ba5eaf4e0d
Add an entry for lue(9lua) to the SEE ALSO list.
2015-05-13 09:04:38 +00:00
mlelstv
1490a7ba80
Add documentation for the drvctl driver and add reference.
...
Fixes PR 49895.
2015-05-13 07:28:49 +00:00
martin
a7b45466db
No kernel modules for acorn26
2015-05-12 08:25:28 +00:00
dholland
1f655ad914
ICYMI
2015-05-09 18:18:32 +00:00
wiz
25fa64e429
Bump date for previous.
...
Use .An.
2015-05-04 21:29:38 +00:00
ryo
89eada3bfc
PR/49819: Roberto E. Vargas Caballero: Add support for SystemBase SB16C1050 PCI serial card
2015-05-04 21:21:38 +00:00
pgoyette
1824fee224
Update the Dt macro to include the x86 subdir.
2015-05-04 08:16:28 +00:00
pgoyette
a0820f0ebc
Swap function names, so that xxx_bp() refers to the boot processor and
...
xxx_ap() to the application processor. It doesn't make any sense to
have bp reference the application processor while ap references boot!
XXX The two function are now lexicographically mis-ordered. If this
XXX is an issue, let me know and I will re-sequence them.
2015-05-04 08:15:21 +00:00
wiz
0c6040f523
Sort SEE ALSO.
2015-05-04 08:07:02 +00:00
pgoyette
cd4fbf1b4e
Fix some more cross-refs to point at the x86-specific subdir
2015-05-04 08:04:50 +00:00
wiz
f63d741004
New sentence, new line.
2015-05-04 07:44:18 +00:00
wiz
d7601bc4b1
New sentence, new line. Linebreaks. Fix an article.
2015-05-04 07:40:53 +00:00
wiz
f4f57f3254
Sort SEE ALSO, fix xref.
2015-05-04 07:39:00 +00:00
wiz
9b918b0962
Add .An -nosplit.
2015-05-04 07:14:03 +00:00
pgoyette
1921a9a8e3
Update mark-up
2015-05-04 06:14:47 +00:00
ryoon
f45869d2bd
Add missing .Sh SYNOPSIS
2015-05-04 05:30:48 +00:00
pgoyette
b20ab9736b
Remove extraneous blank line.
2015-05-04 03:53:41 +00:00