]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-01-15 Andrew TurnerRemove the commented out sc device from the i.MX kernel...
2016-01-15 Hans Petter... Implement support for PCI suspend, resume and shutdown...
2016-01-15 Alexander V... Make nfscl_getmyip() use new routing KPI.
2016-01-15 Andrew Rybchenkosfxge: cleanup: simplify ef10_get_datapath_caps
2016-01-15 Andrew Rybchenkosfxge: convert nvram rw_start method to use partition id
2016-01-15 Andrew Rybchenkosfxge: Medford still needs fallback for no privilege...
2016-01-15 Andrew Rybchenkosfxge: medford stores a single global copy of VPD
2016-01-15 Andrew Rybchenkosfxge: support FATSOv2
2016-01-15 Andrew Rybchenkosfxge: rework MCDI request completion
2016-01-15 Andrew Rybchenkosfxge: rename hunt_link_state_t to ef10_link_state_t
2016-01-15 Allan JudeConnect the ZFS boot environment menu to the UEFI loader
2016-01-15 Allan JudeMove init_zfs_bootenv to sys/boot/zfs/zfs.c instead...
2016-01-15 Steven HartlandAdd EFI ZFS boot support
2016-01-15 Conrad Meyerioat(4): Add support for 'fence' bit with DMA_FENCE...
2016-01-15 Steven HartlandModularise EFI boot loader
2016-01-15 Steven HartlandEnsure boot fsread correctly probes all partitions
2016-01-15 Steven HartlandMake common boot file_loadraw name parameter const
2016-01-15 Michael TuexenFix a bug in INIT handling on accepted 1-to-1 style...
2016-01-14 Justin HibbitsAdjust VM_MAX_KERNEL_ADDRESS to the max address, not...
2016-01-14 Gleb SmirnoffFix OpenSSH client information leak.
2016-01-14 Juli MallettMake it possible to specify the path to userboot.so...
2016-01-14 Ravi PokalaAdd rotationrate to geom disk dumpconf
2016-01-14 Steven HartlandRemove unused reg param from fdt_fixup_memory
2016-01-14 Steven HartlandPrevent bogus compiler in ZFS boot code
2016-01-14 John BaldwinRemove aiod_timeout.
2016-01-14 Jonathan T... Improvements to the MDXFileChunk() template function:
2016-01-14 John BaldwinRename aiod_bio taskqueue to aiod_kick.
2016-01-14 Oleksandr TymoshenkoFix order of last two arguments of mtx_init
2016-01-14 Ian LeporeFix the handling of the "PDC write transfer length...
2016-01-14 Andrew TurnerSet -mlong-calls where needed to get a static clang...
2016-01-14 Steven HartlandOnly build EFI components on supported compilers
2016-01-14 Steven HartlandRevert r293903
2016-01-14 Alan SomersFix race condition involving ZFS remove events
2016-01-14 Enji CooperFix spelling of IPMI
2016-01-14 Benjamin KadukUpdate .Dd, missed in r294011
2016-01-14 Edward Tomasz... Wrap overlong comment lines.
2016-01-14 Edward Tomasz... Fix the code to retry mount attempt in mountcritlocal...
2016-01-14 Alexander V... Fix panic in IP redirect. Panic was introduced in r293466.
2016-01-14 Warner LoshDocument how to enter the debugger here. I'm sure there...
2016-01-14 John BaldwinFix building with GCC since PAGE_MASK is signed on...
2016-01-14 John BaldwinAdjust previous fix to conform to the existing style...
2016-01-14 Alexander V... Make ng_netflow(9) use new routing KPI.
2016-01-14 Michael TuexenFail the SCTP_GET_ASSOC_NUMBER and SCTP_GET_ASSOC_ID_LIST
2016-01-14 Gleb SmirnoffInstall /etc/snmpd.config with 0600 permissions.
2016-01-14 Gleb SmirnoffThere is a bug in tcp_output()'s implementation of...
2016-01-14 Gleb SmirnoffCall crextend() before copying old credentials to the...
2016-01-14 Gleb SmirnoffRegen after r293907.
2016-01-14 Gleb SmirnoffChange linux get_robust_list system call to match actua...
2016-01-14 Gleb SmirnoffVerify the packet length in sctp6_input().
2016-01-14 Steven HartlandAllow file specific user-specified flag overrides
2016-01-14 Steven HartlandFix GCC warnings causing build failure after r293724
2016-01-14 Andrew Rybchenkosfxge: cleanup: quieten efx_mcdi_read_resonse_header...
2016-01-14 Andrew Rybchenkosfxge: add accessors for license-related MCDI calls...
2016-01-14 Andrew Rybchenkosfxge: add table entries for License NVRAM partition
2016-01-14 Andrew Rybchenkosfxge: cleanup: adjust efx_mcdi_get_port_modes() commen...
2016-01-14 Andrew Rybchenkosfxge: fix common code VPD iterator and duplicate tag...
2016-01-14 Andrew Rybchenkosfxge: use correct register definitions for setting...
2016-01-14 Andrew Rybchenkosfxge: support FATSOv2 in common code
2016-01-14 Andrew Rybchenkosfxge: rx_prefix_pktlen methods do not require EFSYS_OP...
2016-01-14 Andrew Rybchenkosfxge: convert nvram size method to use partition id
2016-01-14 Andrew Rybchenkosfxge: rework MCDI start request
2016-01-14 Andrew Rybchenkosfxge: add Medford NIC methods
2016-01-14 Alexander V... Remove now-unused wrappers for various routing functions.
2016-01-14 Enji CooperPID file support hasn't been committed for ggated(8...
2016-01-14 Ed SchoutenRemove an unneeded assignment of the return value.
2016-01-14 Enji CooperRemove unnecessary kldload logic added to geom_subr...
2016-01-14 Enji CooperUnbreak `make depend` with sys/modules/hyperv/vmbus...
2016-01-14 Sepherosa Ziehauhyperv: set receive buffer size according to NVSP proto...
2016-01-14 Sepherosa Ziehauhyperv: add interrupt counters
2016-01-14 Sepherosa Ziehauhyperv: implement an event timer
2016-01-14 Adrian Chadd[gpiobus] handle the case of there being a single GPIO...
2016-01-14 Sepherosa Ziehauhyperv: remove unused vmbus definitions
2016-01-14 Sepherosa Ziehauhyperv: use x86 generic code to do the hypervisor detection
2016-01-14 Sepherosa Ziehauhyperv/hn: Unbreak LINT-NOIP
2016-01-14 Devin TeskeDefault to en_US.ISO8859-1 if no locale
2016-01-14 Eric van Gyzennumactl: fix CPU affinity when modifying an existing...
2016-01-14 Kevin Lo- Add the 'restrict' type qualifier to match function...
2016-01-14 Kevin LoSuggest setting gateway_enable="YES" instead of sysctl...
2016-01-14 Mark JohnstonRemove a dead local variable, missed in r274565.
2016-01-14 Eric van Gyzenbsdinstall: Suggest the GPT+Active workaround on Dell...
2016-01-13 Eric van Gyzenlibthr: const-ify two variables
2016-01-13 Brooks DavisAvoid reading pass the end of the source buffer when...
2016-01-13 Brooks DavisAvoid reading pass the end of the source buffer when...
2016-01-13 Marius StroblGiven that em(4), lem(4) and igb(4) hardware doesn...
2016-01-13 Andrew TurnerAdd support for relocating AArch64 modules to kldxref...
2016-01-13 Jean-Sébastien... drm: Revert the part of r288653 about M_WAITOK vs M_NOWAIT
2016-01-13 Jean-Sébastien... drm/i915: Further reduce the diff with Linux 3.8
2016-01-13 Jung-uk KimRemove dead code when the target processor has POPCNT...
2016-01-13 Steven HartlandImprove non-interactive forth cmd error reporting
2016-01-13 Baptiste DaroussinRemove some unneeded headers
2016-01-13 Alan SomersFix Coverity warnings regarding r293229
2016-01-13 Andrew TurnerRemove the compat code to handle the kernel passing...
2016-01-13 Steven HartlandIncrease efiboot.img size used in ISO creation
2016-01-13 Ian LeporeFix the spelling of fueword* to eliminate compile warni...
2016-01-13 Alexander V... Remove RTF_RNH_LOCKED support from rtalloc1_fib().
2016-01-13 Michael TuexenStore the timer type for logging, because the timer...
2016-01-13 Konstantin... Make devfs_fpdrop() static. It was not a public KPI...
2016-01-13 Konstantin... Move the funsetown(9) call from audit_pipe_close()...
2016-01-13 Konstantin... Switch legacy pty clone handler to use make_dev_s(9...
2016-01-13 Enji CooperIntegrate
next