]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Put back the quote from Chinggis Khan removed in rev. 1.259.
[FreeBSD/FreeBSD.git] / sys /
2008-04-03 jfvAnother build fix
2008-04-03 jfvFix a lint issue in the build.
2008-04-03 impKERNBASE + 0x00200000 is the same thing as KERNVIRTADDR...
2008-04-03 impRemove unnecessary #define.
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 impAdd zyd, ural, and rum. They were missing.
2008-04-02 gallatinInitialize if_baudrate using IF_Gbps() macro.
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 davidxuFix compiling problem for amd64.
2008-04-02 alcOptimize pmap_pml4e() and pmap_pdpe() based upon two...
2008-04-02 davidxuEr, don't restart a timeout version.
2008-04-02 davidxuIntroduce kernel based userland rwlock. Each umtx chain...
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 weongyoAdd malo driver to the build
2008-04-01 weongyoremove warnings for 64bit aware platforms.
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 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 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 yongariPadding more bytes than necessary one broke another...
2008-03-30 marcelBetter implement I-cache invalidation. The previous...
2008-03-30 alcEliminate an unnecessary printf() from kmem_suballoc...
2008-03-30 attiliolockmgrs need to be released before to be destroyed...
2008-03-30 jeff - Consistently return EDEADLK when presented with...
2008-03-30 mav- Account all node stats at the shape mode.
2008-03-30 mavUse new atomic_fetchadd() primitive instead of looping...
2008-03-29 jeff - Don't allow calls to vn_lock() with no lock type...
2008-03-29 jeff - Use vget() to lock the vnode rather than refing...
2008-03-29 jeff - Simplify null_hashget() and null_hashins() by using...
2008-03-29 mavThere is no need to erase hook->hk_node before freing...
2008-03-29 marcelChange the order from SI_ORDER_FIRST to SI_ORDER_ANY...
2008-03-29 jeff - Use vm_object_reference_locked() directly from
2008-03-29 alcEliminate an #if 0/#endif that was unintentionally...
2008-03-29 mlaierMake ALTQ cope with disappearing interfaces (particular...
2008-03-28 emasteImplement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATUR...
2008-03-28 bruefferAdd a couple of missing NIC driver modules.
2008-03-28 marcelAdd support for PC-9800 partition tables.
2008-03-28 emasteIf we're returning successfully from bus_dmamem_alloc...
2008-03-28 rpauloAdd Qualcomm ZTE CMDMA MSM modem to the list of support...
2008-03-28 attilioBump __FreeBSD_version in order to reflect BUF_LOCKWAIT...
2008-03-28 attiliob_waiters cannot be adequately protected by the interlo...
2008-03-28 dfrMinor changes to improve compatibility with older FreeB...
2008-03-28 brooksUse ; instead of : to end a line.
2008-03-28 marcelWhen retasting, wither any existing GEOMs of the same...
2008-03-28 psAdd support to mincore for detecting whether a page...
2008-03-28 attilio_lockmgr_args() accepts a 'char *' string as file,...
2008-03-28 yongariIn revision 1.70, 1.71 and 1.84 re(4) tried to workarou...
2008-03-28 jbRemove the last 3 files I missed. These have been repo...
2008-03-28 attilioInstruments buffer lock objects in order to track corre...
2008-03-28 jbRemove files that have been repo copied to their new...
2008-03-27 jbThe sources covered by Sun's CDDL have been repo copied...
2008-03-27 mavRemove ng_setisr() call from ng_dequeue(). It is useles...
2008-03-27 antoineRemove option headers that do not exist and are not...
2008-03-27 mavSwitch from timeval to bintime, to use 1/(2^20) of...
2008-03-27 iedowseAdd IFF_NEEDSGIANT to IFF_CANTCHANGE, to prevent user...
2008-03-27 dfrAdd nfslockd and krpc modules.
2008-03-27 dfrAdd kernel module support for nfslockd and krpc. Use...
2008-03-27 jbWhen building a kernel module, define MAXCPU the same...
2008-03-27 alcMFamd64 with few changes:
2008-03-27 jbRegen after makesyscalls.sh change.
2008-03-27 jbGenerate another function for the DTrace syscall provid...
2008-03-27 attilioReally, smb_iod_main() is not totally MPSAFE, so just...
2008-03-26 phkBack in the good old days, PC's had random pieces of...
2008-03-26 phkFurther cleanup of sound generation in syscons:
2008-03-26 phkMake speaker a pseudo device driver instead of attachin...
2008-03-26 rwatsonAdd a comment explaining that we initialize the 'a...
2008-03-26 mavSome minor code and math optimizations.
2008-03-26 jhbFix a nit with the 'nofoo' options where 'foo' is mappe...
2008-03-26 phkRemove two variables which are handled MI now.
2008-03-26 phkEliminate unnecessary #includes
2008-03-26 phkThe "free-lance" timer in the i8254 is only used for...
2008-03-26 dfrBump __FreeBSD_version for the addition of 'l_sysid...
2008-03-26 emasteAdd \n to the end of a printf string and remove it...
2008-03-26 dfrRegen.
2008-03-26 dfrAdd the new kernel-mode NFS Lock Manager. To use it...
2008-03-26 phkRename timer0_max_count to i8254_max_count.
2008-03-26 phkThe RTC related pscnt and psdiv variables have no busin...
2008-03-26 phkRemove old sysctl stuff which is long gone in other...
2008-03-26 bruefferFix some "in in" typos in comments.
2008-03-26 alcEnable the automatic creation of superpage reservations.
2008-03-25 samsplit out tty create part of ucom_attach into ucom_atta...
2008-03-25 samadd some CDMA modems
next