summaryrefslogtreecommitdiffstats
path: root/lib/libncp/ncpl_conn.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 64 bit platforms. sysctl's length args are pointers topeter2003-07-251-2/+4
| | | | | | 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-8/+0
| | | | avoid false positive while searching for __FreeBSD_version abuse.
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-2/+0
|
* Add __FBSDID()s to libncpdillon2001-09-301-2/+3
|
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-1/+1
| | | | - /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
* Compensate for header dethreading.markm2001-05-011-0/+2
|
* Handle SAP responces in a more correct way. Allow connection numberbp1999-10-291-9/+11
| | | | greater than 255 in the broadcast messages.
* Initial import of ncp library sources.bp1999-10-121-0/+517
Reviewed by: jdp, mdodd
OpenPOWER on IntegriCloud