]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-03-20 Robert NolandRemove the DRM_ERROR to fix build. It didn't make...
2009-03-20 Robert NolandFix what appears to be a typo, and restore the register...
2009-03-20 Robert NolandDon't deref dev->dev_private before checking that it...
2009-03-20 Tim KientzleAct like ranlib if our name ends in ranlib. In particular,
2009-03-20 Marius StroblRevert r190105 so that removing options KDB but DDB...
2009-03-20 Ed SchoutenSmall cleanup to previous commit.
2009-03-20 Ed SchoutenJust use default behaviour on tabstops when using too...
2009-03-20 Jamie GrittonCall the interface's if_ioctl from ifioctl(), if the...
2009-03-20 Bruce M SimpsonFix brainos introduced during mechanical KTR change.
2009-03-20 Yoshihiro TakahashiOops, fix the previous change.
2009-03-20 Yoshihiro TakahashiMFi386: r189749
2009-03-20 Konstantin... Do not underflow the buffer and then report the problem...
2009-03-20 Konstantin... Remove unneeded braces to reduce used vertical screen...
2009-03-20 Konstantin... Do not forget to adjust buflen for the first resolution...
2009-03-20 Konstantin... The nc_nlen member of the struct namecache contains...
2009-03-20 Konstantin... When ktracing namei operations, log a result of the...
2009-03-20 Konstantin... Remove unneeded braces to reduce used vertical screen...
2009-03-20 Christian Bruefferuscanner(4) has been removed, delete it from the hardwa...
2009-03-20 VANHULLEBUS... Spelling fix in a comment
2009-03-20 Yoshihiro TakahashiMerge the missing changes from i386.
2009-03-20 Yoshihiro TakahashiMFi386: the part of r179825 to reduce diffs against...
2009-03-20 Robert NolandOnly issue the wakeup and store the counter if vblank...
2009-03-20 Robert NolandAdd a couple of radeon pci ids.
2009-03-20 Robert NolandAdjust the flags to bus_dmamem around here too.
2009-03-19 Marius Strobl- Set MIIF_NOLOOP and don't add IFM_LOOP as loopback...
2009-03-19 Marius StroblHook up the generic OFW pnpinfo string method.
2009-03-19 Marius StroblBring the implementation of the pnpinfo string function...
2009-03-19 Marius Strobl- As suggested by OpenSolaris use up-burst-sizes for...
2009-03-19 Marius StroblAdd device found in B100.
2009-03-19 Marius StroblSort include.
2009-03-19 Marius Strobl- Ensure we find no unexpected partner.
2009-03-19 Marius Strobl- Take advantage of KOBJMETHOD_END.
2009-03-19 Marius Strobl- There's no need to wrap kdb_active and kdb_trap(...
2009-03-19 Marius Strobl- Remove the delay in cpu_mp_shutdown() which is no...
2009-03-19 Marius StroblThere's no need to wrap kdb_enter() in #ifdef KDB as...
2009-03-19 Marius StroblTake advantage of KOBJMETHOD_END.
2009-03-19 Andrew ThompsonRemove empty dirs.
2009-03-19 Marius StroblTake advantage of KOBJMETHOD_END.
2009-03-19 Andrew ThompsonRemove the uscanner(4) driver, this follows the removal...
2009-03-19 Marius Strobl- Sort device methods.
2009-03-19 Marius Strobl- Failing to register as interrupt controller during...
2009-03-19 Marius Strobl- Sprinkle const.
2009-03-19 Sam Lefflerpurge hal abi support; now that the hal is merged w...
2009-03-19 Rui PauloRemove leftover comment because we now use a flag to...
2009-03-19 Rui PauloFix typo in comment.
2009-03-19 Renato Botelho- Add Sun Type 7 keyboard
2009-03-19 VANHULLEBUS... Fixed style for some comments
2009-03-19 VANHULLEBUS... Fixed style for some comments
2009-03-19 Ivan VorasMake GEOM provider names starting with "/dev/" acceptab...
2009-03-19 Bruce M SimpsonCleanup: Nuke debug.mrtdebug, and replace it with KTR.
2009-03-19 Doug RabsonFix an mbuf leak in the error path.
2009-03-19 Yoshihiro TakahashiReduce diffs against i386.
2009-03-19 Dag-Erling... Add hostid to the ranks.
2009-03-19 Dag-Erling... Revert r188010. When dhclient is backgrounded, service...
2009-03-19 Dag-Erling... Rename two functions to make their purpose clearer...
2009-03-19 Yoshihiro TakahashiUse the common PC98_MID_* defines instead of a magic...
2009-03-19 Yoshihiro TakahashiUse the common PC98_SID_ACTIVE define instead of a...
2009-03-19 Christian BruefferMdoc style, spelling, grammar and wording fixes. This...
2009-03-19 Konstantin... Forcibly unlock the malloc() locks in the child process...
2009-03-19 Bruce M SimpsonFix size_t merge-o.
2009-03-19 Robert NolandAdd some debugging so I can see when syscalls are being...
2009-03-19 Robert NolandRework vblank handling to try to resolve some reports...
2009-03-19 Robert NolandSync up the rest of the code that we use with what...
2009-03-19 Robert NolandPull in some suspend / resume changes from Intel's...
2009-03-19 Bruce M SimpsonIntroduce a number of changes to the MROUTING code.
2009-03-19 Bruce M SimpsonComment IGMP_PIM as being very historic, as in, don...
2009-03-19 Warner LoshAdd usr.bin/ar to the list of cross tools. Before...
2009-03-18 Marius StroblAdd missing const.
2009-03-18 Doug Barton1. Update for new -F option from r189992.
2009-03-18 Doug BartonAdd a new -F option to automatically install files...
2009-03-18 Rui PauloUse plural in a comment. No functional change.
2009-03-18 Warner LoshReference exca.
2009-03-18 Sam Lefflerrate limit printfs for invalid tdma ie contents; probab...
2009-03-18 Sam LefflerMinor cleanups of tdma protocol handling:
2009-03-18 Luigi Rizzoadd the option to picobsd to copy files from the host...
2009-03-18 Christian Bruefferk8temp(4) has been renamed to amdtemp(4).
2009-03-18 John BaldwinThe zfs_get_xattrdir() function is used to find the...
2009-03-18 Gabor Kovesdan- Fix typo
2009-03-18 VANHULLEBUS... Fixed deletion of sav entries in key_delsah()
2009-03-18 Peter HolmDo not use null_bypass for VOP_ISLOCKED, directly call...
2009-03-18 Konstantin... Implement the dynamic string token substitution in...
2009-03-18 Ganbold TsagaankhuuClear confirm password field first when adding new...
2009-03-18 Weongyo JeongSome NDIS USB drivers try to call URB funcs like URB_FU...
2009-03-18 Weongyo JeongIf the caller sets irp_usriostat or irp_usrevent it...
2009-03-17 Xin LIRemove unused local. usbconfig(8) can now compile...
2009-03-17 Xin LIAdd prototypes for libusb20_be_[gs]et_template.
2009-03-17 David MaloneWarns fixes: use putenv rather than setenv to avoid...
2009-03-17 David MaloneFix some warns - mainly signedness and unused variables.
2009-03-17 Attilio RaoFix an old-standing bug that crept in along the several...
2009-03-17 Fabien ThomasAdd information about me as a new committer to the...
2009-03-17 Bruce M SimpsonDeal with the case where ifma_protospec may be NULL...
2009-03-17 Sean BrunoReviewed by: scott (scottl@freebsd.org)
2009-03-17 Konstantin... Supply AT_EXECPATH auxinfo entry to the interpreter...
2009-03-17 Konstantin... Add AT_EXECPATH ELF auxinfo entry type. The value's...
2009-03-17 Konstantin... Add some definitions for the DT_FLAGS_1 tag flags.
2009-03-17 Edwin GroothuisMFV of tzdata2009c
2009-03-17 Edwin GroothuisVendor import of tzdata2009c
2009-03-17 Konstantin... Use the properly sized types for ELF object header...
2009-03-17 Weongyo Jeonggrab NDIS USB lock instead of HAL preemption. This...
2009-03-17 Robert NolandCast to (unsigned long) to make printf happy on i386
next