Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust the size passed to readlink so that the null termination | dougb | 2002-10-25 | 1 | -4/+2 |
| | | | | | | | | falls within the range of the path variable. Cribbed from the latest NetBSD source. Obtained from: provos@NetBSD.org | ||||
* | I was too conservative with my header changes, so restore some sanity | dougb | 2002-08-15 | 1 | -2/+3 |
| | | | | | | | via bde. atatat@NetBSD.org made basically the same change in their version, so bring over their CVS Id which I neglected last time. Obtained from: bde, Andrew Brown <atatat@NetBSD.org> | ||||
* | A much better description of the -q option. | dougb | 2002-08-13 | 1 | -5/+10 |
| | | | | Obtained from: Andrew Brown <atatat@NetBSD.org> | ||||
* | A cooperative effort... | dougb | 2002-08-13 | 3 | -100/+150 |
| | | | | | | | | | | | | | | | | | | | | 1. Update the code to the latest from NetBSD, which includes: * A new command line option to suppress stat(2) errors * Output is now done via stdio * Fixes for bitwise OR'ing of letters 2. Andrew from NetBSD merged in our own Johan's readlink patches. 3. Andrew also merged in some brucifications. I made some small contributions to the header cleanup, and tried to generally improve the overall style(9)'ishness. I also documented the new -q option and added the *LINKS to the Makefile. All responsibility for mistakes in merging the contributions from the above is mine. Obtained from: Andrew Brown <atatat@NetBSD.org>, bde, johan | ||||
* | Virgin import of NetBSD's stat(1) | dougb | 2002-06-06 | 3 | -0/+1333 |