summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* Change the kernel's ucred API as follows:jhb2001-10-111-4/+2
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-2/+0
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will staybp2001-03-221-0/+25
* Properly set flags on the broken connection.bp2001-03-221-1/+13
* Major update of NCP requester:bp2001-03-101-42/+119
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Make malloc use M_ZERO in some more locations.dwmalone2000-10-291-6/+3
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+8
* Remove duplicate SYSCTL_NODE() declaration. Kernel linker can't dealbp2000-10-021-1/+0
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Do not panic if request issued by kernel.bp2000-04-051-1/+2
* Remove unnessary includes.bp1999-10-121-2/+0
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in thebde1999-10-031-1/+1
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+541
OpenPOWER on IntegriCloud