summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* It is believed that an implementation of madvise was available injsg2019-12-261-3/+3
* Warn that auth_call(3) users should include a "--" argument beforejsg2019-12-211-2/+7
* In "4.2BSD System Manual" (/usr/doc/sysman in 4.2BSD source)jsg2019-12-215-20/+19
* drand48(3) returns values in [0.0, 1.0).tb2019-12-201-3/+3
* The mcount.po target is special cased here since mcount.c should not betb2019-12-201-2/+3
* The file passed to realpath(3) must exists, adjust man page to newbluhm2019-12-111-3/+3
* Remove includes that are no longer neeed after tedu's simplification.millert2019-12-101-4/+1
* The msync interface first appeared in SunOS 4.0.jsg2019-12-101-3/+4
* Adjust history text.jsg2019-12-101-5/+8
* tweak previous;jmc2019-12-081-13/+13
* Make sure packet destination address matches interface address,sashan2019-12-081-2/+12
* replace links to uvm(9) to uvm_init(9); ok mpijmc2019-12-061-3/+3
* Explicitly say that *permissions can be "".schwarze2019-12-061-3/+4
* - fix some Xr; from martinjmc2019-12-053-15/+13
* Document IP6_SOIIKEY_LENkn2019-12-051-3/+6
* some minor tweaks;jmc2019-12-041-7/+5
* I accidentally smashed wrong contents into this file.deraadt2019-12-041-43/+348
* libc's authentication privsep layer performed insufficient usernamederaadt2019-12-041-1/+5
* libc's authentication privsep layer performed insufficient usernamederaadt2019-12-042-10/+39
* fwide() does not unlock if error was occurred.asou2019-12-031-2/+4
* comply with POSIX and make execve() return EACCES for directoriesnaddy2019-12-011-4/+2
* tweak previous: add missing name after .Fn, delete stray .Pp,schwarze2019-11-271-4/+2
* Document msyscall(2): ld.so can use this (once only) to tell the kernelderaadt2019-11-272-2/+76
* gcc3, like clang and unlike our gcc4, doesn't support redirecting builtinsguenther2019-11-251-6/+12
* Now that libc.so has only five PLT entries on almost all our archs,guenther2019-11-121-2/+2
* Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs,guenther2019-11-1025-161/+170
* MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage.claudio2019-11-051-8/+3
* mobileip(4) is going to the atticdlg2019-10-291-7/+2
* Mark the _Qp_{mul,div,add,sub} functions as 'protected' to eliminateguenther2019-10-271-2/+3
* Stop exporting the internal _mcount symbol as that's only referencedguenther2019-10-265-5/+0
* Allow the caller of asr functions to create and use a specific context.otto2019-10-244-10/+66
* Unexport __floatundidf.kettenis2019-10-232-3/+2
* Kill unused _wait() function.mpi2019-10-211-8/+1
* setting uid to -1 won't work with setresuid, so detect that conditiontedu2019-10-181-1/+19
* zap trailing whitespace;jmc2019-09-291-3/+3
* Xr random 4 in a better wayderaadt2019-09-281-3/+5
* 1) don't repeat the 256 / EIO commentaryderaadt2019-09-281-7/+6
* correctly handle read(2) return value.eric2019-09-281-3/+10
* Add comment line saying S is described vaguely on purpose.otto2019-09-141-2/+3
* sbrk(2) already existed in Version 4 AT&T UNIX;schwarze2019-09-081-5/+7
* more Version 1 AT&T UNIX history:schwarze2019-09-072-8/+18
* More Version 1 AT&T UNIX history.schwarze2019-09-062-18/+16
* Correct the description of EINTR and EINVAL. This looks like a mis-mergeasou2019-09-061-6/+8
* gettimeofday, settimeofday(2): limit timezone supportcheloha2019-09-041-31/+31
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-027-59/+36
* ypclnt -> yp_bind;jmc2019-08-301-3/+3
* .Dt same as filenamederaadt2019-08-301-3/+3
* there is no function called ypclnt(3), but yp_bind(3) exists...deraadt2019-08-302-24/+11
* name these manual pages by the primary function, for instance therederaadt2019-08-307-374/+69
* mop up stdarg rename; ok deraadtjmc2019-08-305-15/+15