summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-08runsystem: Do not eat first parameterSamuel Thibault
2024-02-08runsystem: Do not try to set up translators if we do not have settransSamuel Thibault
2024-02-08runsystem: Try to run bash firstSamuel Thibault
2024-02-08runsystem: do not require bashSamuel Thibault
2024-02-04Add missing includeSamuel Thibault
2024-01-23Update rpctrace to use the new ABI for inlined port namesFlavio Cruz
2024-01-23trivial hurd manual changes.jbranso@dismail.de
2024-01-23add a FAT FS section to the hurd manual.jbranso@dismail.de
2024-01-23describe the ISO-9960 filesystem in the hurd manual.jbranso@dismail.de
2024-01-23add a short ext2fs description to the hurd manual.jbranso@dismail.de
2024-01-23describe fixing filesystem corruption in the hurd manual.jbranso@dismail.de
2023-12-31x86_64: utmp uses int32_t to store time so use a temporary variableFlavio Cruz
2023-12-29pfinet: fix type aliasFlavio Cruz
2023-12-29libftpconn: add out >= 2 condition to make GCC happyFlavio Cruz
2023-12-29Fix overflow issues in tmpfs and vmallocateFlavio Cruz
2023-12-29proxy-defpager: add missing return statementFlavio Cruz
2023-12-29Fix a few pointer related warnings.Flavio Cruz
2023-12-29x86_64: use 21 bytes in libps since %z might require more characters.Flavio Cruz
2023-12-29Fix printf format specifiersFlavio Cruz
2023-12-29Use mach_msg_type_number_t whenever required to avoid warningsFlavio Cruz
2023-12-29Cast bootinfo to struct diskfs_control * to silence warningFlavio Cruz
2023-12-29Initialize a few error variables to avoid GCC warningsFlavio Cruz
2023-12-29Mark msg_thread as noreturnFlavio Cruz
2023-12-29Replace deprecated sigmask with sigset_t callsFlavio Cruz
2023-12-29pfinet and pci-arbiter: update server handlers to return kern_return_t to fix...Flavio Cruz
2023-12-17Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz
2023-12-17Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz
2023-12-03Revert "Update hurd code to handle the new ABI for sending inlined port rights."Samuel Thibault
2023-12-03Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz
2023-12-02lwip: Allocate the loopback netif by defaultJoan Lledó
2023-11-26libports: Make sure we don't leak current RPCs listsSamuel Thibault
2023-11-26libports: Force threads to wake up periodicallySamuel Thibault
2023-11-26libports: Add more assertionSamuel Thibault
2023-11-20exec: TODO note about implementing interruptSamuel Thibault
2023-11-19libfshelp: type check messages using the full mach_msg_type_t so that it work...Flavio Cruz
2023-11-12server_verify_make_auth: mig now uses constSamuel Thibault
2023-11-12pci.defs: Fix making glibc catch EINTRSamuel Thibault
2023-11-06x86_64: Drop -AT386 part in uname machineSamuel Thibault
2023-11-02MAKEDEV: Add pseudo-root targetSamuel Thibault
2023-11-01proc: Fix missing freeSamuel Thibault
2023-11-01proc: proc_get{pgrp,session}p{,g}ids do have dealloc flagSamuel Thibault
2023-09-13rumpdisk: Fix dependencies computationSamuel Thibault
2023-09-04pflocal: Remove unused write_addr fieldSamuel Thibault
2023-09-02S_dir_lookup: Handle O_DIRECTORYSamuel Thibault
2023-09-02Revert "S_dir_lookup: Handle O_DIRECTORY"Samuel Thibault
2023-09-02S_dir_lookup: Handle O_DIRECTORYSamuel Thibault
2023-08-31pfinet: Also accept MSG_NOSIGNAL in udpv6_sendmsgSamuel Thibault
2023-08-12file-syncfs: Avoid deadlockSamuel Thibault
2023-08-08libbpf: Fix long / int confusionSamuel Thibault
2023-08-08Get rid of u_int in RPCsSamuel Thibault