Source Activity

Syndicate content
Haiku's main repository
Updated: 57 min 45 sec ago

ifconfig/Network: gcc4 build fix.

Fri, 2015-03-27 14:26
Categories: Development

Added new network settings add-ons to the image.

Fri, 2015-03-27 12:13
Conflicts: build/jam/packages/Haiku Conflicts: build/jam/packages/Haiku
Categories: Development

BServer/BApplication: added constructor for looper name.

Thu, 2015-03-26 21:41
* Added an extra looperName argument to the private BApplication constructor that BServer is using. * This is now used to fix the ugliness that gave the registrar a different looper name, and even saves a string comparison. * Added an extra looperName argument to the private BApplication constructor that BServer is using. * This is now used to fix the ugliness that gave the registrar a different looper name, and even saves a string comparison.
Categories: Development

find_paths_etc(): added user/system only flags.

Thu, 2015-03-26 18:21
* B_FIND_PATHS_(USER|SYSTEM)_ONLY cause only the specified paths to be included in the result list. * B_FIND_PATHS_(USER|SYSTEM)_ONLY cause only the specified paths to be included in the result list.
Categories: Development

BPathFinder::FindPaths() fixed passing flags.

Thu, 2015-03-26 18:18
* One variant of FindPaths() replaced the flags with '0'. * One variant of FindPaths() replaced the flags with '0'.
Categories: Development

Update usb.ids from www.linux-usb.org

Thu, 2015-03-26 04:20
Categories: Development

Update pci.ids from pciids.sourceforge.net

Thu, 2015-03-26 04:20
Categories: Development

Haiku Book: disable class diagrams.

Wed, 2015-03-25 15:37
The last time this was discussed on the ML, the consensus was that the text lists were nicer than the diagrams (with only one objection). For the minority that wants class diagrams, it's easy enough to reverse this one-line change. The last time this was discussed on the ML, the consensus was that the text lists were nicer than the diagrams (with only one objection). For the minority that wants class diagrams, it's easy enough to reverse this one-line change.
Categories: Development

Haiku Book: Midi2 fixes.

Wed, 2015-03-25 15:30
* Automatic whitespace cleanup. * Removed all of Midi2 from the "libbe" group, as they aren't part of it * Get rid of the redundant "libmidi2" group, as all of midi2 is already in the "MIDI 2 Kit" group, and the docs explicitly state that the MIDI 2 Kit has its own library. * Automatic whitespace cleanup. * Removed all of Midi2 from the "libbe" group, as they aren't part of it * Get rid of the redundant "libmidi2" group, as all of midi2 is already in the "MIDI 2 Kit" group, and the docs explicitly state that the MIDI 2 Kit has its own library.
Categories: Development

Haiku Book: fix device drivers group definition.

Wed, 2015-03-25 15:23
Also removed the "Keyboard" group definition, which was broken. There wasn't anything in that group, and there's only one page on the keyboard anyway. Also removed the "Keyboard" group definition, which was broken. There wasn't anything in that group, and there's only one page on the keyboard anyway.
Categories: Development

profile: enlarged HISTFILESIZE to 500.

Tue, 2015-03-24 22:41
* 50 isn't really contemporary anymore. * 50 isn't really contemporary anymore.
Categories: Development

Network: disabling/enabling devices is now working.

Mon, 2015-03-23 22:35
* Disabled the "renegotiate" button for now -- this will move to the interface add-ons, at least some day. * Disabled the "renegotiate" button for now -- this will move to the interface add-ons, at least some day.
Categories: Development

Network: fixed DNS server label.

Mon, 2015-03-23 18:15
Categories: Development

Network: give static IP focus.

Mon, 2015-03-23 18:08
* InterfaceAddressView now gives the address control focus when "static" mode is selected. * InterfaceAddressView now gives the address control focus when "static" mode is selected.
Categories: Development

net_server: fixed configuring disabled interfaces.

Mon, 2015-03-23 18:06
* BNetworkSettings now set unspecified addresses to their empty family specific addresses, instead of using AF_UNSPEC. * This allows the net_server to set those addresses on the address specific stack interface. * BNetworkSettings now set unspecified addresses to their empty family specific addresses, instead of using AF_UNSPEC. * This allows the net_server to set those addresses on the address specific stack interface.
Categories: Development

Updated nano packages.

Mon, 2015-03-23 17:56
Categories: Development

Style fix.

Mon, 2015-03-23 17:50
Categories: Development

BNetworkAddress::IsEmpty() now detects empty ipv4/6.

Mon, 2015-03-23 17:47
* Until now, only AF_UNSPEC addresses could be empty. * Now, the unspecified IPV4/IPv6 address is considered empty, too. * This corresponds to how the kernel modules handles this. * Until now, only AF_UNSPEC addresses could be empty. * Now, the unspecified IPV4/IPv6 address is considered empty, too. * This corresponds to how the kernel modules handles this.
Categories: Development

DriverSettingsMessageAdapter: fixed converter signature.

Mon, 2015-03-23 16:54
* The ConvertFromDriverSettings() method missed the current value index. * Completed unit tests, and enabled them all. * The ConvertFromDriverSettings() method missed the current value index. * Completed unit tests, and enabled them all.
Categories: Development