aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add pam_opie, a PAM module using the OPIE one-time-password scheme.Kris Kennaway2000-04-172-0/+150
* Remove unneeded #includeJonathan Lemon2000-04-161-1/+0
* Don't try to compile in INET6 support when NOINET6 is defined.Steve Price2000-04-153-3/+12
* Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to establishedRuslan Ermilov2000-04-141-16/+10
* A complete reformatting of manual page.Ruslan Ermilov2000-04-131-724/+686
* Make partially specified permanent links without `dst_addr'Ruslan Ermilov2000-04-121-11/+15
* Add comment after localesAndrey A. Chernov2000-04-1212-24/+48
* Fix typo, reported by George Cox.Jeroen Ruigrok van der Werven2000-04-121-8/+8
* Do proper byte swapping in 64bit routines.Sheldon Hearn2000-04-121-14/+23
* Better wording according to multibyte(3)Andrey A. Chernov2000-04-1112-24/+96
* Add a missing THREAD_UNLOCK() found missing by Valentin NechayevPoul-Henning Kamp2000-04-102-8/+2
* Document EWOULDBLOCK as a possible errno return value.Archie Cobbs2000-04-091-0/+7
* Break out sendudp and readudp from net.c. This is for PXE, so itPaul Saab2000-04-084-215/+276
* - Add support for FTP EPRT (RFC 2428) command.Ruslan Ermilov2000-04-061-61/+167
* - Remove unused includes.Ruslan Ermilov2000-04-051-24/+96
* - Moved NULL definition into private include file.Ruslan Ermilov2000-04-052-7/+6
* Minor spelling fixes.Ruslan Ermilov2000-04-052-5/+7
* Correct Charles Mott's email addressBrian Somers2000-04-021-1/+1
* Replace the prefix for yylval to less confusing one.Yoshinobu Inoue2000-04-021-1/+1
* Replace the prefix for yylval to less confusing one.Yoshinobu Inoue2000-04-011-2/+2
* Allow PacketAliasSetTarget() to be passed the following:Brian Somers2000-03-312-13/+22
* Change the return value of kvm_read/kvm_write to be -1 on error, toJacques Vidrine2000-03-311-6/+6
* When an incoming packet is received that is not specificallyBrian Somers2000-03-311-1/+1
* Changes for PC-98.KATO Takenori2000-03-299-0/+322
* Fix a memory leak.Kris Kennaway2000-03-291-5/+8
* Actually, ${LIBY}/-ly aren't needed either. This should finish unbreakingBrian Feldman2000-03-291-2/+0
* Back out valid argument domain change - sneak to this function by error.Andrey A. Chernov2000-03-281-4/+2
* Remove libl related dependencies, because it is not necessary, and even more,Yoshinobu Inoue2000-03-281-2/+2
* Describe valid argument domain for 8-bit wide locales to prevent common errorAndrey A. Chernov2000-03-2815-0/+30
* Fixed missing libraries in DPADD.Bruce Evans2000-03-271-3/+3
* Fixed missing DPADD.Bruce Evans2000-03-271-1/+2
* MFS: Add a "magic" comment to help fixincludes realize it doesn't need toDavid E. O'Brien2000-03-271-0/+2
* -Wall, which caught a real bug where buflen wasn't being set properly.David E. O'Brien2000-03-273-16/+16
* Decrement the timeout being passed to poll() if poll was interrupted forJonathan Lemon2000-03-261-5/+22
* Spelling, fprintf -> err, remove unneeded variable declarationPhilippe Charnier2000-03-261-8/+3
* lowercase error messagePhilippe Charnier2000-03-261-1/+1
* Fix some spelling errors.Mike Pritchard2000-03-241-6/+6
* Return IPv4 native address for IPv4 mapped IPv6 address, even ifHajimu UMEMOTO2000-03-231-8/+23
* Fixed missing #include of <sys/types.h> in synopsis.Bruce Evans2000-03-231-2/+3
* Fixed missing #include of <sys/types.h> in synopsis.Bruce Evans2000-03-231-0/+1
* Fixed wrong arg type in synopsis.Bruce Evans2000-03-231-1/+1
* Add a man page for aio_waitcomplete(). Update the aio_cancel() man page toJason Evans2000-03-213-19/+179
* Make _FindLinkIn() static and only define GetDestPort whenBrian Somers2000-03-191-2/+4
* Explicitly include sys/cdefs.h to get the definition of __strong_reference(),Jason Evans2000-03-183-0/+3
* Back out that last commit, it may be insecure (pointed out by WarnerBrian S. Dean2000-03-161-1/+1
* Slight adjustment to __ivaliduser() - don't ignore the last line inBrian S. Dean2000-03-161-1/+1
* Take care to avoid having "strong" and "weak" symbols of the same name inJason Evans2000-03-1610-12/+14
* Fix uninitialized variable.Jonathan Lemon2000-03-151-1/+1
* Fix pthread_suspend_np/pthread_resume_np. For the record, suspending aDaniel Eischen2000-03-1527-93/+375
* Merge from NetBSD. Addition of inet_ntop() and inet_pton() description.Yoshinobu Inoue2000-03-122-2/+60