0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move a 'printf' error to assert in inodes More... over 21 years ago
Enable timeout on attribute cache (default 5 seconds). More... over 21 years ago
Updates to make writes work properly, was overwriting acache. More... over 21 years ago
Fix missing newlines @ end of file. remove crtdbg.h More... almost 22 years ago
deal with wildcards ending up in path names More... almost 22 years ago
Remove * from allowed characters More... almost 22 years ago
Fixed another spot with improper file characters in names. removed concept of 'gencount', not really implemented. More... over 22 years ago
Changed all malloc to calloc since I don't trust all the setting of vars. Fixed problems with inodes.c and characters beyond 0x80 in a filename (would go off the beginning of the array). Added some diagnostic messages for various illegal inode conditions. More... over 22 years ago
add strdup to mount/umount otherwise free args will free a var on the stack! More... over 22 years ago
Updated to check for UDP only on mountd getproc More... over 22 years ago
Fixed leak in svc free args More... over 22 years ago
fix bytesNeeded calculation (operator precedence issue)
Ed Maste
as emaste
More... over 22 years ago
fix typo & printf format specifier
Ed Maste
as emaste
More... over 22 years ago
Fixed problem with u_xdr.c clearing the eof flag on readdir, causing some directories to be invisible. More... over 22 years ago
Remove the 'unlink' of the inode.dmp file on startup. Fix problem with a new line in the file name from inode.dmp. Added asserts to catch 0-length file names from showing up. More... over 22 years ago
Fixed bug with getting ESTALE if the attrcache was overflowed. Fixed bug with parsing inodes.dmp file if there was a space in file name (it was using fscanf instead of fgets). Fixed flushing issue on inodes.dmp w/ stopping service, getting a half entry in file. More... almost 23 years ago
More warning removal More... almost 23 years ago
Added prototype hasher (not enabled). Added asserts for cases that really shouldn't happen (but they do... so this may make it worse???) More... almost 23 years ago
Remove warnings, reformat More... almost 23 years ago
Removed unneeded locals More... almost 23 years ago
Added braces in error case More... almost 23 years ago
Removal of warnings More... almost 23 years ago
Fixed ESTALE to be 70 instead of 101 More... almost 23 years ago
Removed printf left in by accident More... almost 23 years ago
More buf fixes & warning removal and another purify run: * fixed problem walking up off of root dir * fixed problems with more 'illegal' chars in file names More... almost 23 years ago
Code cleanup to prototypes. Warning removal. Ran purify. Fixed error on read-only access w/ crash. Fixed error on equality (as ==) causing incorrect stat info. Removed inode.dmp file (now is #define) since it causes more confusion than it fixes. More... almost 23 years ago
fix compiler warning
Ed Maste
as emaste
More... almost 23 years ago
fix compiler warnings
Ed Maste
as emaste
More... almost 23 years ago
Removed warnings, reformatted somewhat More... almost 23 years ago
Added verbose tracing More... almost 23 years ago