]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2017-02-08 adrian[iwm] bump firmware to version 17.
2017-02-08 adrian[iwm] add version 17 firmware.
2017-02-08 adrian[iwm] add this 3 megabyte firmware image.
2017-02-08 adrian[iwm] add version 17 firmware.
2017-02-08 adrian[iwm] add version 17 firmware.
2017-02-08 adrian[iwm] add version 17 firmware.
2017-02-08 adrian[iwm] Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE notifica...
2017-02-08 adrian[iwm] Very basic DTS thermal sensor support (prints...
2017-02-08 adrian[iwm] Only for family 7000 power-down busmaster DMA...
2017-02-08 adrian[iwm] Implement apmg_wake_up_wa workaround properly...
2017-02-08 adrian[iwm] Use iwm_mvm_scan_stop_wait to properly abort...
2017-02-08 adrian[iwm] Add scan abort functions, to properly cancel...
2017-02-08 adrian[iwm] Get rid of iwm_disable_rx_dma, just use iwm_pcie_...
2017-02-08 jhibbitsAdd elf*-powerpc-freebsd targets to the elftoolchain...
2017-02-08 rpokalaFix indentation (only line in file w/ 8-space indent...
2017-02-07 jhbDefer startup of gjournal switcher kproc.
2017-02-07 jhbCopy the e_machine and e_flags fields from the binary...
2017-02-07 ngieImprove libnetbsd compatibility with NetBSD
2017-02-07 manuRename timer.c to a10_timer.c
2017-02-07 vangyzenFix garbage IP addresses in UDP log_in_vain messages
2017-02-07 ngieApply r274475's to expr.oxout.tab.c to fix the test...
2017-02-07 ngieDon't expect :inplace_symlink_src to fail anymore ...
2017-02-07 andrewPush reading of ESR_EL1 to assembly. Among other uses...
2017-02-07 asomersAdd fibs_test:udp_dontroute6, another IPv6 multi-FIB...
2017-02-07 manusubr_sfbus.c need sys/proc.h for struct thread definition.
2017-02-07 manuSwitch to the Linux device tree upstream names for...
2017-02-07 mjgrwlock: implement RW_LOCK_WRITER_RECURSED bit
2017-02-07 mjgBump struct thread alignment to 32.
2017-02-07 mjglocks: follow up r313386
2017-02-07 manuefipart is also using the '%S' printf format, add ...
2017-02-07 mjglocks: change backoff to exponential
2017-02-07 andrewAdd support for PLATFORM and PLATFORM_SMP to the Altera...
2017-02-07 ngieExpect :int_within_limits to fail when ptrdiff_t/*intma...
2017-02-07 ngieWrap strcmp/wcscmp calls with ATF_CHECK_MSG and drop...
2017-02-07 ngieExpect :floatunditf to fail on FreeBSD/i386
2017-02-07 ngieFix :hexadecimal_floating_point on i386
2017-02-07 ngiehcreate(3): fix the ERRORS section and bump .Dd
2017-02-07 adrian[ath] prepare for station side quiet time support.
2017-02-07 ngieSort sys/ #includes some more
2017-02-07 gnnFix the ifdef protection and remove superfluous extern...
2017-02-07 ngieSort sys/ #includes and zap an unnecessary trailing...
2017-02-07 ngieUse a flexible array for TypeNames instead of hardcodin...
2017-02-07 ngieFix typos in comments (returing -> returning)
2017-02-06 adrian[iwm] fix path.
2017-02-06 traszAdd kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync...
2017-02-06 traszMake root_mount_hold() work after boot. This is importa...
2017-02-06 traszIn r290196 the root mount hold mechanism was changed...
2017-02-06 tsoomeloader: disk io should not use alloca()
2017-02-06 tsoomeloader: biosdisk fix for 2+TB disks
2017-02-06 andrewRemove arm64_tlb_flushID_SE, it's unused and may be...
2017-02-06 npcxgbe/t4_tom: Fix CLIP entry refcounting on the passive...
2017-02-06 kibUpdate arm and arm64 counters MD bits.
2017-02-06 andrewTemporary disable gicv3_its.c when FDT is missing from...
2017-02-06 sgalabovsys/arm/arm/identcpu-v4.c: fix identify_arm_cpu()
2017-02-06 andrewOnly build the ACPI PCI drivers on x86, they are unlike...
2017-02-06 kanUse 64bit store instruction in atomic_fcmpset_64.
2017-02-06 andrewOnly allow the pic type to be either a PIC or MSI type...
2017-02-06 sbrunogxemul:
2017-02-06 tsoomeloader: 313329 missed ZFS guard in loader/main.c
2017-02-06 allanjudeAdd ObsoleteFiles entries for bdes(1) missed in r313329
2017-02-06 mjglocks: fix recursion support after recent changes
2017-02-06 tsoomeloader: Replace EFI part devices.
2017-02-06 tsoomeloader: bcache read ahead block count should take accou...
2017-02-06 aeAdd removed headers into the ObsoleteFiles.inc.
2017-02-06 aeMerge projects/ipsec into head/.
2017-02-06 allanjudeRemove bdes(1)
2017-02-06 tsoomeloader: Implement disk_ioctl() to support DIOCGSECTORSI...
2017-02-06 delphijReflect actual NetBSD revision we already have.
2017-02-06 impo Add mkimg to the cross tools, and use the TMPPATH...
2017-02-06 adrian[iwm] Use notification wait API to wait for calibration...
2017-02-06 adrian[iwm] Add implementation of the notification wait api...
2017-02-06 npcxgbe(4): Allow tunables that control the number of...
2017-02-06 adrian[iwm] Change 2nd arg of iwm_phy_db_set_section() to...
2017-02-06 adrian[iwm] Store paging_mem_size field in firmware image...
2017-02-06 adrian[iwm] Get rid of some gratuitous constant renaming...
2017-02-06 adrian[iwm] Sync valid_tx_ant and valid_rx_ant mask handling...
2017-02-06 adrian[iwm] Use chipset configuration structs like iwlwifi...
2017-02-06 adrian[iwm] Sync nvm parsing code with Linux iwlwifi.
2017-02-06 adrian[iwm] make sure we call iwm_detach_local() only once.
2017-02-06 adrian[iwm] Sync if_iwm_phy_db code with Linux iwlwifi.
2017-02-06 adrian[iwm] The HW Revision stepping constants should be...
2017-02-06 adrian[iwm] TODO for QOS support.
2017-02-06 adrian[iwm] free node reference if rxparams addition fails.
2017-02-05 ianAdd tsw_busy support to usb_serial (ucom).
2017-02-05 dchaginRegen after r313284.
2017-02-05 dchaginUpdate syscall.master to 4.10-rc6. Also fix comments...
2017-02-05 traszFix linux_pipe() and linux_pipe2() to close file descri...
2017-02-05 mjgrwlock: move lockstat handling out of inline primitives
2017-02-05 traszAdd kern_cpuset_getaffinity() and kern_cpuset_getaffini...
2017-02-05 mjgsx: move lockstat handling out of inline primitives
2017-02-05 mjgmtx: fixup r313278, the assignemnt was supposed to...
2017-02-05 mjgmtx: fix up _mtx_obtain_lock_fetch usage in thread...
2017-02-05 delphijRestore r312404:
2017-02-05 ngieUse kldload -n when loading if_deqna
2017-02-05 mjgmtx: move lockstat handling out of inline primitives
2017-02-05 mjgsx: add witness support missed in r313272
2017-02-05 ngiestyle(9) cleanup
2017-02-05 mjgsx: uninline slock/sunlock
2017-02-05 mjgsx: switch to fcmpset
2017-02-05 mjgrwlock: switch to fcmpset
next