Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Garbage collect NWFS and NCP bits which are now completely disconnected | attilio | 2013-03-09 | 1 | -246/+0 |
| | | | | | | from the tree since few months. This patch is not targeted for MFC. | ||||
* | Change ncp_scan_bindery_object() to pass a constant search string. | ed | 2011-10-16 | 1 | -1/+1 |
| | | | | | The ncp_scan_bindery_object() function does not modify search_string internally, so there is no need to declare it as `char *'. | ||||
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 1 | -6/+0 |
| | | | | Approved by: bp | ||||
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
| | |||||
* | Make bn_name a const char * to quieten some warnings. | dwmalone | 2002-07-27 | 1 | -1/+1 |
| | | | | Approved by: bp (long ago) | ||||
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
| | |||||
* | Mark some functions as __printflike() and/or taking const char * arguments | kris | 2001-08-20 | 1 | -1/+1 |
| | | | | | | instead of char *. MFC after: 2 weeks | ||||
* | Common option '-N' do not require an argument. | bp | 2001-01-07 | 1 | -2/+2 |
| | |||||
* | Add support for C++ in the headers. Some style cleanup. | bp | 1999-10-31 | 1 | -113/+107 |
| | | | | Pointed by: bde | ||||
* | Initial import of ncp library sources. | bp | 1999-10-12 | 1 | -0/+258 |
Reviewed by: jdp, mdodd |