summaryrefslogtreecommitdiffstats
path: root/sys/netncp
Commit message (Collapse)AuthorAgeFilesLines
* Change structure field named 'toupper' to 'to_upper' to avoid conflictarchie1999-11-022-8/+8
| | | | with the macro of the same name. Same thing for 'tolower'.
* Bump internal version number with next release of ncplib.bp1999-10-311-1/+1
|
* Add support for C++ in the headers. Some style cleanup.bp1999-10-313-146/+134
| | | | Pointed by: bde
* Add missing initialization which could lead to kernel panic.bp1999-10-291-0/+1
|
* Initial import of ncp library sources.bp1999-10-124-0/+423
| | | | Reviewed by: jdp, mdodd
* Remove unnessary includes.bp1999-10-128-28/+0
|
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in thebde1999-10-031-1/+1
| | | | | | | | | | kernel, but gcc provides a pessimal builtin for it. Makefile.i386: Added a variable (CONF_CFLAGS) for configuration-specific compiler flags. LINT: Use CONF_CFLAGS to inhibit use of gcc builtins.
* Import kernel part of ncplib: netncp and nwfsbp1999-10-0218-0/+5652
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud