| Commit message (Expand) | Author | Age | Files | Lines |
* | Double up the necessary size of /usr/obj to 800MB | pav | 2008-03-31 | 1 | -1/+1 |
* | Remove a (bogus) remnant of debugging this on sparc64. | das | 2008-03-31 | 1 | -1/+1 |
* | Retire pkg_sign. It was used to embed signatures in gzip'ed packages. | flz | 2008-03-31 | 18 | -2590/+1 |
* | Add the libc glue and headers definitions for the *at() syscalls. | kib | 2008-03-31 | 6 | -0/+40 |
* | Regen | kib | 2008-03-31 | 10 | -12/+674 |
* | Add the freebsd32 compatibility shims for the *at() syscalls. | kib | 2008-03-31 | 2 | -7/+90 |
* | Add the openat(), fexecve() and other *at() syscalls to the table. | kib | 2008-03-31 | 1 | -1/+28 |
* | Implement the fexecve(2) syscall. | kib | 2008-03-31 | 2 | -28/+78 |
* | Implement the | kib | 2008-03-31 | 2 | -125/+482 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 19 | -6/+47 |
* | Add the support for the O_EXEC open(2) mode, as specified by the | kib | 2008-03-31 | 2 | -2/+14 |
* | Add the constant definition needed by the implementation of the | kib | 2008-03-31 | 1 | -1/+27 |
* | Add the utility function vn_commname() to retrieve the command name | kib | 2008-03-31 | 2 | -0/+20 |
* | Improve some quotes of Chinggis Khan. | ganbold | 2008-03-31 | 1 | -56/+37 |
* | - Since rev 1.142 of ffs_snapshot.c the interlock has not been required | jeff | 2008-03-31 | 1 | -11/+4 |
* | - Don't free snapdata structures when they are no longer in use. | jeff | 2008-03-31 | 1 | -67/+109 |
* | Include an extra byte for the trailing NUL. <sigh> | kientzle | 2008-03-31 | 1 | -1/+1 |
* | MFCs noted: BTX real mode, TCP options processing fix, hptrr 1.2. | bmah | 2008-03-31 | 1 | -3/+3 |
* | New release notes: kern.features, superpages, em(4)/igb split, malo(4), | bmah | 2008-03-31 | 1 | -7/+59 |
* | Padding more bytes than necessary one broke another variants of | yongari | 2008-03-31 | 2 | -1/+7 |
* | Rewrite rwlock to user atomic operations to change rwlock state, this | davidxu | 2008-03-31 | 3 | -141/+281 |
* | Better implement I-cache invalidation. The previous implementation | marcel | 2008-03-30 | 4 | -89/+60 |
* | Add assembly versions of remquol() and remainderl(). | das | 2008-03-30 | 6 | -4/+228 |
* | Test remainderl() and remquol() as well. | das | 2008-03-30 | 1 | -4/+34 |
* | Hook remquol() and remainderl() up to the build. | das | 2008-03-30 | 4 | -12/+33 |
* | Implement remainderl() as a wrapper around remquol(). The extra work | das | 2008-03-30 | 2 | -0/+44 |
* | Implement remquol() based on remquo(). | das | 2008-03-30 | 2 | -0/+183 |
* | Add some minimal tests for csqrtl(). | das | 2008-03-30 | 1 | -59/+88 |
* | Eliminate an unnecessary printf() from kmem_suballoc(). The subsequent | alc | 2008-03-30 | 1 | -4/+2 |
* | Implement csqrtl(). | das | 2008-03-30 | 6 | -13/+137 |
* | Hook hypotl() and cabsl() up to the build. | das | 2008-03-30 | 4 | -7/+9 |
* | Document hypotl(). | das | 2008-03-30 | 1 | -12/+17 |
* | Alias hypotl() and cabsl() for platforms where long double is the same | das | 2008-03-30 | 2 | -2/+12 |
* | Implement cabsl() in terms of hypotl(). | das | 2008-03-30 | 1 | -0/+20 |
* | Implement hypotl(). This is bde's conversion of fdlibm hypot(), with minor | das | 2008-03-30 | 1 | -0/+139 |
* | lockmgrs need to be released before to be destroyed and draining doesn't | attilio | 2008-03-30 | 1 | -0/+1 |
* | Use fabs[f]() instead of bit fiddling for setting absolute values. | bde | 2008-03-30 | 2 | -4/+4 |
* | Use the expression fabs(x+0.0)-fabs(y+0.0) instead of | bde | 2008-03-30 | 2 | -2/+2 |
* | Fix a missing mask in a hi+lo decomposition. Thus bug made the extra | bde | 2008-03-30 | 1 | -1/+1 |
* | Improve style a little and remove one always-true condition. | rdivacky | 2008-03-30 | 1 | -3/+3 |
* | - Consistently return EDEADLK when presented with a new set that is | jeff | 2008-03-30 | 2 | -21/+42 |
* | Don't call xdrrec_skiprecord in the non-blocking case. If | dfr | 2008-03-30 | 1 | -1/+2 |
* | Don't assume that there is readable data on the stream after the | dfr | 2008-03-30 | 1 | -0/+6 |
* | - Account all node stats at the shape mode. | mav | 2008-03-30 | 1 | -35/+27 |
* | Add a new function is_default_interface() which determines if this | brooks | 2008-03-30 | 1 | -20/+48 |
* | Use new atomic_fetchadd() primitive instead of looping atomic_cmpset(). | mav | 2008-03-30 | 1 | -8/+5 |
* | - Don't allow calls to vn_lock() with no lock type requested. Callers | jeff | 2008-03-29 | 1 | -14/+4 |
* | - Use vget() to lock the vnode rather than refing without a lock and | jeff | 2008-03-29 | 1 | -6/+3 |
* | - Simplify null_hashget() and null_hashins() by using vref() rather | jeff | 2008-03-29 | 1 | -21/+4 |
* | There is no need to erase hook->hk_node before freing hook. | mav | 2008-03-29 | 1 | -3/+1 |