File history
Tracking elks/fs/minix/dir.c
| Commit | Author | Date | Message |
|---|---|---|---|
13339702b19375b6857b08a1e2c34826aa2439c | Greg Haerr | 2024-03-23 | Comment cleanups |
026f6b9cbb3a99fba50b3665a828bc50746a5da | Greg Haerr | 2024-03-23 | Remove CONFIG_FULL_VFS |
d706027ff3aa174ee6e0b547b62742861a11493 | Greg Haerr | 2023-08-20 | [kernel] Cleanup USE_GETBLK source |
482ff27844bca2107c331245176fd5e6a8be720 | Greg Haerr | 2022-01-11 | [kernel] Source cleanup of BLOAT_FS |
6d6da0faff8eef33c5cb97a5aab1416bf19bb7b | mfld-fr | 2018-04-16 | Optimize readdir for MINIX filesystem |
f6a48cd4c5a51a4484335f637a9268551014be3 | lithoxs | 2017-10-26 | Code reduction by elimination of file fs/block_dev.c. Operation of functions in that file and those of fs/minix/file.c were almost identical, so merging them was easy. Code size reduced by 272 bytes and data size increased by 20 bytes. Compiled with BCC, |
82221121fbf0225073fd0106db828a508676adb | lithoxs | 2017-07-11 | Code size reductions in directory fs and subdirectories. Code size reduced in 96 bytes. Tested with BCC and Qemu. |
d358e322d8597fc1c506be9f73aad8b8b634670 | lithoxs | 2017-07-04 | Simplifications in directory fs and subdirectories. Code size reduced in 192 bytes. Tested with BCC and Qemu. |
c130390f0e5beda73ab862039f671d5337c83d3 | Jody Bruchon | 2017-03-15 | Code style cleanups |
14b64ba2b594b00547184a3c6c9c81ffff30d98 | Juan Perez-Sanchez | 2015-06-13 | Changes to reduce warnings using ia16-unknown-elks-gcc |
a5731bfa6432136a62dc05088c38040c9d2f2ad | Juan Perez-Sanchez | 2015-06-13 | Fix errors and warnings by open-watcom |
62a1a88fc95481c9c2188abce3527200d14b704 | Juan Perez-Sanchez | 2014-12-08 | Fix write to an array beyond its size |
c81772afcb30885edcf35ed21fcc654b97a13da | Riley H. Williams | 2002-05-30 | Patches to make current codebase compile and run on PC architecture - still problem on SiBO though. |
a606e8d661fc443c5acef092c599191fe3d9188 | Riley H. Williams | 2002-05-29 | Updated debug messages. |
41d8d6c5412f1b7f6223d8780e249e111a54516 | Riley H. Williams | 2002-05-05 | Verified that fs/minix/*.c is clean as far as `splint -weak` is concerned. |
d7cf9d2d5749245a77e3a4cc0585e768640fd4f | Riley H. Williams | 2002-04-19 | ANSI'fied function prototypes in fs subtree. |
3b1dabe746ad350d8b7af6e27deffbf262bfb37 | Alan Cox | 2001-06-17 | ifdef cleanup |
6569c1b50fc2022960689f8c71b31456235546c | Andrew Richards | 1999-08-19 | Clean up of source,+ new features. |
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 |