]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-06-26 Stanislav Sedov- Don't zero data field in case of MSR write operation...
2009-06-26 Xin LIAdd quirks for Actions MP4 player.
2009-06-26 Robert WatsonIn light of DPCPU use by netisr, revise various for...
2009-06-26 Oleg Bulyzhin- 'burst' description rewritten.
2009-06-26 John BaldwinReturn ENOSYS instead of EINVAL for invalid function...
2009-06-26 Robert WatsonUse if_maddr_rlock() instead of IF_ADDR_LOCK() to prote...
2009-06-26 Robert WatsonUse if_addr_rlock/if_addr_runlock for if_spp when itera...
2009-06-26 John BaldwinNote that as a result of the SYSV IPC changes, COMPAT_F...
2009-06-26 Alan CoxCorrect the #endif comment.
2009-06-26 Robert WatsonUse if_maddr_rlock()/if_maddr_runlock() rather than...
2009-06-26 Rui PauloAdd support for MacBook4,1.
2009-06-26 Rui PauloOn special systems where the MBR and the GPT are in...
2009-06-26 Warner LoshCorrect some minor nits with the 2BSD and 3BSD series...
2009-06-26 Maxim Konovalovo Kill grammar nits.
2009-06-26 Alan CoxThis change is the next step in implementing the cache...
2009-06-26 Weongyo Jeongprovides a extra write buffer when the NDIS driver...
2009-06-26 Doug Bartonrtsol should not be run on the wireless NIC interfaces...
2009-06-26 Doug BartonRevert the entry about pf and ipfw starting before...
2009-06-26 Doug BartonReverse the effect of r193198 for pf and ipfw which...
2009-06-26 Robert WatsonUpdate Netgraph nodes to use if_addr_rlock()/if_addr_ru...
2009-06-26 Robert WatsonUpdate various IPFW-related modules to use if_addr_rlock()/
2009-06-26 Robert WatsonUpdate if_stf and if_tun to use if_addr_rlock()/if_addr...
2009-06-26 Robert WatsonDefine four wrapper functions for interface address...
2009-06-26 Robert WatsonConvert netisr to use dynamic per-CPU storage (DPCPU...
2009-06-25 Xin LIImplement %z for strptime.
2009-06-25 Xin LICorrect a typo (which you can use to in order -> which...
2009-06-25 Jamie GrittonFix dynamic (re)allocation logic in jailparam_set and...
2009-06-25 Navdeep Parharmvec routines should have no knowledge of the SG engine.
2009-06-25 Attilio RaoFix a LOR between pmc_sx and proctree/allproc when...
2009-06-25 Edward Tomasz... Fix acl_set_fd(3) and acl_get_fd(3) for cases where...
2009-06-25 Sean Nicholas... Fix a bug reported by pho@ where one can induce a panic...
2009-06-25 John BaldwinFix kernels compiled without SMP support. Make intr_ne...
2009-06-25 Doug BartonAdd the KNOWN-DEFECTS file back in for the 9.6.1 release.
2009-06-25 Doug BartonThis is the solution that ISC committed after 9.6.1...
2009-06-25 Ed SchoutenRemove COMPAT_43 from sun4v's GENERIC.
2009-06-25 Robert NolandWe shouldn't need to drop and reaquire the lock here.
2009-06-25 Doug BartonUpdate to the final release version of BIND 9.6.1....
2009-06-25 Konstantin... In lf_iteratelocks_vnode, increment state->ls_threads...
2009-06-25 Doug BartonVendor import of BIND 9.6.1
2009-06-25 Konstantin... Change the type of uio_resid member of struct uio from...
2009-06-25 John BaldwinRemove the d_spare2_t typedef. The d_spare2 field...
2009-06-25 Jack F VogelDecided to limit the interrupt bind to multiqueue
2009-06-25 John BaldwinReturn errors from intr_event_bind() to the caller...
2009-06-25 Robert NolandSome more cleanups for vblank code on Intel.
2009-06-25 John Baldwin- Restore the behavior of pre-allocating IDT vectors...
2009-06-25 Rafal JaworowskiMake ata-{dma,sata}.c dependent on atacore build option.
2009-06-25 Sam Lefflertemporarily disable optional uarts; apparently we hang...
2009-06-25 John BaldwinRemove COMPAT_FREEBSD5 from sun4v. There are no FreeBS...
2009-06-25 Jilles TjoelkerAdd some tests for r194975 and r194977.
2009-06-25 Andrew ThompsonRename man4/if_bridge.4 to man4/bridge.4 in order to...
2009-06-25 Jack F VogelChange intr_bind to bus_bind_intr, also limit this to
2009-06-25 Jack F VogelChange intr_bind to bus_bind_intr, thanks to John Baldwin
2009-06-25 Jilles TjoelkerFix some weirdnesses in the NetBSD IFS code,
2009-06-25 John BaldwinUse the correct cast for the arguments passed to freebs...
2009-06-25 Jilles TjoelkerImprove IFS expansion using code from NetBSD.
2009-06-25 Roman DivackyFix the build by using proper format.
2009-06-25 Marius StroblDon't use the preprocessor while inside function-like...
2009-06-25 Edward Tomasz... Tweak comment.
2009-06-25 Robert WatsonAdd address list locking for in6_ifaddrhead/ia_link...
2009-06-25 Edward Tomasz... Manual page tweaks.
2009-06-25 Robert NolandInitialize max_vblank_count earlier.
2009-06-25 Brian SomersSupport shadow.byname and shadow.byuid maps, protecting...
2009-06-25 Robert NolandKeep track of the hardware counter more aggressively...
2009-06-25 Robert NolandFix one use of atomic for refcount missed in last commit.
2009-06-25 Robert NolandAdditional vblank cleanups.
2009-06-25 Robert WatsonInitialize in_ifaddr_lock using RW_SYSINIT() instead...
2009-06-25 Robert NolandEnsure that we always hold the lock when calling vblank...
2009-06-25 John BaldwinTweak the oshmctl() compile fix: convert the K&R defini...
2009-06-25 Nick Hibma- Make pprint print through fd 3, so it can be used...
2009-06-25 Edward Tomasz... Fix c194955 - somehow I managed all the new files,...
2009-06-25 Edward Tomasz... Bump manual page timestamps.
2009-06-25 Edward Tomasz... Add NFSv4 ACL support to libc.
2009-06-25 John BaldwinRaise the default size of the EFI partition on ia64...
2009-06-25 Robert WatsonAdd a new global rwlock, in_ifaddr_lock, which will...
2009-06-25 Rafal JaworowskiInclude SMP support in the MPC85XX kernel by default.
2009-06-25 Rafal JaworowskiEnable all populated TWSI (I2C) controllers on Marvell...
2009-06-25 Luigi Rizzoupdate the manpage to track existing options (including...
2009-06-25 Roman DivackySwitch cmd argument of ioctl to u_long as elsewhere...
2009-06-25 Robert WatsonClean up reference management in in6_update_ifa and...
2009-06-25 Robert WatsonFix ibcs2_ipc.c build by adding missing limits.h include.
2009-06-25 Robert Watsonoshmctl() now requires a sysv_shm.c-local function...
2009-06-25 Marcel MoolenaarMake a DVD for ia64.
2009-06-25 Weongyo Jeongupdates AMRR statistics with tx complete status that...
2009-06-25 Weongyo Jeonguses ZYD_NOTIF_RETRYSTATUS info to count the number...
2009-06-25 Jeff Roberson - Use DPCPU for SCHED_STATS. This is somewhat awkward...
2009-06-25 Jeff Roberson - Add a sysctl_dpcpu_long to support long typed pcpu...
2009-06-25 Rick MacklemFix two known problems in clnt_rc.c, plus issues w...
2009-06-25 Jeff Roberson - Add the right includes to use kmem_alloc(). This...
2009-06-24 Xin LILock around access to nc_file and netconfig_info (...
2009-06-24 Colin PercivalMake sysinstall search for /dev/daXa and register such...
2009-06-24 Oleg Bulyzhin- fix dummynet 'fast' mode for WF2Q case.
2009-06-24 Navdeep ParharThis adds a new "stdio" mode to cxgbtool - it's an...
2009-06-24 Bjoern A. ZeebMerge from p4: CH154790,154793,154874
2009-06-24 Jack F VogelMake CPU bind call architecture specific to satisfy...
2009-06-24 Jack F Vogelneed to make intr_bind call architecture specific for
2009-06-24 Ulf Lilleengen- Apply the same naming rules of LVM names as done...
2009-06-24 Jamie GrittonWrap a PR_VNET inside "#ifdef VIMAGE" since that the...
2009-06-24 Jilles TjoelkerDesignate special builtins as such in command -V and...
2009-06-24 Navdeep ParharVarious ifmedia related fixes in cxgb(4), including:
2009-06-24 John BaldwinBump __FreeBSD_version for SYSVIPC ABI change (along...
next