summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2019-12-04some minor tweaks;Jason McIntyre
2019-12-04I accidentally smashed wrong contents into this file.Theo de Raadt
2019-12-04libc's authentication privsep layer performed insufficient usernameTheo de Raadt
2019-12-04libc's authentication privsep layer performed insufficient usernameTheo de Raadt
2019-12-03fwide() does not unlock if error was occurred.asou
2019-12-01comply with POSIX and make execve() return EACCES for directoriesChristian Weisgerber
2019-11-27tweak previous: add missing name after .Fn, delete stray .Pp,Ingo Schwarze
2019-11-27Document msyscall(2): ld.so can use this (once only) to tell the kernelTheo de Raadt
2019-11-25gcc3, like clang and unlike our gcc4, doesn't support redirecting builtinsPhilip Guenther
2019-11-12Now that libc.so has only five PLT entries on almost all our archs,Philip Guenther
2019-11-10Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs,Philip Guenther
2019-11-05MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage.Claudio Jeker
2019-10-29mobileip(4) is going to the atticDavid Gwynne
2019-10-27Mark the _Qp_{mul,div,add,sub} functions as 'protected' to eliminatePhilip Guenther
2019-10-26Stop exporting the internal _mcount symbol as that's only referencedPhilip Guenther
2019-10-24Allow the caller of asr functions to create and use a specific context.Otto Moerbeek
2019-10-23Unexport __floatundidf.Mark Kettenis
2019-10-21Kill unused _wait() function.Martin Pieuchot
2019-10-18setting uid to -1 won't work with setresuid, so detect that conditionTed Unangst
2019-09-29zap trailing whitespace;Jason McIntyre