summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-0/+1
* In ncp_sysctl_connstat(), the SLIST_FOREACH() logic to check 'error'rwatson2006-01-141-7/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-2/+3
* Use __FBSDID().obrien2003-06-111-1/+4
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-1/+1
* Catch up with KSE changes.fjoe2003-02-261-86/+98
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-281-0/+1
* 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