|
|
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
|
|
|
file_systems: Overlay layers only support being mounted with super volumes. |
Augustin Cavalier
|
|
|
kernel/slab: Add checks to object_cache_alloc for 0xdeadbeef. |
Augustin Cavalier
|
|
|
kernel/slab: Use FIFO instead of LIFO queueing for the object cache. |
Augustin Cavalier
|
|
|
gnu/sched.h: fix CPU_COUNT on gcc2 C89 |
Jérôme Duval
|
|
|
sys/wait.h: add WCOREDUMP as alternative to WIFCORED |
Joachim Mairböck
|
|
|
nfs4: Improve compliance with VFS policy |
Jim906
|
|
|
gnu/sched.h: fix CPU_* definitions to match glibc |
Jérôme Duval
|
|
|
kernel/EntryCache: Always resize if needed in _AddEntryToCurrentGeneration. |
Augustin Cavalier
|
|
|
BFS: Don't acquire/put the indices node in BPlusTree. |
Augustin Cavalier
|
|
|
kernel/timer: Slightly optimize spin(). |
Augustin Cavalier
|
|
|
kernel/x86: Use rdtsc in the fallback arch_debug_snooze case. |
Augustin Cavalier
|
|
|
bindfs: Put the root node in unmount. |
Joachim Mairböck
|
|
|
packagefs: Put the root node in unmount. |
Joachim Mairböck
|
|
|
Update translations from Pootle |
Autocomitter
|
|
|
ext2: Put the root node in unmount. |
Augustin Cavalier
|
|
|
NTFS: Put the root node in unmount. |
Augustin Cavalier
|
|
|
FAT: Put the root node in unmount(). |
Augustin Cavalier
|
|
|
kernel/fs: Handle root vnode ownership correctly and add more assertions. |
Augustin Cavalier
|
|
|
null: merge /dev/zero and add a /dev/full |
Jérôme Duval
|
|
|
ramfs: Optimize Volume::NodeAttributeRemoved() slightly. |
Augustin Cavalier
|
|
|
ramfs: Miscellaneous code cleanups. |
Augustin Cavalier
|
|
|
ramfs: Put key length in the type in Attribute::GetKey. |
Augustin Cavalier
|
|
|
ramfs: Properly update indexes when attribute sizes change. |
Augustin Cavalier
|
|
|
ramfs: Keep track of attribute indexed state better and add assertions. |
Augustin Cavalier
|
|
|
kernel/fs: Add assertions to acquire_vnode and put_vnode. |
Augustin Cavalier
|
|
|
BFS: Don't try to acquire/put the indices node. |
Augustin Cavalier
|
|
|
freebsd_network: Use endpoint max packet size for USB xfer data length if unset. |
Augustin Cavalier
|
|
|
freebsd_network: Fix assertion in usbd_xfer_set_frame_len. |
Augustin Cavalier
|
|
|
ext2: fix inode blocks count after enlarge or shrink |
Jérôme Duval
|
|
|
ext2: don't put the root vnode in unmount hook |
Jérôme Duval
|
|
|
ext2: remove orphan list support |
Jérôme Duval
|
|
|
XHCI: Submit physical transfers directly without a bounce buffer. |
Augustin Cavalier
|
|
|
usb_disk: Use IOSchedulerSimple. |
Augustin Cavalier
|
|
|
usb_disk: Lock memory before acquiring device locks. |
Augustin Cavalier
|
|
|
kernel/x86: Use MWAITX or TPAUSE in arch_debug_snooze, if available. |
Augustin Cavalier
|
|
|
kernel/debug: Introduce arch_debug_snooze() and make use of it. |
Augustin Cavalier
|
|
|
BMCMenuBar: Add hover effect, like on buttons |
nipos
|
|
|
BPicture: fix clipping region storage |
X512
|
|
|
Icon-O-Matic: Disable "Remove" menu item when no transformer is selected |
nipos
|
|
|
kernel/x86: Clean up AMD C1E feature detection. |
Augustin Cavalier
|
|
|
kernel/x86: Avoid re-reading the APIC timer config unnecessarily. |
Augustin Cavalier
|
|
|
MediaPlayer: Use B_PANEL_TEXT_COLOR for total duration in PlaylistWindow |
Niklas Poslovski
|
|
|
cddb_lookup: Resolve DNS only if a network request is needed. |
Niklas Poslovski
|
|
|
AboutSystem: Fix minimum width of SysInfoView |
Niklas Poslovski
|
|
|
Update translations from Pootle |
Autocomitter
|
|
|
kernel/EntryCache: Use a hash table with atomics for insertions. |
Augustin Cavalier
|
|
|
RemoteDesktop: cursor on connection |
Sylvain78
|
|
|
intel_extreme: add support for 8086:5a85 Apollo Lake GT1 (Intel HD500) |
Peter van Dijk
|
|
|
BSlider: Set text to panel colors. Fixes #19700 |
John Scipione
|
|
|
TokenSpace: fix GCC 2 build |
X512
|
|
|
BView: Perfom CheckLockAndSwitchCurrent before using fBounds. |
Augustin Cavalier
|
|
|
Revert "BColumnListView: Don't invalidate if the row is below the visible rect." |
Augustin Cavalier
|
|
|
BView: Check if the region is in-bounds before invalidating. |
Augustin Cavalier
|
|
|
kernel/EntryCache: Allocate and free entries without locks held. |
Augustin Cavalier
|
|
|
kernel/block_cache: Add fast-paths for getting and putting blocks. |
Augustin Cavalier
|
|
|
kernel/block_cache: Change the mutex to an rwlock. |
Augustin Cavalier
|
|
|
kernel/block_cache: Inline the hash tables. |
Augustin Cavalier
|
|
|
Tracker: Rebuild add-on menus using node monitoring in fewer cases. |
John Scipione
|
|
|
fat: Enable 4096-byte sector sizes |
Jim906
|
|
|
iroster: show usage text if help is requested. |
Oscar Lesta
|
|
|
Interface kit: Be explicit about text color for DrawLabel |
Pascal Abresch
|
|
|
Tracker: Replace an instance of static_cast with dynamic_cast |
John Scipione
|
|
|
TokenSpace: fix token wraparound |
X512
|
|
|
sys/time.h: Add TIMEVAL_TO_TIMESPEC and TIMESPEC_TO_TIMEVAL. |
Peter van Dijk
|
|
|
Tracker: Allow draggable container icon on Root, Trash and Printers |
John Scipione
|
|
|
Tracker: Truncate name better in icon mode, don't draw outside. |
John Scipione
|
|
|
Tracker: Fix remaining drawing artifacts, last part of #18826 |
John Scipione
|
|
|
Tracker: Redraw Trash icon when pose attribute updates. |
John Scipione
|
|
|
Tracker: Write Desktop vector icon attr or large/mini icon attrs |
John Scipione
|
|
|
Tracker: Set location in BPoseView::UpdateIcon() for icon-mode. |
John Scipione
|
|
|
libroot/unistd: Return error from sethostname if name is too long. |
Augustin Cavalier
|
|
|
kernel/lib: Use the hostname.cpp from libroot. |
Augustin Cavalier
|
|
|
Tracker: GetInt32() instead of FindInt32() when getting opcode |
John Scipione
|
|
|
Tracker: Fix esc to cancel type-ahead filtering in file panels |
John Scipione
|
|
|
Tracker: Filter out lock modifiers on Open with window |
John Scipione
|
|
|
Tracker: File panel misc style fixes |
John Scipione
|
|
|
BWindow: fix Quit shortcut, uppercase the inputted key |
John Scipione
|
|
|
Use IconMenuItems for supported apps menus |
Humdinger
|
|
|
nfs4: Make uid and gid consistent for async IO |
Jim906
|
|
|
Haiku Book: fix typo in book.dox |
cafeina
|
|
|
Tracker: Show mounted volumes on Desktop in file panels again |
John Scipione
|
|
|
SerialConnect: Adjust scroll bar size to font size |
Niklas Poslovski
|
|
|
Storage Kit: Add support for FAT16 type |
John Scipione
|
|
|
Appearance: Change name of Status Bar in Colors.cpp to Progress Bar |
Gabriel Abbate
|
|
|
Expose more info in signal handler mcontext |
PulkoMandy
|
|
|
Update translations from Pootle |
Autocomitter
|
|
|
Wacom: Added support for Pad Wheel |
DigitalBox98
|
|
|
nfs4: Fix _LoadSnapshot comparison logic |
Jim906
|
|
|
kernel/fs: Remove special handling for O_DISCONNECTED in remove_fd(). |
Augustin Cavalier
|
|
|
kernel/team: Add permissions checks in get_extended_team_info. |
Augustin Cavalier
|
|
|
fdinfo: Print the application current working directory. |
Augustin Cavalier
|
|
|
Terminal: Don't chdir() but pass the working directory down to _Spawn(). |
Augustin Cavalier
|
|
|
Terminal: Delete some dead code. |
Augustin Cavalier
|
|
|
kernel/fs: Fix some minor coding style issues. |
Augustin Cavalier
|
|
|
poke: Add missing IS_USER_ADDRESS checks. |
Augustin Cavalier
|
|
|
file_systems/QueryParser: Invoke ConvertValue in CalculateScore. |
Augustin Cavalier
|
|
|
kernel/guarded_heap: Implement ctors/dtors in the fake object_cache. |
Augustin Cavalier
|
|
|
kernel/vm: Use vm_page_num_pages() to compute heap size. |
Augustin Cavalier
|