aboutsummaryrefslogtreecommitdiff
path: root/term/devio.c
Commit message (Expand)AuthorAgeFilesLines
* Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz2023-12-171-1/+1
* Get rid of u_int in RPCsSamuel Thibault2023-08-081-1/+1
* term: Port to x86_64Sergey Bugaev2023-05-101-4/+4
* Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz2023-04-081-1/+1
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-10/+10
* Fix warningSamuel Thibault2022-02-121-1/+1
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-10/+10
* libports: fix notify_port_t receiver lookupsJustus Winter2014-04-061-3/+3
* Switch from cthreads to pthreadsRichard Braun2012-11-271-14/+14
* Remove condition implicationsRichard Braun2012-11-241-0/+1
* 2002-06-25 Roland McGrath <roland@frob.com>Roland McGrath2002-06-261-0/+25
* 2002-06-25 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-251-0/+1
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-6/+5
* 2002-02-10 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-02-101-2/+2
* 2002-02-10 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-02-101-36/+50
* 2002-01-04 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-01-041-0/+8
* 2001-10-14 Roland McGrath <roland@frob.com>Roland McGrath2001-10-141-1/+11
* 2000-03-17 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-171-10/+4
* 1999-10-04 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-10-041-22/+13
* 1999-10-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-011-0/+7
* 1999-05-24 Mark Kettenis <kettenis@gnu.org>Roland McGrath1999-05-301-15/+25
* 1999-03-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-231-18/+20
* Wed Mar 17 16:32:05 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-171-63/+105
* Thu Feb 18 00:57:30 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-181-1/+4
* Mon Oct 26 16:47:18 1998 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1998-11-161-5/+35
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-201-38/+39
* (devio_set_bits): Only execute guts if CIGNORE isn't set.Miles Bader1996-10-041-32/+30
* *** empty log message ***Thomas Bushnell1996-08-291-1/+4
* (devio_abandon_physical_output): Don't do anything if carrier is off.Michael I. Bushnell1996-06-201-0/+5
* (device_open_reply): Use new ports_create_port.Michael I. Bushnell1996-05-091-3/+5
* (real_speed_to_bogus_speed): EXTB should be 38400, not 24800.Michael I. Bushnell1996-04-221-1/+1
* (devio_assert_dtr): Use ports_create_port instead of ports_allocate_port.Miles Bader1996-01-271-3/+7
* (devio_notice_input_flushed): New function.Michael I. Bushnell1995-12-011-0/+5
* (devio_suspend_physical_output): Only if not already stopped.Michael I. Bushnell1995-12-011-2/+5
* (devio_start_output): Restart output if USER_OUTPUT_SUSP flag off andMichael I. Bushnell1995-12-011-0/+17
* (devio_start_output): Honor USER_OUTPUT_SUSP flag.Michael I. Bushnell1995-12-011-1/+6
* New function names.Michael I. Bushnell1995-11-301-9/+9
* (start_output): Add devio_ prefix; declare static.Michael I. Bushnell1995-11-301-21/+34
* (ports_do_mach_notify_send_once): foo.Michael I. Bushnell1995-11-301-1/+2
* *** empty log message ***Michael I. Bushnell1995-11-301-2/+1
* (ports_do_mach_notify_send_once): New function.Michael I. Bushnell1995-11-301-1/+57
* Nil.Michael I. Bushnell1995-11-271-3/+4
* Initial revisionMichael I. Bushnell1995-08-311-0/+554