-
61db1f4908
kernel/arch: Fix format specifier for area_id
master
Máximo Castañeda
2024-05-29 13:55:30 +02:00
-
0b4eefc5c8
kernel/vm: Fix printf specifier for page_num_t.
Augustin Cavalier
2024-05-28 23:24:53 -04:00
-
8d63c2f657
kernel/x86: Fix double fault stack allocation.
Augustin Cavalier
2024-05-28 23:06:53 -04:00
-
56c6878258
kernel/vm: Add sanity check for page_num in "page" KDL command.
Augustin Cavalier
2024-05-28 17:04:18 -04:00
-
d12b3a0e1d
kernel/socket: Allow the network stack to be unloaded on KDEBUG kernels.
Augustin Cavalier
2024-05-28 16:32:13 -04:00
-
6b99b20692
telnet: Synchronize with FreeBSD 13.3.
Augustin Cavalier
2024-05-28 16:23:27 -04:00
-
0c84b78dd3
ftpd: Synchronize with FreeBSD 13.3.
Augustin Cavalier
2024-05-28 16:08:22 -04:00
-
45383846d8
kernel/fs: Translate ioctl(FIONBIO) into fcntl(F_SETFL).
Augustin Cavalier
2024-05-27 20:45:28 -04:00
-
e08f7fd12b
kernel/vfs: Slight refactor to F_SETFL to reduce duplication.
Augustin Cavalier
2024-05-27 20:40:19 -04:00
-
560f1681fa
listattr: Needs <time.h>.
Augustin Cavalier
2024-05-28 14:55:32 -04:00
-
85ae477c41
libroot: Remove obsolete comment in fs_attr implementation.
Augustin Cavalier
2024-05-28 14:55:03 -04:00
-
68f76d61d7
libroot_build: Add a "hex-encoded attribute names" mode.
Augustin Cavalier
2024-05-28 00:05:45 -04:00
-
61eed15db9
kernel/socket: Refactor {get|put}_stack_interface_module and keep it loaded.
Augustin Cavalier
2024-05-27 19:45:57 -04:00
-
757031348e
network/stack: Unload all modules at end of scan process.
Augustin Cavalier
2024-05-27 19:38:34 -04:00
-
a03edeab4d
sdhci_acpi: Disable tracing for now.
Augustin Cavalier
2024-05-27 19:36:38 -04:00
-
1834e12564
headers/bsd: Remove Haiku-specific include deps
Trung Nguyen
2024-05-28 07:56:20 +10:00
-
ef761f9fba
Update translations from Pootle
Autocomitter
2024-05-25 08:18:53 +00:00
-
747004e221
tracker: fix file name edit field misalignment
X512
2024-05-07 07:10:20 +09:00
-
47c05920fd
Docs: Document color_which UI colors
Pascal Abresch
2024-04-30 14:28:47 +02:00
-
a257fb10cb
Update translations from Pootle
Autocomitter
2024-05-18 08:16:58 +00:00
-
c38a5f9099
ProcessController: save and restore "Power saving" mode
Jérôme Duval
2024-05-16 16:20:15 +02:00
-
370dde2255
CPUID returns CPU Features in EDX and extended features in ECX
Daniel Martin
2024-05-17 00:19:08 +02:00
-
446ff222af
Tracker: search for the localized decimal separator
Máximo Castañeda
2024-05-16 20:08:02 +02:00
-
c110a061f1
Update translations from Pootle
Autocomitter
2024-05-11 08:19:38 +00:00
-
ddbb992956
file_systems/QueryParser.h: Fix -Werror=maybe-uninitialized
Murai Takashi
2024-05-01 21:04:43 +09:00
-
0ec6e1ceb8
rtl8125: Fix -Wreturn-mismatch
Murai Takashi
2024-05-05 17:21:03 +09:00
-
f82119e910
inbound_protocols/imap: Fix GCC 14 build
Murai Takashi
2024-05-01 21:03:17 +09:00
-
baa67e1184
boot/bios_ia32: check that the vga mode was successfully set
Jérôme Duval
2024-05-04 17:19:09 +02:00
-
205b8694e5
Update translations from Pootle
Autocomitter
2024-05-04 08:20:52 +00:00
-
7766057761
CharacterMap: fix hex representation
Máximo Castañeda
2024-05-03 20:10:11 +02:00
-
7d5b913b51
BCatalog: declare GetString as format_printf function
PulkoMandy
2024-05-03 10:01:53 +02:00
-
7eab6b486e
Fix printf format warnings in B_TRANSLATE strings
PulkoMandy
2024-05-03 12:52:57 +02:00
-
c9810ca22a
GLife: more style fixes
PulkoMandy
2024-05-03 10:09:39 +02:00
-
bee419ebd8
GLife: fix string formatting macros
PulkoMandy
2024-05-03 10:01:38 +02:00
-
a6a90f5b7e
GLife: fix line endings
PulkoMandy
2024-05-03 09:51:34 +02:00
-
dd1a164fd6
GLife: Fix localization, use unicode multiplication sign
Pascal Abresch
2024-03-11 10:32:05 +01:00
-
f758e73fe6
libbsd: add pthread_sigqueue()
Jérôme Duval
2024-05-02 11:48:50 +02:00
-
7866929cf9
app_server: make FontFamily referenceable
Máximo Castañeda
2024-04-18 20:36:54 +02:00
-
0b8508801b
app_server: keep pinned fonts accessible by ID after removal
Máximo Castañeda
2024-04-12 20:32:20 +02:00
-
31e7087b07
app_server: remove new font family from the manager in case of error
Máximo Castañeda
2024-04-18 20:06:21 +02:00
-
f657c49d1c
app_server: font style 0 may not exist
Máximo Castañeda
2024-04-01 18:26:40 +02:00
-
d2ac1f5ab2
network/stack: inherit selected options from the parent socket
Jérôme Duval
2024-04-30 20:47:10 +02:00
-
91e6e52158
L2CAP: Major refactor of the whole component.
Augustin Cavalier
2024-05-01 00:20:35 -04:00
-
bb83316a58
L2CAP: Major refactor of the whole component.
Augustin Cavalier
2024-04-26 16:22:39 -04:00
-
d3e2c76409
l2capClient: dos2unix.
Augustin Cavalier
2024-04-30 23:04:12 -04:00
-
0464fca49a
BSpinner: restore local copy of control value
Máximo Castañeda
2024-04-30 20:35:44 +02:00
-
9f3bdf3d03
rc: migrate documentation to Haiku internals pages
Adrien Destugues
2024-04-29 13:58:25 +02:00
-
0128458ef2
Update translations from Pootle
Autocomitter
2024-04-27 08:17:16 +00:00
-
c54549e7fd
tests: Wire in L2capClient's Jamfiles.
Augustin Cavalier
2024-04-26 16:20:43 -04:00
-
fd38d7d4c3
btDebug: Fix duplicate "bt: " in CALLED entries.
Augustin Cavalier
2024-04-26 16:20:03 -04:00
-
692ac8f330
L2CAP: Cleanups and refactors to l2cap_address.
Augustin Cavalier
2024-04-26 00:49:27 -04:00
-
b9209765f9
NetBufferUtilities: Add NetBufferDeleter.
Augustin Cavalier
2024-04-23 22:34:47 -04:00
-
d3192e1006
kernel/util: Adjust includes of VectorMap.
Augustin Cavalier
2024-04-23 22:34:22 -04:00
-
fd8513028f
Tracker: deal with race condition in CopyFile
Jim906
2024-04-20 14:51:06 -04:00
-
85ea044bdb
intel_reg: tool to read and write mmio registers
Jérôme Duval
2024-04-25 19:10:54 +02:00
-
ff3b6fb75b
Remove unnecessary dependencies on localestub
Máximo Castañeda
2024-04-25 16:43:01 +02:00
-
9673f7b8bf
ramfs: honor the O_DIRECTORY flag on open()
Jérôme Duval
2024-04-24 16:03:36 +02:00
-
28b96e105f
IK, libshared: fix string formatting of size and rate
Máximo Castañeda
2024-04-21 16:53:45 +02:00
-
67be23fafe
Update translations from Pootle
Autocomitter
2024-04-20 08:19:02 +00:00
-
a193d1e157
Tracker: remove spurious enum value
Máximo Castañeda
2024-04-18 17:28:43 +02:00
-
dd2a1e350b
3rdparty/vagrant: drop vagrant
Alexander von Gluck
2024-04-16 15:13:53 -05:00
-
d68df0863d
xfs: update the Short-Attributes Class.
priyanshu-gupta07
2024-04-01 15:20:35 +05:30
-
5ea01a50c2
cmedia: enable -Werror
PulkoMandy
2024-04-13 14:32:38 +02:00
-
99351a72d3
sb16: enable -Werror
PulkoMandy
2024-04-12 19:54:15 +02:00
-
98afcfa72a
geode audio: fix almost all warnings, enable -Werror
PulkoMandy
2024-04-12 19:47:31 +02:00
-
e7e9e58fbd
emuxki: use shared util.c instead of a separate copy
PulkoMandy
2024-04-12 19:27:59 +02:00
-
d3503944f0
echo: actually fix warnings and enable -Werror
PulkoMandy
2024-04-12 19:18:02 +02:00
-
beb5d39776
audio drivers: move util.{c,h} to generic directory
PulkoMandy
2024-04-12 18:35:25 +02:00
-
8a3e82a04d
ich, ichaudio: remove
PulkoMandy
2024-04-06 17:08:29 +02:00
-
f5e5891bbb
es1370: enable -Werror
PulkoMandy
2024-04-07 20:34:18 +02:00
-
464efaf403
auvia: enable -Werror, style fixes
Muhamed Emad
2024-04-06 14:06:12 +02:00
-
d6e543c388
emuxki: enable Werror
PulkoMandy
2024-04-07 20:33:37 +02:00
-
af8ec5e1b4
echo: enable Werror
Muhamed Emad
2024-04-07 20:33:08 +02:00
-
fe640d9339
pcmcia: fix compilation warnings and errors
PulkoMandy
2024-04-07 20:58:47 +02:00
-
6f52406a73
auich: Fix warnings, enable -Werror
Muhamed Emad
2024-04-07 11:49:35 +02:00
-
c237c4ce59
finddir: Add SYSTEM_DESKBAR_DIRECTORY
Alexander von Gluck
2024-04-08 09:44:23 -05:00
-
1778920aff
Update translations from Pootle
Autocomitter
2024-04-13 08:19:28 +00:00
-
51bce128f7
tcp: don't allow read on listening sockets
Jérôme Duval
2024-04-12 16:44:36 +02:00
-
979a0bc487
Appearance: Hide most colors by default and compute them automatically.
Augustin Cavalier
2024-03-21 17:01:02 -04:00
-
9b655000bc
hda audio: Enable -Werror
Muhamed Emad
2024-04-06 11:49:05 +02:00
-
4d058c90a6
null_audio: fix warnings, enable -Werror
Adrien Destugues
2024-04-05 13:05:11 +02:00
-
fa2e76a142
audio drivers: enable Werror for drivers that have no warnings
Adrien Destugues
2024-04-05 12:58:46 +02:00
-
aa9d729ebf
virtio_audio: add to build, enable Werror, fix build
Adrien Destugues
2024-04-05 12:54:38 +02:00
-
11ec18db9c
ffmpeg: return AVERROR_EOF instead of 0 on stream end
Máximo Castañeda
2024-04-06 12:26:07 +02:00
-
fb07166f52
Update translations from Pootle
Autocomitter
2024-04-06 08:14:12 +00:00
-
44e09f07ce
fs_shell: Fix cat on symlink file
InfiniteVerma
2024-04-02 01:15:48 +05:30
-
2d8b193455
quicktour: Fix syntax error.
Augustin Cavalier
2024-04-05 15:27:32 -04:00
-
d919c744b2
src/tools: Remove duplicate copy of MsgSpy.
Augustin Cavalier
2024-04-05 15:25:21 -04:00
-
c92708ab72
Tracker: Lock the menu looper before getting its font.
Augustin Cavalier
2024-04-05 15:22:49 -04:00
-
aa977a0227
ffmpeg: Fix fCodecContext initialization and usage.
Augustin Cavalier
2024-04-05 15:07:22 -04:00
-
96e8469863
[GSoC '24]: wip: virtio_audio: initial basic driver.
Diego Roux
2024-03-28 09:40:24 -06:00
-
28d2323a4b
screen: use B_COUNT_OF(), no functional changes
Daniel Martin
2024-04-03 15:43:24 +02:00
-
ad441271c5
Network test : unit test for receiving from unbound unix socket.
Sylvain78
2024-03-26 12:21:29 +00:00
-
57ad6e6f34
BFilePanel: fix items from favorites menu not working
PulkoMandy
2024-03-31 13:12:19 +02:00
-
1f09e28c68
ffmpeg: enable multi-threaded decoding
PulkoMandy
2024-04-02 20:36:36 +02:00
-
641b9f704b
xfs: Inode Structure updated
priyanshu-gupta07
2024-03-27 15:25:44 +05:30
-
b0674032b5
AVCodecDecoder: remove legacy ffmpeg support
PulkoMandy
2024-03-30 21:46:26 +01:00
-
3281146c1f
ffmpeg: implement equivalent of avcodec_guess_frame_rate
PulkoMandy
2024-03-30 22:42:17 +01:00
-
43f35014f0
AVCodecDecoder: fix build with tracing enabled
PulkoMandy
2024-03-30 21:46:06 +01:00
-
1cdb3beb26
sdhci: add ACPI-enumerated device support
SED4906
2024-02-27 20:20:43 -08:00