File history
Tracking elks/fs/stat.c
| Commit | Author | Date | Message |
|---|---|---|---|
a19dfa5fc93d3838ee48e792e88d961bf90c578 | Greg Haerr | 2023-09-02 | [kernel] Source cleanup replace #if 0 with #if UNUSED |
7090f7eb81822d525b70dbd70518708326c840f | Greg Haerr | 2020-10-08 | [kernel] Reduce kernel stack usage on symlinks to FAT filesystem |
bb234fa631b5b99a89b0d4b315c589cf7a28db1 | Greg Haerr | 2020-04-13 | [kernel] Fix buggy fstat system call |
35e787a4bfb33aab71ed78513d92f43eb5575ba | Gregory Haerr | 2020-02-26 | [abi] First pass at bug fixing and cleaning up dirent and stat in kernel and libc (#382) |
dc30068b752172aee64dd814b899913ef8c6b72 | lithoxs | 2017-05-15 | Fix to access to inodes in FAT16 FS, issue #123. Tested only with Mellvik's dos286.img. |
18363dfeee1d238db5dd03167b10fc7161635f1 | lithoxs | 2016-07-12 | Optimization in directories fs and fs/minix. Code still does the same. It only was reorganized. Code size reduced by 112 bytes. Compiled kernel tested under Qemu. |
037b4ec5eb82c475472d2b068b1c139206e3664 | lithoxs | 2016-02-16 | Code size reduction and simplification in files in directories kernel , net and fs. Code still does exactly the same. Kernel compiled with BCC. Tested under QEMU. Works. Code size reduced by 320 bytes. |
fbe84dce7736fe89d694c2ca917159d7d6d736d | lithoxs | 2015-10-26 | More optimization for namei.c |
2ee105fc93056d6d3752cd3c3e2fe5236593b4c | Riley H. Williams | 2002-06-22 | Applied Manuel's second patchset, tweaked kernel boot message to tell the truth, and verified that the result all works. |
3ee4c2ebe08fda3124cf85aa3f0a95febad8a37 | Riley H. Williams | 2002-05-30 | Standardised on clr_irq() and set_irq() macros throughout the source tree. |
d7cf9d2d5749245a77e3a4cc0585e768640fd4f | Riley H. Williams | 2002-04-19 | ANSI'fied function prototypes in fs subtree. |
4b2938d02444a84985f733ee89f02231c0ffde6 | Alan Cox | 2001-06-17 | CONFIG_ACTIME dies |
9d4b831e3d769884a5b1b2813393cac86ee9725 | Andrew Richards | 1999-12-15 | Optimised fs code |
ae928acf2892f3fb53a6f67c4d8d796e48275d8 | Andrew Richards | 1999-10-26 | Lots of changes bringing code up to 0.0.80-pre1. See CHANGELOG. |
c62a4ff3d5ba5de7e28b918871419da7445c0bc | Andrew Richards | 1999-09-16 | Fixes and code cleanups in filesystem code by Thomas McWilliams |
4609ab18423e89367072686969b995881937fb3 | Andrew Richards | 1999-09-05 | Changes for 0.0.79 |
eacc0cc1b51d1554f6c604d0e4c0c0715752333 | Andrew Richards | 1998-10-15 | Heavily optimised fs code adding new register varables in carefully selected places + other small changes. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |