]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-02-12 Pedro F. Giffunicd9660: More "check for NULL" cleaunps.
2016-02-12 Mark JohnstonAdd a missing newline to a log message.
2016-02-12 Mark JohnstonRename the flags field of struct nd_defrouter to "raflags".
2016-02-12 Ed Masteelfcopy: enable PE and EFI support
2016-02-12 Ed MasteAdd libpe for elfcopy(1) PE/COFF support
2016-02-12 Mark JohnstonSimplify defrtrlist_update() slightly in preparation...
2016-02-12 Mark JohnstonRemove a bogus comment from nd6_na_input().
2016-02-12 Mark JohnstonRemove superfluous return statements from the neighbour...
2016-02-12 Ed MasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-12 Mark JohnstonFix style around allocations from M_IP6NDP.
2016-02-12 Mark JohnstonRemove some unreferenced NDP debug variable definitions.
2016-02-12 Mark JohnstonClear the cookie pointer on error in tmpfs_readdir().
2016-02-12 Navdeep ParharRemove duplicate definition (CPL_TRACE_PKT_T5).
2016-02-12 Mark FelderDocument the new jail_reverse_stop parameter
2016-02-12 Andrew TurnerStop adding an extra null terminator to strings, OF_get...
2016-02-12 Benjamin KadukUpdate .Dd for r295565
2016-02-12 Ian LeporeClarify the difference between 7- and 8-bit i2c address...
2016-02-12 Ruslan BukinUse __uint64_t type for floating point registers
2016-02-12 Andrew TurnerOnly update curthread and curpcb after we have finished...
2016-02-12 Alexander MotinDon't check CmdSN for initial login request.
2016-02-12 Konstantin... POSIX states that #include <signal.h> shall make both...
2016-02-12 Konstantin... If full width writes to the performance monitoring...
2016-02-12 Konstantin... Adjust the size of PMC_DEFAULT_DEBUG_FLAGS to match...
2016-02-12 Konstantin... Remove tautological cast.
2016-02-12 Michal MelounUART: Fix spurious interrupts generated by ns8250 and...
2016-02-12 Devin TeskeComments and fix small bug
2016-02-12 Devin TeskeInterpret vnet_interface/vnet.interface as array
2016-02-12 Devin TeskeAdd syntax to disable MAC allocation
2016-02-12 Devin TeskeRefactor conversion to hex
2016-02-11 Michael TuexenLoopback addresses are 127.0.0.0/8, not 127.0.0.1/32.
2016-02-11 Devin TeskeAdd support for bridging iwn(4) based wlan(4)
2016-02-11 Gleb Smirnoffo Gather all mbuf(9) allocation functions into kern_mbu...
2016-02-11 Devin TeskeCentralize MAC derivation formula
2016-02-11 Devin TeskeAdd example VIMAGE config required by vnet jails
2016-02-11 Michael TuexenUse 4 spaces instead of a tab.
2016-02-11 Andrew TurnerEnable ARM_INTRNG on all kernel configs where we use...
2016-02-11 Dag-Erling... Fix double-free error: r289419 moved all error handling...
2016-02-11 Dag-Erling... Use the new insecure-lan-zones option instead of listin...
2016-02-11 Dag-Erling... Remove unbound-contrl-setup since we use a local contro...
2016-02-11 Jim Harrisnvme: avoid duplicate SET_NUM_QUEUES commands
2016-02-11 Dag-Erling... Apply upstream r3619, r3620, r3621: add insecure-lan...
2016-02-11 Devin TeskeMerge SVN r295220 (bz) from projects/vnet/
2016-02-11 Andrew TurnerInclude the correct header to get a phandle_t needed...
2016-02-11 Pedro F. GiffuniExt4: Use boolean type instead of '0' and '1'
2016-02-11 Ed MasteExplain that boot1.efi prefers ZFS over UFS
2016-02-11 Ruslan Bukino Move non-generic kernel configuration out from GENERIC.
2016-02-11 Justin HibbitsMigrate the PTE format for book-e to standardize on...
2016-02-11 Zbigniew BodekSupport interrupts binding in GICv3 and ITS
2016-02-11 Zbigniew BodekImplement finer locking in ITS
2016-02-11 Zbigniew BodekInitially bind all interrupts to the boot CPU when...
2016-02-11 Zbigniew BodekCall pmc_hook() correctly in the ARM64 interrupt handler
2016-02-11 Zbigniew BodekIntroduce bus_bind_intr method for ARM64
2016-02-11 Zbigniew BodekFix bugs in interrupts allocation on ARM64
2016-02-11 Roger Pau Monnéxen-netfront: remove useless NULL check in netif_free
2016-02-11 Zbigniew BodekMinor clean-ups for ARM64 GICv3 and GIC drivers
2016-02-11 Roger Pau Monnéxen-netfront: rearrange error paths in setup_txqs
2016-02-11 Roger Pau Monnéxen-netfront: remove pointless assignment in xn_ioctl
2016-02-11 Andrew TurnerStop defining fdt_pic_table when building for ARM_INTRNG.
2016-02-11 Ruslan BukinStop device enumeration when we see first empty slot.
2016-02-11 Andrew TurnerRemove unused Zedboard config files. files.zedboard...
2016-02-11 Hans Petter... Use a pair of ifs when comparing the 32-bit flowid...
2016-02-11 Wojciech MacekARM64 disassembler: support for LDR instructions
2016-02-11 Adrian ChaddMake bus_space_generic properly map/unmap memory (using...
2016-02-11 Adrian ChaddMigrate the other MIPS24K SoC cores to use the CPU_MIPS...
2016-02-11 Adrian ChaddMissing commit - remove MIPS fdt bus space.
2016-02-11 Adrian ChaddRemove bus space fdt for MIPS.
2016-02-11 Adrian ChaddConvert MIPS nexus and mips_pic to BUS_PASS
2016-02-11 Adrian ChaddTeach the MIPS ticker to attach itself properly when...
2016-02-11 Adrian ChaddBegin the MIPS_INTRNG support.
2016-02-11 Ed MasteUpdate uefi.8 for ZFS and multi device boot support
2016-02-11 Ed MasteDocument boot1.efi's handling of /boot.config, added...
2016-02-11 Cy SchubertUpdate leapsecond file in non-chroot environments.
2016-02-11 Pedro F. GiffuniExt4: fix handling of files with sparse blocks before...
2016-02-11 Ed MasteAdd WITH_GDB src.conf(5) description
2016-02-11 Ed MasteAdd missing src.conf(5) descriptions for tool chain...
2016-02-10 Ed MasteUpdate list of binutils controlled by WITHOUT_BINUTILS_...
2016-02-10 Konstantin... Remove useless checks for NULL before calling free...
2016-02-10 Konstantin... Finish r173600. There is no need to test a condition...
2016-02-10 Conrad Meyerntb_hw(4): Print correct PAT name for non-WC/WB types...
2016-02-10 Conrad Meyerntb_hw(4): Allow any x86 PAT caching flags for MW defaults
2016-02-10 Ed MasteImport ELF Tool Chain snapshot revision 3395
2016-02-10 Edward Tomasz... Add a kern.icl.drivers sysctl, to retrieve the list...
2016-02-10 Gleb SmirnoffGarbage collect unused arguments of m_init().
2016-02-10 Gleb SmirnoffGarbage collect m_getclr().
2016-02-10 Enji CooperSimilar to r295116, add an additional 1 second sleep...
2016-02-10 Edward Tomasz... Remove stray semicolons from the iSCSI code.
2016-02-10 Andrew TurnerExplicitly include <sys/systm.h>. Previously we were...
2016-02-10 Andrew TurnerFix a logic inversion when checking for ARM_INTRNG
2016-02-10 Andrew TurnerOnly use fdt_pic_table when not using ARM_INTRNG
2016-02-10 Mark FelderAdd new rc.conf parameter "jail_reverse_stop"
2016-02-10 Andrew TurnerUse OF_getencprop to read a property, it already handle...
2016-02-10 Jamie GrittonRemove man page references to rndassociates.com, which...
2016-02-10 Andrew Rybchenkosfxge: implement SIOCGI2C to read information from...
2016-02-10 Andrew TurnerRevert an arm64 change that sneaked in with r295464.
2016-02-10 Stefan EßerRemove O_SYNC from the options passed to dbmopen().
2016-02-10 Andrew TurnerUpdate of the Allwinner drivers to:
2016-02-10 Hans Petter... Correct PCI device description.
2016-02-10 Devin TeskeAdd `stats' command to get ng_bridge(4) stats
2016-02-10 Adrian ChaddBreak out the shared bits of the arm intrng definitions...
2016-02-10 Devin TeskeAdd vnet jail configuration examples
next