Commit Graph

244787 Commits

Author SHA1 Message Date
dholland
ab2acfdda8 storage class first, *then* __dead 2016-09-03 06:00:32 +00:00
dholland
eb640195f5 simplify __dead usage 2016-09-03 05:58:30 +00:00
dholland
0a533596ca __dead should come first; also remove more K&Risms. 2016-09-03 05:56:59 +00:00
dholland
e7afde8f0f simplify __dead usage 2016-09-03 05:50:06 +00:00
sevan
f237858c5d Remove K&R __P macros.
Remove main() function prototype if present.
Mark usage() as __dead if not already.
Binaries generated with & without these patches were compared with diff -r.
2016-09-03 02:24:04 +00:00
kre
0c18754f1b PR toolchain/51457 -- be more posix compat with sort usage, though it
(currently anyway) makes no difference on NetBSD.
2016-09-02 20:25:14 +00:00
jakllsch
6178df370f Source of pll_p_out5 is not div_pllp_out5 but div_pll_p_out5. 2016-09-02 19:06:58 +00:00
roy
c85195ff64 This comment no longer applies. 2016-09-02 15:57:54 +00:00
jakllsch
cf7e416543 More clang -Wno-error= 2016-09-02 11:38:01 +00:00
maxv
cdf0a25fcb Give the structure sizes. 2016-09-02 08:52:12 +00:00
maxv
ff0d226534 KNF, and give the structure sizes. 2016-09-02 08:28:06 +00:00
maxv
8b8b114283 Fix argument (does not compile anyway). 2016-09-02 07:51:05 +00:00
ozaki-r
ab06ed1240 Don't GC an NDP cache that is added just before GC
This fixes unstable test results of ndp_neighborgcthresh.
2016-09-02 07:15:14 +00:00
skrll
7c0631bd92 Add __RCDIS 2016-09-02 05:59:04 +00:00
kre
7ca5a8c97c PR toolchain/51457 -- use sort correctly 2016-09-02 05:38:44 +00:00
jakllsch
36e77d45ce More clang -Werror avoidance 2016-09-02 04:49:48 +00:00
jakllsch
0b4c497657 More clang -Werror avoidance 2016-09-02 04:27:13 +00:00
jakllsch
574279d13e Add -Wno-error=enum-conversion when building glamor with clang. 2016-09-02 03:58:59 +00:00
jakllsch
f1579d78fa sprinkle appropriate -Wno-error for clang 2016-09-02 03:49:55 +00:00
roy
5ffab45fad Split out sysctl_iflist into sysctl_iflist_if and sysctl_iflist_addr.
Setup a command and function pointer in one case statement
instead of having a seconary case statement within a loop.
This makes the code much easier to follow, and possibly to add more compat
in the future.

Don't panic when running an old binary without compat support.
2016-09-01 19:04:30 +00:00
jakllsch
42028367fb sprinkle __attribute__((__format__(printf.. 2016-09-01 16:30:11 +00:00
mbalmer
fc37f15ca1 fix typo 2016-09-01 13:23:44 +00:00
msaitoh
e3883702cf regen. 2016-09-01 10:21:49 +00:00
msaitoh
1279f6d1b4 Add some 1st gen Core PCI devices. Mainly taken from "Intel Core, Pentium
Desktop Processor Series: Datasheet, Vol. 2"
2016-09-01 10:20:26 +00:00
knakahara
4ba8ad0bcb gif(4)'s if_output() is already MP-safe. It should enable IFEF_OUTPUT_MPSAFE. 2016-09-01 06:50:09 +00:00
ozaki-r
43fe10b43b Apply psz/psref to remaining IFADDR_READER_FOREACH
Pointed out by ryo@
2016-09-01 04:27:00 +00:00
christos
10aee9c29f switch all arm to new binutils 2016-08-31 17:31:22 +00:00
christos
e8a65a705b update for new tmux example . 2016-08-31 17:28:58 +00:00
christos
574b6d56eb new example file 2016-08-31 17:27:37 +00:00
martin
d48a59cf7a Init the markers array to all 0 - pointed out by Mark Cave-Ayland. 2016-08-31 16:24:34 +00:00
martin
f4a9b09e6c Initialize the marker for the data segment, in case the caller passes not
fully initialized markers to loadfile().
Pointed out by Mark Cave-Ayland.
2016-08-31 16:22:37 +00:00
christos
a0b0e269b3 no stack protector for evbarm 2016-08-31 14:29:13 +00:00
maya
c31c23a665 Add failing test for casinh 2016-08-31 14:05:09 +00:00
christos
11a6b026db new tmux 2016-08-31 09:34:04 +00:00
christos
f26e8bc9c3 merge conflicts 2016-08-31 09:33:20 +00:00
ozaki-r
543e39c0d3 Make ipforward_rt and ip6_forward_rt percpu
Sharing one rtcache between CPUs is just a bad idea.

Reviewed by knakahara@
2016-08-31 09:14:47 +00:00
christos
ed4e6cd45a CHANGES FROM 2.1 to 2.2 10 April 2016
Incompatible Changes
====================

* The format strings which referenced time have been removed.  Instead:

  #{t:window_activity}

can be used.

* Support for TMPDIR has been removed.  Use TMUX_TMPDIR instead.
* UTF8 detection how happens automatically if the client supports it, hence
  the:

  mouse-utf8
  utf8

  options has been removed.
* The:

  mouse_utf8_flag

  format string has been removed.
* The -I option to show-messages has been removed.  See:

  #{t:start_time}

  format option instead.

Normal Changes
==============

* Panes are unzoomed with selectp -LRUD
* New formats added:

  #{scroll_position}
  #{socket_path}
  #{=10:...} -- limit to N characters (from the start)
  #{=-10:...} -- limit to N characters (from the end)
  #{t:...} -- used to format time-based formats
  #{b:...} -- used to ascertain basename from string
  #{d:...} -- used to ascertain dirname from string
  #{s:...} -- used to perform substitutions on a string

* Job output is run via the format system, so formats work again
* If display-time is set to 0, then the indicators wait for a key to be
  pressed.
* list-keys and list-commands can be run without starting the tmux server.
* kill-session learns -C to clear all alerts in all windows of the session.
* Support for hooks (internal for now), but hooks for the following have been
  implemented:

  alert-bell
  alert-silence
  alert-activity
  client-attached
  client-detached
  client-resized
  pane-died
  pane-exited

* RGB (24bit) colour support.  The 'Tc' flag must be set in the external TERM
  entry (using terminal-overrides or a custom terminfo entry).
2016-08-31 09:03:59 +00:00
njoly
9e2dacdbb1 Teach wait4 about WCONTINUED. 2016-08-31 08:12:44 +00:00
christos
d2f713bbd1 don't shortcut closing if the metadata is dirty (from the krb5 tree) 2016-08-31 06:23:51 +00:00
mrg
8e7f733949 move some flags from dix-config.h into X11FLAGS.DIX 2016-08-30 08:34:43 +00:00
mrg
063e048f8f look for present and damage includes.
define HAVE_STRCASECMP and HAVE_DIX_CONFIG_H.
2016-08-30 08:19:43 +00:00
mrg
1484890888 remove obsolete module build subdirs 2016-08-30 08:18:22 +00:00
dholland
3f2f51302c Use only "function" for the comparison functions, not both that and
"operator". Noted by riastradh.
2016-08-30 05:12:00 +00:00
mrg
077971b469 apply some more -Wno-error=discarded-qualifiers 2016-08-30 04:04:07 +00:00
uwe
2bd409d71f ___start is __dso_hidden, so use CALL_DATUM_LOCAL and drop the PIC
prologue from __start.
2016-08-29 21:27:03 +00:00
martin
fee8b601f9 Despite the 10 in the name, the OLO10 relocation targets a 13 bit field,
the offset (O) providing the additional data.
2016-08-29 16:00:10 +00:00
martin
a81f1c9b5e The target of the OLO10 relocation is the simd13 field of the instruction,
so use a 13 bit target mask.
Fixes PR kern/51436 (I broke this myself in rev 1.4)
2016-08-29 15:57:07 +00:00
ozaki-r
a3d385cde0 Fix initializing wrong queues
Pointed out by Mike Larkin.

PR kern/51448
2016-08-29 04:21:25 +00:00
dholland
c49cf2c657 Clarify the usage, so hopefully nobody else makes the set of wrong
assumptions I just did.
2016-08-29 03:50:05 +00:00
ozaki-r
60ae5732ab KNF; replace white spaces with hard tabs
No functional change.
2016-08-29 03:31:59 +00:00