Commit Graph

219217 Commits

Author SHA1 Message Date
msaitoh
aad6e39e2f regen 2013-06-02 09:13:27 +00:00
msaitoh
b20e6dbf2e Intel I217 PHY 2013-06-02 09:13:07 +00:00
mrg
aa45ee5030 updates for xf86 1.3.4, xf86-video-mga 1.6.2, xf86-video-neomagic 1.2.7
and xf86-video-r128 6.9.1.
2013-06-02 08:57:17 +00:00
mrg
adb1d1aba2 update for xf86-video-glint 1.2.8 2013-06-02 07:41:35 +00:00
christos
947a14b9f0 add missing source path 2013-06-02 03:13:41 +00:00
rmind
bdfcfdcad8 - NPF connection tracking: rework synchronisation on tracking disable/enable
points and document it.  Split the worker thread into a separate module
  with an interface, so it could be re-used for other tasks.
- Replace ALG list with arrays and thus hit fewer cache lines.
- Misc bug fixes.
2013-06-02 02:20:04 +00:00
mrg
8449f87118 update for openchrome 0.3.3. 2013-06-01 21:21:36 +00:00
pooka
b043cb36bc check for EOF from backing sucket 2013-06-01 20:22:27 +00:00
pooka
98a1d881d2 Some minor tweaks to make this compile on Solaris. 2013-06-01 11:46:14 +00:00
pooka
3731822a1d Assert that we get PRU_ATTACH requests only for the families we
have registered.
2013-06-01 11:44:37 +00:00
pooka
f0037a8c6d default portalgo to random_start, for less connections from port 65535 2013-06-01 11:02:42 +00:00
pooka
83023c7fae Give portalgo a compile-time override; for cases where the default default
doesn't make enough sense to even consider it (a lot of outgoing connections
from rump kernels with local port 65535).
2013-06-01 11:01:48 +00:00
pooka
ff8987496b cosmetic: put portalgo.c in the conceptually right place 2013-06-01 10:54:24 +00:00
mrg
a81fe56441 bump libpciaccess minor. 2013-06-01 10:54:02 +00:00
mbalmer
505154a96f Reflect the minor version bump of libpciaccess.so.0. 2013-06-01 10:52:38 +00:00
stacktic
3df1f0e301 Add IPv6 support 2013-06-01 10:10:57 +00:00
stacktic
79e963ee99 Translate function parameters between the hypervisor and rump kernel 2013-06-01 10:09:05 +00:00
stacktic
6e6b2fc7a4 regen 2013-06-01 09:50:32 +00:00
stacktic
9a5521f4ff Grab more network-related macros 2013-06-01 09:49:37 +00:00
mrg
2db442aae2 bump libpciaccess minor for the 2 new apis. 2013-06-01 09:08:01 +00:00
mrg
b9c4a40bac add a specific note about an xdm.man failure mode 2013-06-01 08:25:17 +00:00
mrg
d3d664fa1a define HAVE__XEATDATAWORDS. 2013-06-01 07:53:11 +00:00
mrg
7e896eef17 oops, semantics, not symbols, subdir was removed. 2013-05-31 23:50:51 +00:00
mrg
39b807c226 find the renamed app-defaults file 2013-05-31 23:50:35 +00:00
mrg
431428cb90 define PACKAGE_STRING and PACKAGE_VERSION. 2013-05-31 23:43:05 +00:00
mrg
30959064f7 find the moved manual 2013-05-31 23:42:48 +00:00
mrg
9ff25dcea7 updates for xkeyboard-config 2.9 2013-05-31 23:34:31 +00:00
mrg
1b489b28e7 catch up with xkeyboard-config 2.9:
- remove keymap/ and semantics/ entirely.
- remove default keypad and norepeat from compat/
- add keycodes/olpc
- remove symbols/ad, add symbols/md
- remove symbols/sun_vndr/tuv
2013-05-31 23:28:25 +00:00
mrg
59f7ba7346 udpate for xdm 1.1.11:
- moved manuals
- moved sources
- renamed defines
- new sources
2013-05-31 22:49:15 +00:00
mrg
fd3edae8ec add new version.c for xterm 293. 2013-05-31 21:40:29 +00:00
msaitoh
72571d1b0a - Revert rev. 1.250. I really misunderstood. Add some comments.
- Set DMA watermark depend on the PCI max payload size.
2013-05-31 17:48:12 +00:00
msaitoh
66c65a0d58 Remove unused macros. 2013-05-31 17:15:19 +00:00
pooka
394c73a3c4 minor terminology and generality fixes
"no functional change"
2013-05-31 16:25:24 +00:00
pooka
5b7912d506 run shutdownhooks 2013-05-31 16:16:40 +00:00
tsutsui
9731120678 The 'vesa' command can take 'list' flag so mention it in an error message. 2013-05-31 15:11:07 +00:00
gson
321ad68594 Don't rely on "kill -0" to check whether a background shell command
has exited; it does not work reliably because the process may still
exist as a zombie.  OK mlelstv.
2013-05-31 14:40:48 +00:00
mrg
ed2038fadf update the libxcb generated files from libxcb 1.9 2013-05-31 10:56:16 +00:00
mrg
80fb2cd92f add a note about xsrc updates. 2013-05-31 10:39:02 +00:00
mrg
d00244159c define HAVE__XEATDATAWORDS. 2013-05-31 09:33:17 +00:00
mrg
c07d01a3b1 define HAVE_MKSTEMP and HAVE_LRINT for bitmap.
define PACKAGE_STRING/VERSION correctly for xrandr, xsetroot and xstdcmap.
define ICONV_CONST for xwininfo.
install new xcb-proto files.
build new Xrandr sources.
bump version on libxcb and libXrandr.
2013-05-31 09:14:18 +00:00
mrg
333eafa290 update for libxcb and libXrandr updates 2013-05-31 09:10:49 +00:00
mrg
2cd0c0938b icetrans.c has a const/char * issue as well; avoid it for now. 2013-05-31 08:18:41 +00:00
mrg
211a35742c find moved manual and app-defaults files. 2013-05-31 08:01:59 +00:00
mrg
fd9c59ec0e find manuals in new locations 2013-05-31 07:22:21 +00:00
mrg
d4ca5095b0 find newly named and relocated app defaults. 2013-05-31 06:50:45 +00:00
mrg
f8cebe2a9e add LIBX11_XCB; unfortunately since the library is named with a -
in it, we have to use an ugly hard coded assignment for now.
(could be cleaned up with more make variable magic i'm sure.)
2013-05-31 06:48:43 +00:00
mrg
1ecae96708 convert to generated config.h. add libX11-xcb. 2013-05-31 06:47:31 +00:00
mrg
7580303a9f this needs xrandr now. 2013-05-31 06:47:07 +00:00
mrg
e484af049b find the new manual location. 2013-05-31 06:46:55 +00:00
mrg
7d3af8c6a2 find manuals moved into man/ subdirs. 2013-05-31 06:24:05 +00:00