summaryrefslogtreecommitdiffstats
path: root/lib/libncp/ncpl_subr.c
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect NWFS and NCP bits which are now completely disconnectedattilio2013-03-091-490/+0
| | | | | | from the tree since few months. This patch is not targeted for MFC.
* Boris Popov has granted permission to remove the advertising clauseimp2007-01-091-4/+1
| | | | from lib/libncp. Make it so. Also, renumbered clauses.
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-4/+4
|
* Distinguish cases when ncp module not loaded and when module have oldbp2004-06-021-1/+4
| | | | interface.
* Fix for 64 bit platforms. sysctl's length args are pointers topeter2003-07-251-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 toimp2003-04-041-4/+0
| | | | avoid false positive while searching for __FreeBSD_version abuse.
* Use a character device and ioctl() for communication between libncptjr2003-02-281-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)).markm2002-03-291-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 libncpdillon2001-09-301-2/+3
|
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-1/+1
| | | | | | instead of char *. MFC after: 2 weeks
* Remove duplicated extern.bp2000-01-011-1/+0
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Handle SAP responces in a more correct way. Allow connection numberbp1999-10-291-0/+3
| | | | greater than 255 in the broadcast messages.
* Initial import of ncp library sources.bp1999-10-121-0/+470
Reviewed by: jdp, mdodd
OpenPOWER on IntegriCloud