1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 5 months ago.
Dec 13, 2022 — Dec 13, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix double close() of journal file descriptor. More... about 17 years ago
Fix a theoretical buffer overflow due to a corrupted directory on big-endian hardware More... over 17 years ago
For legacy (OS/2) partitions, ujfs_swap_dtpage_t was still byte-swapping dtpage->index. This is only a real problem on big-endian machines. More... over 17 years ago
Release 1.1.11 More... almost 18 years ago
Add compiler flags to generate useful warnings and then fix the warnings More... almost 18 years ago
Fix segmentation fault in markImap More... almost 18 years ago
process_valid_data was using an incorrect pointer, resulting in a trap More... almost 18 years ago
Define _GNU_SOURCE to get the declaration for basename from string.h More... almost 18 years ago
jfsutils has some portability issues that I needed to fix for GNU/Hurd. With this patch, the utils work fine on GNU/Hurd and GNU/Linux. More... almost 18 years ago
Fix buffer overflow caused by too-small character array More... about 18 years ago
Remove (Experimental) from mkfs.jfs usage statement More... over 18 years ago
Avoid infinite loop in xTree_binsrch_page More... over 18 years ago
dirty_index_page() should be void More... over 18 years ago
Clean up includes. Not all the files that should have were including config.h, so I went ahead and made every .c file include it. In doing so I also tried to make the includes more consistent. More... over 18 years ago
Fix some problems with recent stdio changes. Most notably, mkfs.jfs -c goes into an infintite loop More... over 18 years ago
We're using printf and strcpy, so lets get the prototypes so that intelligent compilers can do buffer checks. More... over 18 years ago
Release 1.1.10 More... over 18 years ago
fsck fails to recoginize root filesystem as jfs More... over 18 years ago
Remove unneeded rewind() calls More... over 18 years ago
More stdio cleanup. From Jon Nelson More... over 18 years ago
Release 1.1.9 More... over 18 years ago
Reduce memory usage by eliminating OS/2 DASD limits support More... over 18 years ago
Changes for compatability with Dragonfly BSD More... over 18 years ago
Fix stack buffer overflow in Is_Device_Mounted More... over 18 years ago
Let's try to get it right this time More... almost 19 years ago
Fix problem with -J journal_dev More... almost 19 years ago
fsck should continue if unused aggregate inode is bad More... almost 19 years ago
Use basename(file_name) to avoid overrunning print buffer More... almost 19 years ago
Release 1.1.8 More... almost 19 years ago
Checking for bad blocks (jfs_mkfs -c) should use O_DIRECT to avoid writing to and reading from the page cache. More... almost 19 years ago