summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2019-08-30mop up for inet_net rename; ok deraadtJason McIntyre
2019-08-30adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actualTheo de Raadt
2019-08-30Move 4 manual pages from not-a-function filenames to a correct filename,Theo de Raadt
2019-08-30there is no function called uuid(3), so this should be installed asTheo de Raadt
2019-08-21sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha
2019-08-21 Remove support for semantically opace interface identifiers (RFC 7217)Florian Obser
2019-08-11Document ip.arpq and remove ip, ip6 and mpls ifq.denis
2019-08-11No specific called "exec(3)", so move primary manpage to a name whichTheo de Raadt
2019-07-29correct mispellings of EACCES; from Kris KatterjohnTheo de Raadt
2019-07-26Replace cross-references to sigvec(3) with sigaction(2).Todd C. Miller
2019-07-25Basic macro cleanup, mostly .Nm -> .Fn because .Nm is not a thingIngo Schwarze
2019-07-25basic macro cleanupIngo Schwarze
2019-07-25Show unveil(2) violators in lastcomm(1) output and daily mail.Alexander Bluhm
2019-07-23Fix comment typo; from OpenSSH PortableDarren Tucker
2019-07-22implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocolRobert Nagy
2019-07-19Update POSIX reference to the 2008 version and correct the list ofIngo Schwarze
2019-07-18obvious bugfix: if the queue is removed while message transmission isIngo Schwarze
2019-07-18add STANDARDS, improve HISTORY, and basic macro cleanup:Ingo Schwarze
2019-07-18State that mtype < 1 causes EINVAL as required by POSIXIngo Schwarze
2019-07-14Unlike gas, clang's assembler complains about duplicate symbol assignments.Philip Guenther
2019-07-08fix typo: RCF -> RFCTheo Buehler
2019-07-08Get rid of an old convention of wrapping preprocessor constants in curlyanton
2019-07-05improve verb-tense for explaining the calling convention of __Theo de Raadt
2019-07-05The last consumer of pre-posix realpath behaviour has stoppedTheo de Raadt
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt