]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add 'zfs' as an alias for the FreeBSD ZFS UUID.
[FreeBSD/FreeBSD.git] / sys /
2008-04-07 Pawel Jakub DawidekCorrect function name in panic().
2008-04-07 Attilio Rao- Use a different encoding for lockmgr options: make...
2008-04-07 Rui PauloActually, I was looking at the wrong Linux .c file...
2008-04-07 Robert WatsonAdd further TCP inpcb locking assertions to some TCP...
2008-04-07 Rui Paulo* Add missing #else in the #ifdef DEBUG section.
2008-04-07 Rui Paulo"Prettyfy" numbers in hexadecimal. No functional change.
2008-04-07 Rui PauloRemove isa_if.h.
2008-04-07 Rui PauloThe SMC is represented on the acpi tables, so we can...
2008-04-07 Rui PauloAdd opt_intr_filter.h.
2008-04-07 Alan CoxUpdate pmap_page_wired_mappings() so that it counts...
2008-04-07 Robert WatsonMaintain and observe a ZBUF_FLAG_IMMUTABLE flag on...
2008-04-07 Robert WatsonCoerce if_loop.c in the general direction of style(9):
2008-04-07 Don Lewisvfs_syscalls.c 1.452 mistakenly swapped the behavior...
2008-04-06 Robert WatsonIn in_pcbnotifyall() and in6_pcbnotify(), use LIST_FORE...
2008-04-06 Attilio RaoBump __FreeBSD_version in order to reflect lockmgr_rw...
2008-04-06 Attilio RaoOptimize lockmgr in order to get rid of the pool mutex...
2008-04-06 Alan CoxIntroduce vm_reserv_reclaim_contig(). This function...
2008-04-06 Alexander MotinRewrite node's r/w/q-lock semantics using only atomics...
2008-04-06 Jeff Roberson - Correct a major error introduced in the per-cpu...
2008-04-05 Olivier HouchardRemove bus_space_generic.c from the per-plarform files...
2008-04-05 Olivier HouchardAdd bus_space_generic.c for the i81342 as well.
2008-04-05 John BaldwinMove INTR_FILTER from opt_global.h to its own header.
2008-04-05 John BaldwinAdd a MI intr_event_handle() routine for the non-INTR_F...
2008-04-05 John BaldwinDuring attach on some de(4) adapters the driver sends...
2008-04-05 Takanori WatanabeGPE lock may recurse on resume path.
2008-04-05 Alan CoxEliminate an unnecessary test from vm_phys_unfree_page().
2008-04-05 Pyun YongHyeonAdd support for IC Plus IP1001 PHY.
2008-04-04 Warner LoshIf you build a compiler with TARGET_BIG_ENDIAN, and...
2008-04-04 Alan CoxUpdate a comment to vm_map_pmap_enter().
2008-04-04 Alan CoxReintroduce UMA_SLAB_KMAP; however, change its spelling to
2008-04-04 Warner LoshFix stupid typo
2008-04-04 Alan CoxEliminate an unnecessary test and its misleading commen...
2008-04-04 Rafal JaworowskiMake kernel.tramp build properly on ARM9E.
2008-04-04 Jeff Roberson - Add sysctls at debug.rwlock to control the behavior...
2008-04-04 Konstantin BelousovThe temporary workaround for the call to the vget(...
2008-04-04 Jeff Roberson - Add a Nokia copyright to cpuset to reflect their...
2008-04-04 Jeff Roberson - Allow static_boost to specify no boost with '0'...
2008-04-04 Jeff Roberson - Don't check for the ITHD pri class in tdq_load_add...
2008-04-04 Jeff Roberson - Fix a mis-merge that crept in during the softclock...
2008-04-03 Ed MasteAllow crashdumps on machines with >4GB of RAM as long...
2008-04-03 Jack F VogelFix the build breakage, need the | between dependencies...
2008-04-03 Warner LoshAlways build kernel.tramp. This should be helpful...
2008-04-03 Rafal JaworowskiNow really add the bus_space_generic.c file...
2008-04-03 Rafal JaworowskiRefactor certain ARM bus space methods: instead of...
2008-04-03 Rafal JaworowskiFix AVILA build.
2008-04-03 Marcel MoolenaarAlign functions to 16-byte boundaries due to profiling...
2008-04-03 Marcel MoolenaarSet sc_psim so that the openpic core can correct the...
2008-04-03 Warner LoshTake the first baby step towards unifying and cleaning...
2008-04-03 Scott LongDon't force a reset at driver attach time. It doesn...
2008-04-03 David Xulet umtxq_busy() only spin on mp machine. make function...
2008-04-03 Jack F VogelAnother build fix
2008-04-03 Jack F VogelFix a lint issue in the build.
2008-04-03 Warner LoshKERNBASE + 0x00200000 is the same thing as KERNVIRTADDR...
2008-04-03 Warner LoshRemove unnecessary #define.
2008-04-03 Jack F VogelFix minor bug in last checkin, NO_STRICT_ALIGNMENT...
2008-04-02 Jack F VogelThis update primarily addresses the ability to have...
2008-04-02 Warner LoshAdd zyd, ural, and rum. They were missing.
2008-04-02 Andrew GallatinInitialize if_baudrate using IF_Gbps() macro.
2008-04-02 Jeff Roberson - Convert two timeout users to the new callout_reset_c...
2008-04-02 Jeff RobersonImplement per-cpu callout threads, wheels, and locks.
2008-04-02 Konstantin BelousovAdd two missed chunks from the rev. 1.210, for the...
2008-04-02 Jeff Roberson - Destroy the bo mtx when the vnode is destroyed.
2008-04-02 David XuFix compiling problem for amd64.
2008-04-02 Alan CoxOptimize pmap_pml4e() and pmap_pdpe() based upon two...
2008-04-02 David XuEr, don't restart a timeout version.
2008-04-02 David XuIntroduce kernel based userland rwlock. Each umtx chain...
2008-04-01 Ed MasteCalling RequestSupplementAdapterInfo before RequestAdap...
2008-04-01 Attilio RaoBump __FreeBSD_version in order to reflect rw_try_rlock...
2008-04-01 Attilio RaoAdd rw_try_rlock() and rw_try_wlock() to rwlocks.
2008-04-01 Doug RabsonDon't try to use an SX lock while holding the vnode...
2008-04-01 Weongyo JeongAdd malo driver to the build
2008-04-01 Weongyo Jeongremove warnings for 64bit aware platforms.
2008-03-31 Scott LongThe MPT driver treats the "core" module with the same...
2008-03-31 Kip Macyreduce the size of the jumbo ring on i386 and disable...
2008-03-31 Sam Leffleradd include path required to find ah_osdep.h
2008-03-31 Konstantin BelousovAdd the libc glue and headers definitions for the ...
2008-03-31 Konstantin BelousovRegen
2008-03-31 Konstantin BelousovAdd the freebsd32 compatibility shims for the *at(...
2008-03-31 Konstantin BelousovAdd the openat(), fexecve() and other *at() syscalls...
2008-03-31 Konstantin BelousovImplement the fexecve(2) syscall.
2008-03-31 Konstantin BelousovImplement the
2008-03-31 Konstantin BelousovAdd the support for the AT_FDCWD and fd-relative name...
2008-03-31 Konstantin BelousovAdd the support for the O_EXEC open(2) mode, as specifi...
2008-03-31 Konstantin BelousovAdd the constant definition needed by the implementatio...
2008-03-31 Konstantin BelousovAdd the utility function vn_commname() to retrieve...
2008-03-31 Jeff Roberson - Since rev 1.142 of ffs_snapshot.c the interlock...
2008-03-31 Jeff Roberson - Don't free snapdata structures when they are no...
2008-03-31 Pyun YongHyeonPadding more bytes than necessary one broke another...
2008-03-30 Marcel MoolenaarBetter implement I-cache invalidation. The previous...
2008-03-30 Alan CoxEliminate an unnecessary printf() from kmem_suballoc...
2008-03-30 Attilio Raolockmgrs need to be released before to be destroyed...
2008-03-30 Jeff Roberson - Consistently return EDEADLK when presented with...
2008-03-30 Alexander Motin- Account all node stats at the shape mode.
2008-03-30 Alexander MotinUse new atomic_fetchadd() primitive instead of looping...
2008-03-29 Jeff Roberson - Don't allow calls to vn_lock() with no lock type...
2008-03-29 Jeff Roberson - Use vget() to lock the vnode rather than refing...
2008-03-29 Jeff Roberson - Simplify null_hashget() and null_hashins() by using...
2008-03-29 Alexander MotinThere is no need to erase hook->hk_node before freing...
2008-03-29 Marcel MoolenaarChange the order from SI_ORDER_FIRST to SI_ORDER_ANY...
2008-03-29 Jeff Roberson - Use vm_object_reference_locked() directly from
next