aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at/lpr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several warnings for -Wmissing-prototypesFlavio Cruz2023-01-241-6/+0
* Introduce time_value64_t to keep track of real time in the kernelFlavio Cruz2023-01-031-1/+0
* Define vm_size_t and vm_offset_t as __mach_uintptr_t.Flavio Cruz2022-12-061-1/+1
* Convert from K&R to ANSIEtienne Brateau2022-01-211-20/+11
* i386at: Really disable com and lpr above NCOM and NLPRSamuel Thibault2020-12-071-0/+5
* Fix dev_ops typesSamuel Thibault2018-07-281-6/+6
* Fix warningSamuel Thibault2018-01-281-1/+1
* Cope with getc returning -1Samuel Thibault2016-05-261-1/+5
* fix t_addr assignment in lpropenFlavio Cruz2016-01-021-12/+14
* Fix boundSamuel Thibault2015-11-271-1/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-041-12/+10
* Use explicit prototypes for struct dev_ops fieldsMarin Ramesa2014-04-041-4/+4
* i386/i386at/lpr.c: fix initalization from incompatible pointer typeMarin Ramesa2013-12-091-2/+2
* i386/i386at/lpr.c: fix argument listMarin Ramesa2013-12-091-0/+1
* i386/i386at/autoconf.c, com.c, lpr.c: remove forward declarationsMarin Ramesa2013-12-051-11/+3
* Remove leftover register qualifiersMarin Ramesa2013-11-241-1/+1
* i386/i386at/lpr.c: remove register qualifierMarin 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
* Remove unused [!MACH_KERNEL] driver codeGuillem Jover2011-09-121-110/+0
* 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
* Add missing function prototypesGuillem Jover2009-12-181-0/+1
* Match function types with `struct tty' member functionsGuillem Jover2009-12-181-4/+5
* Fix warningsSamuel Thibault2009-10-201-2/+1
* 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-7/+8
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+1
* 2006-11-14 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+9
* 2006-11-13 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-2/+0
* 2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-3/+0
* 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-1/+0
* 2006-05-14 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-16/+16
* 2006-03-04 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-9/+0
* 2006-03-04 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-8/+0
* Initial sourceThomas Bushnell1997-02-251-0/+419