aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* runsystem.hurd.sh: Try to run bash firstSamuel Thibault2024-02-081-1/+1
* runsystem.hurd.sh: Print a newline at bootSamuel Thibault2024-02-081-0/+2
* runsystem.hurd.sh: Do not try to set up translators if we do not have settransSamuel Thibault2024-02-081-1/+1
* runsystem.hurd.sh: Make emergency really an emergencySamuel Thibault2024-02-081-2/+2
* runsystem: Do not eat first parameterSamuel Thibault2024-02-082-4/+0
* runsystem: Do not try to set up translators if we do not have settransSamuel Thibault2024-02-081-1/+1
* runsystem: Try to run bash firstSamuel Thibault2024-02-081-1/+1
* runsystem: do not require bashSamuel Thibault2024-02-082-9/+9
* Add missing includeSamuel Thibault2024-02-041-0/+1
* Update rpctrace to use the new ABI for inlined port namesFlavio Cruz2024-01-231-34/+59
* trivial hurd manual changes.jbranso@dismail.de2024-01-231-4/+15
* add a FAT FS section to the hurd manual.jbranso@dismail.de2024-01-231-0/+9
* describe the ISO-9960 filesystem in the hurd manual.jbranso@dismail.de2024-01-231-1/+4
* add a short ext2fs description to the hurd manual.jbranso@dismail.de2024-01-231-2/+12
* describe fixing filesystem corruption in the hurd manual.jbranso@dismail.de2024-01-231-2/+51
* x86_64: utmp uses int32_t to store time so use a temporary variableFlavio Cruz2023-12-311-1/+6
* pfinet: fix type aliasFlavio Cruz2023-12-291-1/+1
* libftpconn: add out >= 2 condition to make GCC happyFlavio Cruz2023-12-291-1/+1
* Fix overflow issues in tmpfs and vmallocateFlavio Cruz2023-12-292-3/+6
* proxy-defpager: add missing return statementFlavio Cruz2023-12-291-0/+2
* Fix a few pointer related warnings.Flavio Cruz2023-12-292-3/+3
* x86_64: use 21 bytes in libps since %z might require more characters.Flavio Cruz2023-12-291-1/+1
* Fix printf format specifiersFlavio Cruz2023-12-292-2/+2
* Use mach_msg_type_number_t whenever required to avoid warningsFlavio Cruz2023-12-296-12/+15
* Cast bootinfo to struct diskfs_control * to silence warningFlavio Cruz2023-12-291-1/+1
* Initialize a few error variables to avoid GCC warningsFlavio Cruz2023-12-293-3/+3
* Mark msg_thread as noreturnFlavio Cruz2023-12-291-1/+1
* Replace deprecated sigmask with sigset_t callsFlavio Cruz2023-12-295-12/+32
* pfinet and pci-arbiter: update server handlers to return kern_return_t to fix...Flavio Cruz2023-12-297-73/+73
* Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz2023-12-17122-293/+293
* Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz2023-12-172-11/+13
* Revert "Update hurd code to handle the new ABI for sending inlined port rights."Samuel Thibault2023-12-032-13/+11
* Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz2023-12-032-11/+13
* lwip: Allocate the loopback netif by defaultJoan Lledó2023-12-021-7/+7
* libports: Make sure we don't leak current RPCs listsSamuel Thibault2023-11-261-0/+2
* libports: Force threads to wake up periodicallySamuel Thibault2023-11-261-5/+8
* libports: Add more assertionSamuel Thibault2023-11-261-0/+2
* exec: TODO note about implementing interruptSamuel Thibault2023-11-201-0/+4
* libfshelp: type check messages using the full mach_msg_type_t so that it work...Flavio Cruz2023-11-191-1/+1
* server_verify_make_auth: mig now uses constSamuel Thibault2023-11-121-1/+0
* pci.defs: Fix making glibc catch EINTRSamuel Thibault2023-11-121-1/+2
* x86_64: Drop -AT386 part in uname machineSamuel Thibault2023-11-061-3/+10
* MAKEDEV: Add pseudo-root targetSamuel Thibault2023-11-021-0/+4
* proc: Fix missing freeSamuel Thibault2023-11-011-0/+1
* proc: proc_get{pgrp,session}p{,g}ids do have dealloc flagSamuel Thibault2023-11-011-3/+0
* rumpdisk: Fix dependencies computationSamuel Thibault2023-09-131-4/+4
* pflocal: Remove unused write_addr fieldSamuel Thibault2023-09-042-10/+1
* S_dir_lookup: Handle O_DIRECTORYSamuel Thibault2023-09-022-2/+3
* Revert "S_dir_lookup: Handle O_DIRECTORY"Samuel Thibault2023-09-022-2/+2
* S_dir_lookup: Handle O_DIRECTORYSamuel Thibault2023-09-022-2/+2