Commit Graph

15590 Commits

Author SHA1 Message Date
christos
180d9e44e1 fix pasto 2016-02-07 14:31:21 +00:00
wiz
bfbface83a New sentence, new line. 2016-02-07 14:06:04 +00:00
jandberg
c74496ca0f Add the copyright notice which was missing from my initial version. 2016-02-07 10:46:08 +00:00
jandberg
e09dd753e1 Fix some awkward language in manpage and code comments. 2016-02-06 20:20:18 +00:00
riastradh
5e51ceb9a4 Add $NetBSD$ tag. 2016-02-06 20:19:28 +00:00
riz
91a33a8e4a Back out unintended changes committed with last. 2016-02-06 16:58:31 +00:00
riz
50bf67899c Don't test dtrace-related variables until after they've been set. 2016-02-06 16:56:23 +00:00
mlelstv
bbd8666d0f Split case folding table into separate source file and add full
copyright and permission notice from http://www.unicode.org/copyright.html
2016-02-06 10:40:58 +00:00
christos
523945ce28 switch i386 to gdb-7.10.1 2016-02-03 15:28:02 +00:00
christos
28342b84d6 switch amd64 to gdb-7.10.1 2016-02-03 03:26:02 +00:00
christos
c82b466b59 everyone, back to gdb.old 2016-02-02 22:35:46 +00:00
christos
a9d0c035fe Switch i386 to new binutils. 2016-02-02 20:23:24 +00:00
christos
869efc6e11 Add the missing CTFMERGE step. 2016-02-02 18:38:10 +00:00
ryoon
318922f051 Fix layout for comments. Bump date. 2016-02-02 12:25:24 +00:00
christos
8d0597fca7 Document NOCTF, NOPIE. 2016-02-01 15:00:43 +00:00
skrll
d3cd10ccbc Switch hppa to binutils 2.26 2016-02-01 12:56:06 +00:00
christos
cb68fe56e3 flip amd64 and evbarm to the new binutils 2016-01-31 18:47:14 +00:00
christos
dc084e400e Introduce NOPIE and NOCTF so that standalone programs build properly. 2016-01-31 15:30:14 +00:00
christos
e1356d5e2a Make ctfconvert remove the debugging symbols after it is done converting them. 2016-01-30 04:07:27 +00:00
christos
3495c5242f If we are building CTF, keep debugging symbols. 2016-01-30 03:38:39 +00:00
christos
33f4505796 new binutils will be 2.26 2016-01-29 15:33:51 +00:00
pgoyette
3c4024061c Add a couple of entries for NFC
Fixes PR/50718
2016-01-28 10:20:40 +00:00
christos
3873a83aa9 back to binutils.old now that it works. 2016-01-26 21:19:20 +00:00
christos
4a9e204fe8 back to use binutils since the path is hard-coded everywhere! 2016-01-26 19:09:56 +00:00
christos
4bab817c32 external binutils and gdb variables. 2016-01-26 17:47:06 +00:00
riastradh
1c131ab803 Note limited extent for reference to the pserialized object. 2016-01-26 01:09:56 +00:00
riastradh
6ed125fe67 Suggest the cacheline-aligned global struct idiom. 2016-01-26 01:05:17 +00:00
christos
b7f89b8a5f we don't have va_mask 2016-01-25 18:20:16 +00:00
pooka
d35b86acad Don't include <rump/rumpvnode_if.h> from rump.h. It's not needed
unless you're doing something special, but requires register_t.
Adjust the few places which actually need rumpvnode_if.h.
2016-01-25 11:45:57 +00:00
pooka
6cd39ddb85 add -D_KERNTYPES 2016-01-25 11:01:17 +00:00
christos
c84bade02b Add tool cvslatest 2016-01-24 20:15:11 +00:00
christos
ffeb8dbf4e Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
riz
673c699d5d Build DTrace userland by default on i386, amd64 and earm* 2016-01-22 21:55:51 +00:00
jnemeth
ff30143cb1 PR/50691 - Nikolai Lifanov -- add LTS 2016-01-22 19:13:53 +00:00
mbalmer
bcbdebbaf1 fix typo, bump date 2016-01-19 10:11:02 +00:00
wiz
934119d44e Use standard markup for ENOSPC. 2016-01-18 09:17:59 +00:00
kamil
43d951b258 Add full.4 2016-01-18 00:34:43 +00:00
kamil
039d698170 Add new man-page full(4) for the /dev/full device
DESCRIPTION
     The full device always return ENOSPC on writing,

     In all other cases it behaves like the zero(4) device and provides an
     infinite stream of zeros.
2016-01-18 00:21:44 +00:00
wiz
2c914af730 Bump date for previous. 2016-01-15 09:05:16 +00:00
mlelstv
2aacffe133 Add 'C' option to bootblock to enable serial console. 2016-01-15 08:27:04 +00:00
wiz
0905aa5acf Use more markup. 2016-01-11 06:21:23 +00:00
pgoyette
1adf2fab16 Remove current bug, now that PR kern/50627 is fixed. Add another security
consideration concerning re-used of the target/monitored process's pid.
2016-01-11 01:45:27 +00:00
christos
edabda5336 group by directory. 2016-01-10 16:22:57 +00:00
dholland
acb0b70b4a Apparently it's important to do
-Wp,-iremap,${DESTDIR}:
and not
  -Wp,-iremap,${DESTDIR}/:/

Why this should matter for strings where the trailing slash is
present, I dunno. But it does.

Fixes the MKREPRO problem where the unfixed path to lfs_accessors.h
appears ina bunch of bins.
2016-01-10 06:13:21 +00:00
dholland
2e9c8f6e0f For MKREPRO, substitute DESTDIR before NETBSDSRCDIR; then it has a
chance of working if DESTDIR is under NETBSDSRCDIR (as happens with
default objdirs when building someplace random other than /usr/src...)
2016-01-10 03:59:34 +00:00
christos
3619260b5b - use -fdebug-regex-map to remap one style of object dirs. There are others.
- change DESTDIR to nothing so that we don't get // in the front
- apply the mappings to both c and c++
2016-01-09 02:06:22 +00:00
jnemeth
46077796f7 PR/50630 - Nikolai Lifanov -- add some acronyms 2016-01-08 08:37:18 +00:00
nonaka
ad9e3467ed Add Buffalo LUA4-U3-AGT. 2016-01-07 12:31:55 +00:00
wiz
2f89dbfb73 Use Pa for paths. 2016-01-06 05:22:06 +00:00
pgoyette
80b24f323f Add a BUGS section... 2016-01-06 01:54:53 +00:00