summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2020-06-26Fix TCB_OFFSET_ERRNO. Adjust comments to reflect that powerpc64 uses %r13Mark Kettenis
2020-06-26Avoid "bare" register numbers.Mark Kettenis
2020-06-25PowerPC64 libc powerpc sys filesDale Rahn
2020-06-25PowerPC64 libc string/net filesDale Rahn
2020-06-25*** empty log message ***Dale Rahn
2020-06-25PowerPC64 libc/arch/powerpc/gdtoa filesDale Rahn
2020-06-25Committed wrong version of file, atomic_lock is 32 bit.Dale Rahn
2020-06-25PowerPC64 libc gen filesDale Rahn
2020-06-25PowerPC64 libc (libc powerpc top)Dale Rahn
2020-06-22spelling fix;Jason McIntyre
2020-06-22Extend kqueue interface with EVFILT_EXCEPT filter.Martin Pieuchot
2020-06-07In the libc resolver function asr_run(), clear the result buffer everytime,Theo de Raadt
2020-05-31Fix printing long doubles on architectures with hm and lm bits.mortimer
2020-05-31Remove an outdated BUGS section.Visa Hankala
2020-05-27This patch fixes one bug and one instance of undesirable behaviour.Ingo Schwarze
2020-05-17Fix forgotten references to removed mixer.4 manualAlexandre Ratchov
2020-04-30drop duplicate word;Ingo Schwarze
2020-04-26Minimal maintenance to make this mess slightly less confusing:Ingo Schwarze
2020-04-26fix the description; from andras farkasJason McIntyre
2020-04-25A comma is not appropriate here, use a semicolonJeremie Courreges-Anglas
2020-04-25Discourage use of RES_USE_INET6Jeremie Courreges-Anglas
2020-04-25Fix RES_USE_INET6 descriptionJeremie Courreges-Anglas
2020-04-25Clairify the point at which unveil first makes restricitons on theBob Beck
2020-04-24Remove the deprecation notice for timegm().Ingo Schwarze
2020-04-21move mixerctl and audioctl man pages to section 8, as these workTheo de Raadt
2020-04-21Prevent infinite for loop since i went from ssize_t to size_t. Patch fromDarren Tucker
2020-04-16Remove AUTHORS section. This follows what is done in strstr.3Claudio Jeker
2020-04-16Replace the simple memmem() implementation with a version that is O(n)Claudio Jeker
2020-04-16Resync our strstr.c with the musl version. Removes some debug code andClaudio Jeker
2020-04-10Update ARG_MAX bytes countJeremie Courreges-Anglas
2020-03-30"eventually" came and went back in 2004.Martijn van Duren
2020-03-13Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-13typo in commentDamien Miller
2020-03-11Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-11typo; from bryan stensonJason McIntyre
2020-02-18Now that the kernel skips the two instructions immediately followingMark Kettenis
2020-02-11Some system calls can fail due to an open-ended variety of causesIngo Schwarze
2020-02-09A getlogin() function which used utmp(5) appeared in v7.Jonathan Gray
2020-02-08correct Research Unix edition "appeared in" use in HISTORYJonathan Gray
2020-02-06Instead of opting in to futexes on archs with atomics opt out on archsJonathan Gray
2020-02-05More precision regarding the openlog(3) *ident argument;Ingo Schwarze
2020-02-05Mention AUDIO_MIXER_{DEVINFO,READ,WRITE} in the "audio" sectionAlexandre Ratchov
2020-01-26Insert two nop instructions after each svc #0 instruction in userland.Mark Kettenis
2020-01-24Document `kern.allowdt' button.Martin Pieuchot
2020-01-22delete wasteful ;;Theo de Raadt
2020-01-13Document how to make getopt_long(3) process arguments in order and stopStefan Sperling
2019-12-26It is believed that an implementation of madvise was available inJonathan Gray
2019-12-21Warn that auth_call(3) users should include a "--" argument beforeJonathan Gray
2019-12-21In "4.2BSD System Manual" (/usr/doc/sysman in 4.2BSD source)Jonathan Gray
2019-12-20drand48(3) returns values in [0.0, 1.0).Theo Buehler