Commit Graph
53743 Commits
Author SHA1 Message Date
François Revol a24ca25e68 PPC: disable -Werror for now
At least for the Sam port there are still things to fix in U-Boot code,
and some #warnings as well.
2015-06-12 23:03:53 +02:00
Jérôme Duval 962d4f9cd8 openssl: security update
Fix for CVE-2015-1788
Fix for CVE-2015-1789
Fix for CVE-2015-1790
Fix for CVE-2015-1791
Fix for CVE-2015-1792
2015-06-12 22:09:52 +02:00
Gerasim Troeglazov c68a5c79b2 Updated NanoSVGTranslator for x86_gcc2 2015-06-12 22:28:05 +10:00
Axel Dörfler 9bc4bd3811 BLooperList: reset list contents after fork.
* No point in keeping those around; their threads are all gone.
2015-06-12 10:43:19 +02:00
Axel Dörfler 8a86ad7593 libbe: Fixed current_team() to work after a fork.
* This allows to start a valid looper in the forked child, for example.
2015-06-12 10:43:15 +02:00
Jessica Hamilton 0975f16f7c setarch: use a login shell; fixes #12066.
* This also updates /etc/profile to detect whether our
  parent process is a shell, and changes the banner
  message accordingly.
* Also, pipe errors to /dev/null, in case grep is not
  installed; this allows us to not require grep as a
  dependency, and let the banner message do the right
  thing.
2015-06-12 19:29:19 +12:00
Jérôme Duval ea54368ece tcp: remove extraneous parenthesis. 2015-06-11 15:52:23 +02:00
Gerasim Troeglazov d25e6414e4 Added Arduino IDE package for x86_gcc2 2015-06-11 23:41:00 +10:00
Jérôme Duval 944c00b892 Update cmake package for x86_64. 2015-06-11 10:55:50 +02:00
Automatic Committer 5ffe624b7b Update usb.ids from www.linux-usb.org 2015-06-11 05:20:28 +02:00
Automatic Committer db789c8113 Update pci.ids from pciids.sourceforge.net 2015-06-11 05:20:26 +02:00
Adrien Destugues 79985c3d86 Fix reversed logic in MSG_NOSIGNAL
This should work better. Thanks to Korli for spotting the issue.
2015-06-11 00:38:42 +02:00
Jérôme Duval e22a18e9f3 Add a feature for expat.
* Icon-O-Matic and Cortex are dependent on the feature.
* remove expat lib from the build and from the tree.
* expat package is added to regular builds.
2015-06-10 23:31:55 +02:00
Jérôme Duval 158ae5148d Updated readline package for x86_gcc2. 2015-06-10 22:19:23 +02:00
Jérôme Duval a81e294bb7 Updated expat packages for secondary arch x86 and x86_gcc2. 2015-06-10 20:51:40 +02:00
Jérôme Duval 590e370847 Updated freetype packages. 2015-06-10 20:37:50 +02:00
Augustin Cavalier 8a5c546d42 dstcheck: swap first and second buttons, change wording...
... from "Use this time" to "Keep this time", as the question is about
keeping the status quo, not changing to some different time.

As discussed with Humdinger in #haiku.
2015-06-10 12:37:02 -04:00
Augustin Cavalier 2da6584ad0 tcp: fix build breakage caused by hrev49265.
There's currently a debate on the ML as to whether this should
be '== 0' or '!= 0', though.
2015-06-10 12:34:04 -04:00
Adrien Destugues 4b2d018be4 Implement MSG_NOSIGNAL
* Part of latest POSIX specification, this prevents send() on a closed
socket to raise a SIGPIPE signal (but EPIPE is returned).
2015-06-10 17:39:53 +02:00
Jérôme Duval de4adb68a7 Updated dos2unix packages. 2015-06-10 13:56:20 +02:00
Jérôme Duval b5121ca754 Updated bash packages. 2015-06-10 13:00:11 +02:00
Jérôme Duval 001b3b06b1 Updated expat package for x86. 2015-06-10 11:39:46 +02:00
Jérôme Duval 1f56c11b79 gzip: use the outsourced packages.
* remove gzip Jamfile from the build and gzip sources from the tree.
2015-06-10 11:26:51 +02:00
Jérôme Duval 45287a58ff Added packages for gzip. 2015-06-10 10:47:06 +02:00
Jessica Hamilton a5bc477663 setarch: fix generation of new PATH environment variable.
* The insertion index didn't take into account the fact
  that some paths don't get added before the index is
  calculated. This resulted in the requested arch paths
  ending up in reverse if we were already in the
  requested arch environment.

Fixes #12125.
2015-06-10 14:16:08 +12:00
Janus ae59605d24 Icon-o-Matic: fix variables name 2
* thanks to stippi for pointing out the problem.
2015-06-09 18:55:46 +02:00
Janus c80329fa61 Icon-O-Matic: fix variables name 2015-06-09 18:08:32 +02:00
Janus 14f0e6d73d Icon-o-Matic: list views use system colors
* Fixes #10840.
* Properties view needs more work for dark themes
   (There is another ticket for that).
