aboutsummaryrefslogtreecommitdiff
path: root/lib/libncp
Commit message (Expand)AuthorAgeFilesLines
* Add missing shared library interdependencies.Ruslan Ermilov2005-11-101-0/+3
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* Standardize 2 error messages: start with lowercase letter.Philippe Charnier2005-01-161-2/+2
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-4/+4
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+2
* Distinguish cases when ncp module not loaded and when module have oldBoris Popov2004-06-021-1/+4
* Fixed a misspelling of 0 as NULL. Removed a spelling of NULL as 0.Bruce Evans2004-03-141-1/+1
* Fix for 64 bit platforms. sysctl's length args are pointers toPeter Wemm2003-07-252-3/+6
* No need to have ifdef < FreeBSD 4.0-current in here. Remove it toWarner Losh2003-04-042-12/+0
* Use a character device and ioctl() for communication between libncpTim J. Robbins2003-02-283-35/+40
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Add missing newline at end of file.Garrett Wollman2002-05-301-1/+1
* Add character translation table between Unix and NetWare accordingBoris Popov2002-04-201-1/+78
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-5/+3
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-2/+3
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-186-0/+6
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-102-4/+0
* Add __FBSDID()s to libncpMatthew Dillon2001-09-3014-31/+52
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-1/+1
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-262-2/+2
* Compensate for header dethreading.Mark Murray2001-05-012-0/+4
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Remove duplicated extern.Boris Popov2000-01-011-1/+0
* Repo copy ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h from here toPeter Wemm1999-11-125-420/+1
* Change structure field tolower to to_lower. The same for the toupper.Boris Popov1999-11-031-4/+4
* Add support for C++ in the headers. Some style cleanup.Boris Popov1999-10-317-179/+181
* Handle SAP responces in a more correct way. Allow connection numberBoris Popov1999-10-294-21/+30
* Use ${INSTALL} instead of 'install'.Boris Popov1999-10-211-1/+1
* Initial import of ncp library sources.Boris Popov1999-10-1222-0/+4487