summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2019-12-20The mcount.po target is special cased here since mcount.c should not beTheo Buehler
2019-12-11The file passed to realpath(3) must exists, adjust man page to newAlexander Bluhm
2019-12-10Remove includes that are no longer neeed after tedu's simplification.Todd C. Miller
2019-12-10The msync interface first appeared in SunOS 4.0.Jonathan Gray
2019-12-10Adjust history text.Jonathan Gray
2019-12-08tweak previous;Jason McIntyre
2019-12-08Make sure packet destination address matches interface address,Alexandr Nedvedicky
2019-12-06replace links to uvm(9) to uvm_init(9); ok mpiJason McIntyre
2019-12-06Explicitly say that *permissions can be "".Ingo Schwarze
2019-12-05- fix some Xr; from martinJason McIntyre
2019-12-05Document IP6_SOIIKEY_LENkn