summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-08-08exec: Get rid of u_intSamuel Thibault
2023-08-08pfinet: Get rid of u_intSamuel Thibault
2023-08-08ext2fs: Fix shift in find_next_zero_bitSamuel Thibault
2023-08-08ext2fs: Fix shift in ext2_new_blockSamuel Thibault
2023-08-08Homogeneize [gs]et_translator and get_dire[nc]ts into mach_msg_type_number_tSamuel Thibault
2023-07-05pci-arbiter: Prevent mapping IO regionsJoan Lledó
2023-07-03exec: Properly preallocate address spaceSergey Bugaev
2023-07-03rumpusbdisk: Add USB mass storage translatorDamien Zammit
2023-07-03exec: On 64-bit, map lower 4 GB inaccessible for PIEsSergey Bugaev
2023-07-03libdiskfs: Don't warn if requesting shutdown notification fails with EPERMSergey Bugaev
2023-06-29configure.ac: Make test for acpica more robustDamien Zammit
2023-06-25acpi: Link against libpciaccessSamuel Thibault
2023-06-21proc: Fix pointer truncation in get_string_arraySergey Bugaev
2023-06-21Drop mention of non-existing check targetSamuel Thibault
2023-06-14Replace msgh_kind with msgh_seqnoFlavio Cruz
2023-06-14Check for file_utimens since that's the correct RPC for changing access/modif...Flavio Cruz
2023-06-11pfinet: Fix x86_64 prototypesSamuel Thibault
2023-05-29Revert "Disable Linux-based pfinet on x86_64"Samuel Thibault
2023-05-29pfinet: Add x86_64 checksum supportSamuel Thibault
2023-05-28pfinet: Missing size_t/mach_msg_type_number_t fixSamuel Thibault
2023-05-28lwip: Drop spurious port deref on errorSamuel Thibault
2023-05-28lwip: Fix port leak on /servers/startup lookup errorSamuel Thibault