File history
Tracking elks/fs/minix/file.c
| Commit | Author | Date | Message |
|---|---|---|---|
d706027ff3aa174ee6e0b547b62742861a11493 | Greg Haerr | 2023-08-20 | [kernel] Cleanup USE_GETBLK source |
d38fdd9e92f6867f355ea54cc2c98dca4fa96ac | Greg Haerr | 2022-02-11 | [kernel] Add wrappers around struct buffer_head member access |
482ff27844bca2107c331245176fd5e6a8be720 | Greg Haerr | 2022-01-11 | [kernel] Source cleanup of BLOAT_FS |
258bd348432c0ec8dbc978865362c3a2d909e29 | Greg Haerr | 2021-11-09 | Add XMS buffers, xms_fmemcpy and linear32_fmemcpy routines |
76f953abb3fd32a55a5c024104f3086cc0e08fa | Gregory Haerr | 2020-10-26 | [kernel] Cleanup buffer code from PR #819 (#822) |
e2bf521d8ed609e22aac40890eababcaef071ba | Greg Haerr | 2020-10-26 | [kernel] fmemcpy / fmemset parameter cleanup |
e84b9d81449247b2d220f0cc89017b54ebaf44c | Greg Haerr | 2020-10-25 | Cleanup removed code |
ef5a289882b78a8535a0be5d25974ff798fd91a | Greg Haerr | 2020-10-25 | Cleanup fmemcpy |
283a1394e4775926cd15ea26b920b1bb6ca7c0d | Greg Haerr | 2020-10-25 | [kernel] Optimize excess buffer copies, map_buffer / unmap_buffer in read/writes |
9e1695be83438506879bcbfb92621ddd91caf76 | mfld-fr | 2020-02-15 | [fs] Buffer code cleanup |
1bf4ce91bd71ad37d7084ab733308d53fb06df3 | lithoxs | 2017-11-10 | Fix to issue #175 |
de94d2f2933940abe0f390f863df2ea2468a427 | mfld-fr | 2017-11-02 | Move memory function back to /lib |
1e745d4e93a7cc6155e7debcbbf718115a72030 | mfld-fr | 2017-11-01 | Normalize fmemset and fmemcpy |
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, |
c130390f0e5beda73ab862039f671d5337c83d3 | Jody Bruchon | 2017-03-15 | Code style cleanups |
2e1b7a4be6ef1cacae0caa1602957ac5c9e1486 | Jody Bruchon | 2016-08-18 | Change style of if/while/for to include space after keyword |
d9d6ececbe244ff738fb7288250f140dec78159 | lithoxs | 2016-02-16 | Code size reduction and simplification in files in directory fs. Code still does exactly the same. Kernel compiled with BCC. Tested under QEMU. Works. Code size reduced by 352 bytes. |
4786296011e318ca250ad096ce3ccd4ae01b21f | lithoxs | 2015-10-27 | More optimizations in arch/i86 directories |
a5731bfa6432136a62dc05088c38040c9d2f2ad | Juan Perez-Sanchez | 2015-06-13 | Fix errors and warnings by open-watcom |
1138db1093c83073b595c55d556744f6b351d6a | Jody Bruchon | 2015-04-26 | Miscelaneous improvements to kernel |
e77732305254b19b8d5d5dfac51c8998c084d23 | Jody Bruchon | 2013-03-18 | fsck fix and general optimizations by Juan Perez-Sanchez: |
ad990a059d496a0684e44e1ac02eb0e664bb762 | Jody Bruchon | 2013-03-18 | Another FS patch from Juan Perez-Sanchez: |
29dbcd46dda2d9650f431f18ce16a83baa8c290 | Jody Bruchon | 2013-03-18 | FS patch by Juan Perez-Sanchez: |
3ccc3cf4092c7241dd831d2c5e764d72eacbec9 | Jody Bruchon | 2012-12-06 | Huge patch set from Juan Perez-Sanchez <lithoxs@gmail.com>: |
55544d64d0d4d4eb93ddcd3befd56f21cb02519 | Claudio Matsuoka | 2006-08-20 | Fixes ash execution and VT settings for system initialization |
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. |
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. |
9694a20fc1bb53a24541ff13e5fb7ee2d564d2f | Riley H. Williams | 2002-05-13 | Standardised macros for debugging printk's - now uses debug() and debug[1-9]() for all except memory handlers, which use debugmem() and debugmem[1-9]() respectively. |
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. |
7bbad010da6703cb593a9e643e3775530063df8 | Alan Cox | 2001-06-17 | Clean up ifdef mess |
ae928acf2892f3fb53a6f67c4d8d796e48275d8 | Andrew Richards | 1999-10-26 | Lots of changes bringing code up to 0.0.80-pre1. See CHANGELOG. |
6569c1b50fc2022960689f8c71b31456235546c | Andrew Richards | 1999-08-19 | Clean up of source,+ new features. |
d3c04130f93740b982c2700eacce17ee5e55a5f | Andrew Richards | 1998-12-03 | Debugged minix truncate code |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |