summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Double up the necessary size of /usr/obj to 800MBpav2008-03-311-1/+1
* Remove a (bogus) remnant of debugging this on sparc64.das2008-03-311-1/+1
* Retire pkg_sign. It was used to embed signatures in gzip'ed packages.flz2008-03-3118-2590/+1
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-316-0/+40
* Regenkib2008-03-3110-12/+674
* Add the freebsd32 compatibility shims for the *at() syscalls.kib2008-03-312-7/+90
* Add the openat(), fexecve() and other *at() syscalls to the table.kib2008-03-311-1/+28
* Implement the fexecve(2) syscall.kib2008-03-312-28/+78
* Implement thekib2008-03-312-125/+482
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-3119-6/+47
* Add the support for the O_EXEC open(2) mode, as specified by thekib2008-03-312-2/+14
* Add the constant definition needed by the implementation of thekib2008-03-311-1/+27
* Add the utility function vn_commname() to retrieve the command namekib2008-03-312-0/+20
* Improve some quotes of Chinggis Khan.ganbold2008-03-311-56/+37
* - Since rev 1.142 of ffs_snapshot.c the interlock has not been requiredjeff2008-03-311-11/+4
* - Don't free snapdata structures when they are no longer in use.jeff2008-03-311-67/+109
* Include an extra byte for the trailing NUL. <sigh>kientzle2008-03-311-1/+1
* MFCs noted: BTX real mode, TCP options processing fix, hptrr 1.2.bmah2008-03-311-3/+3
* New release notes: kern.features, superpages, em(4)/igb split, malo(4),bmah2008-03-311-7/+59
* Padding more bytes than necessary one broke another variants ofyongari2008-03-312-1/+7
* Rewrite rwlock to user atomic operations to change rwlock state, thisdavidxu2008-03-313-141/+281
* Better implement I-cache invalidation. The previous implementationmarcel2008-03-304-89/+60
* Add assembly versions of remquol() and remainderl().das2008-03-306-4/+228
* Test remainderl() and remquol() as well.das2008-03-301-4/+34
* Hook remquol() and remainderl() up to the build.das2008-03-304-12/+33
* Implement remainderl() as a wrapper around remquol(). The extra workdas2008-03-302-0/+44
* Implement remquol() based on remquo().das2008-03-302-0/+183
* Add some minimal tests for csqrtl().das2008-03-301-59/+88
* Eliminate an unnecessary printf() from kmem_suballoc(). The subsequentalc2008-03-301-4/+2
* Implement csqrtl().das2008-03-306-13/+137
* Hook hypotl() and cabsl() up to the build.das2008-03-304-7/+9
* Document hypotl().das2008-03-301-12/+17
* Alias hypotl() and cabsl() for platforms where long double is the samedas2008-03-302-2/+12
* Implement cabsl() in terms of hypotl().das2008-03-301-0/+20
* Implement hypotl(). This is bde's conversion of fdlibm hypot(), with minordas2008-03-301-0/+139
* lockmgrs need to be released before to be destroyed and draining doesn'tattilio2008-03-301-0/+1
* Use fabs[f]() instead of bit fiddling for setting absolute values.bde2008-03-302-4/+4
* Use the expression fabs(x+0.0)-fabs(y+0.0) instead ofbde2008-03-302-2/+2
* Fix a missing mask in a hi+lo decomposition. Thus bug made the extrabde2008-03-301-1/+1
* Improve style a little and remove one always-true condition.rdivacky2008-03-301-3/+3
* - Consistently return EDEADLK when presented with a new set that isjeff2008-03-302-21/+42
* Don't call xdrrec_skiprecord in the non-blocking case. Ifdfr2008-03-301-1/+2
* Don't assume that there is readable data on the stream after thedfr2008-03-301-0/+6
* - Account all node stats at the shape mode.mav2008-03-301-35/+27
* Add a new function is_default_interface() which determines if thisbrooks2008-03-301-20/+48
* Use new atomic_fetchadd() primitive instead of looping atomic_cmpset().mav2008-03-301-8/+5
* - Don't allow calls to vn_lock() with no lock type requested. Callersjeff2008-03-291-14/+4
* - Use vget() to lock the vnode rather than refing without a lock andjeff2008-03-291-6/+3
* - Simplify null_hashget() and null_hashins() by using vref() ratherjeff2008-03-291-21/+4
* There is no need to erase hook->hk_node before freing hook.mav2008-03-291-3/+1
OpenPOWER on IntegriCloud