aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Not needed now the syscall matches the prototype.Marcel Moolenaar1999-10-123-117/+0
* Delete the sf (swapfile) arg to an internal function that used to point toPeter Wemm1999-10-111-6/+8
* \begin{quote}Marcel Moolenaar1999-10-102-2/+2
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forBrian Feldman1999-10-092-0/+2
* Remove syscall wrappers.Marcel Moolenaar1999-10-095-192/+4
* Remove old sig* wrappers.Doug Rabson1999-10-091-2/+1
* Hard-configure z_off_t as long. Soft configuration using HAVE_UNISTD_HBruce Evans1999-10-091-4/+6
* Correct the description of the timeout argument. I've examinedWes Peters1999-10-091-0/+10
* Fix sigvec(). When the sigset_t changes came in, it was alteredJohn Polstra1999-10-091-6/+17
* Allow for another telnet in secure (SRA telnet).Mark Murray1999-10-071-1/+2
* Install <kvm.h> from here (after repo copy) so it's all in one package.Peter Wemm1999-10-041-0/+5
* Fix style bugsMarcel Moolenaar1999-10-031-4/+2
* Fix style bugs and orderingMarcel Moolenaar1999-10-031-7/+5
* o Add $FreeBSD$ as a rcsid instead of in a commentMarcel Moolenaar1999-10-021-31/+28
* o Add $FreeBSD$ as a rcsid instead of in a comment.Marcel Moolenaar1999-10-021-5/+12
* Add libcrypt. This previously/coincidentally worked for login,Mark Murray1999-09-301-2/+2
* Add sigprocmask to HIDDEN_SYSCALLS. This renames the syscall toMarcel Moolenaar1999-09-303-3/+6
* Add the proper headers so that the SIGNOTEMPTY and SIGSETANDMarcel Moolenaar1999-09-303-0/+6
* Fix misspelling of the "addq" opcode.John Polstra1999-09-291-1/+1
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-2939-143/+273
* Back out my backout, it was already posix compliant. Any new fields arePeter Wemm1999-09-281-1/+0
* Fix previous commit. The standards specifically say: "The structurePeter Wemm1999-09-281-0/+1
* Explicitly use sigemptyset to clear a sigset_t. ExplicitMarcel Moolenaar1999-09-281-1/+4
* Explicitly use sigemptyset to clear a sigset_t. ExplicitMarcel Moolenaar1999-09-281-2/+7
* Explicitly use sigemptyset to clear a sigset_t. ExplicitMarcel Moolenaar1999-09-281-1/+2
* Explicitly use sigemptyset to clear a sigset_t. ExplicitMarcel Moolenaar1999-09-281-1/+4
* Xref strlcat, strlcpyWarner Losh1999-09-282-2/+5