summaryrefslogtreecommitdiff
path: root/sys/netncp
Commit message (Collapse)AuthorAgeFilesLines
* MFC:Boris Popov2002-04-301-0/+2
| | | | | | | Add Sweden translation table. Notes: svn path=/stable/4/; revision=95773
* MFC: 1.1 -> 1.3 (except M_WAIT -> M_TRYWAIT)Ruslan Ermilov2001-05-211-27/+2
| | | | Notes: svn path=/stable/4/; revision=76934
* MFC: Option -N do not requires an argumentBoris Popov2001-02-221-2/+2
| | | | Notes: svn path=/stable/4/; revision=72863
* Remove unused #includeBoris Popov2001-02-221-1/+0
| | | | Notes: svn path=/stable/4/; revision=72862
* MFC: use SLIST* macro instead of accessing fields directly.Boris Popov2001-02-222-6/+6
| | | | Notes: svn path=/stable/4/; revision=72861
* MFC: use M_ZERO flag.Boris Popov2001-02-221-6/+3
| | | | Notes: svn path=/stable/4/; revision=72860
* MFC: Get rid from the extra SYSCTL_NODE() declaration.Boris Popov2000-10-251-1/+0
| | | | Notes: svn path=/stable/4/; revision=67544
* MFC: Sanitize SYSCTL_HANDLER_ARGS.Paul Saab2000-08-031-2/+2
| | | | Notes: svn path=/stable/4/; revision=64167
* MFC: do not panic if kernel issues a request.Boris Popov2000-04-171-1/+2
| | | | Notes: svn path=/stable/4/; revision=59317
* Enable '=' character in the filename.Boris Popov2000-01-291-1/+1
| | | | | | | Submitted by: Dan Nelson <dnelson@emsphone.com> Notes: svn path=/head/; revision=56786
* Forward declare some structs so that this header is more self-suifficent.Bruce Evans2000-01-144-0/+17
| | | | Notes: svn path=/head/; revision=55991
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-294-10/+10
| | | | | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come. Notes: svn path=/head/; revision=55205
* Update to version 1.3.4 of ncplib. Cleanup header files.Boris Popov1999-12-129-35/+42
| | | | Notes: svn path=/head/; revision=54477
* Change structure field named 'toupper' to 'to_upper' to avoid conflictArchie Cobbs1999-11-022-8/+8
| | | | | | | with the macro of the same name. Same thing for 'tolower'. Notes: svn path=/head/; revision=52814
* Bump internal version number with next release of ncplib.Boris Popov1999-10-311-1/+1
| | | | Notes: svn path=/head/; revision=52718
* Add support for C++ in the headers. Some style cleanup.Boris Popov1999-10-313-146/+134
| | | | | | | Pointed by: bde Notes: svn path=/head/; revision=52704
* Add missing initialization which could lead to kernel panic.Boris Popov1999-10-291-0/+1
| | | | Notes: svn path=/head/; revision=52624
* Initial import of ncp library sources.Boris Popov1999-10-124-0/+423
| | | | | | | Reviewed by: jdp, mdodd Notes: svn path=/head/; revision=52153
* Remove unnessary includes.Boris Popov1999-10-128-28/+0
| | | | Notes: svn path=/head/; revision=52152
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in theBruce Evans1999-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. Notes: svn path=/head/; revision=51898
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-0218-0/+5652
Reviewed by: msmith, peter Obtained from: ncplib Notes: svn path=/head/; revision=51852