Commit Graph

6380 Commits

Author SHA1 Message Date
christos
2839ad01b7 XXX: This driver still needs XFree86LOADER defined to expose intelModuleData. 2016-09-19 19:15:04 +00:00
christos
9acd45d4f4 provide a NO_AUTH option to strip auth for boot media; saves around 40K. 2016-09-18 15:37:23 +00:00
christos
f4001fd30b XXX: manually add uniform_int_dist.h because everyone else has it and
it breaks the build!
2016-09-18 02:03:16 +00:00
christos
d120f5b7a3 undo the attempt to figure out mult clobbering; breaks compilation; revert
to the fsf version
2016-09-17 00:55:40 +00:00
christos
f47e9f5683 turn off split wide types to avoid gcc bug. Arguably this should be fixed
in m68k.md, but I will leave this to someone more qualified.
2016-09-16 20:31:00 +00:00
christos
7f119c296e put the clobber after the instruction. 2016-09-16 20:30:14 +00:00
pgoyette
06402e0a42 Move kern_ctf.c into the dtrace_fbt module (the only place it is used)
rather than including in kernels with KDTRACE_HOOKS defined.  Update
the dtrace_fbt module to depend on the zlib module.

Bump kernel version to avoid module mismatch.

Welcome to 7.99.38 !
2016-09-16 03:10:45 +00:00
mbalmer
eeff2bf6a8 Remove a typo, %i is not conversion specification. 2016-09-10 09:31:24 +00:00
mbalmer
1c38c58ca4 Define LUA_STRFTIMEOPTIONS so that the conversion specifications of the Lua
os.date() function match the conversion specifications of the underlying
strftime() function.
2016-09-10 09:29:13 +00:00
salazar
b6231d31d5 fix code style issue 2016-09-08 21:19:44 +00:00
salazar
45e7e42b1d fix kernel Lua code style issues 2016-09-08 20:57:20 +00:00
salazar
da64b47369 fix bug 3 (for Lua.5.3.3) reported on www.lua.org/bugs.html 2016-09-08 02:57:32 +00:00
salazar
36b38267b2 fix bug 2 (for Lua.5.3.3) reported on www.lua.org/bugs.html 2016-09-08 02:55:50 +00:00
salazar
03a5d4850a fix bug 1 reported on www.lua.org/bugs.html 2016-09-08 02:53:39 +00:00
salazar
10422b434c fix misplaced kernel Lua ifndef 2016-09-08 02:51:53 +00:00
salazar
c7f896d7b5 merge Lua 5.3.3 2016-09-08 02:21:31 +00:00
christos
8514813e35 more errors for text relocations 2016-09-05 14:25:33 +00:00
christos
118ae671e7 sync error with x86_64. 2016-09-05 09:17:35 +00:00
martin
2aa3eb8e7d HAVE_GCC may not be set at all 2016-09-05 06:30:40 +00:00
joerg
7871f8fcbc Update LLVM and Clang to 3.8.1+ r280599. The most relevant changes for
NetBSD are driver logic for PIE linkage and a number of SPARC fixes.
2016-09-03 23:22:38 +00:00
joerg
e2a06b5df1 Import Clang 3.8.1+ r280599. 2016-09-03 23:11:41 +00:00
joerg
6a611ff2ed Import LLVM 3.8.1+ r280599. 2016-09-03 21:50:19 +00:00
christos
6f1abd5174 gcc generates incorrect jump tables with -fPIE 2016-09-03 15:47:54 +00:00
jakllsch
cf7e416543 More clang -Wno-error= 2016-09-02 11:38:01 +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
jakllsch
42028367fb sprinkle __attribute__((__format__(printf.. 2016-09-01 16:30:11 +00:00
christos
574b6d56eb new example file 2016-08-31 17:27:37 +00:00
christos
a0b0e269b3 no stack protector for evbarm 2016-08-31 14:29:13 +00:00
christos
f26e8bc9c3 merge conflicts 2016-08-31 09:33:20 +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
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
mrg
077971b469 apply some more -Wno-error=discarded-qualifiers 2016-08-30 04:04:07 +00:00
dholland
0ca1e3e00e Be more careful/explicit with FP rounding when converting floating time
to timeval. Also, don't truncate the seconds part to int for y2038.

I've had this patch sitting around since 2010 and I completely forget
what motivated it.
2016-08-27 18:48:30 +00:00
macallan
7bfa48917f pass -DAVOID_VGAHW on shark 2016-08-27 03:58:13 +00:00
dholland
9b9748abd1 PR 51446 Brad Harder: fix synopsis for :tagprev 2016-08-27 03:34:28 +00:00
dholland
720d49add0 Restore the first line of the copyright header, which accidentally got
zapped in -r1.2.
2016-08-27 03:30:48 +00:00
dholland
600a26a25d Fix previous. (Sigh.) PR 51389 again. 2016-08-26 23:55:04 +00:00
christos
1eb0ac3f07 regen for alpha and sh now that they have fenv.h 2016-08-26 17:28:54 +00:00
christos
6b98bddc8a the heuristic for the cpu dependent file atomicity.h is unusable for little
endian sh. For big-endian it happens to work because host_cpu!=sh. Elide it
2016-08-26 17:28:32 +00:00
christos
388d69f323 XXX stop gap fix for atomicity.
U __gnu_cxx::__atomic_add(int volatile*, int)
U __gnu_cxx::__exchange_and_add(int volatile*, int)
2016-08-25 13:17:09 +00:00
christos
f53b92e8bd fix sun2; no need for worker_cb.c 2016-08-25 07:13:39 +00:00
christos
dbb497205a FIx non update build (Julian Coleman) 2016-08-23 15:04:29 +00:00
martin
68da8ce34e Visit "etc" so our rc.d file gets installed. 2016-08-22 09:38:50 +00:00
mrg
34cc6e2c48 now sunffb builds, build it for xorg-server 1.18 2016-08-22 08:58:57 +00:00
mrg
115f85cd84 ffb_dga.c has const issues as well 2016-08-22 08:39:20 +00:00
mrg
9237538bc5 build 'hw' (the actual servers) after everything else. should fix
a build issue reported by Dave Tyson.
2016-08-21 20:51:04 +00:00