summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use std instead of stw to store CR since we use std in sigsetjmp(3) andkettenis2020-06-281-2/+2
* The 2nd and 3rd argument are pointers, so use the appropriate doublewordkettenis2020-06-281-5/+5
* Add missing label.kettenis2020-06-271-2/+2
* Provide an optimized implementation of ffs(3) in libc onnaddy2020-06-266-6/+55
* Fix TCB_OFFSET_ERRNO. Adjust comments to reflect that powerpc64 uses %r13kettenis2020-06-261-4/+4
* Avoid "bare" register numbers.kettenis2020-06-264-26/+26
* PowerPC64 libc powerpc sys filesdrahn2020-06-258-0/+368
* PowerPC64 libc string/net filesdrahn2020-06-252-0/+178
* *** empty log message ***drahn2020-06-251-0/+1
* PowerPC64 libc/arch/powerpc/gdtoa filesdrahn2020-06-253-0/+20
* Committed wrong version of file, atomic_lock is 32 bit.drahn2020-06-251-6/+6
* PowerPC64 libc gen filesdrahn2020-06-2514-0/+812
* PowerPC64 libc (libc powerpc top)drahn2020-06-254-0/+176
* spelling fix;jmc2020-06-221-2/+2
* Extend kqueue interface with EVFILT_EXCEPT filter.mpi2020-06-221-2/+9
* In the libc resolver function asr_run(), clear the result buffer everytime,deraadt2020-06-071-1/+3
* Fix printing long doubles on architectures with hm and lm bits.mortimer2020-05-311-11/+13
* Remove an outdated BUGS section.visa2020-05-311-6/+2
* This patch fixes one bug and one instance of undesirable behaviour.schwarze2020-05-271-9/+1
* Fix forgotten references to removed mixer.4 manualratchov2020-05-171-4/+2
* drop duplicate word;schwarze2020-04-301-3/+3
* Minimal maintenance to make this mess slightly less confusing:schwarze2020-04-261-10/+10
* fix the description; from andras farkasjmc2020-04-261-5/+4
* A comma is not appropriate here, use a semicolonjca2020-04-251-2/+2
* Discourage use of RES_USE_INET6jca2020-04-251-1/+5
* Fix RES_USE_INET6 descriptionjca2020-04-251-7/+9
* Clairify the point at which unveil first makes restricitons on thebeck2020-04-251-9/+4
* Remove the deprecation notice for timegm().schwarze2020-04-241-4/+57
* move mixerctl and audioctl man pages to section 8, as these workderaadt2020-04-211-3/+3
* Prevent infinite for loop since i went from ssize_t to size_t. Patch fromdtucker2020-04-211-3/+3
* Remove AUTHORS section. This follows what is done in strstr.3claudio2020-04-161-4/+2
* Replace the simple memmem() implementation with a version that is O(n)claudio2020-04-161-47/+167
* Resync our strstr.c with the musl version. Removes some debug code andclaudio2020-04-161-11/+3
* Update ARG_MAX bytes countjca2020-04-101-3/+3
* "eventually" came and went back in 2004.martijn2020-03-301-3/+1
* Anthony Steinhauser reports that 32-bit arm cpus have the same speculationderaadt2020-03-131-3/+3
* typo in commentdjm2020-03-131-2/+2
* Anthony Steinhauser reports that 32-bit arm cpus have the same speculationderaadt2020-03-111-3/+5
* typo; from bryan stensonjmc2020-03-111-3/+3
* Now that the kernel skips the two instructions immediately followingkettenis2020-02-181-3/+3
* Some system calls can fail due to an open-ended variety of causesschwarze2020-02-113-10/+10
* A getlogin() function which used utmp(5) appeared in v7.jsg2020-02-091-4/+12
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-085-15/+15
* Instead of opting in to futexes on archs with atomics opt out on archsjsg2020-02-061-8/+5
* More precision regarding the openlog(3) *ident argument;schwarze2020-02-051-21/+61
* Mention AUDIO_MIXER_{DEVINFO,READ,WRITE} in the "audio" sectionratchov2020-02-051-3/+6
* Insert two nop instructions after each svc #0 instruction in userland.kettenis2020-01-261-2/+4
* Document `kern.allowdt' button.mpi2020-01-241-2/+10
* delete wasteful ;;deraadt2020-01-221-2/+2
* Document how to make getopt_long(3) process arguments in order and stopstsp2020-01-131-2/+18