|
|
Tracker: Limit hit rect to the icon and label in icon mode |
John Scipione
|
|
|
Playground: Avoid cutting off the scroll bar by calculating size properly |
Niklas Poslovski
|
|
|
Installer: Don't replace Quit button with Begin when quitting DriveSetup after installation |
nipos
|
|
|
kernel/team: setpgid() should check the target team |
Jérôme Duval
|
|
|
kernel/signal: send_signal_to_process_group() leaks a group reference |
Jérôme Duval
|
|
|
Tracker: FilePanel Redirect file panel delete shortcuts to pose view. |
John Scipione
|
|
|
Tracker: Add "Edit query" and "Close all in workspace" to Query window |
John Scipione
|
|
|
Tracker: Add Disks to Desktop nav menu if "Show Disks" setting is on. |
John Scipione
|
|
|
libshared: BarberPole needs B_FULL_UPDATE_ON_RESIZE to avoid drawing artifacts |
nipos
|
|
|
Terminal: Sync mouse clipboard with system clipboard at start |
nipos
|
|
|
libuserlandfs_fuse.so: Put the root node in unmount. |
Oscar Lesta
|
|
|
libsolv: Define HAVE_STRCHRNUL on darwin |
John Scipione
|
|
|
ActivityMonitor: allow to display temperature from acpi_thermal |
PulkoMandy
|
|
|
acpi_thermal: implement B_GET_DEVICE_NAME |
PulkoMandy
|
|
|
kernel/util: make convertutf available to C code |
PulkoMandy
|
|
|
sdhci: replace panic by trace. |
PulkoMandy
|
|
|
Fix BDate::LongDayName() |
Humdinger
|
|
|
DiskProbe: Rewrite TypeEditors to use the Layout Kit |
nipos
|
|
|
DiskProbe: Use B_PANEL_TEXT_COLOR for labels in TypeEditors |
nipos
|
|
|
sysinfo: report leaf 7 features |
Adrien Destugues
|
|
|
DeskCalc: Save color only on color drops |
nipos
|
|
|
MenuWindow: Tint dark text light, light text dark for <empty> item |
nipos
|
|
|
nfs4: Add locking to protect a ConditionVariable |
Jim906
|
|
|
TextSearch: Fix open on double-click |
Humdinger
|
|
|
sdhci_acpi: Use CID to detect devices |
SED4906
|
|
|
pkgman: add '--show <field>' to the 'info' command. |
Oscar Lesta
|
|
|
ShowImage: Display more specific error messages if an image fails to load |
nipos
|
|
|
kernel/vm: Fix double-read-lock in user_set_memory_swappable. |
Augustin Cavalier
|
|
|
kernel/fs: Add some more lock assertions. |
Augustin Cavalier
|
|
|
kernel/vm: Add some more assertions. |
Augustin Cavalier
|
|
|
kernel/locks: Dump reader threads in "rwlock" command under RW_LOCK_DEBUG. |
Augustin Cavalier
|
|
|
DriveSetup: convert main view to use layouts |
PulkoMandy
|
|
|
libroot/musl: strptime: implement conversion specifiers adopted for next POSIX issue |
Rich Felker
|
|
|
libroot/musl: strftime: fix breakage in last change (uninitialized pointer access) |
Rich Felker
|
|
|
libroot/musl: strftime: don't attempt to parse field width without seeing a digit |
Rich Felker
|
|
|
libroot/musl: __year_to_secs: fix dangling pointer |
Alex Xu (Hello71)
|
|
|
ShowImage: Properly implement wrapping from last to first/first to last image |
nipos
|
|
|
TextSearch: add context menu |
Humdinger
|
|
|
Time: Make middle dot of clock visible in dark mode |
PulkoMandy
|
|
|
efi: fix header guard comment |
Jérôme Duval
|
|
|
smbios: support getting address from EFI |
Jérôme Duval
|
|
|
boot_loader: rename gBootVolume to gBootParams |
Jérôme Duval
|
|
|
sdhci: use clock timing presets |
PulkoMandy
|
|
|
sdhci: Add timeout to wait for transfer complete |
PulkoMandy
|
|
|
sdhci: move transfer_mode setup to ExecuteCommand |
PulkoMandy
|
|
|
sdhci: initialize timeout_control register |
PulkoMandy
|
|
|
sdhci: unmask all error interrupts in the status register |
PulkoMandy
|
|
|
sdhci: readable dump of capabilities register |
PulkoMandy
|
|
|
Fix various Doxygen warnings in Haiku book. |
PulkoMandy
|
|
|
sdhci: use condition variables for interrupt synchronization |
PulkoMandy
|
|
|
sdhci: cleanup, no functional changes. |
PulkoMandy
|
|
|
Add documentation for kernel condition variables API |
PulkoMandy
|
|
|
Remove some obsolete build rules |
PulkoMandy
|
|
|
kernel/fs: Add missing early return in create_socket_fd. |
Augustin Cavalier
|
|
|
nvme: support 64 LBAF formats |
Jérôme Duval
|
|
|
kernel/slab: Add some more info to a paranoid ASSERT in object_cache_alloc. |
Augustin Cavalier
|
|
|
BWindow: Fix confusion between modifiers and "prepared modifiers". |
Augustin Cavalier
|
|
|
x86_acpi_cstates: Port to the new ACPI and CPUIDLE APIs. |
Augustin Cavalier
|
|
|
remove accidentally set executable file bit |
X512
|
|
|
unzip: Compile with std=c99 |
Sam Roberts
|
|
|
ClientMemoryAllocator: use map and reference count |
X512
|
|
|
app_server: add screen ID for `BScreen::ReadBitmap` |
X512
|
|
|
Tracker scripting: count visible items |
Máximo Castañeda
|
|
|
condition_variable: fix NotifyOne possibly not notifying |
PulkoMandy
|
|
|
ipv6: handle IPV6_V6ONLY |
Jérôme Duval
|
|
|
AutoRaise: Scale icon to fit the deskbar size. |
nipos
|
|
|
EHCI: Try to use physical buffers directly when possible. |
Augustin Cavalier
|
|
|
TextSearch: Fix show/trim actions of selected sub-items |
Humdinger
|
|
|
usb_rndis: improve logging and error handling |
PulkoMandy
|
|
|
app_server: do not pass BAffineTransform as-is over server link |
X512
|
|
|
kernel/events: Fix double-free in create_select_sync. |
Augustin Cavalier
|
|
|
nfs4: Improve delegation handling |
Jim906
|
|
|
network/stack: Assume no hook means no ancillary data. |
Augustin Cavalier
|
|
|
tests: Fix unix_dgram_test after socket signals refactor. |
Augustin Cavalier
|
|
|
tests: Add a test for #19755 to the SocketTests. |
Augustin Cavalier
|
|
|
network/stack: There may be no data specified in the header. |
Augustin Cavalier
|
|
|
HaikuBootstrap: tty is now pty. |
Augustin Cavalier
|
|
|
x86_cstates: Log errors indicating why C-states can't be used. |
Augustin Cavalier
|
|
|
Icon-O-Matic: Warn when exporting unsupported gradients to SVG |
magnetProgramming
|
|
|
Terminal: support for overlined text |
Jérôme Duval
|
|
|
Terminal: CSI REP min value is 1 |
Jérôme Duval
|
|
|
Terminal: add support for DECRQM |
Jérôme Duval
|
|
|
freebsd_network: Clean up attach logic and separate USB logic. |
Augustin Cavalier
|
|
|
freebsd_network: Overhaul MII attach code. |
Augustin Cavalier
|
|
|
FlatControlLook: Pull in color tinting changes. |
Augustin Cavalier
|
|
|
kernel/slab: Alter behavior of the ObjectDepot under PARANOID_KERNEL_FREE. |
Augustin Cavalier
|
|
|
Devices: actually use isapnp_devids to show known ACPI node names |
PulkoMandy
|
|
|
kernel/slab: Use FIFO queuing for PARANOID_KERNEL_FREE only. |
Augustin Cavalier
|
|
|
openbsd_network: Increment the OPACKETS counter in ifq_dequeue. |
Augustin Cavalier
|
|
|
app_server: consolidate BRegion sending format |
X512
|
|
|
ServerLink: move Read*/Attach* method implementations to LinkSender/Receiver |
X512
|
|
|
nfs4: Improve debug output |
Jim906
|
|
|
Missing NULL check for CurrentWebView() |
PulkoMandy
|
|
|
kernel/fs: Add some missing descriptor open_mode checks. |
Augustin Cavalier
|
|
|
HaikuDepot: Fix scrollbar position on row removal |
Andrew Lindesay
|
|
|
Rename "tty" driver to "pty". |
Augustin Cavalier
|
|
|
Change a number of B_FILE_ERROR into B_IO_ERROR. |
Augustin Cavalier
|
|
|
ramfs: Remove open-mode checks in read and write hooks. |
Augustin Cavalier
|
|
|
tty: Notify disconnections properly, and with B_SELECT_DISCONNECTED. |
Augustin Cavalier
|
|
|
kernel/fs: Fallback in vfs_request_io if read_pages/write_pages aren't available. |
Augustin Cavalier
|