Commit Graph

5418 Commits

Author SHA1 Message Date
roy 9a309d287d Sync 2015-09-04 12:25:01 +00:00
youri 2a20aa63de CTWM is an extension to twm, that support multiple virtual screens,
and a lot of other goodies.

You can use and manage up to 32 virtual screens called workspaces.
You swap from one workspace to another by clicking on a button in an
optional panel of buttons (the workspace manager) or by invoking a function.

You can custom each workspace by choosing different colors, names
and pixmaps for the buttons and background root windows.

Main features are:
- Optional 3D window titles and border (ala Motif).
- Shaped, colored icons.
- Multiple icons for clients based on the icon name.
- Windows can belong to several workspaces.
- A map of your workspaces to move quickly windows between
  different workspaces.
  - Animations: icons, root backgrounds and buttons can be animated.
  - Pinnable and sticky menus.
  - etc...

See http://web.zephyrite.net/NetBSD/wm/index.html
ok mrg.
2015-09-03 22:24:02 +00:00
christos 949b98fd7b Changes for 9.10.2-P4:
4170.  [security]      An incorrect boundary check in the OPENPGPKEY
                       rdatatype could trigger an assertion failure.
                       (CVE-2015-5986) [RT #40286]

4168.  [security]      A buffer accounting error could trigger an
                       assertion failure when parsing certain malformed
                       DNSSEC keys. (CVE-2015-5722) [RT #40212]
2015-09-03 07:33:34 +00:00
christos cf002b08b1 Import bind 9.10.2-P4 2015-09-03 07:21:32 +00:00
joerg b5b69f0009 Simplify. 2015-08-28 13:04:48 +00:00
joerg 550539830b Fix check for non-positive timestamps. 2015-08-28 11:38:57 +00:00
joerg 503be5a657 Simplify to avoid negation-only-applies-to-LHS warning. 2015-08-28 11:20:55 +00:00
nonaka 5e4eaa25ce Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network
devices.  Ported from OpenBSD.
2015-08-27 14:04:07 +00:00
christos 34bf41c699 fix bogus gcc unitialized warning 2015-08-22 05:45:57 +00:00
roy 33ca8eec34 Remove unused variable. 2015-08-21 13:24:47 +00:00
roy cbf135c5b2 10-mtu is no longer used 2015-08-21 10:44:43 +00:00
roy d5314d23aa Sync 2015-08-21 10:39:00 +00:00
tron 93fded9a74 Fix build with "USE_SSP=yes". 2015-08-21 08:19:28 +00:00
christos ed5ec7e8c7 use snprintf and cast to long. 2015-08-20 17:25:50 +00:00
joerg b04b4ec44f Update set list and build glue for libc++ r245539. 2015-08-20 10:06:20 +00:00
joerg ae5250f8b0 Rerun the import of r245547. 2015-08-20 09:49:32 +00:00
joerg 76ae7f3939 Import libc++ r245547. Various bugfixes, improvements to the C++14
support and some experimental features from the library standard track.
2015-08-20 09:31:47 +00:00
christos 9287d529e5 handle acpica 20150717 2015-08-18 10:38:31 +00:00
christos 82dfa05dde regen 2015-08-18 08:43:55 +00:00
christos 9ca90fdc92 finish all the regen 2015-08-17 17:28:33 +00:00
christos 871cc9aea1 regen sh3* 2015-08-17 13:26:04 +00:00
christos 0e872dfe70 regen coldfire 2015-08-17 13:17:44 +00:00
christos 311ef48816 forgot one earmv4 files 2015-08-17 13:10:38 +00:00
christos 3954c00438 regen hppa and mipseb 2015-08-17 13:09:41 +00:00
christos 97d737391f regen some arm, mips, ppc, 2015-08-17 12:48:16 +00:00
christos 329412d82a fix mips 2015-08-17 12:45:06 +00:00
christos 1d01486282 regen vax 2015-08-17 10:17:25 +00:00
christos 4ee3234649 regen m68000 2015-08-17 10:11:30 +00:00
christos c6bb8cabfc regen sparc64 2015-08-17 10:07:00 +00:00
christos 094a12b336 fix sparc64 2015-08-17 10:06:50 +00:00
christos 4d5524276d regen alpha, earmv4 2015-08-17 09:57:59 +00:00
christos 18982316aa fix alpha 2015-08-17 09:57:31 +00:00
christos 3221174a81 regen m68k 2015-08-17 09:06:49 +00:00
christos 1b2e4fb002 fix m68k 2015-08-17 09:06:29 +00:00
christos 3a1916735f regen sparc 2015-08-17 08:53:56 +00:00
christos 450cf8f634 fix sparc 2015-08-17 08:53:33 +00:00
christos d708e326ad regen i386 2015-08-17 08:30:33 +00:00
christos 983172ca33 don't hard code the path. 2015-08-17 07:32:51 +00:00
christos a70d8c7e9c gdb 7 -> gdb.old 2015-08-17 07:30:39 +00:00
macallan 710e19a438 add ffb_accel_common.c 2015-08-16 17:48:24 +00:00
christos 9d1da10b43 merge conflicts 2015-08-16 09:52:55 +00:00
christos 57d153c7c7 fix glue for gdb-7.9.1 2015-08-16 09:51:58 +00:00
christos d0e1037b7b handle gdb-7.9.1 2015-08-16 09:14:53 +00:00
mrg 4a7a9971a5 add a bunch of missing CLEANDIRFILES, since the implicit rules they
come from are not entirely simple to generate.

remove old DIST= setting that was wrong.

this subdir builds again for me now.
2015-08-15 21:11:37 +00:00
mrg 0249ef23ac this is gdb.old, not gdb.
XXX: put this in bsd.own.mk?
2015-08-15 20:57:37 +00:00
mrg 67a23d995b re-run mknative binutils for powerpc. 2015-08-15 19:54:02 +00:00
christos 968cf8f21f import new gdb 2015-08-15 10:24:36 +00:00
christos 837edd6b4e import new gdb 2015-08-15 10:18:10 +00:00
christos b23b258258 import new gdb 2015-08-15 09:56:15 +00:00
christos 9d2109275e import new gdb 2015-08-15 09:46:14 +00:00