Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | imp | 2014-04-13 | 1 | -1/+1 |
| | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. | ||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
| | | | | OK'ed by: core | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
| | | | | any fake value. | ||||
* | Fixed ``make checkdpadd''. Removed redundant dependency. | ru | 2004-02-05 | 1 | -2/+3 |
| | |||||
* | Include definition for struct namecache (it isn't exported via any header) | kbyanc | 2002-01-02 | 1 | -3/+19 |
| | | | | so this builds again. Replace hardcoded name length magic with NAME_MAX. | ||||
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
| | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others | ||||
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+2 |
| | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd | ||||
* | A little gadget to dump the contents of the vfs name cache. | phk | 1997-09-04 | 3 | -0/+137 |