Commit Graph

243046 Commits

Author SHA1 Message Date
christos
cdd21bd307 Quick+Dirty port to linux 2016-06-08 01:11:49 +00:00
christos
47f89c9b68 elide stack protector warning 2016-06-07 23:33:45 +00:00
christos
0668cef32e sprinke -Wno-stack-protector 2016-06-07 23:21:58 +00:00
mbalmer
f0fdbbaf16 BER is not an operational airport 2016-06-07 19:42:47 +00:00
mrg
6cec3626c7 add bits/uniform_int_dist.h for gcc=53 (*)
(*) gcc=53 now means gcc 5.4, and is hard to fix until we remove gcc=48
    support and can go to eg, gcc=5, gcc=6, etc.  the same applies for
    the HAVE_GCC variable in the build system.
2016-06-07 19:16:46 +00:00
mrg
bc64ec48e6 mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4. 2016-06-07 18:53:01 +00:00
christos
84692faf12 Add FreeBSD release notes (Kurt Lidl) 2016-06-07 17:31:02 +00:00
joerg
1dd9a1a1ce Explicitly provide a hidden attribute for the declaration of the end
symbol, since our GCC 4.8 forgets to emit it. This shows up most
prominently in rump on SPARC, where the linker set iteration would try
to continue across DSO borders.
2016-06-07 12:09:29 +00:00
joerg
6da05bfa8e Fun fact of the weak: a weak reference doesn't have visibility attached.
As such, reorganize the start/end references to use a weak reference
only, if we use it to remove size knowledge. Otherwise use weak
external declarations.
2016-06-07 12:07:35 +00:00
wiz
cd42b3989a Fix typo. Sort errors. 2016-06-07 11:20:45 +00:00
mrg
7e5bd89da2 set gcc 5.4 netbsd version to 2016-06-06 2016-06-07 08:12:13 +00:00
mrg
bf2dc96f03 merge GCC 5.4.0. (needs mknative, may not build yet.) 2016-06-07 06:14:16 +00:00
mrg
f30ff5883e import GCC 5.4.0 release. there's not a lot of new info though at
least these 135 (!) GCC PRs have been fixed by the update:

68730 69714 67550 70209 71254 70839 69737 70067 67355 67172 69239
65779 69546 70272 70421 65985 67339 67411 68309 68585 68679 68890
68949 69009 70139 70494 68162 69135 70306 68965 70297 70635 66786
69098 70347 69719 70526 70941 69400 69577 69447 65689 65886 65932
66655 68269 68789 69614 69648 69666 69764 69794 70044 70052 65726
68910 64289 68671 68835 69669 70329 71204 69355 67364 68049 68998
69323 69743 69995 69146 68651 67755 67484 68790 68907 69099 69496
69509 69516 70393 69222 69703 69939 70609 71004 71005 71036 71037
71038 68636 69013 69606 70115 70333 70430 60290 70356 69305 70024
67781 69414 69140 70510 60164 66635 67896 68106 68298 68449 68779
68921 68986 69037 69147 69194 69366 69399 69705 69917 69969 70613
71317 69268 70269 69032 65702 69219 69484 65996 66680 68283 69603
70350 67451 61397
2016-06-07 05:57:41 +00:00
christos
88297dee99 fix memory leak, simplify 2016-06-07 03:04:45 +00:00
pgoyette
61f88ab1e9 Update sets for new i2c_bitbang and bpf_filter modules. 2016-06-07 01:07:11 +00:00
pgoyette
532241d269 Create separate modules for i2c_bitbang and bpf_filter so these files
can be included in kernels which need them without also duplicating
them in other modules.  Removes the duplicate symbols I found which
prevented loading i2c and bpf modules after having fixed PR 45125.
2016-06-07 01:06:27 +00:00
sjg
e917da0d70 Extend the mtimes cache used by dir.c so it can be used by others.
We store both st_mtime and st_mode, since some callers care about the
later.

