aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rumpdisk: Call thread_wire in all our threadsHEADmasterSamuel Thibault2025-02-051-2/+20
* mach-defpager: comment on improving on lost dataSamuel Thibault2025-02-041-0/+5
* mach-defpager: also warn only once about read errorsSamuel Thibault2025-02-041-1/+7
* mach-defpager: Make it print warnings on out-of-swapSamuel Thibault2025-02-041-3/+35
* libdiskfs: Check for EROFS on io_prenotify and io_write tooSamuel Thibault2025-02-042-1/+7
* Fix buildSamuel Thibault2025-02-041-0/+1
* libpipe: crash verbosely if mmap was to failSamuel Thibault2025-02-041-1/+7
* rumpdisk: Also link libirqhelp inSamuel Thibault2025-02-031-1/+1
* procfs: Fix coding styleSamuel Thibault2025-01-271-22/+22
* Add partial /proc/cpuinfo implementationDiego Nieto Cid2025-01-271-0/+219
* libdiskfs: Avoid crashing on system shutdownSamuel Thibault2025-01-171-3/+5
* typoSamuel Thibault2025-01-122-2/+2
* rumpusbdisk: Link completely to scsipi libraryDamien Zammit2025-01-121-1/+1
* libdiskfs: catch mmap failureSamuel Thibault2025-01-116-13/+42
* rtc: Fix crash on readingSamuel Thibault2025-01-101-1/+1
* Header files: Install rtc.h header fileZhaoming Luo2025-01-021-1/+1
* sutils/MAKEDEV.sh: create /dev/rtc entryZhaoming Luo2024-12-311-0/+2
* startup: Do not emit ARGP_ERR_UNKNOWNSamuel Thibault2024-12-301-1/+0
* pci-arbiter: Fix long standing bug with PCI accessDamien Zammit2024-12-291-1/+7
* fifo: Do not detach pipe when there are still readersSamuel Thibault2024-12-291-3/+1
* rumpdisk: Deallocate buffers in write during failure pathsDamien Zammit via Bug reports for the GNU Hurd2024-12-281-0/+2
* acpi: Better error handling on S_acpi_get_pci_irqDamien Zammit via Bug reports for the GNU Hurd2024-12-281-1/+1
* libirqhelp: Avoid loop between acpi and libirqhelpSamuel Thibault2024-12-271-0/+7
* acpi: Look out for acpi_get_irq_number errorsSamuel Thibault2024-12-231-2/+7
* Fix port leaksSamuel Thibault2024-12-235-1/+10
* Add a description comment for the MIG type translation filesZhaoming Luo2024-12-1419-18/+37
* Add rtc translator and RTC CMOS driverZhaoming Luo2024-12-117-1/+555
* smp: Simplify passing argvSamuel Thibault2024-12-091-3/+3
* sutils: Add smp tool to run process on slave processorsDamien Zammit via Bug reports for the GNU Hurd2024-12-092-1/+81
* Add some runsystem progress debugSamuel Thibault2024-12-083-3/+11
* lwip: Properly handle errors during initializationZhaoming Luo2024-12-081-6/+4
* Code refactorZhaoming Luo2024-12-074-4/+4
* libstore: Fix zero store writesSergey Bugaev2024-12-051-0/+1
* shutdown: Try mach device acpi before /servers/acpiDamien Zammit via Bug reports for the GNU Hurd2024-11-101-1/+21
* acpi, libmachdev: Add _forever variant of trivfs server loopDamien Zammit via Bug reports for the GNU Hurd2024-11-103-2/+16
* Comment fixesZhaoming Luo2024-11-084-8/+8
* More device_get_status count fixesSamuel Thibault2024-11-043-5/+5
* lwip: Fix integer type mismatch on x86_64Samuel Thibault2024-11-041-1/+1
* console-client: Isolate fb driver even more from vgaSamuel Thibault2024-10-283-47/+45
* console-client: Enable switching to gfx console when availableDamien Zammit2024-10-282-12/+39
* console-client: Add graphical console video passthroughDamien Zammit2024-10-282-0/+774
* xkb: Fix delete key in consoleDamien Zammit2024-10-281-1/+1
* Using NETIF_FOREACH to replace netif for-loopsZhaoming Luo2024-10-271-3/+3
* irqhelp: Add name of library to log_error messagesDamien Zammit2024-10-261-1/+1
* adding a missing commentZhaoming Luo2024-10-241-0/+1
* irqhelp: Dont bail when cannot connect to acpiDamien Zammit2024-10-241-5/+12
* acpi: Link to libirqhelpDamien Zammit2024-10-221-1/+1
* Define i386_get_xstate_size in libmachdev.Flavio Cruz2024-09-101-0/+6
* Revert "Include device/input.h in console-client"Samuel Thibault2024-09-101-1/+55
* Include device/input.h in console-clientFlavio Cruz2024-09-091-55/+1