| Commit message (Expand) | Author | Age | Files | Lines |
* | Additional manual page updates for r234103. | jh | 2012-04-13 | 1 | -8/+12 |
* | Add missing LibUSB 1.0 API function. | hselasky | 2012-04-12 | 4 | -1/+33 |
* | Fix error messages containing the executed command name | dumbbell | 2012-04-12 | 1 | -31/+77 |
* | Support percent-encoded user and password | emaste | 2012-04-11 | 1 | -6/+45 |
* | Make the item numbers match the crypt magic number | eadler | 2012-04-11 | 1 | -0/+2 |
* | 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 |
* | Back out r233646. Although it fixed most libgeom consumers under 32-bit | jmallett | 2012-04-10 | 2 | -82/+29 |
* | - 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 |
* | - Use __NO_TLS preprocessor value to make assumptions about TLS support | stas | 2012-04-08 | 1 | -1/+1 |
* | - 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 | 12 | -103/+104 |
* | Fix a bug in remquo{,f,l}, in which the quotient didn't always have the | das | 2012-04-07 | 3 | -5/+8 |
* | - Do not use deprecated krb5 error message reporting functions in libtelnet. | stas | 2012-04-06 | 1 | -1/+0 |
* | Update to version 9.8.2, the latest from ISC, which contains numerous bug fixes. | dougb | 2012-04-05 | 7 | -68/+71 |
* | In sem_post, the field _has_waiters is no longer used, because some | davidxu | 2012-04-05 | 1 | -16/+8 |
* | umtx operation UMTX_OP_MUTEX_WAKE has a side-effect that it accesses | davidxu | 2012-04-05 | 2 | -5/+18 |
* | Eliminate two cases of unwanted strncpy(). The name is not required | delphij | 2012-04-02 | 2 | -4/+0 |
* | Export some more useful info about shared memory objects to userland | jhb | 2012-04-01 | 5 | -1/+101 |
* | mdoc: terminate quoted strings. | joel | 2012-03-30 | 1 | -53/+53 |
* | Remove unnecessary Xo/Xc. | joel | 2012-03-29 | 1 | -10/+5 |
* | mdoc: Ud takes no argument. | joel | 2012-03-29 | 1 | -1/+1 |
* | Remove superfluous paragraph macro. | joel | 2012-03-29 | 1 | -3/+0 |
* | mandoc complains loudly when <TAB>s are misused in columnated lists. Fix | joel | 2012-03-29 | 7 | -51/+51 |
* | mdoc: sort prologue macros. | joel | 2012-03-29 | 1 | -1/+1 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 56 | -135/+135 |
* | Fix 32-bit libgeom consumers run on 64-bit kernels with COMPAT_FREEBSD32. | jmallett | 2012-03-29 | 2 | -29/+82 |
* | Fix comment to specify correct struct name. | jimharris | 2012-03-28 | 1 | -2/+2 |
* | Add software PMC support. | fabient | 2012-03-28 | 26 | -26/+234 |
* | 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 |
* | Remove useless Ta macro. | joel | 2012-03-27 | 3 | -14/+14 |
* | Minor mdoc nit. | joel | 2012-03-27 | 1 | -1/+1 |
* | Handle MIPS .reginfo section as ELF_T_BYTE | gonzo | 2012-03-26 | 1 | -0/+2 |
* | mdoc: correct .Bd/.Bl arguments. | joel | 2012-03-26 | 2 | -7/+7 |
* | mdoc: sort prologue macros. | joel | 2012-03-26 | 8 | -8/+8 |
* | Register signal 33 explicitly as reserved by real-time library, and | rmh | 2012-03-26 | 2 | -7/+5 |
* | mdoc: remove unknown macro. | joel | 2012-03-26 | 2 | -2/+0 |
* | libthr: In the atfork handlers for signals, do not skip the last signal. | jilles | 2012-03-26 | 1 | -3/+3 |
* | mdoc: remove empty lines. | joel | 2012-03-26 | 2 | -2/+0 |
* | This string should be quoted. | joel | 2012-03-26 | 1 | -1/+1 |
* | mdoc: terminate quoted strings. | joel | 2012-03-26 | 3 | -23/+23 |
* | Fix date. | joel | 2012-03-26 | 1 | -1/+1 |
* | Use program exit status as pam_exec return code (optional) | dumbbell | 2012-03-26 | 2 | -38/+362 |