History log of /haiku/build/ (Results 1 – 25 of 4638)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bb83316a26-Apr-2024 Augustin Cavalier <waddlesplash@gmail.com>

L2CAP: Major refactor of the whole component.

(And surrounding portions of the "btCoreData" module.)

* Rewrote the main "l2cap.h" header representing protocol constants
and structures. Now conf

L2CAP: Major refactor of the whole component.

(And surrounding portions of the "btCoreData" module.)

* Rewrote the main "l2cap.h" header representing protocol constants
and structures. Now conforms to general Haiku naming conventions
rather than BSD ones. Some more constants added/removed based
on the most recent Bluetooth specification.

* Rewrote all code derived from the BSDs to match Haiku conventions
and structures in the driver.

* Dropped the "channel" and "frame" structures from "btCoreData".
Channels are now managed by L2capEndpoints, and "frames" are
now just plain net_buffers without surrounding structures.
This also makes state management much simpler.

* Made it so that actual net_buffers are passed through to the
l2cap_receive function rather than another data structure.
A fake interface address is used to communicate connection
information. (This probably ought to be changed, though.)

* Get rid of l2cap_lower and l2cap_upper abstractions.
Everything related to channel/endpoint management is now
done in L2capEndpoint, while buffer reception is handled
directly in l2cap_receive and elsewhere, same as other drivers.

* Wire up more hooks and fix module flags (needed to be able to
get the module loaded and opening sockets at all.)

* Implement an actual locking strategy in L2capEndpoint
and HciConnection. There's still problems with lifetime
management, but at least thread-safety is mostly handled.

* Create an L2capEndpointManager and use it to manage
the endpoints, rather than having a single (unsafe)
linked-list.

And plenty of other refactorings and cleanups besides.
There's still more to be done for Bluetooth overall, though:

* The "btCoreData" and "hci" modules also badly need a major
overhaul, and should be merged into a single "bluetooth"
bus_manager. They also shouldn't be passing around pointers
to other modules like this.

* There's a number of TODOs/FIXMEs in the L2CAP module, most
notably around timeouts (especially command timeouts) and
parameter validation/specification.

Tested by myself with kallisti5's help. Incoming connections
(on the PSM for SDP) get all the way to the latter half
of the Configuration step before hanging.

show more ...


jam/images/definitions/regular
/haiku/data/catalogs/apps/aboutsystem/uk.catkeys
/haiku/data/catalogs/apps/activitymonitor/fr.catkeys
/haiku/data/catalogs/apps/drivesetup/fr.catkeys
/haiku/data/catalogs/apps/haikudepot/pt_BR.catkeys
/haiku/data/catalogs/kits/fr.catkeys
/haiku/data/catalogs/kits/tracker/uk.catkeys
/haiku/data/catalogs/preferences/appearance/ca.catkeys
/haiku/data/catalogs/preferences/appearance/de.catkeys
/haiku/data/catalogs/preferences/appearance/en_GB.catkeys
/haiku/data/catalogs/preferences/appearance/fr.catkeys
/haiku/data/catalogs/preferences/appearance/hu.catkeys
/haiku/data/catalogs/preferences/appearance/ja.catkeys
/haiku/data/catalogs/preferences/appearance/ro.catkeys
/haiku/data/catalogs/preferences/appearance/sv.catkeys
/haiku/data/catalogs/preferences/locale/uk.catkeys
/haiku/data/catalogs/servers/registrar/pt_BR.catkeys
/haiku/docs/develop/build/index.rst
/haiku/docs/develop/build/rc/beres-deres.rst
/haiku/docs/develop/build/rc/grammar.rst
/haiku/docs/develop/build/rc/history.rst
/haiku/docs/develop/build/rc/index.rst
/haiku/docs/develop/build/rc/librdef.rst
/haiku/docs/develop/build/rc/notes.rst
/haiku/docs/develop/build/rc/rc.rst
/haiku/docs/develop/build/rc/todo.rst
/haiku/headers/os/bluetooth/HCI/btHCI_transport.h
/haiku/headers/private/bluetooth/btCoreData.h
/haiku/headers/private/bluetooth/btDebug.h
/haiku/headers/private/bluetooth/l2cap.h
/haiku/headers/private/kernel/util/VectorMap.h
/haiku/headers/private/net/NetBufferUtilities.h
/haiku/src/add-ons/kernel/bluetooth/btCoreData/BTCoreData.cpp
/haiku/src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.cpp
/haiku/src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.h
/haiku/src/add-ons/kernel/bluetooth/btCoreData/Jamfile
/haiku/src/add-ons/kernel/bluetooth/hci/acl.cpp
/haiku/src/add-ons/kernel/file_systems/ramfs/kernel_interface.cpp
/haiku/src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
/haiku/src/add-ons/kernel/file_systems/xfs/ShortAttribute.h
/haiku/src/add-ons/kernel/network/protocols/l2cap/Jamfile
/haiku/src/add-ons/kernel/network/protocols/l2cap/L2capEndpoint.cpp
/haiku/src/add-ons/kernel/network/protocols/l2cap/L2capEndpoint.h
/haiku/src/add-ons/kernel/network/protocols/l2cap/L2capEndpointManager.cpp
/haiku/src/add-ons/kernel/network/protocols/l2cap/L2capEndpointManager.h
/haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap.cpp
/haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap_address.cpp
/haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap_address.h
/haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap_command.cpp
/haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap_command.h
/haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap_internal.h
/haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap_signal.cpp
/haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap_signal.h
/haiku/src/kits/Jamfile
/haiku/src/kits/interface/ColumnTypes.cpp
/haiku/src/kits/interface/Spinner.cpp
/haiku/src/kits/shared/StringForRate.cpp
/haiku/src/kits/shared/StringForSize.cpp
/haiku/src/kits/tracker/FSUtils.cpp
/haiku/src/kits/tracker/TrackerSettingsWindow.h
/haiku/src/tests/add-ons/accelerants/intel_extreme/Jamfile
/haiku/src/tests/add-ons/accelerants/intel_extreme/intel_reg.cpp
/haiku/src/tests/kits/Jamfile
/haiku/src/tests/kits/bluetooth/l2capClient/l2capClient.cpp
5ea01a5013-Apr-2024 PulkoMandy <pulkomandy@pulkomandy.tk>

cmedia: enable -Werror

Errors are now enabled for all audio drivers.

Change-Id: Ia4e986f0ed8965376c3bbefc3d9f04bcd68ad561
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7621
Tested-by: Commit c

cmedia: enable -Werror

Errors are now enabled for all audio drivers.

Change-Id: Ia4e986f0ed8965376c3bbefc3d9f04bcd68ad561
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7621
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Alexander von Gluck <alex@terarocket.io>

show more ...

99351a7212-Apr-2024 PulkoMandy <pulkomandy@pulkomandy.tk>

sb16: enable -Werror

Change-Id: I990362cd764e3a219e5022a62264b76be4cdf80c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7620
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Rev

sb16: enable -Werror

Change-Id: I990362cd764e3a219e5022a62264b76be4cdf80c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7620
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Alexander von Gluck <alex@terarocket.io>

show more ...

98afcfa712-Apr-2024 PulkoMandy <pulkomandy@pulkomandy.tk>

geode audio: fix almost all warnings, enable -Werror

The compiler complains about implicit declaration of free and calloc
despite stdlib.h being included. I think it's because of -ffreestanding
bein

geode audio: fix almost all warnings, enable -Werror

The compiler complains about implicit declaration of free and calloc
despite stdlib.h being included. I think it's because of -ffreestanding
being used on the command line?

Change-Id: I57c3899e5034d1c2ee9cb6c1ed4c92aa818b53ea
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7619
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Alexander von Gluck <alex@terarocket.io>

show more ...


jam/ArchitectureRules
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/Jamfile
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/Jamfile
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/Jamfile
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/driver.h
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/geode_controller.cpp
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/geode_multi.cpp
/haiku/src/add-ons/kernel/drivers/audio/echo/24/Jamfile
/haiku/src/add-ons/kernel/drivers/audio/echo/3g/Jamfile
/haiku/src/add-ons/kernel/drivers/audio/echo/echo.cpp
/haiku/src/add-ons/kernel/drivers/audio/echo/gals/Jamfile
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/C3g.h
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/C3gDco.h
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/CDarla24DspCommObject.h
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/CEchoGals.cpp
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/CEchoGals.h
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/CEchoGals_mixer.cpp
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/CEchoGals_transport.cpp
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/CGina24DspCommObject.h
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/CLayla24DspCommObject.h
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/CLaylaDspCommObject.h
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/CMonaDspCommObject.h
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/CPipeOutCtrl.cpp
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/OsSupportBeOS.cpp
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/OsSupportBeOS.h
/haiku/src/add-ons/kernel/drivers/audio/echo/indigo/Jamfile
/haiku/src/add-ons/kernel/drivers/audio/emuxki/Jamfile
/haiku/src/add-ons/kernel/drivers/audio/emuxki/emuxki.c
/haiku/src/add-ons/kernel/drivers/audio/emuxki/emuxki.h
/haiku/src/add-ons/kernel/drivers/audio/generic/util.c
/haiku/src/add-ons/kernel/drivers/audio/generic/util.h
8a3e82a006-Apr-2024 PulkoMandy <pulkomandy@pulkomandy.tk>

ich, ichaudio: remove

These have never been included in the Haiku build as far as I can see.
All the soundcards they support are already handled in the auich dirver.
All the IDE driver that ichaudio

ich, ichaudio: remove

These have never been included in the Haiku build as far as I can see.
All the soundcards they support are already handled in the auich dirver.
All the IDE driver that ichaudio claims to support, I'm not sure why they
are in an audio driver.

One of them was written for BeOS and never updated for Haiku
multi_audio, and the other was apparently some experiment that didn't
get anywhere in the end. To avoid confusion, let's keep only one driver.

Change-Id: I5bf48e7dd2c5340e84a1ab4eb3e3b079103b7988
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7604
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

show more ...

f5e5891b07-Apr-2024 PulkoMandy <pulkomandy@pulkomandy.tk>

es1370: enable -Werror

- use shared (updated) util.c for memory allocation
- disable functions that are currently not used (ac97 suopport)

Untested, I don't have the hardware.

Change-Id: I9c406e46

es1370: enable -Werror

- use shared (updated) util.c for memory allocation
- disable functions that are currently not used (ac97 suopport)

Untested, I don't have the hardware.

Change-Id: I9c406e46af94dfc213cfa258c5f375da3c0c719d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7603
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Alexander von Gluck <alex@terarocket.io>

show more ...

464efaf406-Apr-2024 Muhamed Emad <muhamed.emadeldeen@gmail.com>

auvia: enable -Werror, style fixes

Move util.c from auich (the most up to date version) to the parent
directory of ac97. Use it also for auvia. This means changing several
physical addresses to use

auvia: enable -Werror, style fixes

Move util.c from auich (the most up to date version) to the parent
directory of ac97. Use it also for auvia. This means changing several
physical addresses to use phys_addr_t instead of pointers, and declaring
buffers allocated by alloc_mem to be user-accessible or not.

Untested, I don't have the hardware.

