summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2019-09-28Xr random 4 in a better wayTheo de Raadt
2019-09-281) don't repeat the 256 / EIO commentaryTheo de Raadt
2019-09-28correctly handle read(2) return value.Eric Faurot
2019-09-14Add comment line saying S is described vaguely on purpose.Otto Moerbeek
2019-09-08sbrk(2) already existed in Version 4 AT&T UNIX;Ingo Schwarze
2019-09-07more Version 1 AT&T UNIX history:Ingo Schwarze
2019-09-06More Version 1 AT&T UNIX history.Ingo Schwarze
2019-09-06Correct the description of EINTR and EINVAL. This looks like a mis-mergeasou
2019-09-04gettimeofday, settimeofday(2): limit timezone supportcheloha
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-08-30ypclnt -> yp_bind;Jason McIntyre
2019-08-30.Dt same as filenameTheo de Raadt
2019-08-30there is no function called ypclnt(3), but yp_bind(3) exists...Theo de Raadt
2019-08-30name these manual pages by the primary function, for instance thereTheo de Raadt
2019-08-30mop up stdarg rename; ok deraadtJason McIntyre
2019-08-30mop up resolver.3 rename; ok deraadtJason McIntyre