Commit Graph

243046 Commits

Author SHA1 Message Date
christos
b7b34325a9 Rename 'a' to set the active PMBR flag to 'A' 2016-06-09 19:04:43 +00:00
christos
9f35ea3fd2 Support ipfw and ipf from FreeBSD 2016-06-09 18:59:31 +00:00
kre
c2246a3f2c Make "gpt show" add an "(active)" annotation to the PMBR output line
when it has been marked active for legacy (non UEFI) booting.
This was (kind of obviously) intended by the previous commit, but...
2016-06-09 17:43:36 +00:00
kre
89194609b9 Fix rendering of biosboot command synopsis. 2016-06-09 16:48:14 +00:00
christos
3017a7a39f PR/51230: Add the ability to set the active flag in the PMBR. 2016-06-09 15:12:54 +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
christos
32f250035b Fix syscall argument passing from Ryn Okuyama (with minor changes; hope I did
not make it worse :-)
2016-06-09 14:37:06 +00:00
christos
b95d940b2e Disable glibc workaround for non linux. Rin Okuyama 2016-06-09 14:30:57 +00:00
abhinav
f7b948b9bc Fix typo: processess -> processes 2016-06-09 09:01:21 +00:00
mrg
a884da9efe add netbsd padding to 'struct addrinfo' copy.
eeew, this is really horrible
2016-06-09 07:38:45 +00:00
mrg
64bc63915b mknative-gcc for sparc64 and GCC 5.4 (and a bit of missed vax, too) 2016-06-09 07:37:49 +00:00
mrg
ed02bbe8b6 mknative-gcc for vax and GCC 5.4. 2016-06-09 07:13:10 +00:00
mrg
4eeb3be5f4 apply -O1 more liberally for vax. fixes build. 2016-06-09 07:11:08 +00:00
martin
bf1e20e370 Sync register number for curlwp with the kernel 2016-06-09 05:43:51 +00:00
pgoyette
60f8fe8ba2 Update sets lists for new ipl (aka ipfilter) module. 2016-06-09 04:46:08 +00:00
pgoyette
bc957b588e New module for ipl (aka ipfilter). 2016-06-09 04:44:18 +00:00
pgoyette
006c1e2f69 Enable building of ipfilter code as a separately-loaded module. 2016-06-09 04:43:46 +00:00
mrg
daaf4abadd regen (minor version updates) 2016-06-09 04:42:50 +00:00
christos
0390a67c3a Mark phone so we rebuild every time. 2016-06-09 04:26:07 +00:00
christos
1fa5958a6b Don't run .BEGIN if we are cleaning or making obj. 2016-06-09 04:07:46 +00:00
christos
b3a11f7281 Avoid most of the .CURDIR hackery by letting make locate the files. 2016-06-09 03:44:01 +00:00
christos
99df855597 return something 2016-06-09 03:05:54 +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
8ee72997ca make sure the build dist files are build before we try to use them. 2016-06-09 00:19:31 +00:00
christos
b035b9b913 fix variable name 2016-06-09 00:17:45 +00:00
christos
3aa7fc217c ignore EACCES 2016-06-08 23:55:24 +00:00
mrg
caa116f352 sort. 2016-06-08 22:32:01 +00:00
pgoyette
69fb7f4714 Revert previous (rev. 1.98). It breaks at least one user's card.
PR kern/44433
2016-06-08 22:25:35 +00:00
mrg
0fd293a610 don't give NetBSD.dist.tmp any inputs, as then it won't rebuild ever
unless they change, and we want to rebuild based upon what inputs are
present, not when they were last touched.

this fixes update builds that switch options that change the dirlist
like MKX11 or MKCOMPAT, restoring a portion of rev 1.14.

note that some opertions like turning off MKX11=yes will also require
a fresh DESTDIR, in addition to this fix.  there may be more issues
remaining, but i am now able to enable MKX11=yes successfully without
any other change.
2016-06-08 22:12:42 +00:00
christos
2964f15a7a Grr, gcc-5.4 creates DW_AT_typedef without DW_AT_type for HARD_REG_SET!
<1><c26b>: Abbrev Number: 4 (DW_TAG_typedef)
    <c26c>   DW_AT_name        : (indirect string, offset: 0x16e30): HARD_REG_ELT_TYPE
    <c270>   DW_AT_decl_file   : 57
    <c271>   DW_AT_decl_line   : 43
    <c272>   DW_AT_type        : <0x70>
 <1><c276>: Abbrev Number: 102 (DW_TAG_typedef)
    <c277>   DW_AT_name        : (indirect string, offset: 0x2f954): HARD_REG_SET
    <c27b>   DW_AT_decl_file   : 57
    <c27c>   DW_AT_decl_line   : 54
2016-06-08 21:32:27 +00:00
mrg
aad330ff83 switch all arm platforms to GCC 5, not just evbarm. 2016-06-08 19:28:47 +00:00
wiz
d0ca0b92be Fix typo. From Kurt Jaeger via Brooks Davis and FreeBSD. 2016-06-08 15:00:04 +00:00
wiz
37d2826276 .Fx should only have version numbers as argument. 2016-06-08 12:48:37 +00:00
pgoyette
99fcb2580c Re-sort 2016-06-08 08:34:43 +00:00
wiz
39cb8ece36 Bump date for previous. 2016-06-08 07:53:15 +00:00
kamil
9177c97b03 Sync STANDARDS of iconv(3) with current reality
GNU libiconv is no longer incompatible with POSIX since 2007.

Solaris 11 moved to POSIX.
Illumos moved to POSIX http://illumos.org/man/3c/iconv

New software is aligned to POSIX not to the old mistake in the standard.
2016-06-08 07:31:45 +00:00
kre
bec341703a Correct misspellings in a few Thai airport names 2016-06-08 04:25:31 +00:00
christos
3e135a8eaf delete generated file 2016-06-08 02:58:19 +00:00
christos
968036b8b9 more -Wno-stack-protector 2016-06-08 02:27:31 +00:00
christos
da3d868a6d elide stack protector warning 2016-06-08 02:00:40 +00:00
jnemeth
d9c5d3073b Feeding uninitialised garbage to the hypervisor is likely to be a bad idea. 2016-06-08 01:59:06 +00:00
christos
aa2f2c4cdd stack protector 2016-06-08 01:41:43 +00:00
christos
b011f946a6 fix variable length stack allocation from upstream 2016-06-08 01:33:08 +00:00
christos
56eb3ad46e Port to linux 2016-06-08 01:19:05 +00:00
christos
7a9cbcee88 port to linux 2016-06-08 01:17:54 +00:00
christos
a8c503e1c4 Port to linux 2016-06-08 01:16:35 +00:00
christos
3af7e55f48 compile on linux 2016-06-08 01:15:26 +00:00
christos
32c5e1062b portability macros. 2016-06-08 01:13:14 +00:00