Change-Id: I2ababc713384cbf34174fbcecfb3595547a1fd97
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7602
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Alexander von Gluck <alex@terarocket.io>

show more ...

d6e543c307-Apr-2024 PulkoMandy <pulkomandy@pulkomandy.tk>

emuxki: enable Werror

Change-Id: I6ed7bfbe157bee86a8ce1dabc5829b8825e43f99
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7609
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Re

emuxki: enable Werror

Change-Id: I6ed7bfbe157bee86a8ce1dabc5829b8825e43f99
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7609
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

show more ...

6f52406a07-Apr-2024 Muhamed Emad <muhamed.emadeldeen@gmail.com>

auich: Fix warnings, enable -Werror

Change-Id: I03a686d124444d60b92b34c1b7a10d73c872c21d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7606
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.

auich: Fix warnings, enable -Werror

Change-Id: I03a686d124444d60b92b34c1b7a10d73c872c21d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7606
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>

show more ...


jam/ArchitectureRules
/haiku/data/catalogs/apps/activitymonitor/es.catkeys
/haiku/data/catalogs/apps/activitymonitor/sv.catkeys
/haiku/data/catalogs/apps/drivesetup/es.catkeys
/haiku/data/catalogs/apps/drivesetup/sv.catkeys
/haiku/data/catalogs/apps/haikudepot/es.catkeys
/haiku/data/catalogs/apps/icon-o-matic/nb.catkeys
/haiku/data/catalogs/apps/installer/es.catkeys
/haiku/data/catalogs/apps/login/es.catkeys
/haiku/data/catalogs/apps/mediaconverter/es.catkeys
/haiku/data/catalogs/apps/powerstatus/es.catkeys
/haiku/data/catalogs/apps/showimage/es.catkeys
/haiku/data/catalogs/apps/terminal/es.catkeys
/haiku/data/catalogs/apps/webpositive/es.catkeys
/haiku/data/catalogs/kits/sv.catkeys
/haiku/data/catalogs/preferences/appearance/be.catkeys
/haiku/data/catalogs/preferences/appearance/ca.catkeys
/haiku/data/catalogs/preferences/appearance/cs.catkeys
/haiku/data/catalogs/preferences/appearance/da.catkeys
/haiku/data/catalogs/preferences/appearance/de.catkeys
/haiku/data/catalogs/preferences/appearance/el.catkeys
/haiku/data/catalogs/preferences/appearance/eo.catkeys
/haiku/data/catalogs/preferences/appearance/es.catkeys
/haiku/data/catalogs/preferences/appearance/fi.catkeys
/haiku/data/catalogs/preferences/appearance/fr.catkeys
/haiku/data/catalogs/preferences/appearance/fur.catkeys
/haiku/data/catalogs/preferences/appearance/hr.catkeys
/haiku/data/catalogs/preferences/appearance/hu.catkeys
/haiku/data/catalogs/preferences/appearance/id.catkeys
/haiku/data/catalogs/preferences/appearance/it.catkeys
/haiku/data/catalogs/preferences/appearance/ja.catkeys
/haiku/data/catalogs/preferences/appearance/lt.catkeys
/haiku/data/catalogs/preferences/appearance/nb.catkeys
/haiku/data/catalogs/preferences/appearance/nl.catkeys
/haiku/data/catalogs/preferences/appearance/pl.catkeys
/haiku/data/catalogs/preferences/appearance/pt.catkeys
/haiku/data/catalogs/preferences/appearance/pt_BR.catkeys
/haiku/data/catalogs/preferences/appearance/ro.catkeys
/haiku/data/catalogs/preferences/appearance/ru.catkeys
/haiku/data/catalogs/preferences/appearance/sk.catkeys
/haiku/data/catalogs/preferences/appearance/sv.catkeys
/haiku/data/catalogs/preferences/appearance/th.catkeys
/haiku/data/catalogs/preferences/appearance/tr.catkeys
/haiku/data/catalogs/preferences/appearance/uk.catkeys
/haiku/data/catalogs/preferences/appearance/zh_Hans.catkeys
/haiku/headers/os/storage/FindDirectory.h
/haiku/headers/private/shared/HSL.h
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/multi.c
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/util.c
/haiku/src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
/haiku/src/bin/finddir.c
/haiku/src/kits/shared/HSL.cpp
/haiku/src/kits/shared/Jamfile
/haiku/src/preferences/appearance/APRView.cpp
/haiku/src/preferences/appearance/APRView.h
/haiku/src/preferences/appearance/Jamfile
/haiku/src/system/libroot/os/find_directory.cpp
/haiku/src/tests/kits/storage/FindDirectoryTest.cpp
9b65500006-Apr-2024 Muhamed Emad <muhamed.emadeldeen@gmail.com>

hda audio: Enable -Werror

There seem to be a gcc2 bug resulting in bitfields of uint32 type being cast to int.
The bitfield is mostly not needed here, since the fields are 8, 16 or 32
bits, so just

hda audio: Enable -Werror

There seem to be a gcc2 bug resulting in bitfields of uint32 type being cast to int.
The bitfield is mostly not needed here, since the fields are 8, 16 or 32
bits, so just use the appropriate types.

Change-Id: Ie4297db8bcda8ca0937c7f55915b318a1f4f6e55
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7599
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

show more ...

4d058c9005-Apr-2024 Adrien Destugues <adrien.destugues@opensource.viveris.fr>

null_audio: fix warnings, enable -Werror

Change-Id: I83630f697cfb3d12bf8bea35b24dbdfd93b38ef1
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7595
Tested-by: Commit checker robot <no-reply+buildb

null_audio: fix warnings, enable -Werror

Change-Id: I83630f697cfb3d12bf8bea35b24dbdfd93b38ef1
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7595
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

show more ...

fa2e76a105-Apr-2024 Adrien Destugues <adrien.destugues@opensource.viveris.fr>

audio drivers: enable Werror for drivers that have no warnings

Change-Id: I8b1721da5337e5368e1ecb19285ac29869c9d41f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7594
Haiku-Format: Haiku-format

audio drivers: enable Werror for drivers that have no warnings

Change-Id: I8b1721da5337e5368e1ecb19285ac29869c9d41f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7594
Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>

show more ...

aa9d729e05-Apr-2024 Adrien Destugues <adrien.destugues@opensource.viveris.fr>

virtio_audio: add to build, enable Werror, fix build

Change-Id: I52f1ed9cd2a967d7fecf866aec7cd390ae4885b8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7593
Tested-by: Commit checker robot <no-

virtio_audio: add to build, enable Werror, fix build

Change-Id: I52f1ed9cd2a967d7fecf866aec7cd390ae4885b8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7593
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org>

show more ...


jam/ArchitectureRules
/haiku/data/catalogs/apps/activitymonitor/ca.catkeys
/haiku/data/catalogs/apps/activitymonitor/de.catkeys
/haiku/data/catalogs/apps/activitymonitor/hu.catkeys
/haiku/data/catalogs/apps/activitymonitor/ja.catkeys
/haiku/data/catalogs/apps/activitymonitor/nb.catkeys
/haiku/data/catalogs/apps/activitymonitor/ro.catkeys
/haiku/data/catalogs/apps/activitymonitor/tr.catkeys
/haiku/data/catalogs/apps/drivesetup/ca.catkeys
/haiku/data/catalogs/apps/drivesetup/de.catkeys
/haiku/data/catalogs/apps/drivesetup/hu.catkeys
/haiku/data/catalogs/apps/drivesetup/ja.catkeys
/haiku/data/catalogs/apps/drivesetup/nb.catkeys
/haiku/data/catalogs/apps/drivesetup/ro.catkeys
/haiku/data/catalogs/apps/drivesetup/tr.catkeys
/haiku/data/catalogs/apps/sudoku/nb.catkeys
/haiku/data/catalogs/apps/terminal/ca.catkeys
/haiku/data/catalogs/apps/terminal/nb.catkeys
/haiku/data/catalogs/kits/ca.catkeys
/haiku/data/catalogs/kits/de.catkeys
/haiku/data/catalogs/kits/hu.catkeys
/haiku/data/catalogs/kits/ja.catkeys
/haiku/data/catalogs/kits/nb.catkeys
/haiku/data/catalogs/kits/ro.catkeys
/haiku/data/catalogs/kits/tr.catkeys
/haiku/data/catalogs/kits/tracker/nb.catkeys
/haiku/headers/private/virtio/virtio.h
/haiku/src/add-ons/kernel/drivers/audio/Jamfile
/haiku/src/add-ons/kernel/drivers/audio/virtio/Jamfile
/haiku/src/add-ons/kernel/drivers/audio/virtio/virtio_sound.cpp
/haiku/src/add-ons/kernel/file_systems/xfs/Inode.cpp
/haiku/src/add-ons/kernel/file_systems/xfs/Inode.h
/haiku/src/add-ons/media/plugins/ffmpeg/AVCodecDecoder.cpp
/haiku/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp
/haiku/src/data/bin/quicktour
/haiku/src/kits/tracker/ContainerWindow.cpp
/haiku/src/kits/tracker/FilePanelPriv.cpp
/haiku/src/preferences/screen/ScreenMode.cpp
/haiku/src/preferences/screen/ScreenWindow.cpp
/haiku/src/tests/system/network/unix_dgram_test.cpp
/haiku/src/tools/fs_shell/vfs.cpp
1cdb3beb28-Feb-2024 SED4906 <sed4906birdie@gmail.com>

sdhci: add ACPI-enumerated device support

Change-Id: I5c42344b2499bd22581d6b564192decbce937645
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7456
Reviewed-by: Adrien Destugues <pulkomandy@pulko

sdhci: add ACPI-enumerated device support

Change-Id: I5c42344b2499bd22581d6b564192decbce937645
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7456
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>

show more ...


