Commit Graph

56996 Commits

Author SHA1 Message Date
Augustin Cavalier
bf1bf4e9d4 ppp: Cleanup Jamfiles. 2017-04-25 14:29:48 -04:00
Augustin Cavalier
5d614ec377 tracker: We now target only Haiku since the layout merge, so use B_REDO. 2017-04-25 11:19:32 -04:00
Augustin Cavalier
df2961ae19 usb_serial: Fix typo Alex made. 2017-04-25 11:06:56 -04:00
Augustin Cavalier
3f2162c629 tests/kits/net: Remove old version of the DialUpPreflet.
Hopefully there aren't any more copies of this hiding in the tree....
2017-04-25 10:56:42 -04:00
Augustin Cavalier
5495e4f674 netperf: Remove from tree.
Not actively used and there is a recipe available.
2017-04-25 10:55:29 -04:00
Alexander von Gluck IV
61c3b8c1e7 usb_serial: Fix quirky usb unions on ACM generic 2017-04-24 17:34:39 +00:00
Alexander von Gluck IV
a4655eb8f9 SoftwareUpdater: Add to regular image
* Great work Brian!
2017-04-24 09:25:00 -05:00
Jessica Hamilton
10a1d9102e bootloader/efi: use B_PAGE_SIZE 2017-04-25 00:06:01 +00:00
Augustin Cavalier
9c80c788c0 HaikuPorts/x86_gcc2: Add the gnuefi any-arch package. 2017-04-23 21:16:35 -04:00
Alexander von Gluck IV
162bb429e5 network/ppp: debug trace fixes on x86_64 2017-04-23 17:19:09 +00:00
Alexander von Gluck IV
ff028bd553 ppp: Add install-ppp target
* Enables rapid non-packaged test of the full ppp stack on the
  current Haiku system.
2017-04-23 16:49:54 +00:00
Alexander von Gluck IV
11c835a176 network_settings/dialup: Add missing libbsd.so for libppp.a 2017-04-23 16:19:47 +00:00
Alexander von Gluck IV
bba4f90605 bin/ppp_up: undefined new stdlibc++ jamfile fix 2017-04-23 16:14:50 +00:00
Alexander von Gluck IV
740fa31b25 bin/ppp_up: x86_64 type fixes 2017-04-23 16:14:22 +00:00
Alexander von Gluck IV
e58f2c44ad bin/pppconfig: undefined new stdlibc++ jamfile fix 2017-04-23 16:09:40 +00:00
Alexander von Gluck IV
0b00d855e1 bin/pppconfig: x86_64 type fixes 2017-04-23 16:08:46 +00:00
Alexander von Gluck IV
fadb6952af network_settings/dialup: gcc5 fixes. I don't even use max() 2017-04-23 15:37:21 +00:00
Humdinger
54a37ee40f Tweak when to use black/white for icon labels on Desktop
I've felt for a long time that the Desktop's background colour had to
be much too dark for the icon labels to switch from black to white.
I came to the new values by trial and hope nobody hates those now...
2017-04-22 17:01:40 +02:00
Adrien Destugues
b5aaac027e GPT: lower our identify score if only one header is present.
GPT should have its partition table both at the start and end of the
disk. Our GPT partitionning system is able to cope with just one of the
two being available. However this has the unwanted effect that when
erasing only the start of the disk, it is still recognized with its old
GPT scheme.

To avoid this, lower the score of GPT if it finds only one of the two
headers, allowing MBR and BFS to get more priority in that case.

Should fix #12290, #13434.
2017-04-22 09:45:17 +02:00
A-star-ayush
315633e13e getaddrinfo now accepts shorthand ipv4 notation
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>

As required by POSIX:
"If the specified address family is AF_INET or AF_UNSPEC, address
strings using Internet standard dot notation as specified in inet_addr
are valid." (which allows IP in a.b.c.d, a.b.c, a.b, and a forms, and
also accepts the numbers in hex and octal).

Fixes #3884.
2017-04-22 08:04:35 +02:00
Brian Hill
73c2c7b4b5 SoftwareUpdater updates
*Added a check-only option to check for updates and display a
  notification when updates are available.
*Added argv commands to specify an action when using Terminal or
  BRoster to launch app: commands [update | check | full-sync]
