summaryrefslogtreecommitdiff
path: root/term
AgeCommit message (Expand)Author
2023-12-17Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz
2023-08-08Get rid of u_int in RPCsSamuel Thibault
2023-05-10term: Port to x86_64Sergey Bugaev
2023-05-02Use uintptr_t for message payloads.Flavio Cruz
2023-04-08Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
2023-01-01term: Drop spurious derefSamuel Thibault
2022-08-29Fix types of read write and readables methodsEtienne Brateau
2022-08-22term: Prevent new master while some slaves are still thereSamuel Thibault
2022-02-12Fix warningSamuel Thibault
2022-01-16Make RPC input array parameters constSamuel Thibault
2022-01-07term: Make sure to have ttydefchars use the proper _POSIX_VDISABLESamuel Thibault
2022-01-01Fix build warningsSamuel Thibault
2020-03-31Fix build with -fno-commonSamuel Thibault
2019-09-01Use the data_t type defined in hurd_types.h.Flavio Cruz
2018-06-13Hurd patches (fix compilation)Luca Weiss
2018-01-29Add compatibility with previous value of _POSIX_VDISABLESamuel Thibault
2017-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
2016-08-16Drop OTILDE supportSamuel Thibault
2015-12-31Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz
2015-12-31Use DEVICE_IMPORTS to include libports/ports.hFlavio Cruz
2015-12-31Define IO_OUTTRAN so that term_on_pty returns a mach_port_tFlavio Cruz
2014-12-07term: add a payload-aware intrans functionJustus Winter
2014-11-21Let pty readers always read end of writer outputSamuel Thibault
2014-06-15hurd: fix receiver lookup in termctty_open_terminalJustus Winter
2014-06-15term: improve the demuxerJustus Winter
2014-05-26term: fix memory leakJustus Winter
2014-04-15Include the MIG-generated server header filesJustus Winter
2014-04-06libports: fix notify_port_t receiver lookupsJustus Winter
2014-02-28term: fix receiver lookups in the term server functionsJustus Winter
2014-02-28term: fix receiver lookups in the tioctl server functionsJustus Winter
2013-11-10term: fix error handling in hurdio_mdmctlJustus Winter
2013-10-14term: fix read on a closed PTYRichard Braun
2013-10-02Check for negative sizes in file_set_sizeRichard Braun
2013-09-21Fix setting modem control linesSamuel Thibault
2013-09-21Fix gcc warningSamuel Thibault
2013-09-21Fix S_tioctl_tiocsetd returning errorsSamuel Thibault
2013-09-21Fix test for term open modeSamuel Thibault
2013-02-28Add io_select_timeout to the io interfaceRichard Braun
2012-11-27Complete switch from cthreads to pthreadsSamuel Thibault
2012-11-27Switch from cthreads to pthreadsRichard Braun
2012-11-24Remove condition implicationsRichard Braun
2012-04-08Replace fragile manual »make dist« system with one based on »git archive«.Thomas Schwinge
2012-03-25Fix extern inline useSamuel Thibault
2011-12-27Fix 0-length reads from ttySamuel Thibault
2011-10-19Add missing format strings for error, printk, problemPino Toscano
2011-08-20fix common misspellingsJonathan Neuschäfer
2009-07-11Switch to the new ChangeLog style.Thomas Schwinge
2004-03-052004-03-05 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
2004-02-11.Roland McGrath