aboutsummaryrefslogtreecommitdiff
path: root/sys/netncp/ncp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Make the process_exit eventhandler run without Giant. Add Giant hooksPeter Wemm2004-03-141-0/+2
* Use __FBSDID().David E. O'Brien2003-06-111-2/+4
* Replace the at_fork, at_exec, and at_exit functions with the slightly moreJohn Baldwin2003-03-241-7/+7
* Catch up with KSE changes.Max Khon2003-02-261-13/+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
* Use new kernel_sysctlbyname function. Remove private copy.Jonathan Lemon2001-05-191-18/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-3/+4
* Major update of NCP requester:Boris Popov2001-03-101-139/+36
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-4/+4
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+1
* Remove unnessary includes.Boris Popov1999-10-121-1/+0
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-021-0/+255