⛏️ index : haiku.git

Age Commit message Author
pthread_key: set value planned for destruction to NULL. Jérôme Duval
scripts/find_triplet: Fix shell, requires bash not sh Alexander von Gluck IV
build/scripts: Add find_triplet to allow easy solving of arch to gcc triplet Alexander von Gluck IV
Revert "net_server: Add (more) missing devices even if one has already been found." (R1/beta1) waddlesplash
kernel/fs: Account for vnode being NULL in vfs_release_posix_lock. Augustin Cavalier
kernel/fs: Consumers of context->fds[] must check O_DISCONNECTED. Augustin Cavalier
kernel: Rework the FD disconnect feature (again). Augustin Cavalier
Revert "VFS: Slight rework of the FD disconnect feature." Augustin Cavalier
kernel: Fix race condition when waiting for load of new team. Michael Lotz
userlandfs: Read()/Write() with user_memcpy(). Jérôme Duval
userlandfs: cloned area is only for kernel access. Jérôme Duval
shared/locks: Add RecursiveLocker. Augustin Cavalier
runtime_loader: Make the heap thread-safe. Augustin Cavalier
net_server: Add (more) missing devices even if one has already been found. Danc2
BLooper: API to hijack existing thread. Adrien Destugues
Fix IN6_IS_ADDR_V4MAPPED & IN6_IS_ADDR_V4COMPAT false positives Nathan Sashihara
virtio_net: Align transfer buffers, check get_memory_map result. Michael Lotz
virtio_net: Use proper frame length in receive path. Michael Lotz
virtio: Replace size return with usedLength in queue_dequeue. Michael Lotz
arp: Trim the reply buffer to the filled length. Michael Lotz
virtio: sync ids with Linux. Jérôme Duval
fwcontrol: Fix PVS 1655 Murai Takashi
userlandfs: Only add kernel flags in RequestAllocator in _KERNEL_MODE. Augustin Cavalier
Usability improvements in StartTeamWindow Olivier Coursière
BDate: do not use strftime Adrien Destugues
Devices: remove "not implemented" driver line Adrien Destugues
makefile-engine: add .cxx extension handling Kacper Kasper
NetServer::_JoinNetwork: fix crash when name == NULL Peter Kosyh
ps2_reset_mouse: error in checking response logic Peter Kosyh
runtime_loader: correctly detect gcc7 abi as gcc4 abi compatible. Jérôme Duval
xhci: GetPortStatus, ClearPortFeature (PS_PLC, PS_WRC) fix Peter Kosyh
HaikuDepot : Fix Rating of Installed Pkg Andrew Lindesay
HaikuDepot : Performance for Package List Updates Andrew Lindesay
BeDecorator: Avoid to draw an invalid zoom button Janus
Revert "HaikuDepot: don't scale bitmaps" Kacper Kasper
HaikuDepot : Improvement for Buffer Management Andrew Lindesay
HaikuDepot : Fixes for User-Ratings Related API Calls Andrew Lindesay
Update userguide and welcome pages. waddlesplash
HaikuPorts: Update build-packages again to pull in new Mesa. Augustin Cavalier
HACK: determine_haiku_revision: Get rid of "dirty". Augustin Cavalier
build: Include extra information in the package version. Augustin Cavalier
installer: Bump installer logo Alexander von Gluck IV
build: Enable HAIKU_OFFICIAL_RELEASE Alexander von Gluck IV
userlandfs: Make the "request data" area user-cloneable. Augustin Cavalier
HaikuPorts: Update the build-packages set. Augustin Cavalier
DefaultBuildProfiles: Make sure the final CD image is <= 694MB. Augustin Cavalier
Update translations from Pootle Autocomitter
intel_extreme: Disable some non-working chipsets. Augustin Cavalier
Remove bluetooth_server. Augustin Cavalier
repository_infos: Switch HaikuPorts to r1beta1. Augustin Cavalier
kernel: Do not panic about full/partial slabs. Augustin Cavalier
radeon: make the framebuffer user-cloneable François Revol
MediaPlayer: Quit the VideoProducer when we reach the last buffer. Augustin Cavalier
add-ons/media/ffmpeg: Use SWS for color-space conversion universally. Augustin Cavalier
add-ons/media/ffmpeg: Rework usage of AVPicture in AVCodecDecoder. Augustin Cavalier
add-ons/media/ffmpeg: Remove global initializer system. Augustin Cavalier
add-ons/media/ffmpeg: Enable deprecation warnings. Augustin Cavalier
kernel: Handle the user buffers properly in _user_xsi_semctl. Augustin Cavalier
DefaultBuildProfiles: Without sources, release images fit in 700MB. Augustin Cavalier
package_infos: x86_gcc2/* depend on FFmpeg. Augustin Cavalier
netfs_mount: chmod +x. Augustin Cavalier
kernel: Print interrupt line when assuming no interrupt use on PCI device. Augustin Cavalier
profiles: Bump release to 1100/1300 MiB Alexander von Gluck IV
kernel: Treat 255 as an invalid interrupt line on x86. Augustin Cavalier
HaikuDepot: don't scale bitmaps Kacper Kasper
Tracker: Clean up AddPoses threads properly. Augustin Cavalier
determine_haiku_revision: Properly get rid of the commit hash. waddlesplash
demangle/gcc2: Do not trust inputs. Augustin Cavalier
UEFI: Greasy edition Alexander von Gluck IV
Tracker: Eliminate the double border in the OpenWithWindow. Augustin Cavalier
BString: Treat NULL passed as replaceWith as an empty string. Augustin Cavalier
iprowifi4965: Add -100 firmware. Augustin Cavalier
determine_haiku_revision: Rework "no tag on HEAD" output. Augustin Cavalier
src/tests: Fix some incorrect filemodes. Augustin Cavalier
kernel: Apply user iframe determination logic to SMAP/SMEP. Michael Lotz
kernel: Determine kernel vs. user page fault depending on iframe. Michael Lotz
Cleanup: Use symbolic names, compare != 0 and whitespace. Michael Lotz
BNetworkDevice: Fix memory leaks and address comments. Augustin Cavalier
libroot: Use RETURN_AND_SET_ERRNO from the utils header in ioctl. Augustin Cavalier
network/ethernet: ioctl returns -1 and stores the error in errno. Augustin Cavalier
BNetworkDevice: Implement Scan(). Augustin Cavalier
ifconfig & Network preferences: Actually trigger scans using BNetworkDevice. Augustin Cavalier
FlattenPictureTest: Fix DrawStringsWithOffset test fixes #14481 JackBurton79
BColumnListView: hscrollbar matches visible columns Janus
BMenuItem: Remove ourselves from the super menu on destruct. Augustin Cavalier
BColumnListView: Always update the reference rect in ::FindVisibleRect... David Murphy
pkgman: Suppress the erroneous "aborted: No Error" messages on no internet. Augustin Cavalier
mime_db: Add entries with sniff rules for DjVu and XPS. Augustin Cavalier
Remove the "Haiku" screensaver from the tree. Augustin Cavalier
AboutSystem Credits: Some updates. Augustin Cavalier
Installer: Rework status message view sizing logic. Augustin Cavalier
BUrl: Remove HAIKU_TARGET_PLATFORM_HAIKU from main header. Augustin Cavalier
Deskbar: Add missing NULL check in SwitchWindow(). Augustin Cavalier
radeon: fix copy/paste typo. Jérôme Duval
Make areas cloned by accelerants effectively cloneable. Jérôme Duval
Support : Fixes for Verbatim Regeneration of URL String Form Andrew Lindesay
ZstdCompressionAlgorithm: handle ZSTD_error_dstSize_tooSmall. Jérôme Duval
libroot: Fix handling of debugger() call in abort(). Augustin Cavalier
drivers/poke: Fix for GCC7 & C++11. Augustin Cavalier
drivers/poke: Only allow root() to open. Augustin Cavalier
[next]