jam/packages/Haiku
/haiku/data/catalogs/add-ons/translators/jpeg/tr.catkeys
/haiku/data/catalogs/add-ons/translators/jpeg2000/tr.catkeys
/haiku/data/catalogs/add-ons/translators/rtf/tr.catkeys
/haiku/data/catalogs/apps/aboutsystem/es.catkeys
/haiku/data/catalogs/apps/aboutsystem/sv.catkeys
/haiku/data/catalogs/apps/aboutsystem/tr.catkeys
/haiku/data/catalogs/apps/activitymonitor/be.catkeys
/haiku/data/catalogs/apps/activitymonitor/ca.catkeys
/haiku/data/catalogs/apps/activitymonitor/cs.catkeys
/haiku/data/catalogs/apps/activitymonitor/da.catkeys
/haiku/data/catalogs/apps/activitymonitor/de.catkeys
/haiku/data/catalogs/apps/activitymonitor/el.catkeys
/haiku/data/catalogs/apps/activitymonitor/eo.catkeys
/haiku/data/catalogs/apps/activitymonitor/es.catkeys
/haiku/data/catalogs/apps/activitymonitor/fi.catkeys
/haiku/data/catalogs/apps/activitymonitor/fr.catkeys
/haiku/data/catalogs/apps/activitymonitor/fur.catkeys
/haiku/data/catalogs/apps/activitymonitor/hr.catkeys
/haiku/data/catalogs/apps/activitymonitor/hu.catkeys
/haiku/data/catalogs/apps/activitymonitor/id.catkeys
/haiku/data/catalogs/apps/activitymonitor/it.catkeys
/haiku/data/catalogs/apps/activitymonitor/ja.catkeys
/haiku/data/catalogs/apps/activitymonitor/lt.catkeys
/haiku/data/catalogs/apps/activitymonitor/nb.catkeys
/haiku/data/catalogs/apps/activitymonitor/nl.catkeys
/haiku/data/catalogs/apps/activitymonitor/pl.catkeys
/haiku/data/catalogs/apps/activitymonitor/pt.catkeys
/haiku/data/catalogs/apps/activitymonitor/pt_BR.catkeys
/haiku/data/catalogs/apps/activitymonitor/ro.catkeys
/haiku/data/catalogs/apps/activitymonitor/ru.catkeys
/haiku/data/catalogs/apps/activitymonitor/sk.catkeys
/haiku/data/catalogs/apps/activitymonitor/sv.catkeys
/haiku/data/catalogs/apps/activitymonitor/th.catkeys
/haiku/data/catalogs/apps/activitymonitor/tr.catkeys
/haiku/data/catalogs/apps/activitymonitor/uk.catkeys
/haiku/data/catalogs/apps/activitymonitor/zh_Hans.catkeys
/haiku/data/catalogs/apps/codycam/tr.catkeys
/haiku/data/catalogs/apps/cortex/RouteApp/tr.catkeys
/haiku/data/catalogs/apps/devices/tr.catkeys
/haiku/data/catalogs/apps/diskprobe/tr.catkeys
/haiku/data/catalogs/apps/drivesetup/ca.catkeys
/haiku/data/catalogs/apps/drivesetup/cs.catkeys
/haiku/data/catalogs/apps/drivesetup/da.catkeys
/haiku/data/catalogs/apps/drivesetup/de.catkeys
/haiku/data/catalogs/apps/drivesetup/el.catkeys
/haiku/data/catalogs/apps/drivesetup/eo.catkeys
/haiku/data/catalogs/apps/drivesetup/es.catkeys
/haiku/data/catalogs/apps/drivesetup/fi.catkeys
/haiku/data/catalogs/apps/drivesetup/fr.catkeys
/haiku/data/catalogs/apps/drivesetup/fur.catkeys
/haiku/data/catalogs/apps/drivesetup/hu.catkeys
/haiku/data/catalogs/apps/drivesetup/it.catkeys
/haiku/data/catalogs/apps/drivesetup/ja.catkeys
/haiku/data/catalogs/apps/drivesetup/nb.catkeys
/haiku/data/catalogs/apps/drivesetup/nl.catkeys
/haiku/data/catalogs/apps/drivesetup/pl.catkeys
/haiku/data/catalogs/apps/drivesetup/pt.catkeys
/haiku/data/catalogs/apps/drivesetup/pt_BR.catkeys
/haiku/data/catalogs/apps/drivesetup/ro.catkeys
/haiku/data/catalogs/apps/drivesetup/ru.catkeys
/haiku/data/catalogs/apps/drivesetup/sv.catkeys
/haiku/data/catalogs/apps/drivesetup/tr.catkeys
/haiku/data/catalogs/apps/drivesetup/uk.catkeys
/haiku/data/catalogs/apps/drivesetup/zh_Hans.catkeys
/haiku/data/catalogs/apps/haikudepot/tr.catkeys
/haiku/data/catalogs/apps/icon-o-matic/es.catkeys
/haiku/data/catalogs/apps/installer/tr.catkeys
/haiku/data/catalogs/apps/launchbox/tr.catkeys
/haiku/data/catalogs/apps/magnify/es.catkeys
/haiku/data/catalogs/apps/mail/tr.catkeys
/haiku/data/catalogs/apps/mediaconverter/tr.catkeys
/haiku/data/catalogs/apps/mediaplayer/es.catkeys
/haiku/data/catalogs/apps/mediaplayer/tr.catkeys
/haiku/data/catalogs/apps/poorman/tr.catkeys
/haiku/data/catalogs/apps/processcontroller/tr.catkeys
/haiku/data/catalogs/apps/terminal/tr.catkeys
/haiku/data/catalogs/apps/webpositive/es.catkeys
/haiku/data/catalogs/apps/workspaces/tr.catkeys
/haiku/data/catalogs/kits/be.catkeys
/haiku/data/catalogs/kits/ca.catkeys
/haiku/data/catalogs/kits/cs.catkeys
/haiku/data/catalogs/kits/da.catkeys
/haiku/data/catalogs/kits/de.catkeys
/haiku/data/catalogs/kits/el.catkeys
/haiku/data/catalogs/kits/eo.catkeys
/haiku/data/catalogs/kits/es.catkeys
/haiku/data/catalogs/kits/fi.catkeys
/haiku/data/catalogs/kits/fr.catkeys
/haiku/data/catalogs/kits/fur.catkeys
/haiku/data/catalogs/kits/hr.catkeys
/haiku/data/catalogs/kits/hu.catkeys
/haiku/data/catalogs/kits/id.catkeys
/haiku/data/catalogs/kits/it.catkeys
/haiku/data/catalogs/kits/ja.catkeys
/haiku/data/catalogs/kits/lt.catkeys
/haiku/data/catalogs/kits/nb.catkeys
/haiku/data/catalogs/kits/nl.catkeys
/haiku/data/catalogs/kits/package/solver/tr.catkeys
/haiku/data/catalogs/kits/package/tr.catkeys
/haiku/data/catalogs/kits/pl.catkeys
/haiku/data/catalogs/kits/pt.catkeys
/haiku/data/catalogs/kits/pt_BR.catkeys
/haiku/data/catalogs/kits/ro.catkeys
/haiku/data/catalogs/kits/ru.catkeys
/haiku/data/catalogs/kits/sk.catkeys
/haiku/data/catalogs/kits/sv.catkeys
/haiku/data/catalogs/kits/th.catkeys
/haiku/data/catalogs/kits/tr.catkeys
/haiku/data/catalogs/kits/tracker/es.catkeys
/haiku/data/catalogs/kits/tracker/sv.catkeys
/haiku/data/catalogs/kits/tracker/tr.catkeys
/haiku/data/catalogs/kits/uk.catkeys
/haiku/data/catalogs/kits/zh_Hans.catkeys
/haiku/data/catalogs/preferences/datatranslations/tr.catkeys
/haiku/data/catalogs/preferences/filetypes/tr.catkeys
/haiku/data/catalogs/preferences/keymap/tr.catkeys
/haiku/data/catalogs/preferences/locale/es.catkeys
/haiku/data/catalogs/preferences/locale/sv.catkeys
/haiku/data/catalogs/preferences/screen/es.catkeys
/haiku/data/catalogs/preferences/shortcuts/tr.catkeys
/haiku/data/catalogs/preferences/sounds/tr.catkeys
/haiku/data/catalogs/servers/mount/tr.catkeys
/haiku/data/catalogs/servers/print/tr.catkeys
/haiku/data/catalogs/servers/registrar/tr.catkeys
/haiku/data/catalogs/tests/kits/game/chart/tr.catkeys
/haiku/data/catalogs/tools/translation/inspector/tr.catkeys
/haiku/headers/os/BeBuild.h
/haiku/headers/private/interface/ColumnTypes.h
/haiku/src/add-ons/kernel/bus_managers/mmc/mmc_bus.cpp
/haiku/src/add-ons/kernel/busses/mmc/Jamfile
/haiku/src/add-ons/kernel/busses/mmc/sdhci.cpp
/haiku/src/add-ons/kernel/busses/mmc/sdhci.h
/haiku/src/add-ons/kernel/busses/mmc/sdhci_acpi.cpp
/haiku/src/add-ons/kernel/busses/mmc/sdhci_pci.cpp
/haiku/src/add-ons/kernel/busses/pci/ecam/ECAMPCIControllerACPI.cpp
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/es1370.c
/haiku/src/add-ons/kernel/drivers/input/usb_hid/QuirkyDevices.cpp
/haiku/src/add-ons/kernel/file_systems/btrfs/Inode.cpp
/haiku/src/add-ons/kernel/file_systems/btrfs/kernel_interface.cpp
/haiku/src/apps/activitymonitor/DataSource.cpp
/haiku/src/apps/activitymonitor/DataSource.h
/haiku/src/apps/showimage/ShowImageStatusView.cpp
/haiku/src/apps/showimage/ShowImageWindow.cpp
/haiku/src/apps/showimage/ShowImageWindow.h
/haiku/src/apps/webpositive/support/FontSelectionView.cpp
/haiku/src/bin/network/ping/main.c
/haiku/src/bin/pkgman/PackageManager.cpp
/haiku/src/bin/pkgman/PackageManager.h
/haiku/src/kits/interface/ColumnTypes.cpp
/haiku/src/kits/shared/StringForRate.cpp
/haiku/src/kits/shared/StringForSize.cpp
/haiku/src/system/kernel/arch/x86/ioapic.cpp
/haiku/src/system/kernel/device_manager/device_manager.cpp
/haiku/src/tools/fs_shell/fssh.cpp
/haiku/src/tools/fs_shell/vfs.cpp
1ee3891a27-Dec-2022 Oscar Lesta <oscar.lesta@gmail.com>

gutenprint: update from gutenprint8-5.3.1 to gutenprint9-5.3.4

Requires HaikuPorts#7573 to be merged.

Closes #17836.

Smoke-tested on beta4 32 bits:

Gutenprint printer addon loads libgutenprint.so

gutenprint: update from gutenprint8-5.3.1 to gutenprint9-5.3.4

Requires HaikuPorts#7573 to be merged.

Closes #17836.

Smoke-tested on beta4 32 bits:

Gutenprint printer addon loads libgutenprint.so.9.5.0, shows new
printer models from where to choose from at "install new printer"
time, and "prints something" when using the Print-To-File transport.

Change-Id: Ia40dfd3c2163795e83c2cc173fd510d64c4bf6c9
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5969
Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>

show more ...

9b8fbc0627-Mar-2024 Alexander von Gluck IV <kallisti5@unixzen.com>

x86_gcc2: Bump ffmpeg6 aligning to previous x86_64 change

Change-Id: I45b3fbe0b4ec014d185ea8c3ed8798ae316e54a9
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7554
Reviewed-by: Alex von Gluck IV

x86_gcc2: Bump ffmpeg6 aligning to previous x86_64 change

Change-Id: I45b3fbe0b4ec014d185ea8c3ed8798ae316e54a9
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7554
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org>

show more ...

5b5c8f7d29-Dec-2023 PulkoMandy <pulkomandy@pulkomandy.tk>

ffmpeg: update to ffmpeg 6

Partial change, for testing on x86_64. You need to build with
-sHAIKU_NO_DOWNLOADS=1 and manually provide the needed packages in
generated/downloads.

Confirmed working on

ffmpeg: update to ffmpeg 6

Partial change, for testing on x86_64. You need to build with
-sHAIKU_NO_DOWNLOADS=1 and manually provide the needed packages in
generated/downloads.

Confirmed working on x86_64. Other platforms will need similar updates.

Change-Id: I81ca4b1d81bd18e64f50250970e00e0a072072d3
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7278
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>

