File history
Tracking elks/include/arch/io.h
| Commit | Author | Date | Message |
|---|---|---|---|
a8e068b4fe2c09e9afdd1a11b3ae315ec1cfb01 | Greg Haerr | 2025-07-24 | [kernel] Use loop instruction in insw/outsw I/O macros for speed |
53312af7f6561513929d7a9311b696c866b98ee | Greg Haerr | 2025-07-24 | [kernel] Use optional ASM inb/out for fast I/O in ATA CF driver |
f4eb476507989bd83538a0d100ba6b8318eb839 | Greg Haerr | 2023-01-17 | Various small source file cleanups |
863e586510cf3dea77aeb79f28e79a0b1d7cea8 | Greg Haerr | 2022-07-08 | Cleanup asm macros |
4198edc92b63b91854236b2ab80e2da37c03e82 | Greg Haerr | 2022-07-08 | [kernel] More enhanced compiler checking with gcc options |
dc607b65a099746c2eb1f0e1ef019868c5afd36 | Greg Haerr | 2022-07-07 | [kernel] Cleanup C code using enhanced gcc warnings |
790deaf1682e0b031611a25df203d3ceaa363e4 | Marcin Laszewski | 2021-05-16 | Add char driver: /dev/port |
36e98a69d13e8ac5854a1597f39131f5fd79a95 | Tee-Kiah Chia | 2020-03-14 | [kernel] [boot] further tidy up header files (rebased on top of https://github.com/jbruchon/elks/pull/467) |
ab7778df7b96b69894a8725746576203b1cc20d | mfld-fr | 2019-09-26 | A touch of cleanup after #274 |
32b4471e972adbcd149ebfa5f773f526a2fab25 | Max Rudensky | 2019-07-14 | Portability fixes for MSDOS filesystem; had to add ctype.h for tolower() |
66176b38eaf7561af61753d356538c34043ccb8 | Tee-Kiah Chia | 2019-05-05 | [kernel] Fix operand sizes for inw & inw_p macros |
9b9813ad88ab8413ce9d1797780fdd08f7f190e | Tee-Kiah Chia | 2019-05-05 | [kernel] Fix asm constraint in inb/outb/inb_p/outb_p macros |
14b64ba2b594b00547184a3c6c9c81ffff30d98 | Juan Perez-Sanchez | 2015-06-13 | Changes to reduce warnings using ia16-unknown-elks-gcc |
44a446b0d7ed6a2cfb4a55138ce407152bcb6d9 | Juan Perez-Sanchez | 2015-06-13 | Removal of inline assembly in several functions |
c732c7436554ade0e6e2f19717049abe252dbb1 | Riley H. Williams | 2002-06-04 | Finished ANSI'fication and `splint -weak` checking of ELKS source files that actually make up the ELKS kernel itself. |
44236c3cce9463223af29e77dd156da25c8ba4f | Riley H. Williams | 2002-04-28 | Further verification using `spint -weak` and detected a bug in init/main.c which I am unable to fix. |
554f465a357c3fdf114da91ae82b6ec8a602ec6 | Riley H. Williams | 2002-04-26 | Next stage of `make lint` verification of the ELKS source code. |
15072207fd20f19a99c56076320ae02080a0aa1 | Riley H. Williams | 2001-09-08 | Simplified Makefile rules. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |