summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo that prevented the quad symbols from being exporteddeischen2007-07-061-1/+1
* Fix remaining syntax errors (missing semicolons)peter2007-07-051-2/+2
* Add missing \ characters in PSEUDO() macro on arm. Oops.peter2007-07-041-2/+2
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate topeter2007-07-049-9/+119
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-047-22/+35
* Adjust the syscall stub macros to be consistent in their meaning. Inpeter2007-07-045-34/+20
* Fix missing prototype warnings. (Compile errors with -Werror on)peter2007-07-041-2/+2
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-045-259/+622
* - Removes some incorrect error returns (errno was being overriden inrrs2007-07-021-4/+2
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timekan2007-06-271-2/+2
* Add missing semi-colon.mjacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedrrs2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenrrs2007-06-221-3/+3
* Clean up after previous commit: new sentence -> new line, no empty lines,brueffer2007-06-191-4/+6
* - Fix the signature of sctp_connectx to match the function and adds somerrs2007-06-191-2/+6
* Major cleanup: mdoc macros, style, typos etc.brueffer2007-06-1810-216/+320
* Add rewind() to the list of functions which may fail and set errnoache2007-06-181-1/+2
* Add mbstate clear missed in one of the cases.ache2007-06-181-5/+6
* Fix library names.davidxu2007-06-1810-10/+10
* Add information about the implications of using mmap(2) instead of sbrk(2).jasone2007-06-151-1/+19
* Fix junk/zero filling for realloc(). Junk filling was missing in one case,jasone2007-06-151-36/+48
* Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP.harti2007-06-141-2/+4
* Require users to provide a length information for inet_ntoa_r,delphij2007-06-142-5/+6
* Catch up with the code.brueffer2007-06-131-2/+2
* Fix yet another (make install) stopper with wrong sourcefilter.3 linksache2007-06-121-2/+2
* Fix typo in filename from mismerged earlier rev of this file.bms2007-06-121-1/+1
* Fix a typo which crept in from an earlier version of this file.bms2007-06-121-2/+2
* Add missing userland support files from previous commit for the newbms2007-06-122-0/+587
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-122-1/+8
* - Validate incoming addresses and sizes for connectx and bindx.rrs2007-06-111-5/+16
* Add inet_ntoa_r, a reentrant version of inet_ntoa. This isdelphij2007-06-114-2/+23
* Diff reduction against other *BSDs: ANSIfy functiondelphij2007-06-114-141/+66
* Fix bogon in previous commit: <machine/cpu.h> is still needed.marcel2007-06-101-0/+1
* The definition of CACHELINESIZE moved from <machine/cpu.h> tomarcel2007-06-101-1/+1
* Document getaddrinfo(3)'s AI_ADDRCONFIGremko2007-06-061-6/+67
* Expose __stack_chk_fail_local() so -fstack-protector-all works.des2007-06-052-3/+1
* Merge BIND 9.4.1 into main chunk.ume2007-06-031-2/+7
* Merge BIND 9.4.1 into main chunk.ume2007-06-0329-341/+396
* This commit was generated by cvs2svn to compensate for changes in r170242,ume2007-06-038-110/+133
|\
| * Vendor import of BIND 9.4.1ume2007-06-0337-452/+530
* | Export quad symbols. They were previously commented out. These symbolsdeischen2007-05-311-6/+6
* | Some libc symbol map cleanups.deischen2007-05-3111-31/+0
* | Correct spelling errors in comments.rwatson2007-05-281-2/+2
* | Precede symbol names consistently with tabs rather than spaces.rwatson2007-05-281-14/+14
* | Const'ify and ANSIfy the internal interfaces of regex(3).delphij2007-05-251-109/+100
* | ANSIfy function definitions, reduces diff against OpenBSD.delphij2007-05-251-17/+8
* | Also fix the misspelling of hes_resolve().ru2007-05-251-1/+1
* | The usage of "info" in init_hash() is read-only, so constifydelphij2007-05-251-3/+3
* | hesiod_resolv -> hesiod_resolveru2007-05-241-1/+1
* | Backout 1.5 as requested by deischenjon2007-05-221-1/+0
OpenPOWER on IntegriCloud