show more ...

f083212d19-Mar-2024 Alexander von Gluck IV <kallisti5@unixzen.com>

packages/riscv64: Bump openssh to latest native built

Change-Id: Ibac22c144a1e9eeca0189a7b729ce5bfd4b9972e

a40cec8416-Mar-2024 Alexander von Gluck IV <kallisti5@unixzen.com>

riscv64: Bump icu to 74, bump bash, add file, bump xz

* Update bash to a less-buggy working native build.
* Add file for python3
* Add readline for bash
* Update xz_utils to a working native build.

riscv64: Bump icu to 74, bump bash, add file, bump xz

* Update bash to a less-buggy working native build.
* Add file for python3
* Add readline for bash
* Update xz_utils to a working native build.

Change-Id: Iedfcb8277b242ea43a2fd870850057429c6b09e0
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7528
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>

show more ...


jam/repositories/HaikuPorts/riscv64
/haiku/data/catalogs/add-ons/mail_daemon/inbound_filters/notifier/cs.catkeys
/haiku/data/catalogs/add-ons/mail_daemon/inbound_filters/notifier/el.catkeys
/haiku/data/catalogs/add-ons/screen_savers/glife/tr.catkeys
/haiku/data/catalogs/add-ons/screen_savers/nebula/tr.catkeys
/haiku/data/catalogs/add-ons/screen_savers/shelf/el.catkeys
/haiku/data/catalogs/add-ons/tracker/zipomatic/tr.catkeys
/haiku/data/catalogs/add-ons/translators/jpeg/tr.catkeys
/haiku/data/catalogs/add-ons/translators/jpeg2000/tr.catkeys
/haiku/data/catalogs/add-ons/translators/png/tr.catkeys
/haiku/data/catalogs/add-ons/translators/tiff/tr.catkeys
/haiku/data/catalogs/add-ons/translators/webp/tr.catkeys
/haiku/data/catalogs/apps/aboutsystem/ca.catkeys
/haiku/data/catalogs/apps/aboutsystem/cs.catkeys
/haiku/data/catalogs/apps/aboutsystem/de.catkeys
/haiku/data/catalogs/apps/aboutsystem/el.catkeys
/haiku/data/catalogs/apps/aboutsystem/fr.catkeys
/haiku/data/catalogs/apps/aboutsystem/hu.catkeys
/haiku/data/catalogs/apps/aboutsystem/ja.catkeys
/haiku/data/catalogs/apps/aboutsystem/nb.catkeys
/haiku/data/catalogs/apps/aboutsystem/ro.catkeys
/haiku/data/catalogs/apps/aboutsystem/tr.catkeys
/haiku/data/catalogs/apps/charactermap/tr.catkeys
/haiku/data/catalogs/apps/clock/tr.catkeys
/haiku/data/catalogs/apps/cortex/InfoView/tr.catkeys
/haiku/data/catalogs/apps/cortex/MediaRoutingView/tr.catkeys
/haiku/data/catalogs/apps/cortex/RouteApp/tr.catkeys
/haiku/data/catalogs/apps/cortex/addons/Flanger/de.catkeys
/haiku/data/catalogs/apps/cortex/addons/Flanger/fr.catkeys
/haiku/data/catalogs/apps/cortex/addons/LoggingConsumer/de.catkeys
/haiku/data/catalogs/apps/cortex/addons/LoggingConsumer/fr.catkeys
/haiku/data/catalogs/apps/deskbar/el.catkeys
/haiku/data/catalogs/apps/diskprobe/el.catkeys
/haiku/data/catalogs/apps/expander/tr.catkeys
/haiku/data/catalogs/apps/haikudepot/cs.catkeys
/haiku/data/catalogs/apps/haikudepot/el.catkeys
/haiku/data/catalogs/apps/haikudepot/ru.catkeys
/haiku/data/catalogs/apps/icon-o-matic/el.catkeys
/haiku/data/catalogs/apps/icon-o-matic/tr.catkeys
/haiku/data/catalogs/apps/login/el.catkeys
/haiku/data/catalogs/apps/login/tr.catkeys
/haiku/data/catalogs/apps/magnify/el.catkeys
/haiku/data/catalogs/apps/mail/tr.catkeys
/haiku/data/catalogs/apps/mediaconverter/de.catkeys
/haiku/data/catalogs/apps/mediaconverter/fr.catkeys
/haiku/data/catalogs/apps/mediaconverter/tr.catkeys
/haiku/data/catalogs/apps/mediaplayer/cs.catkeys
/haiku/data/catalogs/apps/mediaplayer/el.catkeys
/haiku/data/catalogs/apps/mediaplayer/tr.catkeys
/haiku/data/catalogs/apps/networkstatus/el.catkeys
/haiku/data/catalogs/apps/overlayimage/el.catkeys
/haiku/data/catalogs/apps/packageinstaller/tr.catkeys
/haiku/data/catalogs/apps/pairs/tr.catkeys
/haiku/data/catalogs/apps/people/tr.catkeys
/haiku/data/catalogs/apps/poorman/el.catkeys
/haiku/data/catalogs/apps/poorman/tr.catkeys
/haiku/data/catalogs/apps/powerstatus/cs.catkeys
/haiku/data/catalogs/apps/powerstatus/el.catkeys
/haiku/data/catalogs/apps/powerstatus/fr.catkeys
/haiku/data/catalogs/apps/processcontroller/tr.catkeys
/haiku/data/catalogs/apps/pulse/el.catkeys
/haiku/data/catalogs/apps/screenshot/Screenshot/tr.catkeys
/haiku/data/catalogs/apps/screenshot/screenshot/el.catkeys
/haiku/data/catalogs/apps/screenshot/screenshot/tr.catkeys
/haiku/data/catalogs/apps/serialconnect/tr.catkeys
/haiku/data/catalogs/apps/showimage/cs.catkeys
/haiku/data/catalogs/apps/showimage/el.catkeys
/haiku/data/catalogs/apps/showimage/tr.catkeys
/haiku/data/catalogs/apps/softwareupdater/tr.catkeys
/haiku/data/catalogs/apps/stylededit/tr.catkeys
/haiku/data/catalogs/apps/sudoku/tr.catkeys
/haiku/data/catalogs/apps/terminal/tr.catkeys
/haiku/data/catalogs/apps/tv/el.catkeys
/haiku/data/catalogs/apps/tv/tr.catkeys
/haiku/data/catalogs/apps/webpositive/el.catkeys
/haiku/data/catalogs/apps/webpositive/tr.catkeys
/haiku/data/catalogs/apps/workspaces/el.catkeys
/haiku/data/catalogs/apps/workspaces/tr.catkeys
/haiku/data/catalogs/kits/bluetooth/tr.catkeys
/haiku/data/catalogs/kits/el.catkeys
/haiku/data/catalogs/kits/package/solver/tr.catkeys
/haiku/data/catalogs/kits/package/tr.catkeys
/haiku/data/catalogs/kits/tr.catkeys
/haiku/data/catalogs/kits/tracker/ca.catkeys
/haiku/data/catalogs/kits/tracker/cs.catkeys
/haiku/data/catalogs/kits/tracker/de.catkeys
/haiku/data/catalogs/kits/tracker/el.catkeys
/haiku/data/catalogs/kits/tracker/fr.catkeys
/haiku/data/catalogs/kits/tracker/hu.catkeys
/haiku/data/catalogs/kits/tracker/ja.catkeys
/haiku/data/catalogs/kits/tracker/nb.catkeys
/haiku/data/catalogs/kits/tracker/ro.catkeys
/haiku/data/catalogs/kits/tracker/tr.catkeys
/haiku/data/catalogs/preferences/bluetooth/tr.catkeys
/haiku/data/catalogs/preferences/datatranslations/tr.catkeys
/haiku/data/catalogs/preferences/filetypes/tr.catkeys
/haiku/data/catalogs/preferences/keymap/cs.catkeys
/haiku/data/catalogs/preferences/keymap/el.catkeys
/haiku/data/catalogs/preferences/locale/ca.catkeys
/haiku/data/catalogs/preferences/locale/cs.catkeys
/haiku/data/catalogs/preferences/locale/de.catkeys
/haiku/data/catalogs/preferences/locale/el.catkeys
/haiku/data/catalogs/preferences/locale/fr.catkeys
/haiku/data/catalogs/preferences/locale/hu.catkeys
/haiku/data/catalogs/preferences/locale/ja.catkeys
/haiku/data/catalogs/preferences/locale/nb.catkeys
/haiku/data/catalogs/preferences/locale/ro.catkeys
/haiku/data/catalogs/preferences/locale/tr.catkeys
/haiku/data/catalogs/preferences/screen/cs.catkeys
/haiku/data/catalogs/preferences/screen/el.catkeys
/haiku/data/catalogs/preferences/screen/fr.catkeys
/haiku/data/catalogs/preferences/screen/tr.catkeys
/haiku/data/catalogs/preferences/shortcuts/tr.catkeys
/haiku/data/catalogs/servers/mount/tr.catkeys
/haiku/data/catalogs/servers/registrar/tr.catkeys
/haiku/data/catalogs/servers/syslog_daemon/cs.catkeys
/haiku/data/catalogs/servers/syslog_daemon/el.catkeys
/haiku/data/catalogs/servers/syslog_daemon/fr.catkeys
/haiku/data/catalogs/servers/syslog_daemon/tr.catkeys
/haiku/data/catalogs/tests/kits/game/chart/cs.catkeys
/haiku/data/catalogs/tests/kits/game/chart/fr.catkeys
/haiku/data/system/boot/SetupEnvironment
/haiku/headers/compatibility/bsd/sys/time.h
/haiku/headers/os/drivers/KernelExport.h
/haiku/headers/os/interface/Font.h
/haiku/headers/private/kernel/arch/arm64/arch_cpu.h
/haiku/headers/private/kernel/arch/arm64/arch_thread_types.h
/haiku/headers/private/kernel/arch/int.h
/haiku/headers/private/kernel/arch/x86/arch_int.h
/haiku/headers/private/kernel/int.h
/haiku/headers/private/shared/WeakReferenceable.h
/haiku/src/add-ons/kernel/bus_managers/acpi/BusManager.cpp
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/platform/acgcc.h
/haiku/src/add-ons/kernel/busses/pci/designware/DWPCIController.h
/haiku/src/add-ons/kernel/busses/pci/designware/MsiInterruptCtrlDW.cpp
/haiku/src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
/haiku/src/add-ons/kernel/network/stack/net_socket.cpp
/haiku/src/add-ons/kernel/network/stack/stack.cpp
/haiku/src/add-ons/media/plugins/ffmpeg/AVCodecDecoder.cpp
/haiku/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp
/haiku/src/add-ons/media/plugins/ffmpeg/Utilities.h
/haiku/src/kits/interface/Font.cpp
/haiku/src/servers/app/ServerApp.cpp
/haiku/src/servers/app/font/AppFontManager.cpp
/haiku/src/servers/app/font/AppFontManager.h
/haiku/src/system/kernel/arch/arm/arch_int.cpp
/haiku/src/system/kernel/arch/arm/arch_int_gicv2.cpp
/haiku/src/system/kernel/arch/arm/arch_int_gicv2.h
/haiku/src/system/kernel/arch/arm/soc.h
/haiku/src/system/kernel/arch/arm/soc_omap3.cpp
/haiku/src/system/kernel/arch/arm/soc_omap3.h
/haiku/src/system/kernel/arch/arm/soc_pxa.cpp
/haiku/src/system/kernel/arch/arm/soc_pxa.h
/haiku/src/system/kernel/arch/arm/soc_sun4i.cpp
/haiku/src/system/kernel/arch/arm/soc_sun4i.h
/haiku/src/system/kernel/arch/arm64/arch_asm.S
/haiku/src/system/kernel/arch/arm64/arch_cpu.cpp
/haiku/src/system/kernel/arch/arm64/arch_int.cpp
/haiku/src/system/kernel/arch/generic/acpi_irq_routing_table.cpp
/haiku/src/system/kernel/arch/m68k/arch_int.cpp
/haiku/src/system/kernel/arch/mips/arch_int.cpp
/haiku/src/system/kernel/arch/ppc/arch_int.cpp
/haiku/src/system/kernel/arch/riscv64/arch_int.cpp
/haiku/src/system/kernel/arch/sparc/arch_int.cpp
/haiku/src/system/kernel/arch/x86/arch_int.cpp
/haiku/src/system/kernel/arch/x86/msi.cpp
/haiku/src/system/kernel/fs/vfs.cpp
/haiku/src/system/kernel/int.cpp
/haiku/src/system/kernel/platform/atari_m68k/platform.cpp
/haiku/src/tests/kits/locale/LanguageTest.cpp
/haiku/src/tests/kits/locale/LanguageTest.h
7845db6503-Mar-2024 PulkoMandy <pulkomandy@pulkomandy.tk>

