aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add some error codes that were added in RFC2616.Dag-Erling Smørgrav2001-05-231-0/+3
* Changed the clnt_perror string in yp_all because it was saying theJim Pirzyk2001-05-231-1/+1
* Rename (after a repo-copy) some mount(8) programs:Ruslan Ermilov2001-05-232-2/+2
* Fix the range of the returned value.Ruslan Ermilov2001-05-231-1/+1
* Correct error message of an example.Hajimu UMEMOTO2001-05-211-1/+1
* Add a test for PR 24345.Jason Evans2001-05-206-0/+330
* Update the verify script.Jason Evans2001-05-206-603/+486
* Don't define _REENTRANT, since the Makefile does so.Jason Evans2001-05-203-6/+0
* Fix a typo.Jason Evans2001-05-203-3/+3
* Instead of using a join queue for each thread, use a single pointer toJason Evans2001-05-2032-437/+320
* Removed -I${.CURDIR}/../../sys from CFLAGS.Ruslan Ermilov2001-05-201-3/+0
* Document ECONNREFUSED.Archie Cobbs2001-05-201-0/+4
* Use CONS_GETINFO ioctl to get geometry of the current text mode instead ofMaxim Sobolev2001-05-191-5/+7
* Remove these libs that are the same .so version as the ones inDavid E. O'Brien2001-05-191-12/+1
* Remove these libs that are the samed .so version as the ones inDavid E. O'Brien2001-05-191-12/+1
* Update the AXP compat4x dist to the 4.3-FreeBSD libs.David E. O'Brien2001-05-192-14777/+14837
* Update the i386 compat4x dist to the FreeBSD 4.3 libs.David E. O'Brien2001-05-192-11910/+11934
* The function clnt_dg_call(), which is used for UDP RPC calls, couldIan Dowse2001-05-181-4/+2
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-184-6/+3
* Fixed typo in the description.Ruslan Ermilov2001-05-182-4/+4
* Sort.David E. O'Brien2001-05-181-23/+24
* Add the "prompt" and "passwd_prompt" fields to /etc/login.conf,David E. O'Brien2001-05-181-0/+4
* Use the correct FreeBSD definitions for wint_t and wchar_t.David E. O'Brien2001-05-182-2/+6
* Condition variable waiters are queued in descending priority order, soJason Evans2001-05-183-27/+6
* Suppress compiler warning by adding a type cast.Ruslan Ermilov2001-05-171-4/+2
* Argh. Fix a long-standing man page filter botch. See terminfo(5) forPeter Wemm2001-05-172-2/+2
* Update for ncurses 5.2-20010512 importPeter Wemm2001-05-176-64/+70
* ... but we do provide .St -isoC-99, and it is not required to have theRuslan Ermilov2001-05-171-5/+1
* Mark a thread that is suspended while sleeping as interrupted.Jason Evans2001-05-163-3/+9
* Unbreak world; _DIAGASSERT macro is not available in FreeBSD.Ruslan Ermilov2001-05-1621-57/+0
* mdoc(7) police: fix markup.Ruslan Ermilov2001-05-161-4/+5
* Introduce getprogname(3) and setprogname(3) library calls. These getDima Dorfman2001-05-154-3/+123
* adapt to FreeBSD.Takuya SHIOZAKI2001-05-152-4/+20
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-05-151-1/+1
* Add new, from scratch implementation of hsearch() et al that actually works.Ruslan Ermilov2001-05-155-113/+395
* initial import of locale insensitive wcs* and wmem* functions.Takuya SHIOZAKI2001-05-1522-0/+1484
* mdoc(7) police: add RETURN VALUES section.Ruslan Ermilov2001-05-141-8/+13
* Replace functional bugs of ctypish functions in libstand with styleDaniel C. Sobral2001-05-141-7/+35
* Bring in a few useful PAM modules.Mark Murray2001-05-1417-4/+1810
* + add u_long sector_size to struct disk (documented in libdisk.3)Jordan K. Hubbard2001-05-138-80/+101
* Extract the path from an AF_LOCAL sockaddr_un in a way that correctlyIan Dowse2001-05-121-2/+5
* gethostbyname2() can't do AF_INET6 lookups over NIS.Alexander Langer2001-05-081-0/+7
* Correct prototype (entry_p -> *entry_p)Chris D. Faulhaber2001-05-071-1/+1
* Properly copy the P_ALTSTACK flag in struct proc::p_flag to the childAkinori MUSHA2001-05-073-33/+3
* Finish disconnecting pam_ssh from the build.Brian Feldman2001-05-041-3/+0
* Move the check for a pending signals to after the thread has beenDaniel Eischen2001-05-046-18/+54
* I've been meaning to take pam_ssh out of the base system for a while now.Brian Feldman2001-05-041-3/+0
* add nl_langinfo(3)Alexey Zelkin2001-05-031-2/+2
* Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-currentAlexey Zelkin2001-05-031-25/+0
* add manpage for nl_langinfo(3)Alexey Zelkin2001-05-031-0/+90