Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lock proc while accessing p_siglist p_sigmask and p_sigignore. | tjr | 2003-02-14 | 1 | -1/+5 |
| | | | | Not tested because netncp does not compile. | ||||
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 1 | -1/+2 |
| | | | | | uses of iov_base which assume its type is `char *' (in order to do pointer arithmetic) have been updated to cast iov_base to `char *'. | ||||
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -3/+2 |
| | | | | Requested by: rwatson, phk, and many others | ||||
* | Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> | jmallett | 2002-09-30 | 1 | -2/+3 |
| | | | | | | prototyped functions to get a sigset_t, and further to check for any queued signals, rather than an empty signal set, to go with the move to signal queues rather than signal sets. | ||||
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
| | | | | also don't use ANSI string concatenation. | ||||
* | Fix warning: 203: implicit declaration of function `kernel_sysctlbyname' | peter | 2001-06-15 | 1 | -0/+1 |
| | |||||
* | Use new kernel_sysctlbyname function. Remove private copy. | jlemon | 2001-05-19 | 1 | -2/+2 |
| | |||||
* | Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stay | bp | 2001-03-22 | 1 | -0/+101 |
| | | | | empty for a while. | ||||
* | Properly set flags on the broken connection. | bp | 2001-03-22 | 1 | -3/+3 |
| | |||||
* | Major update of NCP requester: | bp | 2001-03-10 | 1 | -421/+202 |
| | | | | | | | | | | | | | | | | | Use mchain API to work with mbuf chains. Do not depend on INET and IPX options. Allocate ncp_rq structure dynamically to prevent possible stack overflows. Let ncp_request() dispose control structure if request failed. Move all NCP wrappers to ncp_ncp.c file and all NCP request processing functions to ncp_rq.c file. Improve reconnection logic. Misc style fixes. | ||||
* | Add missing initialization which could lead to kernel panic. | bp | 1999-10-29 | 1 | -0/+1 |
| | |||||
* | Remove unnessary includes. | bp | 1999-10-12 | 1 | -3/+0 |
| | |||||
* | Import kernel part of ncplib: netncp and nwfs | bp | 1999-10-02 | 1 | -0/+613 |
Reviewed by: msmith, peter Obtained from: ncplib |