aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* realpath(3) bug fix: There was an off-by-one error in computing theJacques Vidrine2003-08-031-1/+4
| | | | | | | size of the resulting canonical path. Notes: svn path=/stable/3/; revision=118401
* MFC: fix buffer overflows described in FreeBSD-SA-02:28.resolv.Trevor Johnson2002-07-082-1/+4
| | | | | | | | | Sergey A. Osokin and I tested this. Approved by: security-officer Notes: svn path=/stable/3/; revision=99618
* MFC rev 1.18: Protect the remaining instance of chdir() usingMax Khon2001-10-101-12/+13
| | | | | | | fts_safe_changedir(). Notes: svn path=/stable/3/; revision=84775
* MFC: fowards compatability hack so that we can update the compat3xPeter Wemm2001-09-261-0/+7
| | | | | | | libc.so.3.gz.uu file in -current. This is the same as RELENG_4 1.7.2.3. Notes: svn path=/stable/3/; revision=83953
* MFC rev 1.17Peter Wemm2001-03-291-42/+39
| | | | Notes: svn path=/stable/3/; revision=74977
* MFC: sync all the way up to glob.c rev 1.16 and glob.h rev 1.4Peter Wemm2001-03-281-45/+83
| | | | Notes: svn path=/stable/3/; revision=74946
* MFC:Alfred Perlstein2000-09-231-5/+22
| | | | | | | | | | | | | | 1.32 of res_send.c, don't get stuck in an infinite loop if a signal interrupts the poll operation 1.65 of syslogd.c which begins a clusterf**k of commits that span over versions 1.65, 1.66, 1.69 to provide an option for syslogd not to perform dns lookups. 1.23, 1.24, 1.25 of syslogd.8 document changes to syslogd.c Submitted and tested by: Reinier Bezuidenhout <rbezuide@oskar.nanoteq.co.za> Notes: svn path=/stable/3/; revision=66312
* nonexistant _fcntl -> fcntlAndrey A. Chernov2000-09-171-1/+1
| | | | Notes: svn path=/stable/3/; revision=65997
* MFC: prevent buffer overflowAndrey A. Chernov2000-09-081-1/+7
| | | | Notes: svn path=/stable/3/; revision=65610
* MFC: Disallow '/' in LC_* environment variablesKris Kennaway2000-09-081-1/+1
| | | | Notes: svn path=/stable/3/; revision=65604
* MFC: more checks, rewritting, SUSv2 conformanceAndrey A. Chernov2000-09-079-336/+311
| | | | Notes: svn path=/stable/3/; revision=65580
* MFC: 1.14, first appeared in 2.9BSD.Daniel Harris2000-07-081-1/+1
| | | | Notes: svn path=/stable/3/; revision=62825
* MFC: don't clash with C++ reserved wordsAlfred Perlstein2000-07-081-1/+1
| | | | | | | | ns_parse.c: 1.2 nameser.h: 1.13 Notes: svn path=/stable/3/; revision=62796
* MFC: alt_month assigningAndrey A. Chernov2000-06-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=62260
* Sheldonification of last commit.Alexander Langer2000-06-271-11/+12
| | | | Notes: svn path=/stable/3/; revision=62156
* In 3.x, rfork() with RFMEM does not work on SMP kernels.Alexander Langer2000-06-271-0/+11
| | | | | | | | PR: 15890 Submitted by: Scott Hess <scott@avantgo.com> Notes: svn path=/stable/3/; revision=62151
* For 3.x, options VM86 is needed for this function.Alexander Langer2000-06-191-0/+4
| | | | | | | | PR: 18943 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/stable/3/; revision=61826
* MFC: options USER_LDT is required for these functions.Alexander Langer2000-06-141-0/+4
| | | | Notes: svn path=/stable/3/; revision=61665
* Add note, that options VM86 is required for these functions.Alexander Langer2000-06-131-0/+4
| | | | | | | | | PR: 18943 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: asmodai Notes: svn path=/stable/3/; revision=61635
* MFC: Fix namespace pollution which will less likely causeJeroen Ruigrok van der Werven2000-06-132-49/+145
| | | | | | | | problems in the future. This should fix C++ stdlib problems when using ctype.h as well. Notes: svn path=/stable/3/; revision=61632
* MFC: Back up following macros by functions: ishexnumber, isideogram,Jeroen Ruigrok van der Werven2000-06-131-7/+58
| | | | | | | isnumber, isphonogram, isrune, isspecial. Fix ordering. Notes: svn path=/stable/3/; revision=61631
* MFC: Fix typo: turn of -> turn offAlexander Langer2000-06-131-1/+1
| | | | Notes: svn path=/stable/3/; revision=61625
* MFC: Zorch references to VAX and Tahoe compilersKris Kennaway2000-06-081-6/+1
| | | | Notes: svn path=/stable/3/; revision=61407
* MFC: Sync variable nameKris Kennaway2000-06-081-2/+2
| | | | Notes: svn path=/stable/3/; revision=61406
* MFC: Sync contents of structureKris Kennaway2000-06-081-2/+2
| | | | Notes: svn path=/stable/3/; revision=61405
* MFC: Fix buffer overflowsKris Kennaway2000-06-081-2/+2
| | | | Notes: svn path=/stable/3/; revision=61404
* MFC: Update variable typesKris Kennaway2000-06-081-2/+2
| | | | Notes: svn path=/stable/3/; revision=61403
* MFC: Spelling fixes, update example code.Kris Kennaway2000-06-081-14/+16
| | | | Notes: svn path=/stable/3/; revision=61401
* MFC: rev 1.12, mdoc fixesAlexey Zelkin2000-05-121-19/+22
| | | | Notes: svn path=/stable/3/; revision=60468
* MFC: Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
| | | | Notes: svn path=/stable/3/; revision=60260
* MFC: Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-0673-74/+74
| | | | Notes: svn path=/stable/3/; revision=60087
* MFC: rev 1.9, EXAMPLE -> EXAMPLESAlexey Zelkin2000-05-061-1/+1
| | | | Notes: svn path=/stable/3/; revision=60086
* MFC: rev 1.35, mdoc cleanupAlexey Zelkin2000-05-061-16/+16
| | | | Notes: svn path=/stable/3/; revision=60085
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-23350-3/+887
| | | | | | | Great bunch of $freeBSD$ tags added Notes: svn path=/stable/3/; revision=59572
* MFC: (rev 1.12) document EWOULDBLOCK.Archie Cobbs2000-04-091-0/+8
| | | | Notes: svn path=/stable/3/; revision=59106
* MFC: Remove single-space hard sentence breaks.Sheldon Hearn2000-03-0347-149/+327
| | | | Notes: svn path=/stable/3/; revision=57732
* MFC rev 1.27: avoid core dump on huge # of PTR records.Bill Fenner2000-02-161-0/+4
| | | | | | | | PR: bin/10344 Reviewed by: billf Notes: svn path=/stable/3/; revision=57253
* MFC: Properly describe KERN_QUANTUM.Chris Costello2000-02-101-4/+2
| | | | Notes: svn path=/stable/3/; revision=57103
* Repair consistency among references to the resolved path nameChris Costello2000-01-291-5/+6
| | | | | | | | | | | | | | | | | filled in by realpath(3). Specifically, the manual page referred to three different variations of the same variable, which has no doubt confused some people. The variable reference was changed to ``resolved_path'' as it is in /usr/include/stdlib.h In summary: resolvedname -> resolved_path resolved_name -> resolved_path Additionally, $FreeBSD$ tags were added to this file for the commit to be permitted. Notes: svn path=/stable/3/; revision=56879
* MFC: (rev 1.5) Fixes for 2nd part of bin/5604.Ruslan Ermilov2000-01-271-3/+8
| | | | Notes: svn path=/stable/3/; revision=56678
* MFC: (rev. 1.4): Document inherent memory leakArchie Cobbs2000-01-261-0/+16
| | | | Notes: svn path=/stable/3/; revision=56653
* Sync with -current: add locking support to the dynamic linker.John Polstra2000-01-212-1/+15
| | | | Notes: svn path=/stable/3/; revision=56358
* MFC: close PR 16028 (fix zero length record test)Bill Paul2000-01-191-1/+1
| | | | Notes: svn path=/stable/3/; revision=56275
* MFC: Document KERN_QUANTUM.Chris Costello2000-01-191-0/+6
| | | | | | | PR: 15637 Notes: svn path=/stable/3/; revision=56269
* MFC: Document isnanf() for determining whether a float is NaN (``Not-a-Chris Costello2000-01-192-4/+10
| | | | | | | | | Number'') PR: 13878 Notes: svn path=/stable/3/; revision=56267
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn2000-01-171-0/+106
| | | | Notes: svn path=/stable/3/; revision=56172
* MFC: Compound MFC:Jeroen Ruigrok van der Werven2000-01-131-2/+2
| | | | | | | | rev 1.7: Change ``from'' to ``to'', addresses PR 15729 rev 1.8: Correct placement of $FreeBSD$ CVS identifier. Notes: svn path=/stable/3/; revision=55916
* MFC: Add rand_r and readdir_r.Thomas Gellekum2000-01-045-6/+148
| | | | | | | Reviewed by: deischen Notes: svn path=/stable/3/; revision=55402
* MFC rev 1.26: silence spurious libc DNS warnings on receiving DNSsec T_SIGRobert Watson1999-12-291-3/+4
| | | | | | | | PR: bin/15056, bin/7352 Reviewed by: eivind, peter Notes: svn path=/stable/3/; revision=55226
* MFC: rev.1.12Brian Feldman1999-12-181-45/+94
| | | | | | | | | | OpenBSD fts.c, including bug fixes for this gross piece of coding badness. Approved by: jkh Obtained from: OpenBSD Notes: svn path=/stable/3/; revision=54771