Source Activity

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

Debugger: Add address column to functions list.

Sat, 2015-06-27 17:20
ImageFunctionsView: - For function nodes, also display the start address of the function in question. Makes it somewhat more convenient to determine which function a function pointer actually refers to. ImageFunctionsView: - For function nodes, also display the start address of the function in question. Makes it somewhat more convenient to determine which function a function pointer actually refers to.
Categories: Development

Debugger: Fix potential crash in VariablesView.

Sat, 2015-06-27 16:49
VariableTableModel: - When attempting to retrieve the type for a given node, ensure that it actually has a value node first. This might not necessarily be the case if no appropriate type handler was found. VariableTableModel: - When attempting to retrieve the type for a given node, ensure that it actually has a value node first. This might not necessarily be the case if no appropriate type handler was found.
Categories: Development

Debugger: Minor adjustment to address value node.

Sat, 2015-06-27 16:41
AddressValueNode: - If the address node is pointing to a function, don't bother creating a child, as there isn't really any useful information that can be displayed for such a node besides its target address, which is already shown by the address node anyways. AddressValueNode: - If the address node is pointing to a function, don't bother creating a child, as there isn't really any useful information that can be displayed for such a node besides its target address, which is already shown by the address node anyways.
Categories: Development

Update translations from Pootle

Sat, 2015-06-27 04:30
Categories: Development

Debugger: Start watching signal events.

Sat, 2015-06-27 02:29
TeamDebugger: - Add signal events to debug event mask. Upon receipt of such an event, stop the target thread. WIP. TeamDebugger: - Add signal events to debug event mask. Upon receipt of such an event, stop the target thread. WIP.
Categories: Development

Debugger: Add handling for signal debug messages.

Sat, 2015-06-27 02:28
DebugEvents: - Add definition for SignalReceivedEvent. DebuggerInterface: - Generate SignalReceivedEvent upon receipt of B_DEBUGGER_MESSAGE_SIGNAL_RECEIVED. DebugEvents: - Add definition for SignalReceivedEvent. DebuggerInterface: - Generate SignalReceivedEvent upon receipt of B_DEBUGGER_MESSAGE_SIGNAL_RECEIVED.
Categories: Development

Debugger: Add SignalInfo model class.

Sat, 2015-06-27 02:26
- Represents information about a signal being delivered to the team. - Represents information about a signal being delivered to the team.
Categories: Development

Fix segfault in Top utility

Fri, 2015-06-26 02:35
Could occur whenever the terminal exceed 96 columns (write beyond end of string). Could occur whenever the terminal exceed 96 columns (write beyond end of string).
Categories: Development

CID 1249930: Don't scanf uninitialized buffer

Thu, 2015-06-25 23:29
Would happen in case of a missing config file, for instance. Would happen in case of a missing config file, for instance.
Categories: Development

CID 1273486: change from boolean to bitwise operator

Thu, 2015-06-25 22:00
Typo confirmed by looking at the corresponding source file from elsewhere. + some style fixes Typo confirmed by looking at the corresponding source file from elsewhere. + some style fixes
Categories: Development

headers/os: Add gcc 5 to BeBuild.h

Thu, 2015-06-25 04:05
* While we still use gcc 4, the host tools won't build on gcc 5 systems without this. * x86_64 compiles under gcc 5.10 successfully * While we still use gcc 4, the host tools won't build on gcc 5 systems without this. * x86_64 compiles under gcc 5.10 successfully
Categories: Development

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

Thu, 2015-06-25 03:20
Categories: Development

Update pci.ids from pciids.sourceforge.net

Thu, 2015-06-25 03:20
Categories: Development

CID 605799: Resource Leakage in fortune

Thu, 2015-06-25 00:00
Categories: Development

Coding style fixes

Wed, 2015-06-24 23:51
Categories: Development

CID 1273599: null dereference in SATGroup

Wed, 2015-06-24 22:58
And some additional style fixes. And some additional style fixes.
Categories: Development

BeServed: delete from tree.

Tue, 2015-06-23 20:54
Nobody did anything significant with it, so it now lives over at https://github.com/HaikuArchives/BeServed. Nobody did anything significant with it, so it now lives over at https://github.com/HaikuArchives/BeServed.
Categories: Development

network/dns_resolver/server: Add missing break in switch.

Mon, 2015-06-22 23:31
CID 991278, but that also causes CID 991176, so both of those are fixed. Does *not* fix #12156. Might fix some of the outstanding NFSv4 issues but I didn't look too hard. CID 991278, but that also causes CID 991176, so both of those are fixed. Does *not* fix #12156. Might fix some of the outstanding NFSv4 issues but I didn't look too hard.
Categories: Development

tests: Convert a lot of RSRCs to RDEFs.

Mon, 2015-06-22 19:39
Categories: Development