2015-06-09 16:04:32 +02:00
Jessica Hamilton 433838de9a libqt4: updated package which fixes pkg-config files [x86_gcc2] 2015-06-09 16:39:01 +12:00
Adrien Destugues 0e88b8d50b GPT: ignore partitions at offset 0
* This would be a GPT partition pointing to itself, leading to infinite
recursion in the GPT parser calling itself and Haiku would reset
(probably triple fault?).
* Thanks to Puck for discovering this!
2015-06-08 04:18:23 +02:00
Rene Gollent d2a6418f63 Debugger: Cleanups, no functional change.
- Remove out-of-place accessor to type lookup info on ValueLoader.
  Instead, adjust CreateChildren() and CreateChildrenInRange() to take a
  TeamTypeInformation parameter. This can then be used by value nodes that
  need to be able to look up type information in order to properly
  publish their children, such as BList and BMessage. Refactor subclasses
  and callers accordingly
2015-06-07 21:40:05 -04:00
Rene Gollent 5ea6993dc2 Debugger: Fix edit mode redraw issue.
MemoryView:
- During edit mode, if navigating with the left or right arrow
  only resulted adjusting the focus nybble and not transitioning
  to another block, redraw wouldn't be triggered, leading to it appearing
  as if the keypress had no effect.
2015-06-07 21:39:52 -04:00
Adrien Destugues 9457b76963 hda: cleanup tracing.
* Make sure all traces are prefixed with the driver name (for easier
grepping)
* Remove some useless traces
* 80 column limit fixes
2015-06-08 00:40:53 +02:00
Janus 0a3ea2cfa4 Printers: the window has a proper minimum size
* Fixes #8675.
2015-06-07 15:24:29 +02:00
Jessica Hamilton 1c4f6196ed Add packages: lua_x86, swig_x86, tcl for x86_gcc2 2015-06-07 20:14:09 +12:00
Jessica Hamilton 9b438e176a Tracker: Find Panel - fix handling of duplicate mimetype descriptions.
Currently, Haiku has two mimetypes for MIDI files, which causes the
logic for clearing the currently marked item to sometimes fail. Instead,
when two mimetypes have the same description, the subtype is added to
the label in parentheses as is done in the FileTypes preflet.
2015-06-07 18:54:24 +12:00
Jessica Hamilton 0459d905e8 Add packages for TeX Live and LyX on x86_gcc2 2015-06-06 11:40:20 +12:00
Janus 1503b7f02b Backgrounds: saves the state of ImageFilePanel
* Fixes #8787.
2015-06-05 15:36:42 +02:00
Humdinger 38aa1d3b82 Avoid duplicate trnslation string in DNS settings view
As pointed out correctly by PulkoMandy. Thanks!
2015-06-05 09:34:30 +02:00
Humdinger 0ecdbff36a Small tweaks to Network prefs (DNS settings)
* Remove the BBox.
* Don't resize buttons when horizontally resizing the window.
* Compute the server address field width correctly by taking the label into
  account.
2015-06-05 09:15:19 +02:00
Janus 1ad18684bb Background: avoid 100% CPU usage
* There was an infinite exchange of messages between
  the main window and the BackgroundView.
* Fixes #11996.
2015-06-04 18:31:59 +02:00
Hamish Morrison b092f872b3 fork: update the thread id in the pthread struct after forking
Otherwise the child process's main thread will inherit the thread id
of its parent and pthread operations will be directed at the wrong
thread.
2015-06-04 13:36:29 +01:00
Jessica Hamilton 42f25fe91b makebootable: add support for GPT partition tables; fixes #9291
* with #4028 implemented, we can now use makebootable on
  GPT formatted disks as well.
2015-06-04 23:03:21 +12:00
Jessica Hamilton e20eba976b intel partitioning system: fix Jamfile
* Appears $(TARGET_ARCH) is the correct variable to use here.
2015-06-04 18:57:56 +12:00
Jessica Hamilton d8ba3b0990 intel partitioning system: fix build for non-x86 systems
* There is no need for the Intel partitioning system to write MBR
  bootcode on non-x86 systems
* The MBR_HEADER define is used to prevent Jam from making MBR.h
  a dependency; the dependency is then specified explicitly when
  building for x86/x86_64 platforms
2015-06-04 18:35:33 +12:00
Automatic Committer e460be6cbd Update pci.ids from pciids.sourceforge.net 2015-06-04 05:20:31 +02:00
Jessica Hamilton 11e8ecdd94 writembr: Implement support for GPT partitions, #4028.
* This should support both GPT and MBR formatted partitions.
* To boot Haiku from a GPT partition, it must have the correct
  BFS UUID for the partition.
* Tools such as gdisk/gptfdisk can create partitions with
  the correct BFS UUID.
2015-06-04 15:07:13 +12:00
Axel Dörfler 6ff95509c2 JobQueue: fixed leak, notification, added Pop() variant.
* Was leaking fQueuedJobs on destruction.
* fHaveRunnableJobSem implementation was not completed; it was never
  released.
* Added Pop() variant that is a bit more flexible, and allows for a
  timeout as well as waiting even when the queue is empty, and can
  return a status code.
2015-06-03 16:22:44 +02:00
Hamish Morrison 3375ee66bc ruby: add x86_gcc2 package for 2.2.2 2015-06-03 13:59:14 +01:00
Gerasim Troeglazov 85196dcc71 Updated QMPlay2 package 2015-06-03 14:31:48 +10:00