aboutsummaryrefslogtreecommitdiff
path: root/sys/netncp
Commit message (Expand)AuthorAgeFilesLines
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-4/+2
* KSE Milestone 2Julian Elischer2001-09-122-19/+19
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-1/+1
* Fix warning: 203: implicit declaration of function `kernel_sysctlbyname'Peter Wemm2001-06-151-0/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-2/+0
* Use new kernel_sysctlbyname function. Remove private copy.Jonathan Lemon2001-05-193-22/+2
* Include sys/lock.h and sys/mutex.h so that this compiles.John Baldwin2001-05-151-0/+2
* Back out scanning file descriptors with holding a process lock.Seigo Tanimura2001-05-151-2/+16
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).Seigo Tanimura2001-05-141-9/+13
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-012-3/+5
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stayBoris Popov2001-03-227-170/+178
* Properly set flags on the broken connection.Boris Popov2001-03-224-13/+24
* Major update of NCP requester:Boris Popov2001-03-1014-1254/+916
* Specify packing for an entire structure, not for each element of it.Boris Popov2001-03-101-95/+95
* Implement m_getm() which will perform an "all or nothing" mbuf + clusterBosko Milekic2001-02-141-27/+2
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-042-6/+6
* Common option '-N' do not require an argument.Boris Popov2001-01-071-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-212-9/+9
* Make malloc use M_ZERO in some more locations.David Malone2000-10-291-6/+3
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-043-0/+10
* Remove duplicate SYSCTL_NODE() declaration. Kernel linker can't dealBoris Popov2000-10-021-1/+0
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-2/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-263-13/+13
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-233-13/+13
* nwfs depends on ncpPeter Wemm2000-04-291-0/+2
* Do not panic if request issued by kernel.Boris Popov2000-04-051-1/+2
* Enable '=' character in the filename.Boris Popov2000-01-291-1/+1
* Forward declare some structs so that this header is more self-suifficent.Bruce Evans2000-01-144-0/+17
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-294-10/+10
* Update to version 1.3.4 of ncplib. Cleanup header files.Boris Popov1999-12-129-35/+42
* Change structure field named 'toupper' to 'to_upper' to avoid conflictArchie Cobbs1999-11-022-8/+8
* Bump internal version number with next release of ncplib.Boris Popov1999-10-311-1/+1
* Add support for C++ in the headers. Some style cleanup.Boris Popov1999-10-313-146/+134
* Add missing initialization which could lead to kernel panic.Boris Popov1999-10-291-0/+1
* Initial import of ncp library sources.Boris Popov1999-10-124-0/+423
* Remove unnessary includes.Boris Popov1999-10-128-28/+0
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in theBruce Evans1999-10-031-1/+1
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-0218-0/+5652