| Commit message (Expand) | Author | Age | Files | Lines |
* | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, | jasone | 2012-04-17 | 1 | -9/+14 |
* | sem_open: Make sure to fail an O_CREAT|O_EXCL open, even if that semaphore | jilles | 2012-04-09 | 1 | -4/+10 |
* | In sem_post, the field _has_waiters is no longer used, because some | davidxu | 2012-04-05 | 1 | -16/+8 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 3 | -5/+5 |
* | mdoc: terminate quoted strings. | joel | 2012-03-26 | 1 | -1/+1 |
* | Make utmpx(3) thread safe if we support TLS. | ed | 2012-03-23 | 2 | -0/+9 |
* | Fix style. Somehow I managed to lost a space when copy&paste. | pluknet | 2012-03-22 | 1 | -1/+1 |
* | Prevent fs_file NULL pointer dereference in fixfsfile() uncovered after r1.5 | pluknet | 2012-03-22 | 1 | -1/+1 |
* | Revert previous change. It is an incomplete change from old branch. :-( | davidxu | 2012-03-21 | 1 | -60/+39 |
* | Use version 2 of semaphore provided by kernel umtx code, now if there is | davidxu | 2012-03-21 | 1 | -39/+60 |
* | fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returned | jilles | 2012-03-18 | 1 | -2/+5 |
* | fts(3): Document cases where FTS_NOCHDIR is set implicitly. | jilles | 2012-03-18 | 1 | -1/+11 |
* | - Switch ARM and MIPS to TLS Variant I | gonzo | 2012-03-06 | 1 | -3/+10 |
* | Removed excessive _seekdir() call in closedir(). This saves one lseek() | ru | 2012-03-02 | 1 | -3/+1 |
* | Belatedly add dl_iterate_phdr(3) to the list of installed manpages. | kib | 2012-03-02 | 1 | -1/+1 |
* | Finally removed the stat() and fstat() calls from the opendir() code. | ru | 2012-03-02 | 1 | -24/+14 |
* | In revision 231989, we pass a 16-bit clock ID into kernel, however | davidxu | 2012-02-25 | 2 | -21/+32 |
* | libc: Eliminate some relative relocations in fmtmsg(). | jilles | 2012-02-22 | 1 | -7/+7 |
* | Document the fact that getgrouplist(3) returns 0 on success. | pjd | 2012-02-20 | 1 | -2/+2 |
* | Use ANSI prototypes. | delphij | 2012-02-18 | 1 | -42/+13 |
* | Fix cross-references. | kib | 2012-02-17 | 1 | -2/+2 |
* | Document dl_iterate_phdr(3). | kib | 2012-02-17 | 1 | -0/+115 |
* | Fetch the aux vector for the static libc, and use the entries to | kib | 2012-02-17 | 2 | -5/+79 |
* | Globally replace u_int*_t from (non-contributed) man pages. | ed | 2012-02-12 | 1 | -3/+3 |
* | Replace utxrm(8) by utx(8). | ed | 2012-02-11 | 1 | -1/+1 |
* | Set read buffer size to multiple of sizeof(struct futx). | ed | 2012-02-11 | 1 | -7/+12 |
* | Introduce a new NET_RT_IFLISTL API to query the address list. It works | bz | 2012-02-11 | 1 | -1/+15 |
* | More accurately document what happens on error. | eadler | 2012-02-09 | 1 | -3/+6 |
* | Add API for obtaining extended machine context states that cannot be | kib | 2012-01-21 | 3 | -2/+36 |
* | Insert read memory barriers. | davidxu | 2012-01-16 | 2 | -1/+2 |
* | Remove wtmpcvt(1). | ed | 2012-01-13 | 1 | -1/+0 |
* | Revert unintentional commit of changes to getnetgrent.c. | ghelmer | 2012-01-10 | 1 | -28/+13 |
* | Add pidfile_fileno() to obtain the file descriptor for an open | ghelmer | 2012-01-10 | 1 | -13/+28 |
* | Implement fdlopen(3), an rtld interface to load shared object by file | kib | 2012-01-07 | 4 | -3/+47 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 3 | -5/+5 |
* | Add some additional const poison after r228972. The 'mapping' array in | dim | 2011-12-30 | 1 | -1/+2 |
* | libc: Eliminate some relative relocations in file flags table. | jilles | 2011-12-29 | 1 | -23/+23 |
* | libc: Eliminate some relative relocations in getusershell(). | jilles | 2011-12-27 | 1 | -8/+7 |
* | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06] | cperciva | 2011-12-23 | 3 | -0/+66 |
* | - Fix style(9) bugs in glob.c | eadler | 2011-12-20 | 1 | -35/+35 |
* | - Add restrict keyword to glob(3) | eadler | 2011-12-20 | 2 | -3/+4 |
* | Clean up includes; the prototype for getosreldate() has moved to | ru | 2011-12-14 | 1 | -4/+3 |
* | Tweak the r137233 fix to r136283 -- Code was making two send() attempts | obrien | 2011-12-02 | 1 | -3/+3 |
* | style(9) fix. | theraven | 2011-11-26 | 1 | -1/+1 |
* | Return not-implemented from pthread_once and pthread_key_create, rather | theraven | 2011-11-26 | 1 | -2/+10 |
* | fdopendir(): Do not close the passed file descriptor on failure. | jilles | 2011-11-22 | 1 | -4/+13 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 2 | -6/+20 |
* | Further reduce diffs with OpenBSD's arc4random. The main functional | das | 2011-11-15 | 1 | -33/+30 |
* | Sync the style, comments, and variable names of arc4random.c with | das | 2011-11-15 | 1 | -39/+33 |
* | Don't forget to kick the man page date. | ed | 2011-10-27 | 1 | -1/+1 |