freebsd.git
2015-08-29 baptMark ValleyView/Bay Trail as not supported
2015-08-28 impRemove now obsolete comment.
2015-08-28 impPer overwhelming sentiment in the code review, use...
2015-08-28 impComment out cleaning files, since it cleans too much.
2015-08-28 impRemove .WAIT hacks and put in specific dependencies.
2015-08-28 impAdd missing ofw_machdep.h. Make x86 ofw_machdep.h work...
2015-08-28 pfgAdd underscores to attributes when checking for __has_a...
2015-08-28 andrewMove dwmmc.h to dwmmc_reg.h. This is in preperation...
2015-08-28 impAdd back missing -m32 for amd64 and powerpc64 that...
2015-08-28 traszFix an NFS server bug that manifested in "ls -al" displ...
2015-08-28 pfgtrailing space
2015-08-28 pfgBe more GCC-friendly with attributes
2015-08-28 impFix cleaning of files generated from .m sources.
2015-08-28 andrewOnly check for the bus frequency if it has not already...
2015-08-28 bzremove a left-over after r220463 empty #ifdef INET...
2015-08-28 delphijPlug memory leaks when running out of memory.
2015-08-28 adrianReplace the printf()s with optional rate limited debugg...
2015-08-28 jhibbitsFix text alignment. mcsr was indented one too many...
2015-08-28 impAdd another .WAIT since sometimes we lose the race.
2015-08-28 jhibbitsExtend pmap to support e500mc and e5500.
2015-08-28 impSimply to appease gcc's warnings.
2015-08-28 yongariSet DMA alignment constraint of status, TX and RX LEs...
2015-08-28 delphijRespect locale settings.
2015-08-28 delphijUse exit() instead of return in main().
2015-08-28 markjRemove weighted page handling from vm_page_advise().
2015-08-28 markjRe-apply r274569. It was reverted in r276848 since...
2015-08-28 markjRemove an unneeded instruction.
2015-08-28 markjnv.h lives in sys/ as of r279439.
2015-08-27 impUse CFLAGS_NO_SIMD in preference to varying lists of...
2015-08-27 impNew 1-Wire bus implementation. 1-Wire controller is...
2015-08-27 impDocument bsd.endian.mk.
2015-08-27 kppf: Remove support for 'scrub fragment crop|drop-ovl'
2015-08-27 mavFix type bug introduced at r286811.
2015-08-27 peterFix a conversion error in rc.d/jail
2015-08-27 alcIn vm_pageout_scan(), simplify the logic for determinin...
2015-08-27 jmgadd documentation for timers that silby added in r19724...
2015-08-27 delphijdie() would never return, mark it as so.
2015-08-27 umeMove setting of LDFLAGS to the modules which require...
2015-08-27 andrewThere is no need to get the bus tag or handle.
2015-08-27 andrewLimit the speed to the bus frequency.
2015-08-27 andrewAllow the fifo-depth and num-slots to be missing. For...
2015-08-27 bzget_inpcbinfo() and get_pcblist() are UDP local functio...
2015-08-27 edDecompose linkat()/renameat() rights to source and...
2015-08-27 umeMake it buildable with WITH_OPENLDAP, again.
2015-08-27 kanRepair sys/cdefs.h enough to be usable with GCC 5.x
2015-08-27 kanMake ncurses build with GCC 5.0 and up
2015-08-27 kanUnbreak nvi message catalog generation for 8 bit locales.
2015-08-27 andrewAllow us to select the transfer count. This allows...
2015-08-27 jchSilent a compilation warning on callout_stop()
2015-08-27 jchIn callout_stop(), do not forget to initialize not_runn...
2015-08-27 glebiusReplay r286410. Change KPI of how device drivers that...
2015-08-27 jchIn callout_stop(), if a callout is both pending and...
2015-08-27 melifaroFix packets/bytes accounting on i386.
2015-08-27 delphijPlug a possible memory leak.
2015-08-27 baptMore fixes to the new macros
2015-08-27 baptFix typo in new macros
2015-08-27 marcelAn error of -1 from parse_mount() indicates that the...
2015-08-27 jhibbitsFix freescale sdhc driver, and add it to the files...
2015-08-27 jhibbitsUse the macro definition for EXC_PGM_TRAP, instead...
2015-08-27 impMake sys.mk more compatible with fmake by refraining...
2015-08-27 impAutomatically append SUBDIR.yes to the SUBDIR variable...
2015-08-27 impFor each FOO in FILESLISTS, append the value of FOO...
2015-08-26 impWhen the kernel is compiled with INVARIANTS, export...
2015-08-26 tuexenAdd SCTP support.
2015-08-26 delphijReplace strndup with OpenBSD's implementation.
2015-08-26 tuexenRemove a variable which is set but never used.
2015-08-26 tuexenPrint the status on the first line of a socket descript...
2015-08-26 baptMerge i915_emit_box_p and i915_emit_box as done in...
2015-08-26 baptBack out a change which should not have been committed yet
2015-08-26 baptbackout a change that should not have crept in
2015-08-26 baptReduce diff against linux 3.8
2015-08-26 baptReduce diff with linux 3.8.13 on i915_drv.c
2015-08-26 baptAdd more DRM_* debug macros from linux 3.8.13
2015-08-26 baptSynchronize i915_reg.h with linux 3.8.13 version
2015-08-26 jkimBelatedly add entries for libugidfw.so.4 to catch up...
2015-08-26 andrewAdd the SOC_HISI_HI6220 option. This will be used to...
2015-08-26 jkimMerge ACPICA 20150818.
2015-08-26 impAfter consultations with the arm community, don't defin...
2015-08-26 gnnSummary: Add the interactivity equations to the header...
2015-08-26 baptReduce diff on i915_dma.c against linux 3.8.13
2015-08-26 zbbFix race condition in its_cmd_send()
2015-08-26 pluknetFix SEE ALSO.
2015-08-26 andrewAdd an option to select which SoCs we are building...
2015-08-26 andrewOnly access the Samsung registers when targeting Samsun...
2015-08-26 andrewAdd a above the virtio section.
2015-08-26 bdreweryFix filemon locking races.
2015-08-26 jhibbitsThe Freescale qoriq PCIe controller is compatible with...
2015-08-26 bdreweryAvoid taking proctree_lock and searching parents in...
2015-08-26 bdreweryRemove unneeded inuse list locking in filemon_comment().
2015-08-26 bdreweryMove common locking for filemon_inuse and struct filemo...
2015-08-26 impDrop a .WAIT into the list. Items later in the list...
2015-08-25 jillessh: Fix out of bounds read when there is no ] after...
2015-08-25 delphijFix OpenSSH multiple vulnerabilities by backporting...
2015-08-25 cemioat(4): Minor style cleanups
2015-08-25 impAdd softfp to MACHINE_CPU more often when we're compili...
2015-08-25 andrewUse kdb_jmpbuf and setjmp to handle accessing invalid...
2015-08-25 andrewUse nitems to count the number of items in a static...
2015-08-25 andrewCall into kdb on a data abort when it's enabled. This...
2015-08-25 andrewCorrectly update the address to write to after storing...
2015-08-25 araujoCode cleanup unused-but-set-variable spotted by gcc.
next