File history
Tracking elks/arch/i86/drivers/char/unused/meta.c
| Commit | Author | Date | Message |
|---|---|---|---|
6dfa3ab0e79ca7d3d0e5f5f77a6456af60261ba | Greg Haerr | 2024-09-04 | [drivers] Remove unfinished Meta/UDD driver |
53c0c88e4e4d667065e75433a94789554cc18c7 | Chuck Coffing | 2022-11-18 | Update meta driver file_ops function signatures |
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 |
ff7683593d038b5d74dd47d9fbbee98253391eb | Greg Haerr | 2023-08-20 | Rewrite block requests to use start sector and sector count |
4d904c346da0018353dd2779b6a4b8d4d8defcb | Greg Haerr | 2023-08-13 | [config] Add CONFIG_ASYNCIO config option, cleanup INIT_REQUEST |
482ff27844bca2107c331245176fd5e6a8be720 | Greg Haerr | 2022-01-11 | [kernel] Source cleanup of BLOAT_FS |
ea0ef9e0034425a3ea3189a2adb733f113bfe64 | Greg Haerr | 2022-01-09 | Change rq_sector to rq_blocknr |
aac3ad0e5b8876803e0274286c1d4fe37c9317a | Greg Haerr | 2022-01-06 | Further cleanups to UDD driver |
e7fdbc4600b784a3e1c6069caeb8926eed730d3 | Greg Haerr | 2022-01-06 | [kernel] Fix compilation errors in nano sockets and meta drivers |
f41d0d23a53939cae48f36da960625bb9972ed2 | Greg Haerr | 2020-10-09 | [kernel] Improve kernel speed copying words rather than bytes |
de94d2f2933940abe0f390f863df2ea2468a427 | mfld-fr | 2017-11-02 | Move memory function back to /lib |
1e745d4e93a7cc6155e7debcbbf718115a72030 | mfld-fr | 2017-11-01 | Normalize fmemset and fmemcpy |
2e1b7a4be6ef1cacae0caa1602957ac5c9e1486 | Jody Bruchon | 2016-08-18 | Change style of if/while/for to include space after keyword |
6504fd58b7839436b49839ca02043765cad6770 | lithoxs | 2015-07-16 | Fix return type of sys_lseek() |
253de71d0abb5e4fea978d01aca32c216e97e3f | Juan Perez-Sanchez | 2015-06-13 | Removal of assembly file segment.c |
5bad583d4f9cfc8a5334ceffe6b697d3a693ec7 | Juan Perez-Sanchez | 2014-11-16 | Loop code cleanups, sys_execve() error handling bug fix |
a29edafa1d8aaded59d5dd1037f937dbfd79095 | Jody Bruchon | 2012-02-11 | In arch/i86/drivers/char/meta.c, a struct declaration issued a function call with a variable whose declaration was placed after the struct declaration, causing a compile error. I have moved the variable's declaration to be performed first, fixing the comp |
e86211760502daff0922cd7d4697d35f1ac72fc | Riley H. Williams | 2002-04-23 | Simplified keycode system, also ANSI'fied and reindented arch/i86/drivers/char subtree. |
bd060f61b73ba0c067f46dfe81b36a0f2548c59 | Riley H. Williams | 2002-04-18 | Added `make indent` command and associated scripts/reindent script, also dealt with anonymous constructs shown by indent command. |
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. |
67a3d53ff7f5c56f174364089a4c75dc6e9d227 | Harry Kalogirou | 2002-02-05 | Applied Riley's patches |
c0af497976c7f46d7cc82ed5048511cb373ab1b | Andrew Richards | 1999-06-15 | Latest changes to meta device driver. |
48ff4154677ca24d52b4fb5cd4db324982e61c7 | Andrew Richards | 1999-02-15 | Driver stub of meta driver for user space device drivers |