Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More signed/unsigned fixes (yes, I run with funny compiler options) and | Andrew Bartlett | 2003-02-22 | 1 | -2/+2 |
| | | | | | | make x_fwrite() match fwrite() in returning a size_t. Andrew Bartlett | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | fixed the really awful performance problem with the stat cache when it | Andrew Tridgell | 2001-09-25 | 1 | -1/+1 |
| | | | | | ran out of primes and used a power of two hash modulus. It ended up sticking all the entries in just a few buckets. Yuck! | ||||
* | Added hash-based stat cache code from Ying Chen. | Jeremy Allison | 2000-01-26 | 1 | -0/+75 |
Jeremy. |