summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* mandoc fixes.joel2012-06-161-14/+5
* Make sure that fstab fd is not leaked on exec.kib2012-06-141-1/+11
* mdoc: minor Bl improvements.joel2012-06-021-1/+1
* Style(9) improvements: remove unnecessary parenthesis, improve orderghelmer2012-06-011-50/+52
* Add checks for memory allocation failures in appropriate places, andghelmer2012-05-211-12/+27
* Apply style(9) to return and switch/case statements.ghelmer2012-05-211-19/+22
* Put my name as copyright owner of lib/libc/gen/dirfd.c added in r235647.gleb2012-05-191-7/+4
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-1913-7/+127
* Use the .Bx macro instead of BSDeadler2012-04-261-1/+3
OpenPOWER on IntegriCloud