summaryrefslogtreecommitdiff
path: root/lib/libncp/ncpl_queue.c
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect NWFS and NCP bits which are now completely disconnectedAttilio Rao2013-03-091-222/+0
| | | | | | | | | from the tree since few months. This patch is not targeted for MFC. Notes: svn path=/head/; revision=248097
* Boris Popov has granted permission to remove the advertising clauseWarner Losh2007-01-091-4/+1
| | | | | | | from lib/libncp. Make it so. Also, renumbered clauses. Notes: svn path=/head/; revision=165920
* Silence GCC4 warning.Alexander Kabaev2006-09-211-0/+1
| | | | | | | strlen, strcmp live in <string.h> not <string.h>. Notes: svn path=/head/; revision=162486
* Add __FBSDID()s to libncpMatthew Dillon2001-09-301-3/+4
| | | | Notes: svn path=/head/; revision=84213
* Add support for C++ in the headers. Some style cleanup.Boris Popov1999-10-311-15/+24
| | | | | | | Pointed by: bde Notes: svn path=/head/; revision=52704
* Initial import of ncp library sources.Boris Popov1999-10-121-0/+214
Reviewed by: jdp, mdodd Notes: svn path=/head/; revision=52153