summaryrefslogtreecommitdiffstats
path: root/sys/netncp
Commit message (Collapse)AuthorAgeFilesLines
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-043-0/+10
| | | | | | Add lockdestroy() and appropriate invocations, which corresponds to lockinit() and must be called to clean up after a lockmgr lock is no longer needed.
* Remove duplicate SYSCTL_NODE() declaration. Kernel linker can't dealbp2000-10-021-1/+0
| | | | with it well.
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
| | | | Pointed out by: bde
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
| | | | | | | | Sanitize SYSCTL_HANDLER_ARGS so that simplistic tools can grog our sources: -sysctl_vm_zone SYSCTL_HANDLER_ARGS +sysctl_vm_zone (SYSCTL_HANDLER_ARGS)
* Back out the previous change to the queue(3) interface.jake2000-05-263-13/+13
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-233-13/+13
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* nwfs depends on ncppeter2000-04-291-0/+2
|
* Do not panic if request issued by kernel.bp2000-04-051-1/+2
| | | | Reported by: Vladimir Poliakov <vnp@mail.kccm.ru>
* Enable '=' character in the filename.bp2000-01-291-1/+1
| | | | Submitted by: Dan Nelson <dnelson@emsphone.com>
* Forward declare some structs so that this header is more self-suifficent.bde2000-01-144-0/+17
|
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-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.
* Update to version 1.3.4 of ncplib. Cleanup header files.bp1999-12-129-35/+42
|
* 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