-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: mvolfik/helenos
base: master
head repository: HelenOS/helenos
compare: master
- 13 commits
- 78 files changed
- 4 contributors
Commits on Jan 27, 2025
-
fix calculation of TLS size for main fibril (HelenOS#240)
* explain why tcb_t is added at the end of tls allocation * fix calculation of TLS size for main fibril Before this patch, _tcb_data_offset always used __progsymbols.elfstart. However, that is wrong when it is being called from the loader server!! Now we pass to it a pointer to the correct ELF, falling back to elfstart in the public tls_get call. (debugging this was quite an ordeal and took me like 5 hours, thanks for asking (':) * a few comments for TLS allocation
Configuration menu - View commit details
-
Copy full SHA for b27ae65 - Browse repository at this point
Copy the full SHA b27ae65View commit details
Commits on Jan 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 97116a2 - Browse repository at this point
Copy the full SHA 97116a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa6292 - Browse repository at this point
Copy the full SHA 1fa6292View commit details
Commits on Jan 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 56210a7 - Browse repository at this point
Copy the full SHA 56210a7View commit details
Commits on Feb 3, 2025
-
Jiri Svoboda committed
Feb 3, 2025 Configuration menu - View commit details
-
Copy full SHA for a796812 - Browse repository at this point
Copy the full SHA a796812View commit details -
Determine when device (sub)tree is stable.
Devman will only return value when the entire device tree is stable.
Jiri Svoboda committedFeb 3, 2025 Configuration menu - View commit details
-
Copy full SHA for c3d9aaf - Browse repository at this point
Copy the full SHA c3d9aafView commit details -
Explicit wait for system volume is no longer needed.
Now it is guaranteed that, if the volume was inserted at power-on time, it is mounted at this point. This is because (1) srv_start(devman) only returns once all devices have been enumerated and (2) srv_start(volsrv) only returns once all volumes have been mounted.
Jiri Svoboda committedFeb 3, 2025 Configuration menu - View commit details
-
Copy full SHA for b1490d2 - Browse repository at this point
Copy the full SHA b1490d2View commit details
Commits on Feb 4, 2025
-
Fix driver crash when ATA channel contains no usable devices.
Jiri Svoboda committedFeb 4, 2025 Configuration menu - View commit details
-
Copy full SHA for 0dab485 - Browse repository at this point
Copy the full SHA 0dab485View commit details
Commits on Feb 5, 2025
-
Add proper IDE PCI to ISA fallback mechanism.
To determine if legacy IDE I/O ports are free, isa-ide asks isa, who asks pciintel. pciintel waits for bus enumeration to complete, then waits for all functions except the one who is asking (which is ISA bus) to stabilize. During attach pci-ide will claim the legacy IDE ports. Thus, if at this point legacy IDE ports are unclaimed, pciintel tells ISA they are free, which tells isa-ide, which continues to attach. If they are not free, isa-ide will not attach. This works for all use cases, including system without PCI bus, system with PCI bus, but no (or disabled) PCI IDE, system with PCI IDE with unrecognized VID/PID (which we will handle in legacy ISA mode).
Jiri Svoboda committedFeb 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 832cbe7 - Browse repository at this point
Copy the full SHA 832cbe7View commit details -
File / Edit (Ctrl-E) in Navigator to start editor on current file
Jiri Svoboda committedFeb 5, 2025 Configuration menu - View commit details
-
Copy full SHA for accdf88 - Browse repository at this point
Copy the full SHA accdf88View commit details
Commits on Feb 6, 2025
-
Start text editor if open action is used on .txt file.
Jiri Svoboda committedFeb 6, 2025 Configuration menu - View commit details
-
Copy full SHA for b336bfd - Browse repository at this point
Copy the full SHA b336bfdView commit details -
Log files should have .txt extension.
Jiri Svoboda committedFeb 6, 2025 Configuration menu - View commit details
-
Copy full SHA for a7a16a2 - Browse repository at this point
Copy the full SHA a7a16a2View commit details
Commits on Feb 13, 2025
-
init RTLD runtime at load time even for statically linked binaries (H…
…elenOS#242) init RTLD runtime at load time even for statically linked binaries
Configuration menu - View commit details
-
Copy full SHA for 32254d6 - Browse repository at this point
Copy the full SHA 32254d6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master