⛏️ index : haiku.git

Age Commit message Author
net_server: Run DHCP negotiation on a separate thread to fix hangs. Augustin Cavalier
usb_disk: remove spaces at beginning of normalized name Máximo Castañeda
BPartition: Return B_BUSY when calling Mount() John Scipione
Tracker: Clear drag data on MouseUp(). John Scipione
Tracker: Fix EditFirstWidget() pose location in icon mode. John Scipione
fat: Do not prevent multiple simultaneous mounts. John Scipione
kernel/fs: Block mounting partitions that are already mounted. Augustin Cavalier
app_server: Remove window token first in ~ServerWindow. Augustin Cavalier
bootloader console: encode output Máximo Castañeda
input mouse: Handle B_BAD_DATA status code Samuel Rodríguez Pérez
input mouse: Only save last valid processed movements Samuel Rodríguez Pérez
input preflet: Fix tap slider limit values + license update Samuel Rodríguez Pérez
kernel/socket: for accept()/recvmsg() invalid user addresses are not fatal Jérôme Duval
Update translations from Pootle Autocomitter
strace: dump sigset_t, sigprocmask Jérôme Duval
Merge "Fix bootstrap build for arm and arm64" waddlesplash
Update translations from Pootle Autocomitter
Fix bootstrap build for arm and arm64 PulkoMandy
app_server: ServerMemoryAllocator takes the original area as the key. Augustin Cavalier
notification_server: Fix sound playback SED4906
3rdparty: Add my old scripts to convert linux console keymap François Revol
RosterPrivate: Define kMsgAppServerStarted as uint32 to appease GCC2. Augustin Cavalier
servers & kits: Rehabilitate app_server restart functionality. Augustin Cavalier
app_server: Rework ClonedAreaMemory to use ServerMemoryAllocator. Augustin Cavalier
Debugger: Don't wait for threads or user in the CLI input loop. Augustin Cavalier
tests: Rehabilitate bootloader test. Augustin Cavalier
LaunchBox: Live update panel color Pascal Abresch
sdci: enable command timeout interrupt PulkoMandy
Improved clarity of desktop/native packages filter labels Humdinger
ColorControl: Fix font color Pascal Abresch
Appearance: Send only one color update message. Pascal Abresch
BeBuild.h: Add _DEPRECATED. Augustin Cavalier
unix: handle MSG_PEEK on receive. Jérôme Duval
kernel/fd: add inc_fd_open_count Jérôme Duval
network/stack: Add clone_ancillary_data. Jérôme Duval
AboutSystem: Simplify updating colors. John Scipione
Bootloader: update copyright date Pascal Abresch
Mediaplayer: Infoview fix text color Pascal Abresch
Tracker: Pass workspaces activated message to Desktop on John Scipione
Mail: Don't override default panel bg color in AddressTextControl. John Scipione
Update translations from Pootle Autocomitter
partitioning_systems: Move Intel-related classes back to the "intel" folder. Augustin Cavalier
kernel/vm: Don't shrink commitment on precommit in VMAnonymousNoSwapCache. Augustin Cavalier
kernel/vm: Adopt() in overcommitting caches needs to adopt commitment. Augustin Cavalier
kernel/vm: Don't shrink commitment on precommit in VMAnonymousCache. Augustin Cavalier
kernel/vm: Adjust some out-of-date doc comments. Augustin Cavalier
Debugger: Fix lock order inversion in CliContext::PrintCurrentThread. Augustin Cavalier
Debugger: Handle terminations occurring during WaitForThreadOrUser. Augustin Cavalier
Added ring_buffer_user_peek() similar to ring_buffer_peek() Jérôme Duval
network/stack: packet writes should reach the protocol at least once Jérôme Duval
network/stack: handle MSG_TRUNC in socket_receive_no_buffer() Jérôme Duval
unix: Implement sequenced-packet sockets Jérôme Duval
bootloader: Make Partition::Size return the partition's size. Augustin Cavalier
Interface Kit: Use computed spacing for tooltips. Augustin Cavalier
IPv4 & TCP: Implement naive Path MTU Discovery. Augustin Cavalier
nvme_disk: Add include to fix the build on RISC-V. Augustin Cavalier
nvme_disk: Use IORequestOwners to avoid recursion. Augustin Cavalier
IOScheduler: Rework IORequestOwner management. Augustin Cavalier
Use proper Tracker messaging to show/select bookmark file Humdinger
libs/bsd: update arc4random with OpenBSD sources. Jérôme Duval
kernel/vm: Don't change commitment in the Rebase step in the middle-cut case. Augustin Cavalier
libuserlandfs_fuse.so: propagate read-only flag if set in statvfs. Oscar Lesta
HaikuControlLook: Restore colors in DrawLabel(). John Scipione
BSlider: Fix text color and also on Desktop replicant. John Scipione
BControl: Don't set colors in AttachedToWindow(). John Scipione
HaikuDepot: Implement native and desktop filters Andrew Lindesay
Appearance & Terminal: Cleanup cruft and fix minor style issues. John Scipione
POSIX: add ffsl and ffsll from musl sources. Jérôme Duval
kernel/socket: recv/send should accept a NULL buffer with a zero length Jérôme Duval
kernel/team: use child-forked thread signal_mask Jérôme Duval
kernel/team: exec_team() is now allowed with other threads Jérôme Duval
notification_server: Immediately change notification position on preferences change nipos
Terminal: only sync clibpoard for the initial tab. Oscar Lesta
HaikuDepot: Fixes for pkg view and network Andrew Lindesay
network/stack: handle SOCK_SEQPACKET Jérôme Duval
strace: dump setsockopt/getsockopt Jérôme Duval
strace: dump stat structure Jérôme Duval
NetworkStatus: Add support for installing the replicant while window is open nipos
ActivityMonitor: fix Temperature presentation if no sensor is available. Oscar Lesta
BListView: Fix keyboard navigation after new items are added nipos
libshared: Fix CalendarView return values for Year(), Month() and Date() nipos
libuserlandfs_fuse.so: add a stub for fuse_get_session(). Oscar Lesta
kernel/vm: Previously-shared caches may have a different base or size. Augustin Cavalier
libroot/malloc: Need to set active inside malloc_usable_size. Augustin Cavalier
BColumnListView: Fix column header color management. Augustin Cavalier
Tracker: Fix column header background color after control color changes. Augustin Cavalier
kernel/vm: Clarify logic and fix ReleaseRef invocation in map_backing_store. Augustin Cavalier
kernel/fs: Fix mismatched allocation/free in vnode_path_to_vnode. Augustin Cavalier
Application Kit: Account for empty BRegions in LinkReceiver. Augustin Cavalier
kernel/guarded_heap: Release initial cache reference later. Augustin Cavalier
kernel/vm: Add an ASSERT(wiring != B_ALREADY_WIRED) to create_area. Augustin Cavalier
libsolv: We need _DEFAULT_SOURCE not _GNU_SOURCE. Augustin Cavalier
Terminal: Drop incorrect declaration. Augustin Cavalier
libroot/malloc: Don't use PROLOGUE/EPILOGUE in malloc_usable_size(). Augustin Cavalier
libroot/glibc: Import changes from upstream to remove inline function in printf_fp. Augustin Cavalier
libroot/glibc: Add declarations of debugger() and abort() to appease Clang. Augustin Cavalier
kernel/vm: Drop methods used only by the old guarded heap. Augustin Cavalier
kernel: Rewrite guarded_heap. Augustin Cavalier
kernel/team: move check in setpgid() Jérôme Duval
POSIX: add CMPLX(), CMPLXF(), CMPLXL() Jérôme Duval
[next]