Reviewed by: christos
2016-06-07 00:40:00 +00:00
martin
5de48bab33 Build fix for big endian arm, from Rin Okuyama.
Still not working, but other details still under discussion.
2016-06-06 21:06:33 +00:00
christos
395941f2ce PR/51216: Instead of trying to open files in the current working
directory first for paths that don't contain "/", first try the
/dev paths to avoid confusion with files in the working directory
that happen to match disk names.
2016-06-06 17:50:19 +00:00
abhinav
241fae59df Convert reference to f77(1) from .Xr to .Ic as we don't have it any more.
Ok from wiz@
2016-06-06 16:32:19 +00:00
abhinav
179ece970c Fix .Xr references to troff(1), ok from wiz@ 2016-06-06 16:09:47 +00:00
abhinav
00ae54ede2 Remove reference to uucp(1) in SEE ALSO, as it is no more there.
Ok from wiz@
2016-06-06 15:09:33 +00:00
abhinav
53d9866453 statfs(2) was removed, don't reference it using .Xr 2016-06-06 15:02:32 +00:00
abhinav
c6072f2021 Fix reference to mtree(8) from mtree(1).
While there fix the .Dt, make the document title all caps.
Also, remove .Pp before .Bl.
Ok from wiz@
2016-06-06 14:45:15 +00:00
abhinav
3c254bc4ef We don't have f77(1) anymore, remove the reference from SEE ALSO.
While there, also add .An for AUTHORS section.
Ok from wiz@.
2016-06-06 14:25:12 +00:00
jakllsch
e8bac86f13 Correct MUSB2_REG_RXNAKLIMIT offset on Allwinner.
This register is actually the RXINTERVAL register...
2016-06-06 12:25:37 +00:00
wiz
9dae7015c3 gcc-5.4 out. 2016-06-06 10:52:09 +00:00
wiz
5d37c18716 Remove bsd_signal prototype from SYNOPSIS, we now have bsd_signal(3). 2016-06-06 08:28:18 +00:00
wiz
d5c0ec00bb Remove trailing whitespace. Fix Xr. Fix Dd argument. 2016-06-06 08:27:22 +00:00
wiz
c2280ba7ad Use Fn. Merge two EINVAL sections. 2016-06-06 08:27:05 +00:00
wiz
7ec21f98ea Whitespace and punctuation nits. 2016-06-06 08:22:52 +00:00
christos
5cbcac72ef Don't re-define standard types! 2016-06-05 20:09:00 +00:00
christos
86941a45f0 add glue for unimplemented platforms 2016-06-05 20:08:26 +00:00
christos
e6053aea0a comment out the ones we don't have 2016-06-05 19:17:23 +00:00
jakllsch
ecf413c5af Use MUSB2_REG_RXNAKLIMIT instead of MUSB2_REG_TXNAKLIMIT in the recieve path.
XXX MUSB2_REG_RXNAKLIMIT in awin_otgreg.h is probably wrong.
2016-06-05 18:46:03 +00:00
christos
5604b0c3c9 get rid of gets 2016-06-05 18:39:02 +00:00
dholland
f6685469c0 Fix CSRG-era typo: typedef, not typdef. Spotted by Piotr Stefaniak. 2016-06-05 18:35:32 +00:00
christos
44146b8176 get rid of gets 2016-06-05 17:44:40 +00:00
christos
54c1785cef get rid of gets/tgets 2016-06-05 17:43:02 +00:00
christos
0e43cebbd8 use gets_s 2016-06-05 17:37:36 +00:00
christos
8315929203 remove dup 2016-06-05 17:33:49 +00:00
christos
0fcae51b14 Add bsd_signal (GSoC 2016 Charles Cui) 2016-06-05 17:17:35 +00:00
christos
78cbc4ca75 Document bsd_signal (From GSoC 2016 by Charles Cui) 2016-06-05 17:16:44 +00:00
christos
543c8f279f Don't play type games with size_t for NetBSD. It is either 32 bits for ILP32
or 64 bits for LP64.
2016-06-05 16:43:10 +00:00
christos
21e1e8aa49 Sync mdoc page with the one provided from upstream. 2016-06-05 16:24:34 +00:00
christos
aab1a996f7 dedup 2016-06-05 15:05:49 +00:00
mlelstv
eafa082213 use correct comparison of serial numbers 2016-06-05 15:04:31 +00:00
maxv
7759a958ba Don't use a magic value. Define a limit, and enforce it. 2016-06-05 14:13:57 +00:00
maxv
009f20c47c The bootinfo is refreshed each time the bootloader tries to execute a
kernel, so there's no point in using this global variable. Because of
this variable, only one "boot" command can be issued in the prompt, and
you have to reboot the machine if you mistyped the kernel name.
2016-06-05 14:06:31 +00:00
mlelstv
35a1d99d03 Don't resume throttled CCBs when connection is terminating, except for
those being actively waited for. Stop unthrottling when reaching MaxCmdSN
again.
2016-06-05 14:00:12 +00:00