summaryrefslogtreecommitdiffstats
path: root/lib/libc
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-05- fix some Xr; from martinjmc3-15/+13
2019-12-05Document IP6_SOIIKEY_LENkn1-3/+6
2019-12-04some minor tweaks;jmc1-7/+5
2019-12-04I accidentally smashed wrong contents into this file.deraadt1-43/+348
2019-12-04libc's authentication privsep layer performed insufficient usernamederaadt1-1/+5
2019-12-04libc's authentication privsep layer performed insufficient usernamederaadt2-10/+39
2019-12-03fwide() does not unlock if error was occurred.asou1-2/+4
2019-12-01comply with POSIX and make execve() return EACCES for directoriesnaddy1-4/+2
2019-11-27tweak previous: add missing name after .Fn, delete stray .Pp,schwarze1-4/+2
2019-11-27Document msyscall(2): ld.so can use this (once only) to tell the kernelderaadt2-2/+76
2019-11-25gcc3, like clang and unlike our gcc4, doesn't support redirecting builtinsguenther1-6/+12
2019-11-12Now that libc.so has only five PLT entries on almost all our archs,guenther1-2/+2
2019-11-10Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs,guenther25-161/+170
2019-11-05MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage.claudio1-8/+3
2019-10-29mobileip(4) is going to the atticdlg1-7/+2
2019-10-27Mark the _Qp_{mul,div,add,sub} functions as 'protected' to eliminateguenther1-2/+3
2019-10-26Stop exporting the internal _mcount symbol as that's only referencedguenther5-5/+0
2019-10-24Allow the caller of asr functions to create and use a specific context.otto4-10/+66
2019-10-23Unexport __floatundidf.kettenis2-3/+2
2019-10-21Kill unused _wait() function.mpi1-8/+1
2019-10-18setting uid to -1 won't work with setresuid, so detect that conditiontedu1-1/+19
2019-09-29zap trailing whitespace;jmc1-3/+3
2019-09-28Xr random 4 in a better wayderaadt1-3/+5
2019-09-281) don't repeat the 256 / EIO commentaryderaadt1-7/+6
2019-09-28correctly handle read(2) return value.eric1-3/+10
2019-09-14Add comment line saying S is described vaguely on purpose.otto1-2/+3
2019-09-08sbrk(2) already existed in Version 4 AT&T UNIX;schwarze1-5/+7
2019-09-07more Version 1 AT&T UNIX history:schwarze2-8/+18
2019-09-06More Version 1 AT&T UNIX history.schwarze2-18/+16
2019-09-06Correct the description of EINTR and EINVAL. This looks like a mis-mergeasou1-6/+8
2019-09-04gettimeofday, settimeofday(2): limit timezone supportcheloha1-31/+31
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt7-59/+36
2019-08-30ypclnt -> yp_bind;jmc1-3/+3
2019-08-30.Dt same as filenamederaadt1-3/+3
2019-08-30there is no function called ypclnt(3), but yp_bind(3) exists...deraadt2-24/+11
2019-08-30name these manual pages by the primary function, for instance therederaadt7-374/+69
2019-08-30mop up stdarg rename; ok deraadtjmc5-15/+15