summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert previous change. It is an incomplete change from old branch. :-(davidxu2012-03-211-60/+39
* Use version 2 of semaphore provided by kernel umtx code, now if there isdavidxu2012-03-211-39/+60
* fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returnedjilles2012-03-181-2/+5
* fts(3): Document cases where FTS_NOCHDIR is set implicitly.jilles2012-03-181-1/+11
* - Switch ARM and MIPS to TLS Variant Igonzo2012-03-061-3/+10
* Removed excessive _seekdir() call in closedir(). This saves one lseek()ru2012-03-021-3/+1
* Belatedly add dl_iterate_phdr(3) to the list of installed manpages.kib2012-03-021-1/+1
* Finally removed the stat() and fstat() calls from the opendir() code.ru2012-03-021-24/+14
* In revision 231989, we pass a 16-bit clock ID into kernel, howeverdavidxu2012-02-252-21/+32
* libc: Eliminate some relative relocations in fmtmsg().jilles2012-02-221-7/+7
* Document the fact that getgrouplist(3) returns 0 on success.pjd2012-02-201-2/+2
* Use ANSI prototypes.delphij2012-02-181-42/+13
* Fix cross-references.kib2012-02-171-2/+2
* Document dl_iterate_phdr(3).kib2012-02-171-0/+115
* Fetch the aux vector for the static libc, and use the entries tokib2012-02-172-5/+79
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-121-3/+3
* Replace utxrm(8) by utx(8).ed2012-02-111-1/+1
* Set read buffer size to multiple of sizeof(struct futx).ed2012-02-111-7/+12
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-111-1/+15
* More accurately document what happens on error.eadler2012-02-091-3/+6
* Add API for obtaining extended machine context states that cannot bekib2012-01-213-2/+36
* Insert read memory barriers.davidxu2012-01-162-1/+2
* Remove wtmpcvt(1).ed2012-01-131-1/+0
* Revert unintentional commit of changes to getnetgrent.c.ghelmer2012-01-101-28/+13
* Add pidfile_fileno() to obtain the file descriptor for an openghelmer2012-01-101-13/+28
* Implement fdlopen(3), an rtld interface to load shared object by filekib2012-01-074-3/+47
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-033-5/+5
* Add some additional const poison after r228972. The 'mapping' array indim2011-12-301-1/+2
* libc: Eliminate some relative relocations in file flags table.jilles2011-12-291-23/+23
* libc: Eliminate some relative relocations in getusershell().jilles2011-12-271-8/+7
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-233-0/+66
* - Fix style(9) bugs in glob.ceadler2011-12-201-35/+35
* - Add restrict keyword to glob(3)eadler2011-12-202-3/+4
* Clean up includes; the prototype for getosreldate() has moved toru2011-12-141-4/+3
* Tweak the r137233 fix to r136283 -- Code was making two send() attemptsobrien2011-12-021-3/+3
* style(9) fix.theraven2011-11-261-1/+1
* Return not-implemented from pthread_once and pthread_key_create, rathertheraven2011-11-261-2/+10
* fdopendir(): Do not close the passed file descriptor on failure.jilles2011-11-221-4/+13
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-202-6/+20
* Further reduce diffs with OpenBSD's arc4random. The main functionaldas2011-11-151-33/+30
* Sync the style, comments, and variable names of arc4random.c withdas2011-11-151-39/+33
* Don't forget to kick the man page date.ed2011-10-271-1/+1
* Make our utmpx more like System V.ed2011-10-272-3/+20
OpenPOWER on IntegriCloud