]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-04-04 kibThe temporary workaround for the call to the vget(...
2008-04-04 ru- Normalize usage(), add "ddb pathname" syntax.
2008-04-04 ru- Add -D to usage().
2008-04-04 grogAdd -D option to specify exact format of date and time...
2008-04-04 rodrigcAdd comment about specifying "ro" mount option when
2008-04-04 jeff - Add a Nokia copyright to cpuset to reflect their...
2008-04-04 jeff - Allow static_boost to specify no boost with '0'...
2008-04-04 jeff - Don't check for the ITHD pri class in tdq_load_add...
2008-04-04 jeff - Fix a mis-merge that crept in during the softclock...
2008-04-03 emasteAllow crashdumps on machines with >4GB of RAM as long...
2008-04-03 jfvFix the build breakage, need the | between dependencies...
2008-04-03 impAlways build kernel.tramp. This should be helpful...
2008-04-03 impUse safer string handling.
2008-04-03 impMinor style(9) nit: move to using ANSI definition of...
2008-04-03 rajNow really add the bus_space_generic.c file...
2008-04-03 rajRefactor certain ARM bus space methods: instead of...
2008-04-03 rajFix AVILA build.
2008-04-03 marcelAlign functions to 16-byte boundaries due to profiling...
2008-04-03 marcelSet sc_psim so that the openpic core can correct the...
2008-04-03 impTake the first baby step towards unifying and cleaning...
2008-04-03 ruFix descriptions of "struct msqid_ds and "struct ipc_pe...
2008-04-03 scottlDon't force a reset at driver attach time. It doesn...
2008-04-03 davidxulet umtxq_busy() only spin on mp machine. make function...
2008-04-03 yarPut back the quote from Chinggis Khan removed in rev...
2008-04-03 jfvAnother build fix
2008-04-03 jfvFix a lint issue in the build.
2008-04-03 dasAdd some tests for fma(), fmaf(), and fmal().
2008-04-03 dasFix some corner cases:
2008-04-03 impKERNBASE + 0x00200000 is the same thing as KERNVIRTADDR...
2008-04-03 impRemove unnecessary #define.
2008-04-03 gnnAdd a manual page and a Makefile.
2008-04-03 davidxuput THR_CRITICAL_LEAVE into do .. while statement.
2008-04-03 kevlostyle(9) cleanup
2008-04-03 davidxuadd __hidden suffix to _umtx_op_err, this eliminates...
2008-04-03 jfvFix minor bug in last checkin, NO_STRICT_ALIGNMENT...
2008-04-02 jfvThis update primarily addresses the ability to have...
2008-04-02 dougbBack out revision 1.6, the addition of "BEFORE: mountcr...
2008-04-02 obrienPR ports/121363 (& ports/73797) has been committed...
2008-04-02 impAdd zyd, ural, and rum. They were missing.
2008-04-02 gallatinInitialize if_baudrate using IF_Gbps() macro.
2008-04-02 davidxuNon-portable functions are in pthread_np.h, fix compili...
2008-04-02 jeff - Convert two timeout users to the new callout_reset_c...
2008-04-02 jeffImplement per-cpu callout threads, wheels, and locks.
2008-04-02 kibAdd two missed chunks from the rev. 1.210, for the...
2008-04-02 jeff - Destroy the bo mtx when the vnode is destroyed.
2008-04-02 ruSpell -t option's argument by name.
2008-04-02 davidxuAdd pthread_setaffinity_np and pthread_getaffinity_np...
2008-04-02 davidxuRemove unused functions.
2008-04-02 davidxuReplace function _umtx_op with _umtx_op_err, the later...
2008-04-02 davidxuFix compiling problem for amd64.
2008-04-02 alcOptimize pmap_pml4e() and pmap_pdpe() based upon two...
2008-04-02 davidxuReplace userland rwlock with a pure kernel based rwlock...
2008-04-02 davidxuEr, don't restart a timeout version.
2008-04-02 davidxuIntroduce kernel based userland rwlock. Each umtx chain...
2008-04-01 attilioAdd manpages for rw_try_rlock() and rw_try_wlock()...
2008-04-01 emasteCalling RequestSupplementAdapterInfo before RequestAdap...
2008-04-01 attilioBump __FreeBSD_version in order to reflect rw_try_rlock...
2008-04-01 attilioAdd rw_try_rlock() and rw_try_wlock() to rwlocks.
2008-04-01 dfrDon't try to use an SX lock while holding the vnode...
2008-04-01 bmsAdd an -O option to disable TCP options, for protocol...
2008-04-01 flzAdd pkg_check and pkg_sign to ObsoleteFiles.inc
2008-04-01 kibCorrect the prototype for the faccessat().
2008-04-01 weongyoConnect malo.4 to the build.
2008-04-01 davidxuNormally, we are often reading local time rather than...
2008-04-01 davidxuRestore normal pthread_cond_signal path to avoid some...
2008-04-01 weongyoAdd malo driver to the build
2008-04-01 weongyoremove warnings for 64bit aware platforms.
2008-04-01 davidxureturn EAGAIN early rather than running bunch of code...
2008-03-31 scottlThe MPT driver treats the "core" module with the same...
2008-03-31 kmacyreduce the size of the jumbo ring on i386 and disable...
2008-03-31 samadd include path required to find ah_osdep.h
2008-03-31 samFix handling of create operation together with setting...
2008-03-31 skvFix punctiation.
2008-03-31 phkAccept empty -T arguments.
2008-03-31 pavDouble up the necessary size of /usr/obj to 800MB
2008-03-31 dasRemove a (bogus) remnant of debugging this on sparc64.
2008-03-31 flzRetire pkg_sign. It was used to embed signatures in...
2008-03-31 kibAdd the libc glue and headers definitions for the ...
2008-03-31 kibRegen
2008-03-31 kibAdd the freebsd32 compatibility shims for the *at(...
2008-03-31 kibAdd the openat(), fexecve() and other *at() syscalls...
2008-03-31 kibImplement the fexecve(2) syscall.
2008-03-31 kibImplement the
2008-03-31 kibAdd the support for the AT_FDCWD and fd-relative name...
2008-03-31 kibAdd the support for the O_EXEC open(2) mode, as specifi...
2008-03-31 kibAdd the constant definition needed by the implementatio...
2008-03-31 kibAdd the utility function vn_commname() to retrieve...
2008-03-31 ganboldImprove some quotes of Chinggis Khan.
2008-03-31 jeff - Since rev 1.142 of ffs_snapshot.c the interlock...
2008-03-31 jeff - Don't free snapdata structures when they are no...
2008-03-31 kientzleInclude an extra byte for the trailing NUL. <sigh>
2008-03-31 bmahMFCs noted: BTX real mode, TCP options processing...
2008-03-31 bmahNew release notes: kern.features, superpages, em(4...
2008-03-31 yongariPadding more bytes than necessary one broke another...
2008-03-31 davidxuRewrite rwlock to user atomic operations to change...
2008-03-30 marcelBetter implement I-cache invalidation. The previous...
2008-03-30 dasAdd assembly versions of remquol() and remainderl().
2008-03-30 dasTest remainderl() and remquol() as well.
2008-03-30 dasHook remquol() and remainderl() up to the build.
2008-03-30 dasImplement remainderl() as a wrapper around remquol...
next