Commit Graph

15734 Commits

Author SHA1 Message Date
christos
e7090289a4 Add and document MKRELRO and set x86 to partial by default. 2016-06-14 13:26:45 +00:00
abhinav
e8a11ad40c Remove crash.8 for hp300 as there is already a man page for crash(8).
Discussed on port-hp300: http://mail-index.netbsd.org/port-hp300/2016/06/07/msg000106.html
2016-06-12 18:42:28 +00:00
abhinav
59be07b107 Fix typo in the date.
While there, remove .Pp from inside of the list (mandoc -Tlint warns about it).
2016-06-11 15:17:34 +00:00
mrg
1d82783598 switch sparc to GCC 5.4 and powerpc to GDB 7.10 2016-06-10 08:59:26 +00:00
wiz
9ae48dd6c7 New sentence, new line. Remove Pp before section header. 2016-06-10 08:05:13 +00:00
mrg
97765f71bb re-enable MKCOMPAT for arm eabi platforms, as it now works again. 2016-06-10 05:45:27 +00:00
mrg
91fd2cfd0c switch all arm (vs just evbarm) to GDB 7.10. 2016-06-10 05:35:33 +00:00
mrg
73c1f479da switch to using xorg-server.old for everyone. 2016-06-10 05:31:24 +00:00
mrg
1fcfc09354 define XORG_SERVER_SUBDIR to either xorg-server or xorg-server.old. 2016-06-10 03:36:55 +00:00
mrg
174d6dd4ed switch powerpc64 to GCC 5. 2016-06-10 00:17:48 +00:00
abhinav
c5249ab59d Fix typo: degress -> degrees. 2016-06-09 22:05:38 +00:00
abhinav
7899693cdb Since sun{2,3} don't have any working X server, don't use .Xr to refer X(1)
Discussed on port-sparc@: http://mail-index.netbsd.org/port-sparc/2016/06/07/msg002002.html
Ok from wiz@
2016-06-09 15:09:07 +00:00
abhinav
da3ed14278 There is no X(1) man page, change the references to Xorg(1).
Discussed on port-sparc@: http://mail-index.netbsd.org/port-sparc/2016/06/07/msg002002.html
Ok from wiz@
2016-06-09 15:00:26 +00:00
kre
825bc3dd10 PR kern/32830 (from 10 years ago, pre NetBSD 4...)
Reference correct include files needed for the ioctl calls mentioned.
2016-06-09 14:52:48 +00:00
mrg
12a5427819 allow earm* platforms to *try* to enable MKCOMPAT=yes, since it only
is a build failure, not an entirely unavailable feature.
2016-06-09 00:20:53 +00:00
mrg
aad330ff83 switch all arm platforms to GCC 5, not just evbarm. 2016-06-08 19:28:47 +00:00
kre
bec341703a Correct misspellings in a few Thai airport names 2016-06-08 04:25:31 +00:00
mbalmer
f0fdbbaf16 BER is not an operational airport 2016-06-07 19:42:47 +00:00
abhinav
53d9866453 statfs(2) was removed, don't reference it using .Xr 2016-06-06 15:02:32 +00:00
wiz
0f2ead35e0 New sentence, new line. 2016-06-02 08:11:23 +00:00
pgoyette
c32a3dbc3e Add 3Com 3CRWE777A (and, belatedly, 3CRWE737A) to the supported devices.
From PR kern/39590
2016-06-01 23:40:05 +00:00
wiz
5134dfcc1b Use .An -nosplit. 2016-06-01 08:17:47 +00:00
wiz
cb66fd23d0 Fix typo. Use .An -nosplit. 2016-06-01 08:17:33 +00:00
wiz
9826c2c2e8 Use Mt for email addresses. 2016-06-01 08:17:12 +00:00
wiz
8286e5456b Use .An -nosplit. 2016-06-01 08:14:16 +00:00
wiz
52628e1d11 Sort SEE ALSO, use Mt for email addresses. 2016-06-01 08:13:23 +00:00
pgoyette
629fb2d91c Use fixed number of entries in each row of a table. From PR misc/49516 2016-06-01 02:15:26 +00:00
pgoyette
d06f29fd8a Fix spello. From PR misc/49516 2016-06-01 02:06:54 +00:00
pgoyette
bda3fddb04 Use .An for authors. From PR misc/49516 2016-06-01 01:57:31 +00:00
pgoyette
46febbd0a3 Use .An for author names. From PR misc/49516 2016-06-01 01:55:18 +00:00
pgoyette
4e8c87ac14 Move the .Pp to after the .El
from PR misc/49516
2016-06-01 01:52:19 +00:00
pgoyette
04f47cbf20 Use .An for author names. From PR misc/49516 2016-06-01 01:44:22 +00:00
pgoyette
39c5f080e9 Remove trailing space. From PR misc/49516 2016-06-01 01:41:27 +00:00
pgoyette
66e444fcd7 Use .An markup for author names. From PR misc/49516 2016-06-01 01:39:52 +00:00
pgoyette
a1ec041c65 Remove trailing space. From PR misc/49516 2016-06-01 01:34:43 +00:00
pgoyette
f90b22ef19 Fix formatting. From PR misc/49516 2016-06-01 01:33:10 +00:00
pgoyette
9d6294cd4c Fix AT&T version reference. From PR misc/49519 2016-06-01 01:31:11 +00:00
jnemeth
750eb2d593 PR/51205 - Nikolai Lifanov -- add EAPOL, PEAP, and RSN 2016-05-31 23:15:05 +00:00
wiz
e52839f4c3 Remove trailing whitespace. 2016-05-31 08:24:43 +00:00
pgoyette
7554718da8 Correct list of operations to note that SLISTs and SIMPLEQs cannot insert
entries before existing entries.  This can only be done for LISTs and
TAILQs.

Fixes PR kern/50845
2016-05-31 06:00:38 +00:00
pgoyette
7bdbb58b22 Add a new kern.messages sysctl to allow kernel message verbosity to be
altered after boot.

Fixes PR kern/46539 using patch submitted by Nat Sloss.
2016-05-31 05:44:19 +00:00
nakayama
d454cfbd16 Add missing transform for xpresent.pc. 2016-05-29 03:02:07 +00:00
wiz
9376295307 Punctuation nit. 2016-05-25 20:47:57 +00:00
christos
3b5bb479be Document security.pax.mprotect.ptrace 2016-05-25 19:52:32 +00:00
salazar
fb99257dd1 fix spelling mistakes 2016-05-23 11:41:06 +00:00
christos
2bd2f7a2de Mention MPROTECT issues 2016-05-21 21:07:43 +00:00
christos
28b1bdeb54 switch evbarm to gdb-7.10.1 2016-05-21 19:56:52 +00:00
christos
ab6e20171f Switch evbarm to gcc-5.3 and turn on PIE. 2016-05-21 18:34:52 +00:00
christos
4f7caacd6a i386 is PIE now since I am turning PaX ASLR/MPROTECT on. 2016-05-20 01:36:16 +00:00
christos
c06cfbd050 Turn on PIE for sparc64 so we can use ASLR effectively. 2016-05-19 15:38:13 +00:00