aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* generic-speaker: Fix array iterationguy fleury iteriteka2019-08-271-1/+1
* lwip: Call if_change_flags() inside a thread-safe contextJoan Lledó2019-08-121-5/+55
* Catch LFS64 inconsistencies in RPC server stubsSamuel Thibault2019-07-273-0/+141
* Fix missing gnu_dev_* prototypesSamuel Thibault2019-07-279-0/+9
* diskfs.h: Expose 64bit typesSamuel Thibault2019-07-273-13/+13
* lwip: Fix bug: Error handling on configure_device()Joan Lledó2019-05-111-5/+3
* shutdown: Use fprintf instead of mach_printSamuel Thibault2019-05-051-2/+2
* lwip: Set output flags when calling recv()Joan Lledó2019-05-041-8/+13
* lwip: Fix bug: Clear MSG_NOSIGNAL flag when calling send().Joan Lledó2019-05-041-5/+8
* lwip: Error handling when calling update_if()Joan Lledó2019-05-021-29/+33
* diskfs: Fix rename_dir(excl=1) for source directoriesSamuel Thibault2019-04-284-7/+16
* shutdown: Fix static linkSamuel Thibault2019-04-211-0/+1
* shutdown: Fix static linkSamuel Thibault2019-04-211-1/+1
* shutdown: Fix static linkSamuel Thibault2019-04-211-1/+1
* acpi: Fix static linkSamuel Thibault2019-04-211-1/+1
* lwip: Stop using netifapi.Joan Lledó2019-03-313-36/+55
* lwip: Add headers to the tun driverJoan Lledó2019-03-311-0/+3
* lwip: Use the right error type.Joan Lledó2019-03-3110-23/+31
* lwip: Fix wrong error checksJoan Lledó2019-03-312-4/+4
* libstore: Fix dopen() with non-path which happens to be a pathSamuel Thibault2019-03-031-27/+31
* shutdown: rename shutdown RPC to shutdown_shutdownSamuel Thibault2019-03-033-3/+3
* shutdown: clean up debugging piecesSamuel Thibault2019-03-032-5/+6
* shutdown: fallback on Mach shutdownSamuel Thibault2019-03-031-7/+12
* Add to startup relevant shutdown rpc callDamien Zammit2019-03-022-3/+28
* Add shutdown RPC && ACPI specific disappear routineDamien Zammit2019-03-029-1/+323
* ACPI tables translatorDamien Zammit2019-03-0216-1/+1919
* hurd: fix error on opening symlink with O_NOFOLLOW|O_WRITESamuel Thibault2019-01-051-2/+4
* Prepare for rump disk access by making libstore take non-mach deviceDamien Zammit2018-12-261-7/+48
* pci-arbiter: fix cross-buildSamuel Thibault2018-11-281-1/+1
* random: Do not require the latest gcrypt version, just use a version known to...Samuel Thibault2018-11-181-1/+1
* build: Distribute tarball compressed with xz instead of bzip2Guillem Jover2018-11-061-3/+3
* tmpfs: Document issue with removed shm filesSamuel Thibault2018-11-051-0/+2
* pci-arbiter: Add TODO fileSamuel Thibault2018-10-301-0/+15
* PCI ArbiterJoan Lledó2018-10-3027-2/+3782
* libports: Fix typoSamuel Thibault2018-10-081-1/+1
* lwip: Fix build against glibc 2.28Samuel Thibault2018-08-151-0/+1
* lwip: Fix a buffer overflow and clear compiler warningsJoan Lledó2018-08-142-2/+2
* lwip: return EINTR when a select() IPC thread is cancelledJoan Lledó2018-08-141-0/+8
* lwip: refactor main demuxer to avoid code duplicationJoan Lledó2018-08-141-31/+11
* lwip: poll(): return EIO when POLLERR is setJoan Lledó2018-08-141-0/+3
* Hurd patches (fix compilation)Luca Weiss2018-06-1311-14/+16
* console-run: do not complain when running with empty /devSamuel Thibault2018-06-031-1/+4
* lwip translator: Remove unused reference to config.hJoan Lledó2018-05-021-1/+0
* Revert "MAX_SOCKETS: New patch implementing unlimited number of sockets"Samuel Thibault2018-05-021-247/+0
* Include required sockets headersJoan Lledó2018-05-014-0/+6
* MAX_SOCKETS: New patch implementing unlimited number of socketsJoan Lledó2018-05-011-0/+247
* Fix DESTDIR supportSamuel Thibault2018-04-228-48/+50
* exec: Leave room for mmaps etc. before PIE binariesSamuel Thibault2018-04-221-0/+3
* exec: Fix else branchSamuel Thibault2018-04-221-19/+21
* exec: document why mask code is currently commentedSamuel Thibault2018-04-221-0/+5