summaryrefslogtreecommitdiffstats
path: root/lib/libc
AgeCommit message (Expand)AuthorFilesLines
2020-06-22spelling fix;jmc1-2/+2
2020-06-22Extend kqueue interface with EVFILT_EXCEPT filter.mpi1-2/+9
2020-06-07In the libc resolver function asr_run(), clear the result buffer everytime,deraadt1-1/+3
2020-05-31Fix printing long doubles on architectures with hm and lm bits.mortimer1-11/+13
2020-05-31Remove an outdated BUGS section.visa1-6/+2
2020-05-27This patch fixes one bug and one instance of undesirable behaviour.schwarze1-9/+1
2020-05-17Fix forgotten references to removed mixer.4 manualratchov1-4/+2
2020-04-30drop duplicate word;schwarze1-3/+3
2020-04-26Minimal maintenance to make this mess slightly less confusing:schwarze1-10/+10
2020-04-26fix the description; from andras farkasjmc1-5/+4
2020-04-25A comma is not appropriate here, use a semicolonjca1-2/+2
2020-04-25Discourage use of RES_USE_INET6jca1-1/+5
2020-04-25Fix RES_USE_INET6 descriptionjca1-7/+9
2020-04-25Clairify the point at which unveil first makes restricitons on thebeck1-9/+4
2020-04-24Remove the deprecation notice for timegm().schwarze1-4/+57
2020-04-21move mixerctl and audioctl man pages to section 8, as these workderaadt1-3/+3
2020-04-21Prevent infinite for loop since i went from ssize_t to size_t. Patch fromdtucker1-3/+3
2020-04-16Remove AUTHORS section. This follows what is done in strstr.3claudio1-4/+2
2020-04-16Replace the simple memmem() implementation with a version that is O(n)claudio1-47/+167
2020-04-16Resync our strstr.c with the musl version. Removes some debug code andclaudio1-11/+3
2020-04-10Update ARG_MAX bytes countjca1-3/+3
2020-03-30"eventually" came and went back in 2004.martijn1-3/+1
2020-03-13Anthony Steinhauser reports that 32-bit arm cpus have the same speculationderaadt1-3/+3
2020-03-13typo in commentdjm1-2/+2
2020-03-11Anthony Steinhauser reports that 32-bit arm cpus have the same speculationderaadt1-3/+5
2020-03-11typo; from bryan stensonjmc1-3/+3
2020-02-18Now that the kernel skips the two instructions immediately followingkettenis1-3/+3
2020-02-11Some system calls can fail due to an open-ended variety of causesschwarze3-10/+10
2020-02-09A getlogin() function which used utmp(5) appeared in v7.jsg1-4/+12
2020-02-08correct Research Unix edition "appeared in" use in HISTORYjsg5-15/+15
2020-02-06Instead of opting in to futexes on archs with atomics opt out on archsjsg1-8/+5
2020-02-05More precision regarding the openlog(3) *ident argument;schwarze1-21/+61
2020-02-05Mention AUDIO_MIXER_{DEVINFO,READ,WRITE} in the "audio" sectionratchov1-3/+6
2020-01-26Insert two nop instructions after each svc #0 instruction in userland.kettenis1-2/+4
2020-01-24Document `kern.allowdt' button.mpi1-2/+10
2020-01-22delete wasteful ;;deraadt1-2/+2
2020-01-13Document how to make getopt_long(3) process arguments in order and stopstsp1-2/+18
2019-12-26It is believed that an implementation of madvise was available injsg1-3/+3
2019-12-21Warn that auth_call(3) users should include a "--" argument beforejsg1-2/+7
2019-12-21In "4.2BSD System Manual" (/usr/doc/sysman in 4.2BSD source)jsg5-20/+19
2019-12-20drand48(3) returns values in [0.0, 1.0).tb1-3/+3
2019-12-20The mcount.po target is special cased here since mcount.c should not betb1-2/+3
2019-12-11The file passed to realpath(3) must exists, adjust man page to newbluhm1-3/+3
2019-12-10Remove includes that are no longer neeed after tedu's simplification.millert1-4/+1
2019-12-10The msync interface first appeared in SunOS 4.0.jsg1-3/+4
2019-12-10Adjust history text.jsg1-5/+8
2019-12-08tweak previous;jmc1-13/+13
2019-12-08Make sure packet destination address matches interface address,sashan1-2/+12
2019-12-06replace links to uvm(9) to uvm_init(9); ok mpijmc1-3/+3
2019-12-06Explicitly say that *permissions can be "".schwarze1-3/+4