summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add zyd, ural, and rum. They were missing.imp2008-04-021-0/+10
* Initialize if_baudrate using IF_Gbps() macro.gallatin2008-04-021-1/+1
* - Convert two timeout users to the new callout_reset_curcpu() api.jeff2008-04-022-4/+4
* Implement per-cpu callout threads, wheels, and locks.jeff2008-04-024-165/+271
* Add two missed chunks from the rev. 1.210, for the giant_read() andkib2008-04-021-4/+2
* - Destroy the bo mtx when the vnode is destroyed.jeff2008-04-021-0/+1
* Fix compiling problem for amd64.davidxu2008-04-021-2/+2
* Optimize pmap_pml4e() and pmap_pdpe() based upon two observations: Thealc2008-04-021-3/+1
* Er, don't restart a timeout version.davidxu2008-04-021-2/+4
* Introduce kernel based userland rwlock. Each umtx chain now has two lists,davidxu2008-04-022-46/+508
* Calling RequestSupplementAdapterInfo before RequestAdapterInfo appearsemaste2008-04-011-17/+17
* Bump __FreeBSD_version in order to reflect rw_try_rlock() andattilio2008-04-011-1/+1
* Add rw_try_rlock() and rw_try_wlock() to rwlocks.attilio2008-04-012-0/+53
* Don't try to use an SX lock while holding the vnode interlock.dfr2008-04-011-5/+10
* Add malo driver to the buildweongyo2008-04-011-0/+1
* remove warnings for 64bit aware platforms.weongyo2008-04-011-2/+2
* The MPT driver treats the "core" module with the same importance andscottl2008-03-311-4/+7
* reduce the size of the jumbo ring on i386 and disable pcpu cluster cachingkmacy2008-03-312-0/+10
* add include path required to find ah_osdep.hsam2008-03-311-1/+2
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-313-0/+8
* 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
* - 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
* Padding more bytes than necessary one broke another variants ofyongari2008-03-312-1/+7
* Better implement I-cache invalidation. The previous implementationmarcel2008-03-304-89/+60
* Eliminate an unnecessary printf() from kmem_suballoc(). The subsequentalc2008-03-301-4/+2
* lockmgrs need to be released before to be destroyed and draining doesn'tattilio2008-03-301-0/+1
* - Consistently return EDEADLK when presented with a new set that isjeff2008-03-302-21/+42
* - Account all node stats at the shape mode.mav2008-03-301-35/+27
* 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
* Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (withinmarcel2008-03-291-1/+1
* - Use vm_object_reference_locked() directly fromjeff2008-03-291-15/+2
* Eliminate an #if 0/#endif that was unintentionally introducedalc2008-03-291-2/+0
* Make ALTQ cope with disappearing interfaces (particularly common with mpdmlaier2008-03-293-2/+129
* Implement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATURES ioctls. RAIDemaste2008-03-282-0/+64
* Add a couple of missing NIC driver modules.brueffer2008-03-281-0/+6
* Add support for PC-9800 partition tables.marcel2008-03-286-0/+444
* If we're returning successfully from bus_dmamem_alloc, don't record a KTRemaste2008-03-281-1/+1
OpenPOWER on IntegriCloud