aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libtrivfs: Fix memleak on errorSamuel Thibault2023-01-011-0/+2
* fstab: Fix memleak on errorSamuel Thibault2023-01-011-0/+1
* libps: Fix erroneous allocation testSamuel Thibault2023-01-011-1/+1
* getty: Fix fd leak on errorSamuel Thibault2023-01-011-1/+3
* fstab: Fix memleak on errorSamuel Thibault2023-01-011-1/+1
* libtrivfs: Avoid passing uninitialized seconds fieldSamuel Thibault2023-01-011-0/+2
* term: Drop spurious derefSamuel Thibault2023-01-011-9/+2
* libnetfs: fix memory leak on errorSamuel Thibault2023-01-011-0/+3
* libcons: Do not send event to server when out of rangeSamuel Thibault2023-01-011-8/+6
* libftpconn: Fix memory leak on errorSamuel Thibault2023-01-011-1/+4
* boot: Fix memory leak on S_io_read errorSamuel Thibault2023-01-011-0/+2
* make_peropen: Fix memory leaks on errorSamuel Thibault2023-01-012-4/+15
* fsys_get_children: Fix double-free on errorSamuel Thibault2023-01-012-3/+3
* mach-defpager: document lock orderingSamuel Thibault2022-12-311-0/+22
* proc: Do not reference a task port when allocation failedSamuel Thibault2022-12-241-1/+2
* S_mach_notify_new_task: Ignore notification of dead tasksSamuel Thibault2022-12-211-0/+3
* proc: Do not deallocate input ports on errorSamuel Thibault2022-12-211-11/+4
* proc: Add task to hashes before requesting death notifySamuel Thibault2022-12-212-6/+5
* Fix *printf specifier for user space mach ports.Flavio Cruz2022-12-0613-23/+23
* mach-defpager: assert_backtrace() on panicSamuel Thibault2022-12-041-1/+2
* startup: Make essential tasks essential to machSamuel Thibault2022-12-031-0/+2
* mach-defpager: Mark as essentialSamuel Thibault2022-12-031-0/+13
* hurd_types.defs: redefine io_statbuf_t, timespec_t and fsys_statfsbuf_t as tr...Flavio Cruz2022-11-211-5/+96
* Remove include of hurd/hurd_types.defs in iioctl.defs and rioctl.defsFlavio Cruz2022-11-152-2/+0
* Add ioctl_types.defs to avoid duplication of type definitions.Flavio Cruz2022-11-133-18/+42
* hurd: ensure subsystem directive appears before anything else in *.defsFlavio Cruz2022-11-134-13/+12
* Define mig type flock_t as a struct instead of array of intsFlavio Cruz2022-11-111-1/+7
* Replace vsprintf with vsnprintf in ext2fs/msg.cFlavio Cruz2022-11-091-3/+3
* Remove duplicate pfinet linux headers that have glue versionsFlavio Cruz2022-11-0633-5044/+0
* libps: Fix memory leakRichard Braun2022-11-051-0/+1
* Fix parallel buildsSamuel Thibault2022-11-011-5/+17
* Add --without-rump configure optionSamuel Thibault2022-10-311-21/+26
* Add --without-acpica configure optionSamuel Thibault2022-10-311-5/+9
* Also do not realpath "procfs" pseudo-deviceSamuel Thibault2022-10-241-1/+2
* rumpdisk: Link in PIIX IDE driver and ATA common codeSamuel Thibault2022-09-261-1/+1
* pfinet: Fix warningSamuel Thibault2022-09-221-4/+3
* lwip: Fix warningSamuel Thibault2022-09-221-2/+2
* iioctl: restore documenting 10 and 11 as unusedSamuel Thibault2022-09-221-5/+1
* rioctl: Use r not i group ioctl for SIOCADDRT/SIOCDELRTDamien Zammit2022-09-2210-16/+74
* lwip: Add missing stubDamien Zammit2022-09-221-0/+10
* Use route.h from glibcSamuel Thibault2022-09-213-43/+9
* procfs: Populate /proc/route with network routesDamien Zammit2022-09-202-1/+78
* acpi: Convert translator to an emulated mach deviceDamien Zammit2022-09-206-25/+207
* acpi: Remove references to /dev/memDamien Zammit2022-09-121-75/+34
* shutdown: Use new acpi RPC to halt machine, clean upDamien Zammit2022-09-124-88/+14
* acpi: Link translator to libacpica and provide RPCsDamien Zammit2022-09-1215-13/+233
* machdev, pci-arbiter, rumpdisk: Fix race condition in bootstrapDamien Zammit2022-09-114-27/+29
* pci-arbiter: Fix type of printf paramDamien Zammit2022-09-111-1/+1
* Add new RPC for pfinet network routesDamien Zammit2022-09-117-4/+223
* defs: Fix typing of iioctlDamien Zammit2022-08-311-1/+1