Jeremy Soller
|
aceeef5bae
|
Merge branch 'initfs_cleanups' into 'main'
A bunch of initfs cleanups
See merge request redox-os/base!126
|
2026-02-17 15:20:42 -07:00 |
|
bjorn3
|
200ba82e57
|
initfs: Actually use Length newtype
|
2026-02-17 20:57:11 +01:00 |
|
bjorn3
|
7248eda128
|
initfs: Remove unused function
|
2026-02-17 20:57:11 +01:00 |
|
bjorn3
|
0e0287cb6d
|
initfs: Use fixed modes for inode types
This also ensures that the write bit is never set and the execute bit
is always set for directories.
|
2026-02-17 20:57:10 +01:00 |
|
bjorn3
|
c028c49c55
|
initfs: Symlinks should be resolved relative to symlink parent
|
2026-02-17 20:54:53 +01:00 |
|
bjorn3
|
fc4b48df67
|
initfs: Fix stat for symlinks
|
2026-02-17 20:54:47 +01:00 |
|
bjorn3
|
f0413aec8e
|
initfs: Fill in st_ino
Otherwise ls and other tools will think they have already visited a
directory when recursively enumerating all files.
|
2026-02-17 20:54:40 +01:00 |
|
bjorn3
|
edd1c249e9
|
initfs: Remove uid and gid fields for inodes
The initfs creation code always puts 0 in them.
|
2026-02-17 20:54:35 +01:00 |
|
bjorn3
|
3e62ff9ec7
|
initfs: Use CARGO_TARGET_TMPDIR in test
|
2026-02-17 20:54:30 +01:00 |
|
bjorn3
|
223b497234
|
initfs: Make redox-initfs library unconditionally no_std
|
2026-02-17 20:54:19 +01:00 |
|
bjorn3
|
c611054bbd
|
initfs: Move archive-common package into initfs-tools
|
2026-02-17 20:54:10 +01:00 |
|
Jeremy Soller
|
5c1f034a27
|
Merge branch 'fix-initfs-debug-space' into 'main'
Fix initfs space insufficient issue
See merge request redox-os/base!119
|
2026-02-17 07:54:12 -07:00 |
|
Jeremy Soller
|
4c8727ed40
|
Merge branch 'main' into 'main'
misc(Cargo.lock): bump `redox-rt`
See merge request redox-os/base!125
|
2026-02-16 07:17:44 -07:00 |
|
Anhad Singh
|
fff728c5e5
|
misc(Cargo.lock): bump redox-rt
Signed-off-by: Anhad Singh <andypython@protonmail.com>
|
2026-02-17 01:03:09 +11:00 |
|
Jeremy Soller
|
ab432bab63
|
Merge branch 'fix_arm64_init_drivers' into 'main'
Fix init_drivers.rc for arm64
See merge request redox-os/base!124
|
2026-02-14 10:42:14 -07:00 |
|
bjorn3
|
d92b911376
|
Fix init_drivers.rc for arm64
Fix the path passed to pcid-spawner to match the x86_64 version.
|
2026-02-14 17:29:56 +01:00 |
|
Jeremy Soller
|
4788db00de
|
Update redox-syscall and redox-scheme for stdfscall
|
2026-02-11 12:21:35 -07:00 |
|
Jeremy Soller
|
58832cd89f
|
Merge branch 'minor-cleanup' into 'main'
minor cleanup in ptyd
See merge request redox-os/base!122
|
2026-02-10 06:03:42 -07:00 |
|
auronandace
|
98a2516dd2
|
minor cleanup in ptyd
|
2026-02-10 10:01:32 +00:00 |
|
Jeremy Soller
|
0c3936760d
|
Merge branch 'ps2d-panic' into 'main'
ps2d: Don't crash on keyboard scan init
See merge request redox-os/base!120
|
2026-02-09 20:22:16 -07:00 |
|
Wildan M
|
20eae1f054
|
ps2d: Don't crash on keyboard scan init
|
2026-02-10 00:10:21 +07:00 |
|
April Grimoire
|
2c11d1aee6
|
Fix initfs space insufficient issue
Credit: willnode
Increase initfs space under debug mode from 128MiB to 256MiB.
The old size causes build failure.
|
2026-02-09 22:56:55 +08:00 |
|
Jeremy Soller
|
f08f60dc51
|
Merge branch 'virtio-sdl-fix' into 'main'
virtio-gpud: Don't crash on no edid descriptor
See merge request redox-os/base!118
|
2026-02-08 07:37:40 -07:00 |
|
Wildan M
|
36e2fbd537
|
virtio-gpud: Don't crash on no edid descriptor
|
2026-02-08 15:50:58 +07:00 |
|
Jeremy Soller
|
e79dd0a59b
|
Merge branch 'bootstrap_refactors' into 'main'
Improve IO safety of bootstrap
See merge request redox-os/base!117
|
2026-02-07 12:33:56 -07:00 |
|
bjorn3
|
9ec0733951
|
bootstrap: Move computation of schemes from initnsmgr to main
|
2026-02-07 20:32:09 +01:00 |
|
bjorn3
|
a04626044e
|
bootstrap: Use FdGuard inside initnsmgr
|
2026-02-07 20:06:06 +01:00 |
|
bjorn3
|
029e3a48e2
|
bootstrap: Use FdGuard for sync_pipe
|
2026-02-07 20:06:06 +01:00 |
|
bjorn3
|
c0c002bfbc
|
bootstrap: Remove Arc around KernelSchemeMap
|
2026-02-07 20:06:02 +01:00 |
|
Jeremy Soller
|
4a4b890c76
|
Merge branch 'update_pci_types' into 'main'
Update to pci_types 0.10.1
See merge request redox-os/base!116
|
2026-02-07 10:07:12 -07:00 |
|
bjorn3
|
7f0e870b76
|
Update to pci_types 0.10.1
And avoid hiding channel open errors in pcid-spawner. This would have
made the location of the problem more obvious.
|
2026-02-07 18:02:32 +01:00 |
|
Jeremy Soller
|
f2ffbf1eb5
|
Merge branch 'pin-pci_types-0.10.0' into 'main'
chore: Pin pci_types version to 0.10.0.
See merge request redox-os/base!115
|
2026-02-07 07:00:17 -07:00 |
|
Jeremy Soller
|
06bda5dabf
|
Merge branch 'gpu_drm12' into 'main'
Couple of ihdgd cleanups and use upstream rustix
See merge request redox-os/base!114
|
2026-02-07 06:58:31 -07:00 |
|
Ibuki.O
|
22ab1e7878
|
chore: Pin pci_types version to 0.10.0.
|
2026-02-07 22:56:50 +09:00 |
|
Jeremy Soller
|
57449fc0a9
|
Merge branch 'procmgr_cleanups' into 'main'
Couple of procmgr cleanups
See merge request redox-os/base!113
|
2026-02-07 06:56:33 -07:00 |
|
bjorn3
|
c6f564e651
|
Use upstream rustix
Rustix 1.1.3 supports ioctls on Redox OS.
|
2026-02-07 13:18:48 +01:00 |
|
bjorn3
|
6c01349bf4
|
drivers/graphics/ihdgd: Fix a warning
|
2026-02-07 13:18:48 +01:00 |
|
bjorn3
|
3d82140155
|
drivers/graphics/ihdgd: Minor EDID reading improvements
* Enable unproven feature of embedded-hal. We depend on it. Currently it
gets implicitly enabled by bitbang-hal.
* Reduce nesting in probe_edid
|
2026-02-07 13:18:46 +01:00 |
|
bjorn3
|
842855e26f
|
Fix /scheme/proc/ps header
|
2026-02-07 12:32:52 +01:00 |
|
bjorn3
|
9e28791c2b
|
Fix a couple of warnings
|
2026-02-07 12:19:41 +01:00 |
|
Jeremy Soller
|
e9f414bea6
|
Merge branch 'remove_rens' into 'main'
Remove setrens handling and the rns/ens process fields
See merge request redox-os/base!111
|
2026-02-06 14:01:10 -07:00 |
|
bjorn3
|
a40955bb80
|
Remove setrens handling and the rns/ens process fields
It is no longer used due to the capability rework.
|
2026-02-06 21:59:17 +01:00 |
|
Jeremy Soller
|
b1cced329c
|
Merge branch 'uds-preaccept' into 'main'
ipcd: Allow data transfer before accept
See merge request redox-os/base!110
|
2026-02-06 08:39:05 -07:00 |
|
Wildan M
|
99c3193764
|
ipcd: Allow data transfer before accept
|
2026-02-06 14:03:08 +07:00 |
|
4lDO2
|
c6f5703313
|
Fix typo causing rt signals not to wakeup thread.
|
2026-02-05 15:13:47 +01:00 |
|
Jeremy Soller
|
cac7266a54
|
Merge branch 'fix-udp-dup' into 'main'
Return EADDRNOTAVAIL in UDP scheme if dup called with unspecified address
See merge request redox-os/base!109
|
2026-02-04 06:19:08 -07:00 |
|
Bendeguz Pisch
|
05d01a9351
|
Return EADDRNOTAVAIL in UDP scheme if dup called with unspecified address
|
2026-02-04 10:35:27 +01:00 |
|
Jeremy Soller
|
f5e177cb1b
|
Merge branch 'ptyd-cast' into 'main'
prefer from instead of as cast
See merge request redox-os/base!108
|
2026-02-03 16:51:37 -07:00 |
|
auronandace
|
af14ff0597
|
prefer from instead of as cast
|
2026-02-03 20:30:31 +00:00 |
|
4lDO2
|
ebf4c4185a
|
Fix sigqueue limit off-by-one, rustfmt.
|
2026-02-01 13:13:21 +01:00 |
|