aboutsummaryrefslogtreecommitdiff
path: root/lib/libncp
Commit message (Collapse)AuthorAgeFilesLines
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Mark data structures used on the wire with IPX SAP as __packed so thatRobert Watson2007-02-261-3/+3
| | | | | | | | | | they are not inappropriately padded as a result of compiler changes. PR: kern/74105 Submitted by: Bob Johnson <bob89 at eng dot ufl dot edu> Notes: svn path=/head/; revision=167016
* Boris Popov has granted permission to remove the advertising clauseWarner Losh2007-01-0914-56/+14
| | | | | | | from lib/libncp. Make it so. Also, renumbered clauses. Notes: svn path=/head/; revision=165920
* Silence GCC4 warning.Alexander Kabaev2006-09-216-4/+6
| | | | | | | strlen, strcmp live in <string.h> not <string.h>. Notes: svn path=/head/; revision=162486
* NO_MAN is not needed here.Ruslan Ermilov2006-03-161-4/+0
| | | | Notes: svn path=/head/; revision=156775
* Add missing shared library interdependencies.Ruslan Ermilov2005-11-101-0/+3
| | | | Notes: svn path=/head/; revision=152285
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Standardize 2 error messages: start with lowercase letter.Philippe Charnier2005-01-161-2/+2
| | | | Notes: svn path=/head/; revision=140346
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-4/+4
| | | | Notes: svn path=/head/; revision=135576
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+2
| | | | Notes: svn path=/head/; revision=132758
* Distinguish cases when ncp module not loaded and when module have oldBoris Popov2004-06-021-1/+4
| | | | | | | interface. Notes: svn path=/head/; revision=129978
* Fixed a misspelling of 0 as NULL. Removed a spelling of NULL as 0.Bruce Evans2004-03-141-1/+1
| | | | Notes: svn path=/head/; revision=126950
* Fix for 64 bit platforms. sysctl's length args are pointers toPeter Wemm2003-07-252-3/+6
| | | | | | | | | size_t, not int. This could be fatal where size_t is long. Reviewed by: bp Notes: svn path=/head/; revision=118025
* No need to have ifdef < FreeBSD 4.0-current in here. Remove it toWarner Losh2003-04-042-12/+0
| | | | | | | avoid false positive while searching for __FreeBSD_version abuse. Notes: svn path=/head/; revision=113043
* Use a character device and ioctl() for communication between libncpTim J. Robbins2003-02-283-35/+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. Notes: svn path=/head/; revision=111657
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Add missing newline at end of file.Garrett Wollman2002-05-301-1/+1
| | | | Notes: svn path=/head/; revision=97626
* Add character translation table between Unix and NetWare accordingBoris Popov2002-04-201-1/+78
| | | | | | | | | | to Sweden standards. Submitted by: Roger Olofsson <roger.olofsson@kommun.engelholm.se> MFC after: 1 week Notes: svn path=/head/; revision=95108
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-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. Notes: svn path=/head/; revision=93399
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-2/+3
| | | | Notes: svn path=/head/; revision=92941
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
| | | | Notes: svn path=/head/; revision=92917
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-186-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm Notes: svn path=/head/; revision=90868
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-102-4/+0
| | | | Notes: svn path=/head/; revision=84768
* Add __FBSDID()s to libncpMatthew Dillon2001-09-3014-31/+52
| | | | Notes: svn path=/head/; revision=84213
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-1/+1
| | | | | | | | | instead of char *. MFC after: 2 weeks Notes: svn path=/head/; revision=81975
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-262-2/+2
| | | | | | | - /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs Notes: svn path=/head/; revision=77223
* Compensate for header dethreading.Mark Murray2001-05-012-0/+4
| | | | Notes: svn path=/head/; revision=76176
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
| | | | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others Notes: svn path=/head/; revision=60938
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
| | | | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd Notes: svn path=/head/; revision=60833
* Remove duplicated extern.Boris Popov2000-01-011-1/+0
| | | | | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com> Notes: svn path=/head/; revision=55298
* Repo copy ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h from here toPeter Wemm1999-11-125-420/+1
| | | | | | | | | sys/netncp/*. Disconnect them from here to avoid breakage. Submitted by: bp Notes: svn path=/head/; revision=53109
* Change structure field tolower to to_lower. The same for the toupper.Boris Popov1999-11-031-4/+4
| | | | Notes: svn path=/head/; revision=52819
* Add support for C++ in the headers. Some style cleanup.Boris Popov1999-10-317-179/+181
| | | | | | | Pointed by: bde Notes: svn path=/head/; revision=52704
* Handle SAP responces in a more correct way. Allow connection numberBoris Popov1999-10-294-21/+30
| | | | | | | greater than 255 in the broadcast messages. Notes: svn path=/head/; revision=52626
* Use ${INSTALL} instead of 'install'.Boris Popov1999-10-211-1/+1
| | | | Notes: svn path=/head/; revision=52414
* Initial import of ncp library sources.Boris Popov1999-10-1222-0/+4487
Reviewed by: jdp, mdodd Notes: svn path=/head/; revision=52153