File history
Tracking elks/include/linuxmt/kdev_t.h
| Commit | Author | Date | Message |
|---|---|---|---|
935613d082467928bceff4f7318f5543f6db4f2 | Greg Haerr | 2023-09-09 | Fixup setup.S build |
33e13fbac56e212162a9d0bc104d6faa980bab2 | Greg Haerr | 2023-09-09 | Add devnum.h instead of using hardcoded device numbers in kernel |
65e1feae7a3eee0cec679ee13e3daf49ffbd2f0 | Greg Haerr | 2023-09-07 | Cleanup |
cba5ce8602415f6ec10cfdafe4f29a0f6289966 | Greg Haerr | 2023-09-07 | [kernel] More source reformatting, slightly refactor kdev_t.h |
24e9deacb71012969d719aacd30770c9a627ccd | Greg Haerr | 2023-08-20 | [kernel] Add get_sector_size function to get hardware sector size |
ff31776c0f027ce3934bd42ac5375c97c16f928 | Greg Haerr | 2023-08-16 | [kernel] Replace kdevname() with printk %D |
d3e61befe1a90e6a9c47c4ec08491f035b99733 | Greg Haerr | 2020-03-23 | Cleanup unnecessary include handling in kdev_t.h |
6a998e031b41f1c2d3e2302d0fc1013f02ba78a | Greg Haerr | 2020-03-22 | [kernel] Small cleanups of offset macro and kdev_t.h |
ac605400fa862dfeb0b4d3105a863ba1ac3e141 | Greg Haerr | 2020-03-22 | Revert kdev_t.h change |
521185162b59a46af162797a7430e94b336b36a | Greg Haerr | 2020-03-22 | [cmds] Various cleanups, add new Nano-X programs to 2880k images |
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) |
419457e4b1be5f65a898668d2165a92756d00c8 | Greg Haerr | 2020-02-09 | [fat] Fix longstanding system crash on FAT directory write remove non-working backup FAT table code and increase speed greatly on cluster adds heavy cleanup and some refactoring of FAT filesystem code for speed and size add fsdebug macro for filesystem |
367f405c5a5683e6940f439eea88f5c5f7a8745 | mfld-fr | 2020-02-07 | [config] Add FAT fake /dev option |
4a1c38a7553a0148daf2a5a8016c93a1729e5fe | Juan Perez-Sanchez | 2015-06-13 | Removal of ia16-unknown-elks-gcc warnings |
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 |
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. |
29ad7c46cc2bd9c9f142d20c80e8ddb3de8202c | Riley H. Williams | 2002-06-03 | ANSI'fied arch/i86/kernel/ directory, and verified that result compiles and boots. |
75a699afb9470d4c2ba65dd4c554de825c22643 | Riley H. Williams | 2002-06-02 | Oops - Committed tweaks from previous patch that somehow got omitted then. Verified that the result both compiles and runs. |
41d8d6c5412f1b7f6223d8780e249e111a54516 | Riley H. Williams | 2002-05-05 | Verified that fs/minix/*.c is clean as far as `splint -weak` is concerned. |
446b0920a944a6cee22feaa63869d0f0ce46c27 | Riley H. Williams | 2002-04-26 | Applied `make lint` ro include/arch and include/linuxmt directories, and resolved almost all of the "bugs" reported in the files in those directories. Exceptions are include/arch/system.h - include/linuxmt/mm.h - include/linuxmt/tqueue.h which all need fu |
554f465a357c3fdf114da91ae82b6ec8a602ec6 | Riley H. Williams | 2002-04-26 | Next stage of `make lint` verification of the ELKS source code. |
d7cf9d2d5749245a77e3a4cc0585e768640fd4f | Riley H. Williams | 2002-04-19 | ANSI'fied function prototypes in fs subtree. |
c0b9471d43de64a9adc7d37482fb3f27b851a49 | Riley H. Williams | 2002-02-24 | Fixed #else and #endif to not fox the bcc -ansi option. Reformatted scripts/Configure and scripts/Menuconfig to a consistent style. Removed ELKS dependency on the Linux kernel source being available. |
15072207fd20f19a99c56076320ae02080a0aa1 | Riley H. Williams | 2001-09-08 | Simplified Makefile rules. |
6569c1b50fc2022960689f8c71b31456235546c | Andrew Richards | 1999-08-19 | Clean up of source,+ new features. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |