summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Correct the r242545 sync with head@242525.obrien2013-02-071-0/+4
* Updated/new Makefile.dependsjg2012-11-081-0/+1
*-------. Sync from headsjg2012-11-04134-695/+1388
|\ \ \ \ \
| * | | | | Fix errno in a couple of error cases.tuexen2012-11-031-1/+3
| * | | | | fopen(3): Mention that the "x" mode option is from C11.jilles2012-11-011-1/+5
| * | | | | fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC".jilles2012-11-011-2/+2
| * | | | | Update the kill(2) and killpg(2) man pages to the modern permissioneadler2012-10-222-16/+20
| * | | | | remove duplicate semicolons where possible.eadler2012-10-221-1/+1
| * | | | | Grammar fixes to r241781.andre2012-10-201-1/+1
| * | | | | Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -aandre2012-10-201-4/+18
| * | | | | Replace our version of the pwcache(3) API with NetBSD's implementation.brooks2012-10-194-207/+8
| * | | | | Fix my last commit. Only call strunvis after properly checking the argument isstefanf2012-10-111-5/+7
| * | | | | Decode the first two fstab fields with strunvis(3). This allows having spacesstefanf2012-10-111-0/+5
| * | | | | Apply some style. Checked with md5.stefanf2012-10-111-25/+26
| * | | | | Remove undefined behavior from sranddev() andeadler2012-10-092-4/+2
| * | | | | rpc: convert all uid and gid variables to u_int.pfg2012-10-044-7/+8
| * | | | | rpc: convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-031-3/+3
| * | | | | Optimize prev. commit for speed.ache2012-10-031-3/+7
| * | | | | rpc: convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-031-5/+5
| * | | | | libtirpc: be sure to free cl_netid and cl_tppfg2012-10-021-0/+4
| * | | | | Fix __rpc_getconfippfg2012-10-021-2/+4
| * | | | | RPC: Convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-024-11/+9
| * | | | | Using putenv() and later direct pointer contents modification it is possibeache2012-10-021-1/+3
| * | | | | clarify the wording for 'first' and 'last'eadler2012-09-301-5/+4
| * | | | | libc: Use O_CLOEXEC for various internal file descriptors.jilles2012-09-2914-16/+18
| * | | | | Slight stylification.des2012-09-281-18/+11
| * | | | | libc/fts: Use O_CLOEXEC for internal file descriptors.jilles2012-09-272-10/+14
| * | | | | Complete revert of r239963:pfg2012-09-278-41/+19
| * | | | | sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition.jilles2012-09-273-16/+3
| * | | | | Partial revert of r239963:pfg2012-09-241-4/+0
| * | | | | Remove the restrict qualifier to match function prototype.kevlo2012-09-201-1/+1
| * | | | | strsignal(): Reindent.jilles2012-09-191-21/+21
| * | | | | strsignal(): Do not append signal numbers to messages for known signals.jilles2012-09-191-1/+1
| * | | | | Correct double "the the"eadler2012-09-141-1/+1
| * | | | | According to a clarification at http://austingroupbugs.net/view.php?id=503emaste2012-09-122-4/+3
| * | | | | Avoid mapping ENOENT to ENOTDIR for non-existent path components.emaste2012-09-121-2/+0
| * | | | | Describe in detail required conditions for receiving the SCM_CREDSglebius2012-09-121-4/+18
| * | | | | Add the same warning to rand48(3) as to rand(3) and random(3).des2012-09-112-5/+10
| * | | | | libc/amd64: Do not export .cerror.jilles2012-09-0612-88/+9
| * | | | | Avoid segfault if name is invalid. Basically, onlytrhodes2012-09-061-2/+5
| * | | | | libc/i386: Do not export .cerror.jilles2012-09-0511-41/+19
| * | | | | When WIFCONTINUED was added, the number of "first" macros grew fromjhb2012-09-051-1/+1
| * | | | | Bump dates.des2012-09-042-2/+2
| * | | | | Add a prominent warning about these functions' unsuitability fordes2012-09-042-13/+17
| * | | | | Rework all non-contributed files that use `struct timezone'.ed2012-09-012-2/+2
| * | | | | Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-019-19/+45
| * | | | | Add missing .Pp macro.zeising2012-08-211-0/+1
| * | | | | Remove trailing whitespace.joel2012-08-211-1/+1
| * | | | | Add manual pages for clock_getcpuclockid and pthread_getcpuclockid.davidxu2012-08-212-1/+96
| * | | | | Fix prototype. Also the function should return error code instead ofdavidxu2012-08-211-2/+4
OpenPOWER on IntegriCloud