date | project | content | link |
|---|
| 06:42 today | haiku | Commit by pulkomandy on master :: r hrev44205 haiku/: ( link) Fix collecting of ifdef dependant strings
Following some recent changes, the collection of strings does not use B_COLLECTING_CATKEYS define anymore. Adjust the code to use B_TRANSLATE_MARK_VOID instead, leading to the same result (string is added to catalog, but not used) | # |
| 01:38 Friday | haiku | Commit by jscipione on master :: r hrev44204 haiku/: ( link) Fix formatting bug in Deskcalc.
Calculations that take up the full width of the Deskcalc window sometimes scroll the result over showing you only the tail end. This is because the horizontal inset makes the area too small to fit the result. Removing this horizontal inset means that the result will always fit in the space provided, and Deskcalc will recalculate to fit, but it also means that the result always starts at the leftmost side of the textarea, a fair tradeoff. | # |
| 23:40 Thursday | haiku | Commit by axeld on master :: r hrev44203 haiku/: ( link) Fixed a possible FD leak, CID 702009. | # |
| 19:55 Thursday | haiku | Commit by mmu_man on master :: r hrev44201 haiku/: ( link) PPC: Move asm helpers to U-Boot arch Jamfile
- the OpenFirmware arch/ppc/Jamfile already has it, so move it to avoid duplicated symbols.
| # |
| 19:27 Thursday | haiku | Commit by mmu_man on master :: r hrev44199 haiku/: ( link) U-Boot: split cpu.cpp into arch-specific and common parts
- the common part should try to use the U-Boot API when found.
- the arch part can make use of cpu features (like timer register)
- the ppc code enables the FPU in the MSR, since it's used by vsnprintf(), which at least saves one FP register in its prologue.
| # |
| 19:20 Thursday | haiku | Commit by mmu_man on master :: r hrev44198 haiku/: ( link) PPC: Add eioio as barrier for the UART class [3 commits]
- probably unneeded but it shouldn't harm.
| # |
| 15:25 Thursday | haiku | Commit by kallisti5 on master :: r hrev44202 haiku/: ( link) ARM platform: Undo change to MMU page table assignment
- While the baremetal arm book I have says mrc, it breaks verdex and doesn't work on the Pi.
- Moving the page table address to the p15 coprocessor makes more logical sense anyway... i think mrc was a typo.
| # |
| 13:53 Thursday | haiku | Commit by kallisti5 on master :: r hrev44200 haiku/: ( link) rPi console: Implement console_wait_for_key | # |
| 11:39 Thursday | haiku | Commit by kallisti5 on master :: r hrev44197 haiku/: ( link) rPi Console: Fix console vt100 calls [3 commits]
- Use correct clear screen escape codes
- Use correct set cursor location escape codes
- Use correct set color escape codes
| # |
| 18:30 Wednesday | haiku | Commit by tqh on master :: r hrev44196 haiku/: ( link) Only set FT_LOAD_TARGET_LCD when we have specified it. Use FT_LOAD_TARGET_NORMAL when we havn't.
(FT_LOAD_TARGET_LIGHT might also be an option.) | # |
| 16:56 Wednesday | haiku | Commit by anevilyak on master :: r hrev44195 haiku/: ( link) Fix #8596: common_getgroups copies too little data
common_getgroups, when called from within the kernel, copies actualCount bytes instead of actualCount * sizeof(gid_t) bytes. | # |
| 14:07 Tuesday | haiku | Commit by kallisti5 on master :: r hrev44194 haiku/: ( link) MMU: Add in section L1 MMU size [3 commits]
- Not used atm, but exists.
| # |
| 14:31 on May 20 | haiku | Commit by mmadia on master :: r hrev44193 haiku/: ( link) Added Caya as an optional package.
Provided by Barrett. Fixes #7439. | # |
| 10:46 on May 20 | haiku | Commit by siarzhuk on master :: r hrev44191 haiku/: ( link) Put hostname option into DHCPDISCOVER/DHCPREQUEST if provided by system
If Haiku has the hostname set, inform DHCP server with corresponding option in DHCPDISCOVER and DHCPREQUEST messages. That should simplify accessing Haiku hosts by using it's hostname instead of raw addresses. | # |
| 10:23 on May 20 | haiku | Commit by mmadia on master :: r hrev44192 haiku/: ( link) Updated Keymap Switcher. Provided by Siarzhuk Zharski. | # |
| 16:25 on May 19 | haiku | Commit by humdinger on master :: r hrev44190 haiku/: ( link) Added wpa_supplicant to alpha and nightly profiles. Fixes #8585. | # |
| 20:23 on May 18 | haiku | Commit by siarzhuk on master :: r hrev44188 haiku/: ( link) Preventive fixes for possible Coverity complaints in the future. [2 commits] | # |
| 17:40 on May 18 | haiku | Commit by humdinger on master :: r hrev44186 haiku/: ( link) Merge branch 'master' of ssh://git.haiku-os.org/haiku [2 commits] | # |
| 15:16 on May 18 | haiku | Commit by kallisti5 on master :: r hrev44189 haiku/: ( link) rPi MMU: Working towards mapped memory
- BCM2708 defines no longer assume 0x20 address We will be throwing away the blob memory mapping and using our own.
- Use existing blob mapping to turn GPIO led on pre mmu_init
- Remap MMU hardware addresses from 0x7E. We could map each device, however the kernel will throw away the mappings again anyway. For now we just map the whole range and use offsets.
- Serial uart no longer works, however at least we know why now :). Serial driver now needs to use mapped address.
| # |
| 13:57 on May 18 | haiku | Commit by kallisti5 on master :: r hrev44187 haiku/: ( link) rPi MMU: Enhance debugging [2 commits]
- TRACE calls no longer need double '('
- Added CALLED trace function
- Add better debugging output
| # |