summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Document the standardization status of err* and warn*eadler2012-04-261-1/+11
* Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch,jasone2012-04-221-12/+12
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,jasone2012-04-171-9/+14
* sem_open: Make sure to fail an O_CREAT|O_EXCL open, even if that semaphorejilles2012-04-091-4/+10
* In sem_post, the field _has_waiters is no longer used, because somedavidxu2012-04-051-16/+8
* Remove trailing whitespace per mdoc lint warningeadler2012-03-293-5/+5
* mdoc: terminate quoted strings.joel2012-03-261-1/+1
* Make utmpx(3) thread safe if we support TLS.ed2012-03-232-0/+9
* Fix style. Somehow I managed to lost a space when copy&paste.pluknet2012-03-221-1/+1
* Prevent fs_file NULL pointer dereference in fixfsfile() uncovered after r1.5pluknet2012-03-221-1/+1
OpenPOWER on IntegriCloud