summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* The API change mentioned in the previous revision didn't actually make itJohn Baldwin2000-08-222-10/+22
| | | | | | | | | into 4.x, so don't document it. Noticed by: brian, ume Notes: svn path=/stable/4/; revision=64959
* MFC: Document the API change to allocate rcmd{,_af}()'s *ahost argumentJohn Baldwin2000-08-221-0/+5
| | | | | | | | using malloc() rather than pointing it at something that's free()d before the function returns. Notes: svn path=/stable/4/; revision=64957
* MFC:John Baldwin2000-08-225-18/+44
| | | | | | | | | - Mention that getipnodeby* and get{addr,name}info are not thread-safe. (sync with kame) - s/.Os KAME/.Os/ Notes: svn path=/stable/4/; revision=64924
* MFC:John Baldwin2000-08-221-3/+66
| | | | | | | | | - Mention that getipnodeby* and get{addr,name}info are not thread-safe. (sync with kame) - s/.Os KAME/.Os/ Notes: svn path=/stable/4/; revision=64923
* MFC: Use _close() instead of close() in addrconfig() to keep it fromJohn Baldwin2000-08-221-3/+3
| | | | | | | becoming a potential cancellation point in libc_r. Notes: svn path=/stable/4/; revision=64922
* MFC:John Baldwin2000-08-222-19/+21
| | | | | | | | | | - Describe valid argument domain for 8-bit wide locales to prevent common error calling ctype functions with signed char as an argument - Add reference to multibyte(3) - Remove unneeded comment. Notes: svn path=/stable/4/; revision=64920
* MFC: Reword test condition better. Previous variant was true for negativeJohn Baldwin2000-08-221-2/+2
| | | | | | | characters too. Notes: svn path=/stable/4/; revision=64917
* MFC:John Baldwin2000-08-2212-0/+120
| | | | | | | | | - Describe valid argument domain for 8-bit wide locales to prevent common error calling ctype functions with signed char as an argument - Add reference to multibyte(3) Notes: svn path=/stable/4/; revision=64916
* MFC: Fix commentJohn Baldwin2000-08-221-1/+1
| | | | Notes: svn path=/stable/4/; revision=64915
* MFC: #include <string.h> for memcpy() prototypeJohn Baldwin2000-08-221-0/+1
| | | | Notes: svn path=/stable/4/; revision=64914
* MFC: sprintf -> snprintf paranoiaJohn Baldwin2000-08-221-3/+3
| | | | Notes: svn path=/stable/4/; revision=64912
* MFC: Add shm_open(3) and shm_unlink(3).John Baldwin2000-08-221-2/+4
| | | | Notes: svn path=/stable/4/; revision=64910
* MFC: Prevent TMPDIR overflow.John Baldwin2000-08-211-1/+5
| | | | Notes: svn path=/stable/4/; revision=64901
* MFC:John Baldwin2000-08-212-53/+4
| | | | | | | | | - Change hcreate to take a size_t rather than u_int - Remove private search.h - Add FreeBSD id tag. Notes: svn path=/stable/4/; revision=64899
* MFC: Add FreeBSD id tag.John Baldwin2000-08-217-0/+7
| | | | Notes: svn path=/stable/4/; revision=64898
* MFC: Remove extra FreeBSD id tag.John Baldwin2000-08-211-1/+0
| | | | Notes: svn path=/stable/4/; revision=64897
* MFC: Add $FreeBSD$John Baldwin2000-08-181-0/+1
| | | | Notes: svn path=/stable/4/; revision=64833
* MFC: unvis.3 --> strunvisx.3 MLINKAlexander Langer2000-08-181-1/+1
| | | | Notes: svn path=/stable/4/; revision=64824
* MFC: VIS_HTTPSTYLEJohn Baldwin2000-08-173-15/+99
| | | | Notes: svn path=/stable/4/; revision=64772
* MFC: Use the same IEEE fp types on the alpha as on the i386.John Baldwin2000-08-176-11/+17
| | | | Notes: svn path=/stable/4/; revision=64768
* MFC: Binary search tree code.John Baldwin2000-08-171-2/+2
| | | | Notes: svn path=/stable/4/; revision=64766
* MFC rev 1.28 -> 1.29: Don't retry connecting via the same medium.Hajimu UMEMOTO2000-08-141-16/+8
| | | | | | | PR: bin/20515 Notes: svn path=/stable/4/; revision=64647
* MFC: fix description of argv[0] passed to script interpreter.Ben Smithurst2000-08-051-3/+3
| | | | Notes: svn path=/stable/4/; revision=64284
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-043-0/+324
| | | | Notes: svn path=/stable/4/; revision=64226
* MFC:Daniel C. Sobral2000-07-315-13/+378
| | | | | | | | | | | | | | | | | | | | | | | engine.c: 1.6 through 1.9 regcomp.c: 1.14 through 1.23 regex.3: 1.5 regex2.h: 1.4 and 1.5 regfree.c: 1.2 and 1.3 Improve search heuristics by: 1. Using Boyer-Moore algorithm for search the "must" string when those strings are at least 4 characters in length. 2. Use the point at which the must string was found to compute the earliest possible point at which the pattern may be found, if possible. Correct the BUGS section of the man page. PR: 15561 PR: 14342 Notes: svn path=/stable/4/; revision=64043
* MFC: accept_filtersAlfred Perlstein2000-07-281-2/+35
| | | | Notes: svn path=/stable/4/; revision=63952
* MFC rev 1.12: general clean-upSheldon Hearn2000-07-241-7/+14
| | | | Notes: svn path=/stable/4/; revision=63806
* Clarify RFMEM operation for rfork, which in fact clones the entireMatthew Dillon2000-07-231-6/+21
| | | | | | | | address space (whether segments are shared or not), and does NOT split the stack. Notes: svn path=/stable/4/; revision=63780
* MFC rev 1.37: remove reference to KERN_UPDATEINTERVAL and syncer(4).Sheldon Hearn2000-07-221-6/+0
| | | | Notes: svn path=/stable/4/; revision=63758
* MFC rev 1.26 -> 1.28: Copy canonname for *ahost, into static buffer.Hajimu UMEMOTO2000-07-201-2/+8
| | | | Notes: svn path=/stable/4/; revision=63686
* MFC: replace the obsolete update(4) page with one for syncer(4).Sheldon Hearn2000-07-203-4/+4
| | | | Notes: svn path=/stable/4/; revision=63614
* Revert previous checkin to unbreak build.Archie Cobbs2000-07-192-10/+10
| | | | Notes: svn path=/stable/4/; revision=63561
* Backout ``const'ify parameters to ethers(3) routines'' patchRuslan Ermilov2000-07-192-10/+10
| | | | | | | from RELENG_4 until issue is resolved in 5.0-CURRENT. Notes: svn path=/stable/4/; revision=63529
* To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn'tHajimu UMEMOTO2000-07-191-2/+2
| | | | | | | | | | | be treated as NULL. PR: bin/19816 Submitted by: Bill Fenner <fenner@research.att.com> Reviewed by: Atsushi Onoe <onoe@sm.sony.co.jp> Notes: svn path=/stable/4/; revision=63490
* MFC: const'ify parameters to ethers(3) routines.Archie Cobbs2000-07-192-10/+10
| | | | Notes: svn path=/stable/4/; revision=63483
* MFC: kqueue API changesJonathan Lemon2000-07-181-2/+2
| | | | Notes: svn path=/stable/4/; revision=63472
* MFC: Drop index(3) and rindex(3) from SEE ALSO.Alexander Langer2000-07-189-18/+0
| | | | Notes: svn path=/stable/4/; revision=63398
* MFC: Add SEE ALSOAlexander Langer2000-07-171-0/+11
| | | | Notes: svn path=/stable/4/; revision=63323
* MFC: make NAME section less confusingBen Smithurst2000-07-152-2/+2
| | | | Notes: svn path=/stable/4/; revision=63215
* MFC: Merge KAME 2000/07 code.Kris Kennaway2000-07-156-154/+530
| | | | Notes: svn path=/stable/4/; revision=63208
* MFC 1.6 -> 1.7: Deprecate the dllockinit interface.John Polstra2000-07-121-3/+4
| | | | Notes: svn path=/stable/4/; revision=62999
* MFC: sa_siginfo -> sa_sigactionBen Smithurst2000-07-111-1/+1
| | | | Notes: svn path=/stable/4/; revision=62948
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-102-0/+542
| | | | Notes: svn path=/stable/4/; revision=62923
* MFC: 1.14, first appeared in 2.9BSD.Daniel Harris2000-07-081-1/+1
| | | | Notes: svn path=/stable/4/; revision=62825
* MFC: merge in rev 1.3 through 1.10John-Mark Gurney2000-07-061-8/+32
| | | | Notes: svn path=/stable/4/; revision=62699
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-045-0/+345
| | | | Notes: svn path=/stable/4/; revision=62529
* MFC rev 1.4: Remove extraneous commas and fix run-on mark-up.Sheldon Hearn2000-07-031-6/+6
| | | | Notes: svn path=/stable/4/; revision=62462
* MFC: (rev 1.13) fix a null-dereference problem.Ruslan Ermilov2000-07-031-5/+17
| | | | | | | PR: 19069 Notes: svn path=/stable/4/; revision=62443
* MFC: DNS IPv6 transport supportHajimu UMEMOTO2000-07-012-59/+153
| | | | Notes: svn path=/stable/4/; revision=62358
* MFC: alt_month assigningAndrey A. Chernov2000-06-291-1/+1
| | | | Notes: svn path=/stable/4/; revision=62260