summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* nanosleep: loop tsleep(9) to ensure coverage of the full timeout range.cheloha2018-12-311-4/+5
* getgruid_r -> getgrgid_rtb2018-12-281-3/+3
* document kern.pool_debug; ok tedu@anton2018-12-261-2/+20
* Restore the optimization for unbuffered I/O. The buffer needs tomillert2018-12-161-1/+31
* Back out rev 1.17 for now, it causes issues with python when buildingmillert2018-12-161-31/+1
* Revisit the optimization for unbuffered I/O. We can use the buffermillert2018-12-141-1/+31
* Back out the optimization in rev 1.13, it does not update flags onmillert2018-12-141-16/+1
* Improve speed for the multi-threaded case by reducing lock contention.otto2018-12-101-30/+21
* style; OK ottoflorian2018-12-091-3/+3
* remove a stray line accidentally left behind in rev. 1.120;schwarze2018-12-051-3/+2
* remove double .Pp. oops - sorry for not spotting!jmc2018-11-291-2/+1
* Improve introduction so there is more clarity about the patterns ofderaadt2018-11-291-17/+17
* Refactor "find the right pool" code into a function. ok djm@ tb@otto2018-11-271-65/+34
* fold the contents of malloc.conf.5 into malloc.3 and sysctl.2,jmc2018-11-212-11/+125
* Introducing malloc_usable_size() was a mistake. While some otherotto2018-11-215-110/+8
* Fix compilation on alpha, where DEF_WEAK() really must be paired withguenther2018-11-191-2/+1
* delete the dns jackport experiment. it has no future.tedu2018-11-191-6/+2
* Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man pageotto2018-11-185-8/+112
* Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha2018-11-171-2/+11
* Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.bluhm2018-11-101-5/+7
* Conform to POSIX-2001 in which the behavior of passing a negative length usinganton2018-11-101-3/+18
* Remove ethers(5) YP support bits from libc as it makes it difficult tobrynet2018-11-092-70/+8
* zap last remains of malloc.conf; prompted by and ok jmc@otto2018-11-082-11/+8
* typo on fs.posix.setuid; from Piotr Durlejotto2018-11-061-2/+2
* rm FILES section; prompted by Janne Johanssonotto2018-11-061-7/+2
* Use the new vm.malloc_conf sysctl; ok millert@ deraadt@otto2018-11-061-6/+11
* vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@otto2018-11-061-2/+7
* Mention aligned_alloc(), prompted by Brad; ok jmc@otto2018-11-051-4/+6
* aligned_alloc bumpotto2018-11-051-1/+1
* Implement C11's aligned_alloc(3). ok guenther@otto2018-11-054-6/+87
* add missing NET_RT_TABLEdenis2018-11-041-2/+3
* For correctness, do not read struct servent if getservbyname_r() failed.eric2018-11-031-7/+5
* typo; fix from hiltjo posthumaderaadt2018-10-311-3/+3
* use Mdocdate;jmc2018-10-301-2/+2
* Add C11's timespec_get(3); minor bump for libc.guenther2018-10-306-5/+140
* Correctly deal with upper level unveil's by keeping track of the coveringbeck2018-10-281-13/+2
* More "explicitely" -> "explicitly" in various comments.krw2018-10-222-4/+4
* Switch alpha to futex(2) based condvars, mutexes and semaphores.visa2018-10-211-5/+6
* Switch powerpc to futex(2) based condvars, mutexes and semaphores.visa2018-10-151-2/+2
* Fix a "copy-and-paste" error that Coverity picked up in the augment codedlg2018-10-091-2/+2
* document that uuid_create generates v4 uuids; from william orrjmc2018-10-021-2/+6
* Add retguard to arm64 libc syscalls and setjmp / longjmp.mortimer2018-10-013-6/+29
* As per POSIX, when str{,r}chr is comparing it should convert c to a char.martijn2018-10-014-8/+10
* add spin lock in KERN_CPTIME cpu statessolene2018-09-301-3/+3
* Make the HISTORY sections of the "intro" manuals less confusing andschwarze2018-09-301-3/+3
* typo; ok jmc@miko2018-09-261-2/+2
* align RETURN VALUES section with pledge manual; ok deraadt@miko2018-09-261-4/+3
* enable futex(2) based mutexes on armv7 and use futex based semaphores injsg2018-09-241-3/+3
* Correct the uid_from_user() and gid_from_group() comments.millert2018-09-221-7/+7
* missing comma in previous;jmc2018-09-131-2/+2