]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2017-02-07 Enji CooperImprove libnetbsd compatibility with NetBSD
2017-02-07 Emmanuel VadotRename timer.c to a10_timer.c
2017-02-07 Eric van GyzenFix garbage IP addresses in UDP log_in_vain messages
2017-02-07 Enji CooperApply r274475's to expr.oxout.tab.c to fix the test...
2017-02-07 Enji CooperDon't expect :inplace_symlink_src to fail anymore ...
2017-02-07 Andrew TurnerPush reading of ESR_EL1 to assembly. Among other uses...
2017-02-07 Alan SomersAdd fibs_test:udp_dontroute6, another IPv6 multi-FIB...
2017-02-07 Emmanuel Vadotsubr_sfbus.c need sys/proc.h for struct thread definition.
2017-02-07 Emmanuel VadotSwitch to the Linux device tree upstream names for...
2017-02-07 Mateusz Guzikrwlock: implement RW_LOCK_WRITER_RECURSED bit
2017-02-07 Mateusz GuzikBump struct thread alignment to 32.
2017-02-07 Mateusz Guziklocks: follow up r313386
2017-02-07 Emmanuel Vadotefipart is also using the '%S' printf format, add ...
2017-02-07 Mateusz Guziklocks: change backoff to exponential
2017-02-07 Andrew TurnerAdd support for PLATFORM and PLATFORM_SMP to the Altera...
2017-02-07 Enji CooperExpect :int_within_limits to fail when ptrdiff_t/*intma...
2017-02-07 Enji CooperWrap strcmp/wcscmp calls with ATF_CHECK_MSG and drop...
2017-02-07 Enji CooperExpect :floatunditf to fail on FreeBSD/i386
2017-02-07 Enji CooperFix :hexadecimal_floating_point on i386
2017-02-07 Enji Cooperhcreate(3): fix the ERRORS section and bump .Dd
2017-02-07 Adrian Chadd[ath] prepare for station side quiet time support.
2017-02-07 Enji CooperSort sys/ #includes some more
2017-02-07 George V. Neville... Fix the ifdef protection and remove superfluous extern...
2017-02-07 Enji CooperSort sys/ #includes and zap an unnecessary trailing...
2017-02-07 Enji CooperUse a flexible array for TypeNames instead of hardcodin...
2017-02-07 Enji CooperFix typos in comments (returing -> returning)
2017-02-06 Adrian Chadd[iwm] fix path.
2017-02-06 Edward Tomasz... Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync...
2017-02-06 Edward Tomasz... Make root_mount_hold() work after boot. This is importa...
2017-02-06 Edward Tomasz... In r290196 the root mount hold mechanism was changed...
2017-02-06 Toomas Soomeloader: disk io should not use alloca()
2017-02-06 Toomas Soomeloader: biosdisk fix for 2+TB disks
2017-02-06 Andrew TurnerRemove arm64_tlb_flushID_SE, it's unused and may be...
2017-02-06 Navdeep Parharcxgbe/t4_tom: Fix CLIP entry refcounting on the passive...
2017-02-06 Konstantin... Update arm and arm64 counters MD bits.
2017-02-06 Andrew TurnerTemporary disable gicv3_its.c when FDT is missing from...
2017-02-06 Stanislav Galabovsys/arm/arm/identcpu-v4.c: fix identify_arm_cpu()
2017-02-06 Andrew TurnerOnly build the ACPI PCI drivers on x86, they are unlike...
2017-02-06 Alexander KabaevUse 64bit store instruction in atomic_fcmpset_64.
2017-02-06 Andrew TurnerOnly allow the pic type to be either a PIC or MSI type...
2017-02-06 Sean Brunogxemul:
2017-02-06 Toomas Soomeloader: 313329 missed ZFS guard in loader/main.c
2017-02-06 Allan JudeAdd ObsoleteFiles entries for bdes(1) missed in r313329
2017-02-06 Mateusz Guziklocks: fix recursion support after recent changes
2017-02-06 Toomas Soomeloader: Replace EFI part devices.
2017-02-06 Toomas Soomeloader: bcache read ahead block count should take accou...
2017-02-06 Andrey V. ElsukovAdd removed headers into the ObsoleteFiles.inc.
2017-02-06 Andrey V. ElsukovMerge projects/ipsec into head/.
2017-02-06 Allan JudeRemove bdes(1)
2017-02-06 Toomas Soomeloader: Implement disk_ioctl() to support DIOCGSECTORSI...
2017-02-06 Xin LIReflect actual NetBSD revision we already have.
2017-02-06 Warner Losho Add mkimg to the cross tools, and use the TMPPATH...
2017-02-06 Adrian Chadd[iwm] Use notification wait API to wait for calibration...
2017-02-06 Adrian Chadd[iwm] Add implementation of the notification wait api...
2017-02-06 Navdeep Parharcxgbe(4): Allow tunables that control the number of...
2017-02-06 Adrian Chadd[iwm] Change 2nd arg of iwm_phy_db_set_section() to...
2017-02-06 Adrian Chadd[iwm] Store paging_mem_size field in firmware image...
2017-02-06 Adrian Chadd[iwm] Get rid of some gratuitous constant renaming...
2017-02-06 Adrian Chadd[iwm] Sync valid_tx_ant and valid_rx_ant mask handling...
2017-02-06 Adrian Chadd[iwm] Use chipset configuration structs like iwlwifi...
2017-02-06 Adrian Chadd[iwm] Sync nvm parsing code with Linux iwlwifi.
2017-02-06 Adrian Chadd[iwm] make sure we call iwm_detach_local() only once.
2017-02-06 Adrian Chadd[iwm] Sync if_iwm_phy_db code with Linux iwlwifi.
2017-02-06 Adrian Chadd[iwm] The HW Revision stepping constants should be...
2017-02-06 Adrian Chadd[iwm] TODO for QOS support.
2017-02-06 Adrian Chadd[iwm] free node reference if rxparams addition fails.
2017-02-05 Ian LeporeAdd tsw_busy support to usb_serial (ucom).
2017-02-05 Dmitry ChaginRegen after r313284.
2017-02-05 Dmitry ChaginUpdate syscall.master to 4.10-rc6. Also fix comments...
2017-02-05 Edward Tomasz... Fix linux_pipe() and linux_pipe2() to close file descri...
2017-02-05 Mateusz Guzikrwlock: move lockstat handling out of inline primitives
2017-02-05 Edward Tomasz... Add kern_cpuset_getaffinity() and kern_cpuset_getaffini...
2017-02-05 Mateusz Guziksx: move lockstat handling out of inline primitives
2017-02-05 Mateusz Guzikmtx: fixup r313278, the assignemnt was supposed to...
2017-02-05 Mateusz Guzikmtx: fix up _mtx_obtain_lock_fetch usage in thread...
2017-02-05 Xin LIRestore r312404:
2017-02-05 Enji CooperUse kldload -n when loading if_deqna
2017-02-05 Mateusz Guzikmtx: move lockstat handling out of inline primitives
2017-02-05 Mateusz Guziksx: add witness support missed in r313272
2017-02-05 Enji Cooperstyle(9) cleanup
2017-02-05 Mateusz Guziksx: uninline slock/sunlock
2017-02-05 Mateusz Guziksx: switch to fcmpset
2017-02-05 Mateusz Guzikrwlock: switch to fcmpset
2017-02-05 Mateusz Guzikmtx: switch to fcmpset
2017-02-05 Mateusz Guzikvfs: use atomic_fcmpset in vfs_refcount_*
2017-02-05 Mark JohnstonEnsure that the DOF string length is divisible by 2.
2017-02-05 Mark JohnstonSearch for _DTRACE_VERSION in sys/sdt.h rather than...
2017-02-05 Mark JohnstonAvoid using Sun compiler-specific flags.
2017-02-05 Mark JohnstonFix a double free of libelf data buffers in the USDT...
2017-02-05 Mark JohnstonUse PC-relative relocations for USDT probe sites on...
2017-02-05 Mark JohnstonMake witness_warn() always print to the console.
2017-02-05 Mateusz Guzikfd: switch fget_unlocked to atomic_fcmpset
2017-02-05 Warner LoshUse ssize_t instead of uint32_t to prevent warnings...
2017-02-05 Warner LoshAdd the ability to dump log pages directly in binary...
2017-02-05 Warner LoshAdd some descriptions to the man page for the supported...
2017-02-05 Ruslan BukinImplement atomic_fcmpset_*() for RISC-V.
2017-02-04 Adrian Chadd[net80211] fix quiet_duration parameter to match what...
2017-02-04 Warner LoshFix off by one error that truncated the serial number...
2017-02-04 Warner LoshFix a typo in usage string for unimplemented command.
2017-02-04 Marius StroblFix some more overly long lines, whitespace and other...
next