| Commit message (Expand) | Author | Age | Files | Lines |
* | - Use quote when tab is used; | delphij | 2012-04-22 | 1 | -2/+3 |
* | As noted by Peter Jeremy, r234528 only partially fixed the infinite | das | 2012-04-21 | 1 | -1/+1 |
* | If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1 | das | 2012-04-21 | 5 | -6/+29 |
* | - Fix the claim that the output is always null-terminated. This isn't | das | 2012-04-21 | 1 | -17/+29 |
* | Ensure that the {,v}swprintf functions always null-terminate the | das | 2012-04-21 | 1 | -0/+3 |
* | Fix a bug introduced in r187302 that was causing fputws() to enter an | das | 2012-04-21 | 1 | -1/+1 |
* | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, | jasone | 2012-04-17 | 13 | -8250/+182 |
* | Replace the C implementation of __aeabi_read_tp with an assembly version. | andrew | 2012-04-16 | 2 | -14/+9 |
* | When searching for uninitialized memory usage add ensure that the entire | eadler | 2012-04-15 | 1 | -0/+3 |
* | Additional manual page updates for r234103. | jh | 2012-04-13 | 1 | -8/+12 |
* | Return EBADF instead of EMFILE from dup2 when the second argument is | eadler | 2012-04-11 | 2 | -7/+12 |
* | Do not restore the register holding the TLS pointer when doing various | nwhitehorn | 2012-04-11 | 6 | -6/+0 |
* | - Return EPERM from ufs_setattr() when an user without PRIV_VFS_SYSFLAGS | jh | 2012-04-10 | 1 | -3/+2 |
* | sem_open: Make sure to fail an O_CREAT|O_EXCL open, even if that semaphore | jilles | 2012-04-09 | 1 | -4/+10 |
* | Unlike other functions __aeabi_read_tp function must preserve r1-r3. The | andrew | 2012-04-08 | 1 | -2/+5 |
* | - Revert part of r234005, which I did not intend to commit. | stas | 2012-04-07 | 1 | -1/+1 |
* | - Add kernel config file for QEMU-emulated gumstix board. | stas | 2012-04-07 | 1 | -1/+1 |
* | Properly resolve the _ctx_start function descriptor (the symbol _ctx_start | nwhitehorn | 2012-04-07 | 1 | -1/+1 |
* | mdoc: fix function type. | joel | 2012-04-07 | 1 | -1/+1 |
* | mdoc: fix column names, indentation, column separation within each row, and | joel | 2012-04-07 | 11 | -96/+97 |
* | In sem_post, the field _has_waiters is no longer used, because some | davidxu | 2012-04-05 | 1 | -16/+8 |
* | Eliminate two cases of unwanted strncpy(). The name is not required | delphij | 2012-04-02 | 2 | -4/+0 |
* | Remove unnecessary Xo/Xc. | joel | 2012-03-29 | 1 | -10/+5 |
* | mdoc: Ud takes no argument. | joel | 2012-03-29 | 1 | -1/+1 |
* | mandoc complains loudly when <TAB>s are misused in columnated lists. Fix | joel | 2012-03-29 | 6 | -50/+50 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 39 | -112/+112 |
* | Fix comment to specify correct struct name. | jimharris | 2012-03-28 | 1 | -2/+2 |
* | Fix Fo arguments. | joel | 2012-03-28 | 1 | -1/+1 |
* | mdoc: add missing El macro. | joel | 2012-03-27 | 1 | -0/+2 |
* | Minor indentation and paragraph nits. | joel | 2012-03-27 | 1 | -4/+4 |
* | Minor mdoc nit. | joel | 2012-03-27 | 1 | -1/+1 |
* | mdoc: correct .Bd/.Bl arguments. | joel | 2012-03-26 | 2 | -7/+7 |
* | mdoc: sort prologue macros. | joel | 2012-03-26 | 3 | -3/+3 |
* | mdoc: remove unknown macro. | joel | 2012-03-26 | 2 | -2/+0 |
* | mdoc: remove empty lines. | joel | 2012-03-26 | 2 | -2/+0 |
* | mdoc: terminate quoted strings. | joel | 2012-03-26 | 1 | -1/+1 |
* | Fix date. | joel | 2012-03-26 | 1 | -1/+1 |
* | mdoc: document title should be all caps. | joel | 2012-03-25 | 1 | -1/+1 |
* | Make sure sections are sorted into conventional order. | joel | 2012-03-25 | 3 | -29/+29 |
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 20 | -20/+0 |
* | 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 |
* | Make __get_locale() static inline, not just inline, so when compiling libc in | theraven | 2012-03-19 | 1 | -1/+1 |
* | Remove trailing whitespace. | bjk | 2012-03-19 | 1 | -2/+2 |
* | Expound a bit more about the system maximum number of FIBs, | bjk | 2012-03-19 | 1 | -2/+20 |
* | draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007 | eadler | 2012-03-19 | 1 | -1/+1 |
* | fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returned | jilles | 2012-03-18 | 1 | -2/+5 |