aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a wrapper for the sendfile() system call.Jason Evans2000-04-277-3/+166
* Add test to detect propagation of cancellation points within libc_r.Jason Evans2000-04-266-3/+225
* Remove cancellation point propagation.Jason Evans2000-04-261-4/+4
* Fix typo. Use `.Fa' to denote a function argument.Joseph Koshy2000-04-261-2/+4
* Reassemble a sentence that has been botched in rev 1.4.Joerg Wunsch2000-04-251-1/+1
* Automated regression test harness for libc_r. Existing tests are integrated,Jason Evans2000-04-2448-75/+7983
* Make FTP_PASSIVE_MODE check more specific.Jordan K. Hubbard2000-04-231-2/+3
* Spell MAP_NOSYNC correctly.Garrett Wollman2000-04-232-2/+2
* .Lb-ifyGarrett Wollman2000-04-232-0/+4
* Oops, remove vestigial reference to SHS passwords.Kris Kennaway2000-04-221-3/+2
* Introduce .Lb macro to libvgl manpageAlexey Zelkin2000-04-221-1/+3
* Introduce .Lb macro to libutil manpagesAlexey Zelkin2000-04-2220-133/+52
* Introduce .Lb macro to libskey manpageAlexey Zelkin2000-04-221-1/+3
* Introduce .Lb macro to libposix1e manpagesAlexey Zelkin2000-04-2222-30/+74
* Introduce .Lb macro to netgraph library manpageAlexey Zelkin2000-04-221-0/+2
* Introduce .Lb macro to libmd manpagesAlexey Zelkin2000-04-223-0/+6
* Introduce .Lb macro to libmanpagesAlexey Zelkin2000-04-2226-0/+52
* Introduce .Lb macro to libkvm manpages.Alexey Zelkin2000-04-229-1/+19
* Introduce .Lb macro to libfetch manpageAlexey Zelkin2000-04-221-6/+8
* Introduce .Lb macro to libedit manpageAlexey Zelkin2000-04-221-0/+2
* Introduce .Lb macro to libipx library manpageAlexey Zelkin2000-04-221-0/+2
* Introduce .Lb macro to libdisk manpageAlexey Zelkin2000-04-221-1/+3
* Introduce .Lb macro to libdevstat library manpageAlexey Zelkin2000-04-221-0/+2
* Introduce .Lb macro to libcrypt manpage.Alexey Zelkin2000-04-221-19/+54
* Introduce .Lb macro to libcam manpages.Alexey Zelkin2000-04-222-0/+4
* Introduce .Lb macro to libcalendar manpage.Alexey Zelkin2000-04-221-0/+2
* Introduce .Lb macro to libc_r manpages.Alexey Zelkin2000-04-2288-0/+176
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodGarrett Wollman2000-04-224-2/+457
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-21363-1/+727
* 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