]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-09-25 pjdvn_write() always expects FOF_OFFSET flag, which is...
2012-09-25 emasteRemove an incorrect comment
2012-09-25 pjdWe cannot open file for reading and executing (O_RDONLY...
2012-09-25 pjdRequire CAP_DELETE on directory descriptor for unlinkat(2).
2012-09-25 pjdRequire CAP_CREATE on directory descriptor for symlinka...
2012-09-25 pjdRequire CAP_CREATE on directory descriptor for linkat(2).
2012-09-25 pjdO_EXEC flag is not part of the O_ACCMODE mask, check...
2012-09-25 adrianOops - don't do the clrdmask check in ath_tx_xmit_norma...
2012-09-25 gnnChange the module name for the I/O provider to "kernel...
2012-09-25 rstoneSome aac(4) adapters will always report that a direct...
2012-09-25 jhbAdd optional entropy harvesting for software interrupts...
2012-09-25 glebiusFix panic introduced by me in r240835, when zero weight
2012-09-25 mavReduce delays in several wait loops from 10ms to 10us...
2012-09-25 adrianCall ath_tx_tid_unsched() after the node has been flush...
2012-09-25 alcEliminate an unused declaration.
2012-09-24 rmacklemAttila Bogar reported a bug in mountd when multiple...
2012-09-24 jimharrisUse CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE to report...
2012-09-24 jimharrisSpecify MTX_RECURSE for the controller's io_lock. ...
2012-09-24 adrianMigrate the ath(4) KTR logging to use an ATH_KTR()...
2012-09-24 adrianDebugging output fixes:
2012-09-24 melifaroWhitespace fixes
2012-09-24 melifaroPermit table to be used as IPv6 address.
2012-09-24 hselaskyMake sure moused is exiting as quick as possible after...
2012-09-24 hselaskyDWC OTG host mode improvements:
2012-09-24 bjkMinor man page cleanup -- fix grammar, markup fixes...
2012-09-24 mavDocument ipv6 hook, present there for ages.
2012-09-24 mavFix panic caused by wrong pointer dereference, left...
2012-09-24 adrianPrepare for software retransmission of non-aggregate...
2012-09-24 adrianIn (eventual) preparation for supporting disabling...
2012-09-24 kevloRevert r240850 and remove redundant NULL check before...
2012-09-24 pfgPartial revert of r239963:
2012-09-23 sbrunoThis patch fixes a nit in the em, lem, and igb driver...
2012-09-23 pjdIt is possible to recursively destroy snapshots even...
2012-09-23 andrewClean up the bcm2835 initarm. It is now identical to...
2012-09-23 pjdAdd TRIM support.
2012-09-23 kargl* ld80/s_expl.c:
2012-09-23 karglFix whitespace issue.
2012-09-23 kargl* ld80/s_expl.c:
2012-09-23 dteskeAlways use RC_CONFS when set, even if NULL. Previously...
2012-09-23 alcAddress a race condition that was introduced in r238212...
2012-09-23 kargl* Update the lookup table to use 53-bit high and low...
2012-09-23 nwhitehornMove the prototype for savectx from cpu.h to pcb.h...
2012-09-23 hselaskyDWC OTG host mode improvements. Add support for the...
2012-09-23 hselaskyCorrect driver name.
2012-09-23 nyanMFi386: revision 237445
2012-09-23 nyanMFi386: revision 240637
2012-09-23 andrewFix a typo in a Broadcom initarm debug printf
2012-09-23 nyanCosmetic changes.
2012-09-23 kevloRemove unused variable ma.
2012-09-23 kevloAvoid NULL dereference
2012-09-23 tuexenWhitespace change.
2012-09-23 tuexenDeclare a static function as such.
2012-09-23 andrewPull out the SoC specific parts of initarm into separat...
2012-09-23 andrewUpdate different versions of physmap_init to be identic...
2012-09-22 andrewReduce the diff between the FDT implementations of...
2012-09-22 dteskejilles accurately advises that, in the context of shell...
2012-09-22 tuexenFix a bug related to handling Re-config chunks. It...
2012-09-22 eadlerRemove some duplicated advice.
2012-09-22 glebiusEBUSY is a better reply for refusing to unload pf(4...
2012-09-22 glebiusUse M_NOWAIT in wtab_alloc(), too. Convert panic() to
2012-09-22 pjdAdd rounddown2() macro similar to the roundup2() macro.
2012-09-22 pjdAdd libsbuf.
2012-09-22 pjdMake the example a bit more pretty.
2012-09-22 avgzfs: allow a zvol to be used as a pool vdev, again
2012-09-22 pjdFix an obvious typo.
2012-09-22 pjdAs in r226967, r226987 and r232401 changes to UFS and...
2012-09-22 kargl* Use ENTERI() and RETURNI() to toggle the rounding...
2012-09-22 kargl* Make STRICT_ALIGN() work for doubles as well as for...
2012-09-22 tuexenSmall cleanups. No functional change.
2012-09-22 jillessh: Add some tests for aliasing a utility to itself.
2012-09-22 glebiusConvert more M_WAITOK malloc() to M_NOWAIT.
2012-09-22 pjdUse O_CLOEXEC for open instead of separate fcntl(2...
2012-09-22 pjdUse the topology lock to protect list of providers...
2012-09-22 jilleskdump: Pretty-print signal codes.
2012-09-22 kibDo not skip two elements of the tid_buffer when reusing...
2012-09-22 glebiusWhen connection rate hits and we overload a source...
2012-09-22 glebiusIn pfr_insert_kentry() return ENOMEM if memory allocati...
2012-09-22 glebiusFix fallout from r236397 in pfr_update_stats(), that...
2012-09-22 hselaskyApply some more casting.
2012-09-22 rpauloImprove the check for p4 opened files.
2012-09-22 hselaskyApply correct casting.
2012-09-22 alcSince UMA_ZONE_NOFREE is specified when l2zone and...
2012-09-22 andrewCreate a common set_stackptrs in sys/arm/machdep.c.
2012-09-22 dteskeReplace "( : ${var?} )" syntax with better "[ ${var...
2012-09-22 dteskeSpelling and whitespace corrections.
2012-09-21 andreastRemove leftover from r215163.
2012-09-21 rpauloRemove #ident macro.
2012-09-21 dteskeReverse SVN r240770 -- jilles@ made a suggestion that...
2012-09-21 andreastImplement elfN(reloc) for powerpc. With this change...
2012-09-21 mavMake nfs_readdir() more careful about using response...
2012-09-21 mavDon't use global nfs_root_node variable as per-file...
2012-09-21 dimAfter r205013, amd64 and i386 CPU family and model...
2012-09-21 dteskeReplace redirections to /dev/null with "close file...
2012-09-20 dteskeChange all invocations of dialog(1) to no-longer requir...
2012-09-20 mavRestore handling of the third argument (id) of hid_star...
2012-09-20 hselaskyFix typo.
2012-09-20 kevloFix typo: s/protocl/protocol
2012-09-20 glebiusConvert lagg(4) to use if_transmit instead of if_start.
2012-09-20 kibPlug the accounting leak for the wired pages when msync...
2012-09-20 baptunbreak build: rescue now needs -ljail if MK_ZFS is on
next