Remove wqy_microhei font from Haiku release images

It has been replaced by Noto as the default font for CJK characters and
is not referenced anywhere else anymore.

Change-Id: I9eb706531deb44395d71e

Remove wqy_microhei font from Haiku release images

It has been replaced by Noto as the default font for CJK characters and
is not referenced anywhere else anymore.

Change-Id: I9eb706531deb44395d71e0a04b0ec5e2f2dea230
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7499
Reviewed-by: nephele nephele <nep-git@packageloss.eu>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>

show more ...


jam/DefaultBuildProfiles
/haiku/data/artwork/HAIKU logo - black on transparent - installer
/haiku/data/artwork/HAIKU logo - black on transparent - installer - development.png
/haiku/data/artwork/HAIKU logo - black on transparent - installer.png
/haiku/data/artwork/HAIKU logo - black on transparent - tiny - versioned.png
/haiku/data/artwork/HAIKU logo - black on transparent - tiny.png
/haiku/data/artwork/HAIKU logo - black on white - tiny
/haiku/data/artwork/HAIKU logo - black on white - tiny - versioned
/haiku/data/artwork/HAIKU logo - white on black - tiny
/haiku/data/artwork/HAIKU logo - white on transparent - installer
/haiku/data/artwork/HAIKU logo - white on transparent - installer - development.png
/haiku/data/artwork/HAIKU logo - white on transparent - installer.png
/haiku/data/artwork/HAIKU logo - white on transparent - tiny - versioned
/haiku/data/artwork/HAIKU logo - white on transparent - tiny - versioned.png
/haiku/data/artwork/HAIKU logo - white on transparent - tiny.png
/haiku/data/artwork/Walter logo.png
/haiku/data/catalogs/add-ons/disk_systems/bfs/tr.catkeys
/haiku/data/catalogs/add-ons/input_server/devices/keyboard/tr.catkeys
/haiku/data/catalogs/add-ons/mail_daemon/inbound_filters/match_header/tr.catkeys
/haiku/data/catalogs/add-ons/mail_daemon/inbound_filters/notifier/tr.catkeys
/haiku/data/catalogs/add-ons/mail_daemon/inbound_protocols/imap/tr.catkeys
/haiku/data/catalogs/add-ons/mail_daemon/inbound_protocols/pop3/tr.catkeys
/haiku/data/catalogs/add-ons/mail_daemon/outbound_protocols/smtp/tr.catkeys
/haiku/data/catalogs/add-ons/screen_savers/glife/tr.catkeys
/haiku/data/catalogs/add-ons/translators/exr/tr.catkeys
/haiku/data/catalogs/add-ons/translators/jpeg/tr.catkeys
/haiku/data/catalogs/add-ons/translators/jpeg2000/tr.catkeys
/haiku/data/catalogs/add-ons/translators/ppm/tr.catkeys
/haiku/data/catalogs/apps/aboutsystem/be.catkeys
/haiku/data/catalogs/apps/aboutsystem/ca.catkeys
/haiku/data/catalogs/apps/aboutsystem/cs.catkeys
/haiku/data/catalogs/apps/aboutsystem/da.catkeys
/haiku/data/catalogs/apps/aboutsystem/de.catkeys
/haiku/data/catalogs/apps/aboutsystem/el.catkeys
/haiku/data/catalogs/apps/aboutsystem/eo.catkeys
/haiku/data/catalogs/apps/aboutsystem/es.catkeys
/haiku/data/catalogs/apps/aboutsystem/fi.catkeys
/haiku/data/catalogs/apps/aboutsystem/fr.catkeys
/haiku/data/catalogs/apps/aboutsystem/fur.catkeys
/haiku/data/catalogs/apps/aboutsystem/hr.catkeys
/haiku/data/catalogs/apps/aboutsystem/hu.catkeys
/haiku/data/catalogs/apps/aboutsystem/id.catkeys
/haiku/data/catalogs/apps/aboutsystem/it.catkeys
/haiku/data/catalogs/apps/aboutsystem/ja.catkeys
/haiku/data/catalogs/apps/aboutsystem/lt.catkeys
/haiku/data/catalogs/apps/aboutsystem/nb.catkeys
/haiku/data/catalogs/apps/aboutsystem/nl.catkeys
/haiku/data/catalogs/apps/aboutsystem/pl.catkeys
/haiku/data/catalogs/apps/aboutsystem/pt.catkeys
/haiku/data/catalogs/apps/aboutsystem/pt_BR.catkeys
/haiku/data/catalogs/apps/aboutsystem/ro.catkeys
/haiku/data/catalogs/apps/aboutsystem/ru.catkeys
/haiku/data/catalogs/apps/aboutsystem/sk.catkeys
/haiku/data/catalogs/apps/aboutsystem/sv.catkeys
/haiku/data/catalogs/apps/aboutsystem/th.catkeys
/haiku/data/catalogs/apps/aboutsystem/tr.catkeys
/haiku/data/catalogs/apps/aboutsystem/uk.catkeys
/haiku/data/catalogs/apps/aboutsystem/zh_Hans.catkeys
/haiku/data/catalogs/apps/bootmanager/tr.catkeys
/haiku/data/catalogs/apps/charactermap/tr.catkeys
/haiku/data/catalogs/apps/clock/tr.catkeys
/haiku/data/catalogs/apps/codycam/tr.catkeys
/haiku/data/catalogs/apps/cortex/MediaRoutingView/tr.catkeys
/haiku/data/catalogs/apps/cortex/RouteApp/tr.catkeys
/haiku/data/catalogs/apps/cortex/TransportView/tr.catkeys
/haiku/data/catalogs/apps/cortex/addons/Flanger/tr.catkeys
/haiku/data/catalogs/apps/deskbar/tr.catkeys
/haiku/data/catalogs/apps/deskcalc/tr.catkeys
/haiku/data/catalogs/apps/devices/be.catkeys
/haiku/data/catalogs/apps/devices/ca.catkeys
/haiku/data/catalogs/apps/devices/cs.catkeys
/haiku/data/catalogs/apps/devices/da.catkeys
/haiku/data/catalogs/apps/devices/de.catkeys
/haiku/data/catalogs/apps/devices/el.catkeys
/haiku/data/catalogs/apps/devices/eo.catkeys
/haiku/data/catalogs/apps/devices/es.catkeys
/haiku/data/catalogs/apps/devices/fi.catkeys
/haiku/data/catalogs/apps/devices/fr.catkeys
/haiku/data/catalogs/apps/devices/fur.catkeys
/haiku/data/catalogs/apps/devices/hu.catkeys
/haiku/data/catalogs/apps/devices/id.catkeys
/haiku/data/catalogs/apps/devices/it.catkeys
/haiku/data/catalogs/apps/devices/ja.catkeys
/haiku/data/catalogs/apps/devices/lt.catkeys
/haiku/data/catalogs/apps/devices/nb.catkeys
/haiku/data/catalogs/apps/devices/nl.catkeys
/haiku/data/catalogs/apps/devices/pl.catkeys
/haiku/data/catalogs/apps/devices/pt.catkeys
/haiku/data/catalogs/apps/devices/pt_BR.catkeys
/haiku/data/catalogs/apps/devices/ro.catkeys
/haiku/data/catalogs/apps/devices/ru.catkeys
/haiku/data/catalogs/apps/devices/sk.catkeys
/haiku/data/catalogs/apps/devices/sv.catkeys
/haiku/data/catalogs/apps/devices/th.catkeys
/haiku/data/catalogs/apps/devices/tr.catkeys
/haiku/data/catalogs/apps/devices/uk.catkeys
/haiku/data/catalogs/apps/devices/zh_Hans.catkeys
/haiku/data/catalogs/apps/diskprobe/tr.catkeys
/haiku/data/catalogs/apps/drivesetup/tr.catkeys
/haiku/data/catalogs/apps/expander/tr.catkeys
/haiku/data/catalogs/apps/firstbootprompt/tr.catkeys
/haiku/data/catalogs/apps/glteapot/tr.catkeys
/haiku/data/catalogs/apps/haikudepot/ru.catkeys
/haiku/data/catalogs/apps/haikudepot/tr.catkeys
/haiku/data/catalogs/apps/icon-o-matic/tr.catkeys
/haiku/data/catalogs/apps/installer/tr.catkeys
/haiku/data/catalogs/apps/launchbox/tr.catkeys
/haiku/data/catalogs/apps/login/tr.catkeys
/haiku/data/catalogs/apps/magnify/tr.catkeys
/haiku/data/catalogs/apps/mail/tr.catkeys
/haiku/data/catalogs/apps/mediaconverter/tr.catkeys
/haiku/data/catalogs/apps/mediaplayer/tr.catkeys
/haiku/data/catalogs/apps/midiplayer/tr.catkeys
/haiku/data/catalogs/apps/networkstatus/tr.catkeys
/haiku/data/catalogs/apps/overlayimage/tr.catkeys
/haiku/data/catalogs/apps/packageinstaller/tr.catkeys
/haiku/data/catalogs/apps/people/tr.catkeys
/haiku/data/catalogs/apps/poorman/tr.catkeys
/haiku/data/catalogs/apps/powerstatus/ja.catkeys
/haiku/data/catalogs/apps/powerstatus/tr.catkeys
/haiku/data/catalogs/apps/processcontroller/tr.catkeys
/haiku/data/catalogs/apps/pulse/tr.catkeys
/haiku/data/catalogs/apps/showimage/tr.catkeys
/haiku/data/catalogs/apps/softwareupdater/tr.catkeys
/haiku/data/catalogs/apps/terminal/tr.catkeys
/haiku/data/catalogs/apps/text_search/tr.catkeys
/haiku/data/catalogs/apps/webpositive/tr.catkeys
/haiku/data/catalogs/bin/desklink/tr.catkeys
/haiku/data/catalogs/bin/filepanel/tr.catkeys
/haiku/data/catalogs/kits/media/tr.catkeys
/haiku/data/catalogs/kits/tr.catkeys
/haiku/data/catalogs/kits/tracker/tr.catkeys
/haiku/data/catalogs/preferences/bluetooth/tr.catkeys
/haiku/data/catalogs/preferences/datatranslations/tr.catkeys
/haiku/data/catalogs/preferences/filetypes/tr.catkeys
/haiku/data/catalogs/preferences/locale/tr.catkeys
/haiku/data/catalogs/preferences/media/tr.catkeys
/haiku/data/catalogs/preferences/network/tr.catkeys
/haiku/data/catalogs/preferences/notifications/tr.catkeys
/haiku/data/catalogs/preferences/repositories/tr.catkeys
/haiku/data/catalogs/preferences/shortcuts/tr.catkeys
/haiku/data/catalogs/preferences/time/tr.catkeys
/haiku/data/catalogs/servers/debug/tr.catkeys
/haiku/data/catalogs/servers/mount/tr.catkeys
/haiku/data/catalogs/tools/translation/inspector/tr.catkeys
/haiku/docs/user/interface/GraphicsDefs.dox
/haiku/headers/os/drivers/PCI.h
/haiku/headers/os/drivers/bus/PCI.h
/haiku/headers/os/interface/Font.h
/haiku/headers/os/interface/GraphicsDefs.h
/haiku/headers/os/locale/NumberFormat.h
/haiku/headers/private/interface/ColorConversion.h
/haiku/headers/private/interface/Spinner.h
/haiku/headers/private/kernel/arch/generic/msi.h
/haiku/headers/private/kernel/arch/x86/msi.h
/haiku/src/add-ons/control_look/BeControlLook/BeControlLook.cpp
/haiku/src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
/haiku/src/add-ons/control_look/FlatControlLook/FlatControlLook.h
/haiku/src/add-ons/control_look/FlatControlLook/FlatControlLook.rdef
/haiku/src/add-ons/kernel/bus_managers/pci/pci.cpp
/haiku/src/add-ons/kernel/bus_managers/pci/pci.h
/haiku/src/add-ons/kernel/bus_managers/pci/pci_device.cpp
/haiku/src/add-ons/kernel/bus_managers/pci/pci_module.cpp
/haiku/src/add-ons/kernel/bus_managers/pci/pci_msi.h
/haiku/src/add-ons/kernel/busses/i2c/pch/pch_i2c.cpp
/haiku/src/add-ons/kernel/busses/i2c/pch/pch_i2c.h
/haiku/src/add-ons/kernel/busses/i2c/pch/pch_i2c_pci.cpp
/haiku/src/add-ons/kernel/busses/pci/designware/DWPCIController.h
/haiku/src/add-ons/kernel/busses/pci/designware/MsiInterruptCtrlDW.cpp
/haiku/src/add-ons/kernel/busses/scsi/ahci/ahci_controller.cpp
/haiku/src/add-ons/kernel/busses/scsi/ahci/ahci_controller.h
/haiku/src/add-ons/kernel/busses/usb/ehci.cpp
/haiku/src/add-ons/kernel/busses/usb/ehci.h
/haiku/src/add-ons/kernel/busses/usb/ohci.cpp
/haiku/src/add-ons/kernel/busses/usb/ohci.h
/haiku/src/add-ons/kernel/busses/usb/uhci.cpp
/haiku/src/add-ons/kernel/busses/usb/uhci.h
/haiku/src/add-ons/kernel/busses/usb/xhci.cpp
/haiku/src/add-ons/kernel/busses/usb/xhci.h
/haiku/src/add-ons/kernel/busses/virtio/virtio_pci/virtio_pci.cpp
/haiku/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp
/haiku/src/add-ons/kernel/drivers/disk/nvme/nvme_disk.cpp
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/intel_extreme.cpp
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
/haiku/src/add-ons/kernel/drivers/power/acpi_ac/acpi_ac.cpp
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/acpi_lid.cpp
/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/acpi_thermal.c
/haiku/src/add-ons/kernel/network/protocols/ipv4/ipv4.cpp
/haiku/src/add-ons/kernel/network/protocols/ipv6/ipv6.cpp
/haiku/src/add-ons/kernel/network/protocols/tcp/EndpointManager.cpp
/haiku/src/add-ons/kernel/network/protocols/tcp/EndpointManager.h
/haiku/src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
/haiku/src/add-ons/media/media-add-ons/multi_audio/MultiAudioNode.cpp
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/UVCCamDevice.cpp
/haiku/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp
/haiku/src/apps/aboutsystem/AboutSystem.cpp
/haiku/src/apps/aboutsystem/AboutSystem.rdef
/haiku/src/apps/aboutsystem/Credits.h
/haiku/src/apps/deskbar/Switcher.cpp
/haiku/src/apps/deskcalc/CalcView.cpp
/haiku/src/apps/deskcalc/CalcView.h
/haiku/src/apps/deskcalc/ExpressionTextView.cpp
/haiku/src/apps/devices/DevicesView.cpp
/haiku/src/apps/devices/DevicesView.h
/haiku/src/apps/drivesetup/DiskView.cpp
/haiku/src/apps/haikudepot/HaikuDepotConstants.h
/haiku/src/apps/haikudepot/model/CreateUserDetail.cpp
/haiku/src/apps/haikudepot/model/CreateUserDetail.h
/haiku/src/apps/haikudepot/model/LanguageModel.cpp
/haiku/src/apps/haikudepot/model/LanguageModel.h
/haiku/src/apps/haikudepot/model/Model.cpp
/haiku/src/apps/haikudepot/packagemodel/Language.cpp
/haiku/src/apps/haikudepot/packagemodel/UserRating.cpp
/haiku/src/apps/haikudepot/packagemodel/UserRating.h
/haiku/src/apps/haikudepot/server/AbstractSingleFileServerProcess.cpp
/haiku/src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
/haiku/src/apps/haikudepot/server/ServerReferenceDataUpdateProcess.cpp
/haiku/src/apps/haikudepot/server/WebAppInterface.cpp
/haiku/src/apps/haikudepot/server/WebAppInterface.h
/haiku/src/apps/haikudepot/server/schema/dumpexportreference.json
/haiku/src/apps/haikudepot/server/schema/dumpexportrepository.json
/haiku/src/apps/haikudepot/ui/RatePackageWindow.cpp
/haiku/src/apps/haikudepot/ui/RatePackageWindow.h
/haiku/src/apps/haikudepot/ui/UserLoginWindow.cpp
/haiku/src/apps/haikudepot/ui/UserLoginWindow.h
/haiku/src/apps/haikudepot/util/AppUtils.cpp
/haiku/src/apps/haikudepot/util/AppUtils.h
/haiku/src/apps/haikudepot/util/LanguageMenuUtils.cpp
/haiku/src/apps/haikudepot/util/LanguageMenuUtils.h
/haiku/src/apps/installer/Installer.rdef
/haiku/src/apps/installer/InstallerWindow.cpp
/haiku/src/apps/installer/Jamfile
/haiku/src/apps/mediaplayer/settings/SettingsWindow.cpp
/haiku/src/apps/powerstatus/PowerStatusView.cpp
/haiku/src/apps/terminal/TermViewStates.cpp
/haiku/src/apps/terminal/VTkeymap.h
/haiku/src/apps/webpositive/URLInputGroup.cpp
/haiku/src/bin/network/ping/ping.c
/haiku/src/bin/network/ping/ping6.c
/haiku/src/bin/network/traceroute/Jamfile
/haiku/src/bin/network/traceroute/as.c
/haiku/src/bin/network/traceroute/as.h
/haiku/src/bin/network/traceroute/ifaddrlist.c
/haiku/src/bin/network/traceroute/traceroute.c
/haiku/src/data/keymaps/Albanian.keymap
/haiku/src/data/keymaps/Arabic (102).keymap
/haiku/src/data/keymaps/Belgian (comma).keymap
/haiku/src/data/keymaps/Belgian (point).keymap
/haiku/src/data/keymaps/Brazilian (ABNT2).keymap
/haiku/src/data/keymaps/Bulgarian (Cyrillic).keymap
/haiku/src/data/keymaps/Canadian-French.keymap
/haiku/src/data/keymaps/Danish.keymap
/haiku/src/data/keymaps/Dutch.keymap
/haiku/src/data/keymaps/Esperanto.keymap
/haiku/src/data/keymaps/Estonian.keymap
/haiku/src/data/keymaps/Faeroese.keymap
/haiku/src/data/keymaps/French (Bépo).keymap
/haiku/src/data/keymaps/Friulian.keymap
/haiku/src/data/keymaps/German.keymap
/haiku/src/data/keymaps/Greek.keymap
/haiku/src/data/keymaps/Hebrew.keymap
/haiku/src/data/keymaps/Hungarian.keymap
/haiku/src/data/keymaps/ISO-9995.keymap
/haiku/src/data/keymaps/Icelandic.keymap
/haiku/src/data/keymaps/Irish.keymap
/haiku/src/data/keymaps/Italian.keymap
/haiku/src/data/keymaps/Latin-American.keymap
/haiku/src/data/keymaps/Macedonian.keymap
/haiku/src/data/keymaps/Norwegian.keymap
/haiku/src/data/keymaps/Polish (Typewriter).keymap
/haiku/src/data/keymaps/Polish.keymap
/haiku/src/data/keymaps/Portuguese.keymap
/haiku/src/data/keymaps/Romanian.keymap
/haiku/src/data/keymaps/Russian (Yawert).keymap
/haiku/src/data/keymaps/Serbian (Cyrillic).keymap
/haiku/src/data/keymaps/Serbian (Latin).keymap
/haiku/src/data/keymaps/Slovak.keymap
/haiku/src/data/keymaps/Slovene.keymap
/haiku/src/data/keymaps/Spanish (Dvorak).keymap
/haiku/src/data/keymaps/Spanish.keymap
/haiku/src/data/keymaps/Swedish.keymap
/haiku/src/data/keymaps/Swiss-French.keymap
/haiku/src/data/keymaps/Swiss-German.keymap
/haiku/src/data/keymaps/Thai (TIS-820.2538).keymap
/haiku/src/data/keymaps/Turkish (Type-F).keymap
/haiku/src/data/keymaps/Turkish (Type-Q).keymap
/haiku/src/data/keymaps/US-International.keymap
/haiku/src/kits/interface/Font.cpp
/haiku/src/kits/interface/GraphicsDefs.cpp
/haiku/src/kits/interface/HaikuControlLook.cpp
/haiku/src/kits/interface/Spinner.cpp
/haiku/src/kits/interface/StatusBar.cpp
/haiku/src/kits/locale/NumberFormat.cpp
/haiku/src/kits/tracker/PoseView.cpp
/haiku/src/kits/tracker/PoseView.h
/haiku/src/kits/tracker/TextWidget.cpp
/haiku/src/kits/tracker/Tracker.cpp
/haiku/src/kits/tracker/Utilities.cpp
/haiku/src/libs/compat/freebsd_network/pci.cpp
/haiku/src/preferences/appearance/APRView.cpp
/haiku/src/preferences/locale/FormatSettingsView.cpp
/haiku/src/servers/app/ServerApp.cpp
/haiku/src/servers/app/ServerFont.h
/haiku/src/servers/app/font/AppFontManager.cpp
/haiku/src/servers/app/font/AppFontManager.h
/haiku/src/servers/app/font/FontCacheEntry.cpp
/haiku/src/servers/app/font/GlobalFontManager.cpp
/haiku/src/system/kernel/arch/generic/generic_msi.cpp
/haiku/src/system/kernel/arch/x86/msi.cpp
/haiku/src/system/kernel/device_manager/device_manager.cpp
/haiku/src/system/kernel/vm/vm.cpp
/haiku/src/tests/add-ons/kernel/network/Jamfile
/haiku/src/tests/apps/haikudepot/HaikuDepotTestAddon.cpp
/haiku/src/tests/apps/haikudepot/Jamfile
/haiku/src/tests/apps/haikudepot/LanguageModelTest.cpp
/haiku/src/tests/apps/haikudepot/LanguageModelTest.h
/haiku/src/tests/apps/haikudepot/StringUtilsTest.cpp
/haiku/src/tests/kits/app/messaging/Jamfile
/haiku/src/tests/kits/interface/GetMouseTest.cpp
3bf4cdb724-Feb-2024 Jérôme Duval <jerome.duval@gmail.com>

