aboutsummaryrefslogtreecommitdiff
path: root/lib/libncp/ncpl_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Boris Popov has granted permission to remove the advertising clauseWarner Losh2007-01-091-4/+1
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-4/+4
* Distinguish cases when ncp module not loaded and when module have oldBoris Popov2004-06-021-1/+4
* Fix for 64 bit platforms. sysctl's length args are pointers toPeter Wemm2003-07-251-1/+2
* No need to have ifdef < FreeBSD 4.0-current in here. Remove it toWarner Losh2003-04-041-4/+0
* Use a character device and ioctl() for communication between libncpTim J. Robbins2003-02-281-18/+40
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-5/+3
* Add __FBSDID()s to libncpMatthew Dillon2001-09-301-2/+3
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-1/+1
* Remove duplicated extern.Boris Popov2000-01-011-1/+0
* Handle SAP responces in a more correct way. Allow connection numberBoris Popov1999-10-291-0/+3
* Initial import of ncp library sources.Boris Popov1999-10-121-0/+470