aboutsummaryrefslogtreecommitdiff
path: root/sys/netncp/ncp_sock.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Catch up with KSE changes.Max Khon2003-02-261-65/+79
* 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
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-4/+1
* CURSIG() is not a macro so rename it cursig().Julian Elischer2002-05-291-1/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-1/+4
* Include sys/lock.h and sys/mutex.h so that this compiles.John Baldwin2001-05-151-0/+2
* Back out scanning file descriptors with holding a process lock.Seigo Tanimura2001-05-151-2/+16
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).Seigo Tanimura2001-05-141-9/+13
* Major update of NCP requester:Boris Popov2001-03-101-29/+29
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-1/+1
* Remove unnessary includes.Boris Popov1999-10-121-3/+0
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-021-0/+442