summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mop up resolver.3 rename; ok deraadtjmc2019-08-305-15/+15
* mop up for inet_net rename; ok deraadtjmc2019-08-303-9/+9
* adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actualderaadt2019-08-301-3/+3
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-306-16/+16
* there is no function called uuid(3), so this should be installed asderaadt2019-08-302-4/+4
* sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha2019-08-211-1/+18
* Remove support for semantically opace interface identifiers (RFC 7217)florian2019-08-211-3/+3
* Document ip.arpq and remove ip, ip6 and mpls ifq.denis2019-08-111-45/+27
* No specific called "exec(3)", so move primary manpage to a name whichderaadt2019-08-116-24/+20
* correct mispellings of EACCES; from Kris Katterjohnderaadt2019-07-293-9/+9
* Replace cross-references to sigvec(3) with sigaction(2).millert2019-07-261-5/+3
* Basic macro cleanup, mostly .Nm -> .Fn because .Nm is not a thingschwarze2019-07-251-11/+13
* basic macro cleanupschwarze2019-07-251-41/+41
* Show unveil(2) violators in lastcomm(1) output and daily mail.bluhm2019-07-251-2/+8
* Fix comment typo; from OpenSSH Portabledtucker2019-07-231-2/+2
* implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocolrobert2019-07-221-3/+15
* Update POSIX reference to the 2008 version and correct the list ofschwarze2019-07-191-6/+11
* obvious bugfix: if the queue is removed while message transmission isschwarze2019-07-182-4/+4
* add STANDARDS, improve HISTORY, and basic macro cleanup:schwarze2019-07-183-54/+75