haiku/headers/private
Augustin Cavalier 3ca2e85bfd Interface: Add casts to memcpy/memset invocations on BPoint & BRect.
Their copy constructors are exactly what GCC would generate,
but we can't remove them because doing so would make them
trivially copyable, and so they would be passed in registers
on x86_64, an ABI breakage.

So instead we have to add explicit casts to void* here.
2019-05-24 16:10:13 -04:00
..
app Add basic support for loading ControlLook add-ons 2019-05-13 22:15:30 +00:00
audio audio: Move hmulti_audio driver API to private audio headers 2018-10-23 16:33:19 +02:00
binary_compatibility
bluetooth
debug
debugger Add (void*) casts to memcpy/memset invocations to appease GCC 8. 2019-05-24 14:21:37 -04:00
device drivers: Deduplify joystick_driver.h. 2018-06-21 18:46:30 -04:00
drivers sdhci and mmc implementation 2019-02-19 18:33:25 +00:00
file_systems packagefs: Move DebugSupport up into the file_systems shared folder. 2018-08-22 19:19:56 -04:00
firewire Minor tweaks to fix the build after the last commit. 2019-03-26 20:06:09 -04:00
fs_shell vfs: functions to change a vnode busy status and ID 2019-02-19 18:44:43 +00:00
graphics Remove private vmware driver headers. 2018-06-26 17:23:23 -04:00
index_server
input
interface Interface: Add casts to memcpy/memset invocations on BPoint & BRect. 2019-05-24 16:10:13 -04:00
kernel kernel: Add and fix ownership checks in mutex_destroy and mutex_transfer. 2019-05-02 16:07:39 -04:00
libroot pthread: implement pthread_attr_[get|set]stack. 2019-03-07 16:55:14 +00:00
locale
mail build: Cleanup of libgnuregex usage. 2018-03-07 18:04:31 -05:00
media Revert the Codec Kit. 2019-05-17 14:43:32 -04:00
midi
mount
net network/tun: Style fixes; no functional change 2019-04-17 19:24:19 +00:00
notification Notification_Server: Added ability to choose position of notifications 2017-12-24 12:02:38 +01:00
package Remove Curl, Switch to NetApi in Package Kit 2018-09-29 17:23:52 +00:00
preferences Fix glitch in Screen prefs when changing background color. 2017-04-30 10:29:39 +02:00
print
runtime_loader runtime_loader: increase max length for image names. 2017-04-20 18:23:36 +02:00
screen_saver
shared Move StripeView to libshared 2019-05-21 06:55:45 +00:00
storage
support Add ZstdCompressionAlgorithm. 2017-11-24 21:35:49 +01:00
syslog_daemon
system kernel & runtime_loader: Don't load from non-packaged when "Disable user 2019-05-20 14:08:28 +00:00
textencoding
tracker
usb_vision
userlandfs shared: Merge BOpenHashTable in; remove OpenTracker's OpenHashTable. 2019-02-15 00:34:36 +00:00
virtio virtio: Replace size return with usedLength in queue_dequeue. 2018-11-17 00:34:49 +01:00
vmdk