Source Activity
ifconfig/Network: gcc4 build fix.
Categories: Development
Added new network settings add-ons to the image.
Conflicts:
build/jam/packages/Haiku
Conflicts:
build/jam/packages/Haiku
Categories: Development
BServer/BApplication: added constructor for looper name.
* 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.
* 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.
* 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
Categories: Development
Haiku Book: disable class diagrams.
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.
* 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.
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.
* 50 isn't really contemporary anymore.
* 50 isn't really contemporary anymore.
Categories: Development
Network: disabling/enabling devices is now working.
* 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.
Categories: Development
Network: give static IP focus.
* 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.
* 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.
Categories: Development
Style fix.
Categories: Development
BNetworkAddress::IsEmpty() now detects empty ipv4/6.
* 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.
* 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