network/ping: update to freebsd-current

* our ip modules don't support connect()/send(). Just use sendto().
* ping6 disappears, ping supports -4 or -6 to force IPv4 or IPv6

Change-Id: I1e982e354cc7

network/ping: update to freebsd-current

* our ip modules don't support connect()/send(). Just use sendto().
* ping6 disappears, ping supports -4 or -6 to force IPv4 or IPv6

Change-Id: I1e982e354cc75d3a314c5bbbfffa0373e8f4d9af
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7427
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

show more ...


jam/images/definitions/minimum
/haiku/data/catalogs/apps/aboutsystem/fi.catkeys
/haiku/data/catalogs/apps/aboutsystem/ru.catkeys
/haiku/data/catalogs/apps/firstbootprompt/ru.catkeys
/haiku/data/catalogs/apps/haikudepot/fi.catkeys
/haiku/data/catalogs/apps/haikudepot/fur.catkeys
/haiku/data/catalogs/apps/haikudepot/ro.catkeys
/haiku/data/catalogs/apps/haikudepot/ru.catkeys
/haiku/data/catalogs/apps/haikudepot/tr.catkeys
/haiku/data/catalogs/apps/installer/ru.catkeys
/haiku/data/catalogs/apps/mediaplayer/fi.catkeys
/haiku/data/catalogs/apps/networkstatus/tr.catkeys
/haiku/data/catalogs/apps/people/tr.catkeys
/haiku/data/catalogs/apps/powerstatus/fi.catkeys
/haiku/data/catalogs/apps/softwareupdater/tr.catkeys
/haiku/data/catalogs/kits/tracker/fi.catkeys
/haiku/data/catalogs/preferences/appearance/tr.catkeys
/haiku/data/catalogs/preferences/keymap/fi.catkeys
/haiku/data/catalogs/preferences/keymap/hu.catkeys
/haiku/data/catalogs/preferences/locale/tr.catkeys
/haiku/data/catalogs/preferences/network/hu.catkeys
/haiku/data/catalogs/preferences/notifications/tr.catkeys
/haiku/data/catalogs/preferences/screen/ca.catkeys
/haiku/data/catalogs/preferences/screen/de.catkeys
/haiku/data/catalogs/preferences/screen/fi.catkeys
/haiku/data/catalogs/preferences/screen/fur.catkeys
/haiku/data/catalogs/preferences/screen/hu.catkeys
/haiku/data/catalogs/preferences/screen/ja.catkeys
/haiku/data/catalogs/preferences/screen/nb.catkeys
/haiku/data/catalogs/preferences/screen/ro.catkeys
/haiku/data/catalogs/preferences/screen/sv.catkeys
/haiku/data/catalogs/preferences/screen/tr.catkeys
/haiku/docs/user/posix/_libroot.dox
/haiku/docs/user/storage/storageintro.dox
/haiku/headers/compatibility/bsd/stdlib.h
/haiku/headers/compatibility/bsd/sys/param.h
/haiku/headers/compatibility/bsd/sys/time.h
/haiku/headers/posix/fcntl.h
/haiku/headers/posix/netinet/ip_icmp.h
/haiku/src/add-ons/kernel/drivers/power/acpi_ac/acpi_ac.cpp
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/acpi_lid.cpp
/haiku/src/add-ons/kernel/network/datalink_protocols/loopback_frame/loopback_frame.cpp
/haiku/src/add-ons/kernel/network/devices/tunnel/tunnel.cpp
/haiku/src/add-ons/kernel/network/stack/datalink.cpp
/haiku/src/add-ons/kernel/network/stack/stack_private.h
/haiku/src/add-ons/media/plugins/ffmpeg/AVCodecDecoder.cpp
/haiku/src/add-ons/media/plugins/ffmpeg/AVCodecEncoder.cpp
/haiku/src/add-ons/media/plugins/ffmpeg/AVCodecEncoder.h
/haiku/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp
/haiku/src/add-ons/media/plugins/ffmpeg/AVFormatWriter.cpp
/haiku/src/add-ons/media/plugins/raw_decoder/RawDecoderPlugin.cpp
/haiku/src/apps/aboutsystem/AboutSystem.cpp
/haiku/src/apps/haikudepot/build/scripts/jsonschema2cppparser.py
/haiku/src/bin/network/Jamfile
/haiku/src/bin/network/ping/Jamfile
/haiku/src/bin/network/ping/main.c
/haiku/src/bin/network/ping/main.h
/haiku/src/bin/network/ping/ping.c
/haiku/src/bin/network/ping/ping.h
/haiku/src/bin/network/ping/ping6.c
/haiku/src/bin/network/ping/ping6.h
/haiku/src/bin/network/ping/utils.c
/haiku/src/bin/network/ping/utils.h
/haiku/src/data/package_infos/generic/haiku
/haiku/src/kits/app/KeyStore.cpp
/haiku/src/kits/interface/Menu.cpp
/haiku/src/libs/bsd/Jamfile
/haiku/src/libs/bsd/strtonum.c
/haiku/src/servers/app/BitmapManager.cpp
/haiku/src/servers/app/Screen.cpp
/haiku/src/servers/app/Screen.h
/haiku/src/servers/app/ServerConfig.h
/haiku/src/servers/app/font/GlobalFontManager.cpp
/haiku/src/servers/app/font/GlyphLayoutEngine.h
/haiku/src/system/libroot/add-ons/icu/ICUCtypeData.cpp
/haiku/src/system/libroot/add-ons/icu/Jamfile
cac7a2f425-Jan-2024 Alexander von Gluck IV <kallisti5@unixzen.com>

