aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Properly document what ENOENT really means for kldfind(2).Chris Costello1999-11-141-3/+1
* Don't include Kerberos if NOCRYPT is defined, because it isn't buildMarcel Moolenaar1999-11-143-5/+11
* ${MACHINE} -> ${MACHINE_ARCH}Marcel Moolenaar1999-11-141-15/+15
* Go to a bit more trouble to make it absolutely clear that malloc(3)Peter Wemm1999-11-121-2/+9
* Repo copy ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h from here toPeter Wemm1999-11-125-420/+1
* Decremement by 1 the value taken for %j before assigning it to tm_yday,Sheldon Hearn1999-11-101-6/+50
* Fix the VGLBITMAP_INITIALIZER macro; VXsize and VYsize shouldKazutaka YOKOTA1999-11-091-1/+1
* Fix dead loop if locale contains / and not all categories specifiedAndrey A. Chernov1999-11-091-1/+3
* Remove useless section.Alexey Zelkin1999-11-091-2/+0
* Restore sub-chapters order.Alexey Zelkin1999-11-091-19/+16
* style fixAlexey Zelkin1999-11-091-5/+8
* - This is the new version of libvgl jointly developed by sos and I.Kazutaka YOKOTA1999-11-088-148/+683
* Flag empty UID entries as errors (to stop typos from turning intoEivind Eklund1999-11-061-1/+6
* Link manual page for login_getpwclass(3) to login_cap(3).Joseph Koshy1999-11-041-1/+3
* Add unsigned char cast to isalphaAndrey A. Chernov1999-11-042-2/+2
* Add unsigned char cast to isdigitAndrey A. Chernov1999-11-041-1/+1
* Add unsigned char cast to is[x]digitAndrey A. Chernov1999-11-042-5/+5
* Add unsigned char cast to isdigitAndrey A. Chernov1999-11-042-2/+2
* Add unsigned char cast to isupperAndrey A. Chernov1999-11-041-1/+1
* unsigned char cast to ctype macrosAndrey A. Chernov1999-11-041-1/+3
* Add unsigned char cast to ctype macros argAndrey A. Chernov1999-11-045-37/+39
* Add unsigned char cast to isspace argAndrey A. Chernov1999-11-044-7/+15
* Fix a really lame buglet which broke with IPs of 34Brian Feldman1999-11-031-1/+1
* Change structure field tolower to to_lower. The same for the toupper.Boris Popov1999-11-031-4/+4
* It is no longer necessary to prepend underscores to external symbols underJoerg Wunsch1999-11-021-24/+8
* Teach libdisk about the AMI and Mylex RAID drivers. You should be ableMike Smith1999-11-022-1/+5
* Document that bind(2) can fail with EAGAIN.Nik Clayton1999-11-011-0/+3
* Add support for RADIUS accounting. Note, this changes the formatJohn Polstra1999-10-315-53/+259
* Allow whitespace termination. Internal use of /etc/resolv.conf reliesBrian Feldman1999-10-311-3/+6
* This is the new inet_addr/inet_aton with proper error checking. ThisBrian Feldman1999-10-311-65/+69
* Add support for C++ in the headers. Some style cleanup.Boris Popov1999-10-317-179/+181
* Minor mdoc cleanup.Mike Pritchard1999-10-301-1/+1
* mdoc(7)'fyAlexey Zelkin1999-10-303-9/+21
* Add HISTORY.David E. O'Brien1999-10-291-0/+8
* Handle SAP responces in a more correct way. Allow connection numberBoris Popov1999-10-294-21/+30
* Add $FreeBSD$ - not that it makes much difference, but this is mainly meantPeter Wemm1999-10-293-0/+3
* Complete page reorganization. I have splited FUNCTIONS section intoAlexey Zelkin1999-10-282-169/+190
* fix couple mdoc errorAlexey Zelkin1999-10-281-9/+7
* "S" comes before "U"...David E. O'Brien1999-10-251-2/+2
* Remove UNSAFE_WARN ifdef for mktemp warning (never defined)Andrey A. Chernov1999-10-243-6/+6
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-218-2/+1237
* Use ${INSTALL} instead of 'install'.Boris Popov1999-10-211-1/+1
* Fix termcap % code processing for some terminals.Thomas Gellekum1999-10-201-3/+4
* YP/NIS code: remove unnecessary endgrent() calls which can cause fail onAndrey A. Chernov1999-10-161-5/+3
* Fix longstanding bug "unused stayopen" introduced in rev1.11Andrey A. Chernov1999-10-161-2/+6
* Add sigsuspend.o and sigpending.o to HIDDEN_SYSCALLS as well.Marcel Moolenaar1999-10-143-6/+6
* Remove osig* from NOASM. It bogus now.Marcel Moolenaar1999-10-142-4/+2
* Make libncp actually compiled.Boris Popov1999-10-141-2/+3
* In longjmp, call sigreturn instead of osigreturn. The latter isn'tJohn Polstra1999-10-141-1/+1
* Initial import of ncp library sources.Boris Popov1999-10-1222-0/+4487