aboutsummaryrefslogtreecommitdiff
path: root/sys/netncp/ncp_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-5/+5
* lockmgrs need to be released before to be destroyed and draining doesn'tAttilio Rao2008-03-301-0/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-1/+1
* Introduce some functions in the vnode locks namespace and in the ffsAttilio Rao2008-02-241-1/+1
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-16/+16
* In ncp_conn_alloc(), a new credential pointer, 'owner', is set up to pointRobert Watson2007-05-271-3/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-0/+1
* In ncp_sysctl_connstat(), the SLIST_FOREACH() logic to check 'error'Robert Watson2006-01-141-7/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Split the mlock() kernel code into two parts, mlock(), which unpacksDon Lewis2004-02-261-2/+3
* Use __FBSDID().David E. O'Brien2003-06-111-1/+4
* Use td->td_ucred instead of td->td_proc->p_ucred.John Baldwin2003-03-201-1/+1
* Catch up with KSE changes.Max Khon2003-02-261-86/+98
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Wire the sysctl output buffer before grabbing any locks to preventDon Lewis2002-07-281-0/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-2/+2
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-4/+2
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-2/+0
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stayBoris Popov2001-03-221-0/+25
* Properly set flags on the broken connection.Boris Popov2001-03-221-1/+13
* Major update of NCP requester:Boris Popov2001-03-101-42/+119
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Make malloc use M_ZERO in some more locations.David Malone2000-10-291-6/+3
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+8
* 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-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Do not panic if request issued by kernel.Boris Popov2000-04-051-1/+2
* Remove unnessary includes.Boris Popov1999-10-121-2/+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-021-0/+541