Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-09-22 | 1 | -4/+4 |
| | |||||
* | Distinguish cases when ncp module not loaded and when module have old | bp | 2004-06-02 | 1 | -1/+4 |
| | | | | interface. | ||||
* | Fix for 64 bit platforms. sysctl's length args are pointers to | peter | 2003-07-25 | 1 | -1/+2 |
| | | | | | | size_t, not int. This could be fatal where size_t is long. Reviewed by: bp | ||||
* | No need to have ifdef < FreeBSD 4.0-current in here. Remove it to | imp | 2003-04-04 | 1 | -4/+0 |
| | | | | avoid false positive while searching for __FreeBSD_version abuse. | ||||
* | Use a character device and ioctl() for communication between libncp | tjr | 2003-02-28 | 1 | -18/+40 |
| | | | | | and the kernel instead of adding more syscalls at runtime. As a bonus, you can now restrict access to the kernel NCP interface with chmod. | ||||
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 1 | -5/+3 |
| | | | | | | Also, make an internal _getprogname() that is used only inside libc. For libc, getprogname(3) is a weak symbol in case a function of the same name is defined in userland. | ||||
* | Add __FBSDID()s to libncp | dillon | 2001-09-30 | 1 | -2/+3 |
| | |||||
* | Mark some functions as __printflike() and/or taking const char * arguments | kris | 2001-08-20 | 1 | -1/+1 |
| | | | | | | instead of char *. MFC after: 2 weeks | ||||
* | Remove duplicated extern. | bp | 2000-01-01 | 1 | -1/+0 |
| | | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com> | ||||
* | Handle SAP responces in a more correct way. Allow connection number | bp | 1999-10-29 | 1 | -0/+3 |
| | | | | greater than 255 in the broadcast messages. | ||||
* | Initial import of ncp library sources. | bp | 1999-10-12 | 1 | -0/+470 |
Reviewed by: jdp, mdodd |