icu: bump OS (and all dependencies) to ICU 74

* Non-x86 will likely break until they get an updated icu74
build-package

Change-Id: I5762d14f848e1c4e9b837e1dea9c1a54efa8401d
Reviewed-on: https://r

icu: bump OS (and all dependencies) to ICU 74

* Non-x86 will likely break until they get an updated icu74
build-package

Change-Id: I5762d14f848e1c4e9b837e1dea9c1a54efa8401d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7346
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>

show more ...


/haiku/Jamfile
jam/BuildFeatures
jam/DefaultBuildProfiles
jam/repositories/HaikuPorts/x86_64
jam/repositories/HaikuPorts/x86_gcc2
/haiku/data/catalogs/apps/haikudepot/ca.catkeys
/haiku/data/catalogs/apps/haikudepot/de.catkeys
/haiku/data/catalogs/apps/haikudepot/hu.catkeys
/haiku/data/catalogs/apps/haikudepot/ja.catkeys
/haiku/data/catalogs/apps/haikudepot/nb.catkeys
/haiku/data/catalogs/apps/haikudepot/sv.catkeys
/haiku/data/catalogs/apps/powerstatus/ja.catkeys
/haiku/data/catalogs/apps/serialconnect/de.catkeys
/haiku/data/catalogs/kits/tracker/be.catkeys
/haiku/data/catalogs/kits/tracker/ca.catkeys
/haiku/data/catalogs/kits/tracker/cs.catkeys
/haiku/data/catalogs/kits/tracker/da.catkeys
/haiku/data/catalogs/kits/tracker/de.catkeys
/haiku/data/catalogs/kits/tracker/el.catkeys
/haiku/data/catalogs/kits/tracker/eo.catkeys
/haiku/data/catalogs/kits/tracker/es.catkeys
/haiku/data/catalogs/kits/tracker/fi.catkeys
/haiku/data/catalogs/kits/tracker/fr.catkeys
/haiku/data/catalogs/kits/tracker/fur.catkeys
/haiku/data/catalogs/kits/tracker/hr.catkeys
/haiku/data/catalogs/kits/tracker/hu.catkeys
/haiku/data/catalogs/kits/tracker/id.catkeys
/haiku/data/catalogs/kits/tracker/it.catkeys
/haiku/data/catalogs/kits/tracker/ja.catkeys
/haiku/data/catalogs/kits/tracker/lt.catkeys
/haiku/data/catalogs/kits/tracker/nb.catkeys
/haiku/data/catalogs/kits/tracker/nl.catkeys
/haiku/data/catalogs/kits/tracker/pl.catkeys
/haiku/data/catalogs/kits/tracker/pt.catkeys
/haiku/data/catalogs/kits/tracker/pt_BR.catkeys
/haiku/data/catalogs/kits/tracker/ro.catkeys
/haiku/data/catalogs/kits/tracker/ru.catkeys
/haiku/data/catalogs/kits/tracker/sk.catkeys
/haiku/data/catalogs/kits/tracker/sv.catkeys
/haiku/data/catalogs/kits/tracker/th.catkeys
/haiku/data/catalogs/kits/tracker/tr.catkeys
/haiku/data/catalogs/kits/tracker/uk.catkeys
/haiku/data/catalogs/kits/tracker/zh_Hans.catkeys
/haiku/data/catalogs/preferences/screen/be.catkeys
/haiku/data/catalogs/preferences/screen/ca.catkeys
/haiku/data/catalogs/preferences/screen/cs.catkeys
/haiku/data/catalogs/preferences/screen/da.catkeys
/haiku/data/catalogs/preferences/screen/de.catkeys
/haiku/data/catalogs/preferences/screen/el.catkeys
/haiku/data/catalogs/preferences/screen/eo.catkeys
/haiku/data/catalogs/preferences/screen/es.catkeys
/haiku/data/catalogs/preferences/screen/fi.catkeys
/haiku/data/catalogs/preferences/screen/fr.catkeys
/haiku/data/catalogs/preferences/screen/fur.catkeys
/haiku/data/catalogs/preferences/screen/hr.catkeys
/haiku/data/catalogs/preferences/screen/hu.catkeys
/haiku/data/catalogs/preferences/screen/id.catkeys
/haiku/data/catalogs/preferences/screen/it.catkeys
/haiku/data/catalogs/preferences/screen/ja.catkeys
/haiku/data/catalogs/preferences/screen/lt.catkeys
/haiku/data/catalogs/preferences/screen/nb.catkeys
/haiku/data/catalogs/preferences/screen/nl.catkeys
/haiku/data/catalogs/preferences/screen/pl.catkeys
/haiku/data/catalogs/preferences/screen/pt.catkeys
/haiku/data/catalogs/preferences/screen/pt_BR.catkeys
/haiku/data/catalogs/preferences/screen/ro.catkeys
/haiku/data/catalogs/preferences/screen/ru.catkeys
/haiku/data/catalogs/preferences/screen/sk.catkeys
/haiku/data/catalogs/preferences/screen/sv.catkeys
/haiku/data/catalogs/preferences/screen/th.catkeys
/haiku/data/catalogs/preferences/screen/tr.catkeys
/haiku/data/catalogs/preferences/screen/uk.catkeys
/haiku/data/catalogs/preferences/screen/zh_Hans.catkeys
/haiku/docs/develop/file_systems/overview.rst
/haiku/docs/develop/file_systems/userlandfs.rst
/haiku/docs/develop/file_systems/xfs.rst
/haiku/headers/os/interface/InterfaceDefs.h
/haiku/src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
/haiku/src/add-ons/kernel/drivers/audio/usb/Device.cpp
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/RNDISDevice.cpp
/haiku/src/add-ons/kernel/drivers/power/acpi_ac/Jamfile
/haiku/src/apps/terminal/TermWindow.cpp
/haiku/src/bin/listusb/listusb.cpp
/haiku/src/bin/listusb/usb_audio.cpp
/haiku/src/preferences/filetypes/ApplicationTypesWindow.cpp
/haiku/src/preferences/screen/ScreenWindow.cpp
/haiku/src/servers/notification/NotificationView.cpp
/haiku/src/servers/package/Volume.cpp
/haiku/src/system/kernel/DPC.cpp
/haiku/src/system/libroot/add-ons/icu/ICUCtypeData.cpp
/haiku/src/tools/fs_shell/fssh.cpp
123fa38601-Feb-2024 Augustin Cavalier <waddlesplash@gmail.com>

