summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-1/+1
* Refactor select to reduce contention and hide internal implementationjeff2007-12-161-105/+0
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-11/+11
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-2/+1
* - Fix ncp_poll() to not panic if the socket doesn't have any pending data.jhb2006-08-031-7/+27
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-241-9/+8
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Catch up with KSE changes.fjoe2003-02-261-65/+79
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-4/+1
* CURSIG() is not a macro so rename it cursig().julian2002-05-291-1/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-1/+4
* Include sys/lock.h and sys/mutex.h so that this compiles.jhb2001-05-151-0/+2
* Back out scanning file descriptors with holding a process lock.tanimura2001-05-151-2/+16
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).tanimura2001-05-141-9/+13
* Major update of NCP requester:bp2001-03-101-29/+29
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Remove unnessary includes.bp1999-10-121-3/+0
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+442
OpenPOWER on IntegriCloud