aboutsummaryrefslogtreecommitdiff
path: root/sys/netncp/ncp_rq.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect NWFS and NCP bits which are now completely disconnectedAttilio Rao2013-03-091-480/+0
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-6/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Refactor select to reduce contention and hide internal implementationJeff Roberson2007-12-161-3/+9
* Change API of mb_copy_t in libmchain so that netsmb can handleR. Imura2005-07-291-1/+11
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+4
* Catch up with KSE changes.Max Khon2003-02-261-17/+17
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* - Change mb_copy_t to take a size_t as the length argument instead of anJohn Baldwin2002-11-081-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-2/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+1
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stayBoris Popov2001-03-221-2/+2
* Properly set flags on the broken connection.Boris Popov2001-03-221-9/+6
* Major update of NCP requester:Boris Popov2001-03-101-441/+345
* Implement m_getm() which will perform an "all or nothing" mbuf + clusterBosko Milekic2001-02-141-27/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-8/+8
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-021-0/+591