File history
Tracking elks/arch/i86/drivers/char/lp.c
| Commit | Author | Date | Message |
|---|---|---|---|
62aaad6c0edb66932e068a66567a45c2f3f50b7 | Greg Haerr | 2025-11-15 | [kernel] Correct potential timing errors by using atomic jiffies access |
13339702b19375b6857b08a1e2c34826aa2439c | Greg Haerr | 2024-03-23 | Comment cleanups |
2009deb75db1e1ec6b0144ab238089dcee97cac | Chuck Coffing | 2024-02-15 | Remove the need for a cast in lp.c |
85c1fe3526c4de3abce2f779d97adf7efb3d3ce | Chuck Coffing | 2024-02-14 | Fixed the polling lp driver. |
a19dfa5fc93d3838ee48e792e88d961bf90c578 | Greg Haerr | 2023-09-02 | [kernel] Source cleanup replace #if 0 with #if UNUSED |
07dab55a314d19694fc4cb08527b75421b3cbfc | Greg Haerr | 2023-08-25 | [kernel] Add char and network driver init routines to INITPROC |
5933ba3169357fc7c97284e2621d7b203f06493 | Greg Haerr | 2022-08-01 | Minor cleanups from PC-98 testing |
623931115ab7a4ea7bdd4a5eb478362430bbc6e | Greg Haerr | 2022-02-16 | [kernel] Cleanup lp driver |
482ff27844bca2107c331245176fd5e6a8be720 | Greg Haerr | 2022-01-11 | [kernel] Source cleanup of BLOAT_FS |
e2bf521d8ed609e22aac40890eababcaef071ba | Greg Haerr | 2020-10-26 | [kernel] fmemcpy / fmemset parameter cleanup |
d0780057c2c774dc00f7e678f40fc279d6c41e7 | Greg Haerr | 2020-10-14 | [kernel] Source code cast cleanups |
64e7a0b883ef79605a56aca157c01a856409af5 | marcin-laszewski | 2020-08-09 | Debug msg (#689) |
5ce84963e85835b6a0fc415b51f15df3ac66dc2 | Greg Haerr | 2020-03-26 | Remove reboot in /etc/rc.d/rc.sys |
13aa1215584539a72150a0656a41fea5ae889d2 | Greg Haerr | 2020-03-25 | [kernel] Last compiler warning cleanup for kernel and libc, other cleanup |
dd5fbd0a7cbaec7e60feaced17dc8b7a046f9d3 | mfld-fr | 2017-11-01 | Normalize peek & poke - Add fmemcmp |
3e5c24a1cfbf96f3fc0b8ba240a341f137153d5 | lithoxs | 2017-06-02 | Restore compilability using IA16-GCC compiler. Also uncovered a bug in malloc.c and an unused function in lp driver. Removed several warnings. Compiled with BCC has a code size reduction of 96 bytes. Binary obtained with BCC was tested under Qemu an PCE. |
c130390f0e5beda73ab862039f671d5337c83d3 | Jody Bruchon | 2017-03-15 | Code style cleanups |
ff62a2763a174eecc1388cd4cb12971749e407d | lithoxs | 2016-12-16 | Optimizations and fixes to printer driver. Code size reduced 16 bytes. Compiled with bcc and tested with Qemu. |
e6caf8d89efaf0b04349241d46a0abf391536f1 | lithoxs | 2016-02-16 | Code size reduction in files of directories under arch/i86/drivers. Code still does exactly the same. Kernel compiled with BCC, tested with QEMU. Works. Code size reduced in 176 bytes |
fd7aeaa8bd19bf61a326952a9bd5d8509e99ea3 | Juan Perez-Sanchez | 2015-06-13 | More removal of open-watcom warnings |
3ccc3cf4092c7241dd831d2c5e764d72eacbec9 | Jody Bruchon | 2012-12-06 | Huge patch set from Juan Perez-Sanchez <lithoxs@gmail.com>: |
31d3afeb7058aa40bff09a3823d4b78e7de91ee | Jody Bruchon | 2012-08-11 | This patch makes another round of fixes to improve ansi-C compatibility, this time using the open-watcom compiler. An effort was done to make the right changes to code, not just wipe out the errors or warnings. For example, if prototypes, definition and u |
7db3b4848aab80b1338cc0c0233720c4ff88d4a | Riley H. Williams | 2002-07-16 | Assorted bugfixes (see CHANGELOG entry dated "Tue Jul 16 12:00:00 BST 200" for details. |
2ee105fc93056d6d3752cd3c3e2fe5236593b4c | Riley H. Williams | 2002-06-22 | Applied Manuel's second patchset, tweaked kernel boot message to tell the truth, and verified that the result all works. |
49c50408949d05dc8f545b7dce4d80483cca0c0 | Riley H. Williams | 2002-06-03 | Completed ANSI'fication of many more source files, and verified that current codebase both compiles and boots on my 286 based laptop. THIS BREAKS THE KTCP COMMAND AS A RESULT OF FIXING A KERNEL BUG. |
e86211760502daff0922cd7d4697d35f1ac72fc | Riley H. Williams | 2002-04-23 | Simplified keycode system, also ANSI'fied and reindented arch/i86/drivers/char subtree. |
f046e06f48910adbf864353e6b8b3b32fa32b14 | Andrew Richards | 1999-05-04 | Minor fix to lp driver. |
eec343d3321f95d4c5ee9288ef5cab17ae4557b | Andrew Richards | 1998-11-16 | Added new version of Blaz Antonics lp driver. |
12b61486b3563e3094fdc64f3afedb8c00f2996 | Simon Michael | 1998-11-03 | little typo fixed. |
922d55f6644fda40560dbdb764273278b084d11 | Slobodan Ivanovic | 1998-10-23 | Small lp.c updates and one possible bug removed. This version shouldn't be dropping chars anymore (modify LP_WAIT in lp.h if it does) |
503af13fbdd75dacf3e219f15822959df196568 | Andrew Richards | 1998-10-21 | Register variable optimisations, and a small bugfix. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |