aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* realpath(3) bug fix: There was an off-by-one error in computing theJacques Vidrine2003-08-031-1/+2
* MFC:Chris D. Faulhaber2003-03-201-8/+14
* MFS: Allocate 64K recieve buffer for DNS responses.Hajimu UMEMOTO2002-10-232-26/+54
* MFC rev. 1.21: fix vsnprintf(3) memory leak for size == 0.Maxim Konovalov2002-09-231-0/+6
* Fix a typo in previous MFC.Jacques Vidrine2002-09-221-1/+1
* MFC 1.19: Limit UDP payload size for EDNS0 to 0xffff.Jacques Vidrine2002-09-201-0/+2
* MFC getaddrinfo.c 1.32, 1.33;Jacques Vidrine2002-09-195-50/+126
* MFC: POSIX compatability, fixes sftpMike Heffner2002-09-182-60/+67
* MFC: (rev. 1.14) Update to reflect reality.Archie Cobbs2002-09-151-29/+5
* MFC: (rev. 1.19) Adjust to reflect reality: sigaltstack() takes stack_t *'s.Archie Cobbs2002-09-151-6/+6
* MFC: (rev. 1.38) Update to reflect reality.Archie Cobbs2002-09-151-2/+3
* MFC: Add ucontext(3) man page.Archie Cobbs2002-09-152-15/+12
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-09-131-0/+98
* MFC 1.22: Use a union to access the words of a double.David Malone2002-08-311-4/+8
* MFC 1.37: Don't fail needlessly on unsuccessful hostname lookups.John Polstra2002-08-261-5/+5
* Fix the forward compatibility problem with older 4.x releases,Alexander Kabaev2002-08-221-0/+1
* MFC: collate.c 1.28, collate.h 1.13 - eliminate static bufferAndrey A. Chernov2002-08-172-13/+19
* MFC: 1.31: Fix fd leak.Bosko Milekic2002-08-131-1/+3
* MFC 1.11: Use '_end' symbol instead of 'end' to initialize minbrkAlexander Kabaev2002-08-121-3/+3
* MFC: 1.43, close descriptor on loading error, errno fixesAndrey A. Chernov2002-08-121-9/+16
* MFC: 1.24, styleAndrey A. Chernov2002-08-121-11/+9
* MFC: properly implement locale cache, eliminate memory leak, versions up toAndrey A. Chernov2002-08-1211-244/+333
* MFC: (rev. 1.12) Correct an inaccuracy regarding detecting empty fields.Archie Cobbs2002-08-091-4/+5
* MFC: msgcat.c 1.40Andrey A. Chernov2002-08-071-312/+347
* MFC: setlocale.c up to 1.39, setrunelocale.c up to 1.22, ldpart.c up to 1.9Andrey A. Chernov2002-08-075-98/+169
* MFC: v1.36 (strncpy -> strlcpy, fix out of bounds indexing)Andrey A. Chernov2002-08-021-14/+10
* MFC 1.6: sysctl(NET_RT_IFLIST) up to several (currently 5) times.Hajimu UMEMOTO2002-08-011-8/+28
* The fix applied to the XDR decoder in revision 1.8.2.1 was incorrect.Jacques Vidrine2002-08-011-1/+1
* Add missing header <limits.h> for UINT_MAX introducedJacques Vidrine2002-07-311-0/+1
* Patch to fix bounds checking/overflowDarren Reed2002-07-311-3/+4
* MFC 1.12:Hajimu UMEMOTO2002-07-311-59/+56
* MFC:Mike Silbersack2002-07-302-2/+2
* MFC: Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex()Hajimu UMEMOTO2002-07-293-307/+86
* MFC 1.11: Make NI_WITHSCOPEID a default (always on), to synchronizeHajimu UMEMOTO2002-07-251-30/+20
* Fixed a missing line in the MFC of rev.1.37 (PR 12723).Bruce Evans2002-07-221-4/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-07-173-0/+318
* MFC: Quick grammar fix to signal.3:Tom Rhodes2002-07-161-2/+2
* MFC: s/unavilable/unavailable/Daniel Harris2002-07-081-1/+1
* Fix builds with LIBC_SCCS defined.Robert Drehmel2002-07-072-2/+2
* Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).Mark Peek2002-07-021-1/+1
* MFC: (rev. 1.28) Grammar nit: treat "contents" as plural.Archie Cobbs2002-07-021-1/+1
* MFC: (rev. 1.16) Grammar fix: "contents" is plural.Archie Cobbs2002-07-021-2/+2
* Correct some dumb behaviour in clnt_broadcast(), where it wouldIan Dowse2002-06-301-4/+8
* Add xref to readpassphrase(3).Dag-Erling Smørgrav2002-06-301-1/+2
* getpass.c is OBE (moved into readpassphrase.c)Dag-Erling Smørgrav2002-06-302-98/+1
* Unbreak world.Dag-Erling Smørgrav2002-06-301-2/+0
* MFC: readpassphrase(3) from OpenBSD.Dag-Erling Smørgrav2002-06-301-3/+3
* MFC rev 1.8/1.9:Mike Silbersack2002-06-281-2/+6
* MFC: adjust buflen properlyWarner Losh2002-06-261-1/+3
* MFC: Fix last fix.Warner Losh2002-06-261-1/+1