aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at/com.c
Commit message (Expand)AuthorAgeFilesLines
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+1
* console: Fix baud rate on com ports, use 115200 default baud, 8 data bitsDamien Zammit2024-01-201-14/+3
* fix hardcoded physical addressLuca Dariz2023-02-121-1/+1
* Fix several warnings for -Wmissing-prototypesFlavio Cruz2023-01-241-22/+2
* Introduce time_value64_t to keep track of real time in the kernelFlavio Cruz2023-01-031-1/+0
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-1/+1
* Define vm_size_t and vm_offset_t as __mach_uintptr_t.Flavio Cruz2022-12-061-4/+4
* fix warnings for 32 bit buildsLuca Dariz2022-08-271-1/+1
* fix console setting from cmdlineLuca Dariz2022-08-271-0/+5
* Convert from K&R to ANSIEtienne Brateau2022-01-211-17/+10
* com: Fix bogus NCOM testAndrea G. Monaco2021-02-031-1/+1
* i386at: Really disable com and lpr above NCOM and NLPRSamuel Thibault2020-12-071-0/+5
* com: Fix 64bit warningsSamuel Thibault2020-03-291-6/+6
* Fix dev_ops typesSamuel Thibault2018-07-281-6/+6
* i386: Fix typos in comments (found by codespell)Stefan Weil2015-01-021-1/+1
* Fix computationSamuel Thibault2014-08-221-1/+1
* Even less magic-looking control valueNeal H. Walfield2014-08-221-1/+1
* Support invoking the debugger over the serial consoleJustus Winter2014-08-221-1/+26
* Convert from K&R to ANSIMarin Ramesa2014-04-041-16/+14
* Use explicit prototypes for struct dev_ops fieldsMarin Ramesa2014-04-041-6/+6
* Fix comstart when the queue is emptySamuel Thibault2014-02-041-1/+3
* Fix potential NULL dereferenceSamuel Thibault2014-02-041-0/+2
* Type definitionMarin Ramesa2013-12-151-5/+5
* i386/i386at/com.c: fix initialization from incompatible pointer typeMarin Ramesa2013-12-091-2/+2
* i386/i386at/autoconf.c, com.c, lpr.c: remove forward declarationsMarin Ramesa2013-12-051-4/+0
* Remove leftover register qualifiersMarin Ramesa2013-11-241-1/+1
* i386/i386at/com.c: remove register qualifiersMarin Ramesa2013-11-151-6/+6
* i386/i386at/com.c: trivial stylistic fix for consistencyMarin Ramesa2013-11-151-1/+1
* Match type for count with tty_get_status and tty_set_statusGuillem Jover2012-03-201-2/+2
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-1/+1
* Set default serial parameters to 8N1 instead of 7E1Gabriele Giacone2012-03-031-1/+1
* Use Mach native error codes instead of POSIX errno E* onesGuillem Jover2011-09-021-3/+3
* Cast function timeout() argument to fix a warningGuillem Jover2011-08-301-1/+1
* Return a value on non-void functionGuillem Jover2011-08-301-0/+5
* Console declaration cleanupSamuel Thibault2011-08-301-4/+0
* Disable unused variablesGuillem Jover2011-08-271-0/+2
* Add console=comN boot option to enable serial consoleSamuel Thibault2011-02-261-9/+14
* Match function types with `struct tty' member functionsGuillem Jover2009-12-181-6/+6
* Fix warningsSamuel Thibault2009-10-201-4/+3
* 2008-07-23 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-2/+2
* 2008-07-23 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2008-07-19 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-5/+5
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+2
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2006-11-14 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+7
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+1
* 2001-04-27 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-04-271-1/+1
* prerelease workThomas Bushnell1997-03-241-1/+1