]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-06-26 stas- Don't zero data field in case of MSR write operation...
2009-06-26 delphijAdd quirks for Actions MP4 player.
2009-06-26 rwatsonIn light of DPCPU use by netisr, revise various for...
2009-06-26 oleg- 'burst' description rewritten.
2009-06-26 jhbReturn ENOSYS instead of EINVAL for invalid function...
2009-06-26 rwatsonUse if_maddr_rlock() instead of IF_ADDR_LOCK() to prote...
2009-06-26 rwatsonUse if_addr_rlock/if_addr_runlock for if_spp when itera...
2009-06-26 jhbNote that as a result of the SYSV IPC changes, COMPAT_F...
2009-06-26 alcCorrect the #endif comment.
2009-06-26 rwatsonUse if_maddr_rlock()/if_maddr_runlock() rather than...
2009-06-26 rpauloAdd support for MacBook4,1.
2009-06-26 rpauloOn special systems where the MBR and the GPT are in...
2009-06-26 impCorrect some minor nits with the 2BSD and 3BSD series...
2009-06-26 maximo Kill grammar nits.
2009-06-26 alcThis change is the next step in implementing the cache...
2009-06-26 weongyoprovides a extra write buffer when the NDIS driver...
2009-06-26 dougbrtsol should not be run on the wireless NIC interfaces...
2009-06-26 dougbRevert the entry about pf and ipfw starting before...
2009-06-26 dougbReverse the effect of r193198 for pf and ipfw which...
2009-06-26 rwatsonUpdate Netgraph nodes to use if_addr_rlock()/if_addr_ru...
2009-06-26 rwatsonUpdate various IPFW-related modules to use if_addr_rlock()/
2009-06-26 rwatsonUpdate if_stf and if_tun to use if_addr_rlock()/if_addr...
2009-06-26 rwatsonDefine four wrapper functions for interface address...
2009-06-26 rwatsonConvert netisr to use dynamic per-CPU storage (DPCPU...
2009-06-25 delphijImplement %z for strptime.
2009-06-25 delphijCorrect a typo (which you can use to in order -> which...
2009-06-25 jamieFix dynamic (re)allocation logic in jailparam_set and...
2009-06-25 npmvec routines should have no knowledge of the SG engine.
2009-06-25 attilioFix a LOR between pmc_sx and proctree/allproc when...
2009-06-25 traszFix acl_set_fd(3) and acl_get_fd(3) for cases where...
2009-06-25 snbFix a bug reported by pho@ where one can induce a panic...
2009-06-25 jhbFix kernels compiled without SMP support. Make intr_ne...
2009-06-25 dougbAdd the KNOWN-DEFECTS file back in for the 9.6.1 release.
2009-06-25 dougbThis is the solution that ISC committed after 9.6.1...
2009-06-25 edRemove COMPAT_43 from sun4v's GENERIC.
2009-06-25 rnolandWe shouldn't need to drop and reaquire the lock here.
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 kibIn lf_iteratelocks_vnode, increment state->ls_threads...
2009-06-25 dougbVendor import of BIND 9.6.1
2009-06-25 kibChange the type of uio_resid member of struct uio from...
2009-06-25 jhbRemove the d_spare2_t typedef. The d_spare2 field...
2009-06-25 jfvDecided to limit the interrupt bind to multiqueue
2009-06-25 jhbReturn errors from intr_event_bind() to the caller...
2009-06-25 rnolandSome more cleanups for vblank code on Intel.
2009-06-25 jhb- Restore the behavior of pre-allocating IDT vectors...
2009-06-25 rajMake ata-{dma,sata}.c dependent on atacore build option.
2009-06-25 samtemporarily disable optional uarts; apparently we hang...
2009-06-25 jhbRemove COMPAT_FREEBSD5 from sun4v. There are no FreeBS...
2009-06-25 jillesAdd some tests for r194975 and r194977.
2009-06-25 thompsaRename man4/if_bridge.4 to man4/bridge.4 in order to...
2009-06-25 jfvChange intr_bind to bus_bind_intr, also limit this to
2009-06-25 jfvChange intr_bind to bus_bind_intr, thanks to John Baldwin
2009-06-25 jillesFix some weirdnesses in the NetBSD IFS code,
2009-06-25 jhbUse the correct cast for the arguments passed to freebs...
2009-06-25 jillesImprove IFS expansion using code from NetBSD.
2009-06-25 rdivackyFix the build by using proper format.
2009-06-25 mariusDon't use the preprocessor while inside function-like...
2009-06-25 traszTweak comment.
2009-06-25 rwatsonAdd address list locking for in6_ifaddrhead/ia_link...
2009-06-25 traszManual page tweaks.
2009-06-25 rnolandInitialize max_vblank_count earlier.
2009-06-25 brianSupport shadow.byname and shadow.byuid maps, protecting...
2009-06-25 rnolandKeep track of the hardware counter more aggressively...
2009-06-25 rnolandFix one use of atomic for refcount missed in last commit.
2009-06-25 rnolandAdditional vblank cleanups.
2009-06-25 rwatsonInitialize in_ifaddr_lock using RW_SYSINIT() instead...
2009-06-25 rnolandEnsure that we always hold the lock when calling vblank...
2009-06-25 jhbTweak the oshmctl() compile fix: convert the K&R defini...
2009-06-25 n_hibma- Make pprint print through fd 3, so it can be used...
2009-06-25 traszFix c194955 - somehow I managed all the new files,...
2009-06-25 traszBump manual page timestamps.
2009-06-25 traszAdd NFSv4 ACL support to libc.
2009-06-25 jhbRaise the default size of the EFI partition on ia64...
2009-06-25 rwatsonAdd a new global rwlock, in_ifaddr_lock, which will...
2009-06-25 rajInclude SMP support in the MPC85XX kernel by default.
2009-06-25 rajEnable all populated TWSI (I2C) controllers on Marvell...
2009-06-25 luigiupdate the manpage to track existing options (including...
2009-06-25 rdivackySwitch cmd argument of ioctl to u_long as elsewhere...
2009-06-25 rwatsonClean up reference management in in6_update_ifa and...
2009-06-25 rwatsonFix ibcs2_ipc.c build by adding missing limits.h include.
2009-06-25 rwatsonoshmctl() now requires a sysv_shm.c-local function...
2009-06-25 marcelMake a DVD for ia64.
2009-06-25 weongyoupdates AMRR statistics with tx complete status that...
2009-06-25 weongyouses ZYD_NOTIF_RETRYSTATUS info to count the number...
2009-06-25 jeff - Use DPCPU for SCHED_STATS. This is somewhat awkward...
2009-06-25 jeff - Add a sysctl_dpcpu_long to support long typed pcpu...
2009-06-25 rmacklemFix two known problems in clnt_rc.c, plus issues w...
2009-06-25 jeff - Add the right includes to use kmem_alloc(). This...
2009-06-24 delphijLock around access to nc_file and netconfig_info (...
2009-06-24 cpercivaMake sysinstall search for /dev/daXa and register such...
2009-06-24 oleg- fix dummynet 'fast' mode for WF2Q case.
2009-06-24 npThis adds a new "stdio" mode to cxgbtool - it's an...
2009-06-24 bzMerge from p4: CH154790,154793,154874
2009-06-24 jfvMake CPU bind call architecture specific to satisfy...
2009-06-24 jfvneed to make intr_bind call architecture specific for
2009-06-24 lulf- Apply the same naming rules of LVM names as done...
2009-06-24 jamieWrap a PR_VNET inside "#ifdef VIMAGE" since that the...
2009-06-24 jillesDesignate special builtins as such in command -V and...
2009-06-24 npVarious ifmedia related fixes in cxgb(4), including:
2009-06-24 jhbBump __FreeBSD_version for SYSVIPC ABI change (along...
next