usb_audio: Add to regular image.

Requires multiple media server restarts to switch
outputs to it, but that's a known media services
problem (#12777 and #12776.)

Input doesn't work quite right with

usb_audio: Add to regular image.

Requires multiple media server restarts to switch
outputs to it, but that's a known media services
problem (#12777 and #12776.)

Input doesn't work quite right with the hardware
I've been testing with, but that's also a known
problem it seems (#9951). Meanwhile, output
seems to work pretty well, once it gets going.

show more ...

cbe17a5f30-Jan-2024 Joachim Mairböck <j.mairboeck@gmail.com>

haiku_extras: add provides for TV and acpi_call

Also fix the broken DeskBar symlink for TV.

Change-Id: I23a9cc5cf3e3d0c6ae1608a3b96a37e9a8c431a2
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7

haiku_extras: add provides for TV and acpi_call

Also fix the broken DeskBar symlink for TV.

Change-Id: I23a9cc5cf3e3d0c6ae1608a3b96a37e9a8c431a2
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7362
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

show more ...


jam/packages/HaikuExtras
/haiku/data/catalogs/add-ons/mail_daemon/inbound_filters/notifier/pt.catkeys
/haiku/data/catalogs/add-ons/screen_savers/spider/es.catkeys
/haiku/data/catalogs/add-ons/translators/webp/pt.catkeys
/haiku/data/catalogs/apps/aboutsystem/es.catkeys
/haiku/data/catalogs/apps/aboutsystem/pt.catkeys
/haiku/data/catalogs/apps/charactermap/pt.catkeys
/haiku/data/catalogs/apps/cortex/addons/Flanger/es.catkeys
/haiku/data/catalogs/apps/cortex/addons/LoggingConsumer/es.catkeys
/haiku/data/catalogs/apps/cortex/support/es.catkeys
/haiku/data/catalogs/apps/devices/es.catkeys
/haiku/data/catalogs/apps/diskprobe/es.catkeys
/haiku/data/catalogs/apps/glteapot/es.catkeys
/haiku/data/catalogs/apps/haikudepot/es.catkeys
/haiku/data/catalogs/apps/icon-o-matic/es.catkeys
/haiku/data/catalogs/apps/installer/es.catkeys
/haiku/data/catalogs/apps/launchbox/es.catkeys
/haiku/data/catalogs/apps/mail/es.catkeys
/haiku/data/catalogs/apps/mediaconverter/es.catkeys
/haiku/data/catalogs/apps/mediaplayer/es.catkeys
/haiku/data/catalogs/apps/powerstatus/nb.catkeys
/haiku/data/catalogs/apps/powerstatus/sv.catkeys
/haiku/data/catalogs/apps/powerstatus/uk.catkeys
/haiku/data/catalogs/apps/serialconnect/es.catkeys
/haiku/data/catalogs/apps/showimage/es.catkeys
/haiku/data/catalogs/apps/terminal/es.catkeys
/haiku/data/catalogs/apps/tv/es.catkeys
/haiku/data/catalogs/apps/webpositive/es.catkeys
/haiku/data/catalogs/kits/tracker/es.catkeys
/haiku/data/catalogs/preferences/filetypes/ru.catkeys
/haiku/data/catalogs/preferences/keymap/es.catkeys
/haiku/data/catalogs/preferences/keymap/sv.catkeys
/haiku/data/catalogs/servers/syslog_daemon/es.catkeys
/haiku/data/catalogs/tests/kits/game/chart/es.catkeys
/haiku/data/catalogs/tests/kits/game/chart/pt.catkeys
/haiku/data/system/boot/first_login/default_deskbar_items.sh
/haiku/docs/user/interface/Dragger.dox
/haiku/docs/user/interface/ListView.dox
/haiku/docs/user/interface/Menu.dox
/haiku/docs/user/interface/OutlineListView.dox
/haiku/docs/user/interface/View.dox
/haiku/headers/os/InterfaceKit.h
/haiku/headers/os/interface/OutlineListView.h
/haiku/src/add-ons/kernel/bus_managers/usb/Pipe.cpp
/haiku/src/add-ons/kernel/busses/usb/ohci.cpp
/haiku/src/add-ons/kernel/busses/usb/uhci.cpp
/haiku/src/add-ons/kernel/busses/usb/xhci.cpp
/haiku/src/add-ons/kernel/busses/usb/xhci.h
/haiku/src/add-ons/kernel/drivers/audio/usb/Device.cpp
/haiku/src/add-ons/kernel/drivers/audio/usb/Stream.cpp
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/usb_disk.cpp
/haiku/src/add-ons/kernel/drivers/graphics/virtio/virtio_gpu.cpp
/haiku/src/add-ons/kernel/generic/tty/tty.cpp
/haiku/src/add-ons/kernel/network/protocols/ipv4/ipv4.cpp
/haiku/src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
/haiku/src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.h
/haiku/src/add-ons/kernel/network/protocols/tcp/tcp.cpp
/haiku/src/add-ons/kernel/network/protocols/tcp/tcp.h
/haiku/src/add-ons/media/plugins/ffmpeg/AVCodecDecoder.cpp
/haiku/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp
/haiku/src/apps/networkstatus/WirelessNetworkMenuItem.cpp
/haiku/src/apps/powerstatus/PowerStatus.cpp
/haiku/src/bin/desklink/DeskButton.cpp
/haiku/src/bin/desklink/desklink.cpp
/haiku/src/data/package_infos/generic/haiku_extras
/haiku/src/kits/interface/Menu.cpp
/haiku/src/kits/interface/OutlineListView.cpp
/haiku/src/kits/interface/ScrollView.cpp
/haiku/src/kits/storage/mime/SupportingApps.cpp
/haiku/src/kits/tracker/Commands.h
/haiku/src/kits/tracker/ContainerWindow.cpp
/haiku/src/kits/tracker/ContainerWindow.h
/haiku/src/kits/tracker/DeskWindow.cpp
/haiku/src/kits/tracker/DeskWindow.h
/haiku/src/kits/tracker/DraggableContainerIcon.cpp
/haiku/src/kits/tracker/DraggableContainerIcon.h
/haiku/src/kits/tracker/FSUtils.cpp
/haiku/src/kits/tracker/FilePanel.cpp
/haiku/src/kits/tracker/FilePanelPriv.cpp
/haiku/src/kits/tracker/FilePanelPriv.h
/haiku/src/kits/tracker/FindPanel.cpp
/haiku/src/kits/tracker/FindPanel.h
/haiku/src/kits/tracker/Jamfile
/haiku/src/kits/tracker/OpenWithWindow.cpp
/haiku/src/kits/tracker/OpenWithWindow.h
/haiku/src/kits/tracker/Pose.h
/haiku/src/kits/tracker/PoseView.cpp
/haiku/src/kits/tracker/PoseView.h
/haiku/src/kits/tracker/PoseViewScripting.cpp
/haiku/src/kits/tracker/QueryContainerWindow.cpp
/haiku/src/kits/tracker/QueryContainerWindow.h
/haiku/src/kits/tracker/QueryPoseView.cpp
/haiku/src/kits/tracker/QueryPoseView.h
/haiku/src/kits/tracker/TextWidget.cpp
/haiku/src/kits/tracker/TitleView.cpp
/haiku/src/kits/tracker/TrackerDefaults.h
/haiku/src/kits/tracker/TrackerSettings.cpp
/haiku/src/kits/tracker/TrackerSettings.h
/haiku/src/kits/tracker/TrackerSettingsWindow.h
/haiku/src/kits/tracker/Utilities.cpp
/haiku/src/kits/tracker/Utilities.h
/haiku/src/kits/tracker/VirtualDirectoryWindow.cpp
/haiku/src/kits/tracker/VirtualDirectoryWindow.h
/haiku/src/kits/tracker/WidgetAttributeText.cpp
/haiku/src/kits/tracker/WidgetAttributeText.h
/haiku/src/libs/compat/freebsd_iflib/iflib.c
/haiku/src/libs/compat/freebsd_network/if.c
/haiku/src/servers/registrar/MIMEManager.cpp
/haiku/src/servers/registrar/RecentApps.cpp
/haiku/src/servers/registrar/RecentApps.h
/haiku/src/servers/registrar/RecentEntries.cpp
/haiku/src/servers/registrar/RecentEntries.h
/haiku/src/system/kernel/condition_variable.cpp
/haiku/src/system/runtime_loader/runtime_loader.cpp
/haiku/src/tests/kits/interface/OutlineListViewTest.cpp
/haiku/src/tools/elfsymbolpatcher/ElfFile.cpp
6738595a25-Jan-2024 Alexander von Gluck IV <kallisti5@unixzen.com>

build-packages/x86_64: align gcc to current repo gcc

* Tested no issues on boot.

Change-Id: I2825ac8614172d649d1821a7a6c25e6cf63f716f

12345678910>>...186