summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Separate completely full runs from runs that are merely almost full, sojasone2006-03-201-61/+71
* Optimize realloc() to reallocate in place if the old and new sizes arejasone2006-03-191-105/+167
* Provide alternate default for SHLIBDIR before bsd.own.mk does this.ru2006-03-181-1/+2
* Reimplementation of world/kernel build options. For details, see:ru2006-03-172-5/+7
* Modify allocation policy, in order to avoid excessive fragmentation forjasone2006-03-172-2503/+1070
* Allow bsd.lib.mk to generate the symbol version map.deischen2006-03-161-14/+6
* Fix comment.ru2006-03-161-1/+1
* Desupport the undocumented NO_QUAD option, just don't compileru2006-03-165-21/+4
* Add a non-optional newline after ".Bx".ru2006-03-151-1/+2
* Revert previous changes as we do support the .Ox macro for OpenBSD.andre2006-03-151-2/+4
* POSIXed strtoll() (and ours one too) can set errno to EINVAL, so checkache2006-03-141-1/+1
* Fix HISTORY and point to OpenBSD.andre2006-03-141-5/+2
* Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)andre2006-03-144-3/+227
* ns_name_skip was recently redefined to __ns_name_skipdeischen2006-03-131-1/+1
* Make _spinunlock() point to the spinunlock stub, not thedeischen2006-03-131-1/+1
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-1328-1/+48
* Add hooks to build libc with symbol versioning. This isdeischen2006-03-131-0/+14
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-1329-0/+3241
* Add entries for new pthread stubs.davidxu2006-03-101-0/+30
* Remove mq.c, the POSIX mqueue is implemented in librt.davidxu2006-03-081-73/+0
* Add some more pthread stubs so that librt can use them.deischen2006-03-053-31/+168
* Remove a useless word.brueffer2006-03-051-1/+1
* Sync with actual code.jcamou2006-03-031-2/+6
* Fix the %Q printf extension to behave as expectedphk2006-03-021-19/+9
* Handle the errors returned by res_querydomain() in same manner.ume2006-03-012-0/+40
* Disconnect mqueue from buildworld, as I will implement it in seperateddavidxu2006-03-011-1/+1
* Const'ify arguments to a couple of functions to fix breakagedeischen2006-02-281-2/+2
* Don't do a time travel to 12006...delphij2006-02-281-1/+1
* Staticize a couple of functions.deischen2006-02-2723-71/+106
* Correct a comment.deischen2006-02-273-22/+6
* Fix typo in manual page reference.wkoszek2006-02-261-1/+1
* Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includesume2006-02-263-85/+420
* - Just query 'as is', if there is a trailing dot in the name.ume2006-02-242-18/+40
* Tell the truth about a) how to get the first fileid, andyar2006-02-221-5/+10
* - Massage wording to make it easier to understand and fix some grammar.brd2006-02-161-4/+4
* Remove extra slash from pty slave device name returned by ptsname.kan2006-02-131-1/+1
* Remove spurious "union arg" from printf.hphk2006-02-041-2/+3
* Fix calculation of the number of arenas to use on multi-processor systems.jasone2006-02-041-1/+1
* Expand contractions.joel2006-02-011-1/+1
* Add missing 's' suffix on alternate rendition of time.phk2006-01-311-1/+1
* - In pipe() return the error returned by pipe_create(), rather thenglebius2006-01-301-1/+3
* If the sysctl kern.pts.enable doesn't exist, check that /dev/ptmx is there,cognet2006-01-291-2/+7
* Remove unwarranted uses of 'goto'.jasone2006-01-271-203/+153
* Add NO_MALLOC_EXTRAS, so that various extra features that can causejasone2006-01-271-3/+16
* Fix the type of a statistics counter (unsigned --> unsigned long).jasone2006-01-271-1/+1
* Clean up statistics gathering and printing.jasone2006-01-271-71/+64
* Remove debug printf.pjd2006-01-261-1/+0
* Optimize arena_bin_pop() to reduce the number of separator operations.jasone2006-01-261-13/+10
* Make getttyent() report what the pts ptys as well.cognet2006-01-261-1/+38
* ptsname() bits for pts.cognet2006-01-261-5/+45
OpenPOWER on IntegriCloud