summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Link manual page for login_getpwclass(3) to login_cap(3).jkoshy1999-11-041-1/+3
* Add unsigned char cast to isalphaache1999-11-042-2/+2
* Add unsigned char cast to isdigitache1999-11-041-1/+1
* Add unsigned char cast to is[x]digitache1999-11-042-5/+5
* Add unsigned char cast to isdigitache1999-11-042-2/+2
* Add unsigned char cast to isupperache1999-11-041-1/+1
* unsigned char cast to ctype macrosache1999-11-041-1/+3
* Add unsigned char cast to ctype macros argache1999-11-045-37/+39
* Add unsigned char cast to isspace argache1999-11-044-7/+15
* Fix a really lame buglet which broke with IPs of 34green1999-11-031-1/+1
* Change structure field tolower to to_lower. The same for the toupper.bp1999-11-031-4/+4
* It is no longer necessary to prepend underscores to external symbols underjoerg1999-11-021-24/+8
* Teach libdisk about the AMI and Mylex RAID drivers. You should be ablemsmith1999-11-022-1/+5
* Document that bind(2) can fail with EAGAIN.nik1999-11-011-0/+3
* Add support for RADIUS accounting. Note, this changes the formatjdp1999-10-315-53/+259
* Allow whitespace termination. Internal use of /etc/resolv.conf reliesgreen1999-10-311-3/+6
* This is the new inet_addr/inet_aton with proper error checking. Thisgreen1999-10-311-65/+69
* Add support for C++ in the headers. Some style cleanup.bp1999-10-317-179/+181
* Minor mdoc cleanup.mpp1999-10-301-1/+1
* mdoc(7)'fyphantom1999-10-303-9/+21
* Add HISTORY.obrien1999-10-291-0/+8
* Handle SAP responces in a more correct way. Allow connection numberbp1999-10-294-21/+30
* Add $FreeBSD$ - not that it makes much difference, but this is mainly meantpeter1999-10-293-0/+3
* Complete page reorganization. I have splited FUNCTIONS section intophantom1999-10-282-169/+190
* fix couple mdoc errorphantom1999-10-281-9/+7
* "S" comes before "U"...obrien1999-10-251-2/+2
* Remove UNSAFE_WARN ifdef for mktemp warning (never defined)ache1999-10-243-6/+6
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-218-2/+1237
* Use ${INSTALL} instead of 'install'.bp1999-10-211-1/+1
* Fix termcap % code processing for some terminals.tg1999-10-201-3/+4
* YP/NIS code: remove unnecessary endgrent() calls which can cause fail onache1999-10-161-5/+3
* Fix longstanding bug "unused stayopen" introduced in rev1.11ache1999-10-161-2/+6
* Add sigsuspend.o and sigpending.o to HIDDEN_SYSCALLS as well.marcel1999-10-143-6/+6
* Remove osig* from NOASM. It bogus now.marcel1999-10-142-4/+2
* Make libncp actually compiled.bp1999-10-141-2/+3
* In longjmp, call sigreturn instead of osigreturn. The latter isn'tjdp1999-10-141-1/+1
* Initial import of ncp library sources.bp1999-10-1222-0/+4487
* Not needed now the syscall matches the prototype.marcel1999-10-123-117/+0
* Delete the sf (swapfile) arg to an internal function that used to point topeter1999-10-111-6/+8
* \begin{quote}marcel1999-10-102-2/+2
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forgreen1999-10-092-0/+2
* Remove syscall wrappers.marcel1999-10-095-192/+4
* Remove old sig* wrappers.dfr1999-10-091-2/+1
* Hard-configure z_off_t as long. Soft configuration using HAVE_UNISTD_Hbde1999-10-091-4/+6
* Correct the description of the timeout argument. I've examinedwes1999-10-091-0/+10
* Fix sigvec(). When the sigset_t changes came in, it was alteredjdp1999-10-091-6/+17
* Allow for another telnet in secure (SRA telnet).markm1999-10-071-1/+2
* Install <kvm.h> from here (after repo copy) so it's all in one package.peter1999-10-041-0/+5
* Fix style bugsmarcel1999-10-031-4/+2
* Fix style bugs and orderingmarcel1999-10-031-7/+5
OpenPOWER on IntegriCloud