summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_sock.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- 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