elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking elks/arch/i86/drivers/char/unused/meta.c
CommitAuthorDateMessage
6dfa3ab0e79ca7d3d0e5f5f77a6456af60261baGreg Haerr2024-09-04[drivers] Remove unfinished Meta/UDD driver
53c0c88e4e4d667065e75433a94789554cc18c7Chuck Coffing2022-11-18Update meta driver file_ops function signatures
a19dfa5fc93d3838ee48e792e88d961bf90c578Greg Haerr2023-09-02[kernel] Source cleanup replace #if 0 with #if UNUSED
07dab55a314d19694fc4cb08527b75421b3cbfcGreg Haerr2023-08-25[kernel] Add char and network driver init routines to INITPROC
ff7683593d038b5d74dd47d9fbbee98253391ebGreg Haerr2023-08-20Rewrite block requests to use start sector and sector count
4d904c346da0018353dd2779b6a4b8d4d8defcbGreg Haerr2023-08-13[config] Add CONFIG_ASYNCIO config option, cleanup INIT_REQUEST
482ff27844bca2107c331245176fd5e6a8be720Greg Haerr2022-01-11[kernel] Source cleanup of BLOAT_FS
ea0ef9e0034425a3ea3189a2adb733f113bfe64Greg Haerr2022-01-09Change rq_sector to rq_blocknr
aac3ad0e5b8876803e0274286c1d4fe37c9317aGreg Haerr2022-01-06Further cleanups to UDD driver
e7fdbc4600b784a3e1c6069caeb8926eed730d3Greg Haerr2022-01-06[kernel] Fix compilation errors in nano sockets and meta drivers
f41d0d23a53939cae48f36da960625bb9972ed2Greg Haerr2020-10-09[kernel] Improve kernel speed copying words rather than bytes
de94d2f2933940abe0f390f863df2ea2468a427mfld-fr2017-11-02Move memory function back to /lib
1e745d4e93a7cc6155e7debcbbf718115a72030mfld-fr2017-11-01Normalize fmemset and fmemcpy
2e1b7a4be6ef1cacae0caa1602957ac5c9e1486Jody Bruchon2016-08-18Change style of if/while/for to include space after keyword
6504fd58b7839436b49839ca02043765cad6770lithoxs2015-07-16Fix return type of sys_lseek()
253de71d0abb5e4fea978d01aca32c216e97e3fJuan Perez-Sanchez2015-06-13Removal of assembly file segment.c
5bad583d4f9cfc8a5334ceffe6b697d3a693ec7Juan Perez-Sanchez2014-11-16Loop code cleanups, sys_execve() error handling bug fix
a29edafa1d8aaded59d5dd1037f937dbfd79095Jody Bruchon2012-02-11In 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
e86211760502daff0922cd7d4697d35f1ac72fcRiley H. Williams2002-04-23Simplified keycode system, also ANSI'fied and reindented arch/i86/drivers/char subtree.
bd060f61b73ba0c067f46dfe81b36a0f2548c59Riley H. Williams2002-04-18Added `make indent` command and associated scripts/reindent script, also dealt with anonymous constructs shown by indent command.
c0b9471d43de64a9adc7d37482fb3f27b851a49Riley H. Williams2002-02-24Fixed #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.
67a3d53ff7f5c56f174364089a4c75dc6e9d227Harry Kalogirou2002-02-05Applied Riley's patches
c0af497976c7f46d7cc82ed5048511cb373ab1bAndrew Richards1999-06-15Latest changes to meta device driver.
48ff4154677ca24d52b4fb5cd4db324982e61c7Andrew Richards1999-02-15Driver stub of meta driver for user space device drivers