aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Change getaddrinfo() resolve orderYoshinobu Inoue2000-04-202-75/+317
* Add a cleanup function. This is needed for PXE where you shouldPaul Saab2000-04-201-0/+1
* CSU source for IA-64. Current we use the ../Alpha sources.David E. O'Brien2000-04-191-0/+28
* Use ${.ALLSRC} in Makefile so that it is a better candidate for copying.David E. O'Brien2000-04-192-2/+2
* CSU source for the Sparc copied over from the FreeBSD/Alpha sources.Steve Price2000-04-194-0/+237
* Raw devices are now the normal device name, not prefixed with 'r'.David E. O'Brien2000-04-191-1/+1
* Add support for multiple PPTP sessions:Ruslan Ermilov2000-04-185-88/+265
* Document the libpam dependency on libopieKris Kennaway2000-04-181-0/+1
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-182-0/+28
* Connect pam_opie to the build.Kris Kennaway2000-04-172-0/+2
* 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