summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
...
* Update to the latest (un)vis(3) sources from NetBSD. This addsbrooks2013-03-142-2/+18
* Link getcontextx(3) to getcontext(3).pluknet2013-03-131-0/+1
* Add the getcontextx prototype to SYNOPSIS.pluknet2013-03-131-1/+3
* Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2)pjd2013-03-023-0/+122
* libc/opendir: Improve behaviour of union uniquifier:jilles2013-02-241-25/+26
* Make more code be protected by internal mutex, and now it is fork-safe, indavidxu2013-02-171-2/+2
* Put one file per line so it is easier to read diffs against those files.pjd2013-02-161-125/+418
* Simplify code by using flag O_EXLOCK.davidxu2013-02-161-9/+3
* fts: Use O_DIRECTORY when opening name that might be changed by attacker.jilles2013-02-101-1/+2
* Add contrib/libc-vis to the include path so we reliably pick up the rightbrooks2013-01-111-0/+1
* In r244401 I accidently moved strunvis and strunvisx from version 1.0 tobrooks2013-01-111-2/+2
* - Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to storedelphij2012-12-211-8/+4
* Replace our implementation of the vis(3) and unvis(3) APIs withbrooks2012-12-187-1007/+65
* Eliminate redundant variable.pjd2012-12-121-6/+3
* libc: Make various internal file descriptors close-on-exec.jilles2012-12-107-12/+12
* libc: Use the new 'e' fopen() mode option to simplify fstab.c.jilles2012-12-041-11/+1
* Protect against DoS attacks, such as being described in CVE-2010-2632.marcel2012-12-011-22/+79
* In globextend(), take advantage of the fact that realloc(NULL, size) ismarcel2012-12-011-3/+2
* In globextend() when the pathv vector cannot be (re-)allocated, don'tmarcel2012-12-011-6/+1
* mdoc: Use the Ev macro for environmental variables.joel2012-11-161-3/+3
* Complete man page.grog2012-11-161-11/+27
* Implement the waitid() SUSv4 function using wait6() system call.kib2012-11-133-1/+67
* Add an explanatory comment to lib/libc/gen/isnan.c about the fix to makedim2012-11-111-0/+5
* Only define isnan, isnanf, __isnan and __isnanf in libc.so, not indim2012-11-101-0/+2
* 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
* libc: Use O_CLOEXEC for various internal file descriptors.jilles2012-09-299-11/+13
* libc/fts: Use O_CLOEXEC for internal file descriptors.jilles2012-09-272-10/+14
* Add the same warning to rand48(3) as to rand(3) and random(3).des2012-09-111-4/+10
* Avoid segfault if name is invalid. Basically, onlytrhodes2012-09-061-2/+5
* 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
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-174-5/+41
* Rename aux.c to auxv.c.ed2012-08-112-1/+1
* nftw(): POSIX says directories causing loops should be silently skipped.jilles2012-08-091-3/+2
* Refresh with OpenBSD RCS ID changes to reflect that we now have essentionallydelphij2012-08-091-7/+1
* ftw(): Do not check the maxfds argument against OPEN_MAX.jilles2012-08-091-2/+1
* nftw(): Do not check the maxfds argument against OPEN_MAX.jilles2012-08-091-2/+1
* Use calloc().delphij2012-08-011-2/+1
* Document the behavior (from 4.4-lite) that tokens returned by telldir() arebrooks2012-07-051-2/+15
* Prefer sysctl to open/read/close for obtaining random data.pjd2012-07-041-5/+35
* Optimize the handling of SC_NPROCESSORS_CONF, by using auxv AT_NCPUkib2012-06-271-0/+4
* Remove the assert added in r237286eadler2012-06-241-2/+0
* Use struct vdso_timehands data to implement fast gettimeofday(2) andkib2012-06-221-0/+15
* Don't close an uninitialized descriptor. [1]eadler2012-06-201-2/+6
* More style.kib2012-06-161-19/+14
* Revert part of the r235740 which changed separate allocation of thekib2012-06-161-2/+7
OpenPOWER on IntegriCloud