*Draw a download progress bar on the package icon
*Increased the size of the package icon to improve the bar look
*Added package counts to each list category
2017-04-20 18:08:51 -04:00
Augustin Cavalier
0fb349bc5d network_settings/dialup: Initial move to layouting. 2017-04-20 15:54:12 -04:00
Augustin Cavalier
adae1a12b8 network_settings/dialup: Update copyright headers.
Also reformat the rdef to match the other network_settings.
2017-04-20 15:54:12 -04:00
Augustin Cavalier
922badcfe1 network_settings/Jamfile: Add dialup SubInclude.
(Still not included in the build, of course.)
2017-04-20 15:54:12 -04:00
Jérôme Duval
43542cabdd runtime_loader: increase max length for image names.
* was previously 32, which would truncate longer shared object names.
* fixed #13436.
2017-04-20 18:23:36 +02:00
Jérôme Duval
41458d977a limits.h: define PIPE_BUF. 2017-04-19 17:52:28 +02:00
Augustin Cavalier
15d60d5e45 stickit_BJoystick: Remove unused .proj file. 2017-04-18 16:02:49 -04:00
Augustin Cavalier
c6c3303630 network_settings/dialup: Remove unneeded/unused posix directory. 2017-04-18 15:58:21 -04:00
Augustin Cavalier
9390158822 network_settings/dialup: Fix the build.
Badly needs layouting and a lot of other fixes to get it
working with the new PPP stack. But it's a start.
2017-04-18 15:40:10 -04:00
Augustin Cavalier
0a694375a9 network preflet: Add B_NETWORK_INTERFACE_TYPE_DIAL_UP. 2017-04-18 15:39:40 -04:00
Augustin Cavalier
a325aa030f DialUpAddOn: Move to add-ons/network_settings/dialup. 2017-04-18 14:21:26 -04:00
Jérôme Duval
00796434c6 limits.h: bump _POSIX_SEM_NSEMS_MAX to 256.
128 was too low for Python3.
2017-04-16 13:49:41 +02:00
Jérôme Duval
c2d8105024 Restore PAGE_SIZE from vendor sources. Fix build for echo24, echogals. 2017-04-16 12:01:07 +02:00
Augustin Cavalier
8dcdf72d72 Update userguide translations 2017-04-15 22:40:25 +02:00
Augustin Cavalier
b95e90657e docs/user: Update search URL following docs migration. 2017-04-15 16:28:06 -04:00
autonielx
d99ff922ae Update translations from Pootle 2017-04-15 06:50:46 +02:00
Augustin Cavalier
17f5ac9149 libroot: Restore exit() call after debugger().
Thanks PulkoMandy for the review.
2017-04-14 18:29:29 -04:00
Augustin Cavalier
a5d208c7d6 libroot: abort() should behave like a crash, not just a 'failure' exit.
Calling debugger() means that the crash dialog will be shown, and so
users will not be left wondering why an app just spontenously disappeared.
2017-04-14 16:07:02 -04:00
Adrien Destugues
302f451214 pcnet: _XOPEN_SOURCE. 2017-04-14 21:04:45 +02:00
Adrien Destugues
71d017f1f0 More _XOPEN_SOURCE :/ 2017-04-14 20:44:32 +02:00
Adrien Destugues
fd6603d99a Yet another missing _XOPEN_SOURCE. 2017-04-14 20:19:15 +02:00
Adrien Destugues
c9d506a65e Another missing _XOPEN_SOURCE define... 2017-04-14 19:00:13 +02:00
Dario Casalinuovo
0cc5ecb8ca MediaClient: IDs should be signed integers
* It's very important to use a negative value to identify
non valid or uninitialized connections. Additionally, it's preferred
to don't interfere with media_kit types as long as the framework use
it in the backend.
2017-04-14 17:28:35 +02:00
Axel Dörfler
3431d8f20e BFS: Fixed readdir() again.
* We still need to return B_BUFFER_OVERFLOW if the passed in buffer was
  smaller than INODE_FILE_NAME_LENGTH, as that's what must be expected
  from the caller.
2017-04-14 14:39:20 +02:00
Adrien Destugues
5bb8320035 Fix a few more uses of PAGE_SIZE 2017-04-14 07:23:23 +02:00
Adrien Destugues
6caa391f67 Fix another use of PAGE_SIZE
Not detected when building locally, probably I should have done a clean
build.
2017-04-14 07:18:38 +02:00
Adrien Destugues
743088d40b Fix users of PAGE_SIZE
- Replaced by B_PAGE_SIZE where possible
- Enabled the _XOPEN_SOURCE feature define otherwise
2017-04-13 21:32:08 +02:00
Adrien Destugues
56403b6373 limits.h: define PAGE_SIZE only if XSI is requested
limits.h is part of the C standard, but POSIX and XSI extend it with
various defines. We should not add these unless the application requests
support for them.

In this case, PAGE_SIZE should only be defined if XSI support is
requested by defining _XOPEN_SOURCE. Note that PAGESIZE (plain POSIX for
the same thing) and B_PAGE_SIZE are alternatives that remain available.
2017-04-13 21:14:41 +02:00
Adrien Destugues
b68cf9d6f6 elf.h: add more architectures.
Mostly I need EM_AVR to build avrdude on Haiku.
2017-04-11 18:59:06 +02:00
Adrien Destugues
fd8d1d5656 launch_daemon: fix check for existing directory
BEntry.InitCheck returns B_OK even if the leaf does not exist. So the
code in launch daemon to create directories (/tmp and
/var/shared_memory) was never run.

Fixes #12760.
2017-04-10 21:56:31 +02:00