aboutsummaryrefslogtreecommitdiff
path: root/sys/netncp/ncp_ncp.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add missing zero flag argument.Poul-Henning Kamp2004-10-121-1/+1
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).Peter Wemm2003-07-241-1/+2
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-1/+3
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-2/+3
* Catch up with KSE changes.Max Khon2003-02-261-26/+31
* Lock proc while accessing p_siglist p_sigmask and p_sigignore.Tim J. Robbins2003-02-141-1/+5
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-1/+2
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-3/+2
* Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>Juli Mallett2002-09-301-2/+3
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Fix warning: 203: implicit declaration of function `kernel_sysctlbyname'Peter Wemm2001-06-151-0/+1
* Use new kernel_sysctlbyname function. Remove private copy.Jonathan Lemon2001-05-191-2/+2
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stayBoris Popov2001-03-221-0/+101
* Properly set flags on the broken connection.Boris Popov2001-03-221-3/+3
* Major update of NCP requester:Boris Popov2001-03-101-421/+202
* Add missing initialization which could lead to kernel panic.Boris Popov1999-10-291-0/+1
* Remove unnessary includes.Boris Popov1999-10-121-3/+0
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-021-0/+613