]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Merge clang trunk r238337 from ^/vendor/clang/dist, resolve conflicts,
[FreeBSD/FreeBSD.git] / sys /
2015-05-27 dimMerge clang trunk r238337 from ^/vendor/clang/dist...
2015-05-27 dimMerge llvm trunk r238337 from ^/vendor/llvm/dist, resol...
2015-05-26 gavinFix spelling mistake in comment.
2015-05-26 gonzoPrint error message if autoload fails due to missing...
2015-05-26 nyanMFi386: r283407
2015-05-26 glebiusProvide ieee80211_get_counter() that sums up ieee802com
2015-05-26 glebiusAdd two counters to ieee80211com, that will be used...
2015-05-26 glebiusMake ieee80211broadcastaddr global, so that drivers...
2015-05-26 glebiusReduce diff before functional changes:
2015-05-26 jhbDo not allow a process to reap an orphan (a child curre...
2015-05-26 adrianMigrate the scan iterator lock typedefs out into ieee80...
2015-05-26 adrianMigrate the 802.11s locks out into ieee80211_freebsd...
2015-05-26 delphijMFuser/delphij/zfs-arc-rebase@r281754:
2015-05-26 loosRemove unused mutex and softc variables.
2015-05-25 ianEnsure that all arm kernel configs contain ALT_BREAK_TO...
2015-05-25 jhbAdd KTR tracing for some MI ptrace events.
2015-05-25 dchaginWhen I merged the lemul branch I missied kib@'s r282708...
2015-05-25 glebiusCleanup compat shims for FreeBSD versions that predate...
2015-05-25 glebiusChange three methods in struct ieee80211com, namely...
2015-05-25 glebiusWhen sending RTM_IEEE80211_CSA, RTM_IEEE80211_RADAR...
2015-05-25 adrianConvert malloc/free back to #define's, as part of OS...
2015-05-25 glebiusSet ic_softc in all 802.11 drivers. Not required right...
2015-05-25 adrianUpdate wpi(4) to use the new mgmt RX API.
2015-05-25 adrianBegin plumbing ieee80211_rx_stats through the receive...
2015-05-25 glebiusUse ic_printf() instead of if_printf().
2015-05-25 glebiusStore softc in ic_softc and access it without using...
2015-05-25 glebiusAdd void * member to struct ieee80211com, so that drive...
2015-05-25 glebiusRemove unused include.
2015-05-25 glebiusUse name from ieee80211com instead of parent ifnet...
2015-05-25 glebiusDon't compare array to NULL.
2015-05-25 glebiusMake net80211 drivers supply their device name to the...
2015-05-25 dimUpgrade our copy of clang and llvm to 3.6.1 release.
2015-05-25 avgzfs: fixes for a full stream received into an existing...
2015-05-25 avgdsl_dataset_promote_check: ensure that shared snaps...
2015-05-25 roygerxen: make sure xenpv bus is the last to attach
2015-05-25 kibRemove excess Giant acquisition around the dounmount...
2015-05-25 arybchiksfxge: add 7xxx NICs family support
2015-05-25 markjUse the correct number of arguments for the
2015-05-25 markjRemove unused references to calltrap.
2015-05-25 rodrigcFor objcopy, use --input-target and --output-target
2015-05-24 gonzoRename fdt_find_child to ofw_bus_find_child. There...
2015-05-24 dchaginLinux nanosleep() and clock_nanosleep() system calls...
2015-05-24 dchaginConvert SCM_TIMESTAMP in recvmsg().
2015-05-24 dchaginThe latest cp tool is trying to use the btrfs clone...
2015-05-24 dchaginHide vfs.pfs.trace variable if it is not used.
2015-05-24 dchaginFix an mbuf(9) leak in sendmsg() under failure conditio...
2015-05-24 dchaginRegen for r283492.
2015-05-24 dchaginImplement Linux specific syncfs() system call.
2015-05-24 dchaginProperly check tv_nsec value. The tv_nsec field can...
2015-05-24 dchaginSince FreeBSD supports SOCK_CLOEXEC & SOCK_NONBLOCK...
2015-05-24 dchaginRegen for r283488.
2015-05-24 dchaginImplement recvmmsg() and sendmmsg() system calls.
2015-05-24 dchaginReduce duplication between MD Linux code by moving...
2015-05-24 dchaginRegen for r283484.
2015-05-24 dchaginImplement epoll_pwait() system call.
2015-05-24 dchaginConvert signal number to native for VT_SETMODE ioctl...
2015-05-24 dchaginRegen for r283480.
2015-05-24 dchaginAdd utimensat() system call.
2015-05-24 dchaginThe kernel sends signals to the processes via ABI speci...
2015-05-24 dchaginSimplify linprocfs_doprocenviron(). Remove extra proc...
2015-05-24 dchaginConvert Linux signal number to the FreeBSD.
2015-05-24 dchaginConvert Linux sigsets before showing.
2015-05-24 dchaginRework signal code to allow using it by other modules...
2015-05-24 dchaginAdd support for /proc/<pid>/auxv.
2015-05-24 dchaginAdd vdso and stack names to the /proc/self/maps.
2015-05-24 dchaginAccording to Linux man sigaltstack(3) shall return...
2015-05-24 dchaginAdd EPOLLERR flag handling to epoll.
2015-05-24 dchaginAs fo_fill_kinfo() does not check fo_fill_kinfo to...
2015-05-24 dchaginRegen for r283467.
2015-05-24 dchaginCall nosys in case when the incorrect syscall number...
2015-05-24 dchaginRegen for r283465.
2015-05-24 dchaginAdd preliminary fallocate system call implementation
2015-05-24 dchaginDelete the duplicate of linux_to_native_clockid() function.
2015-05-24 dchaginDo not use struct l_timespec without conversion. While...
2015-05-24 dchaginAdd prototypes for static futex functions.
2015-05-24 dchaginAs for now our tmpfs is no longer being considered
2015-05-24 dchaginPrint out unsupported futex operation message only...
2015-05-24 dchaginAdd some clock mappings used in glibc 2.20.
2015-05-24 dchaginImprove ktr(9) records in thread managment code.
2015-05-24 dchaginUse local struct proc * varable instead of dereferencin...
2015-05-24 dchaginAvoid unnecessary em zeroing in non-exec path
2015-05-24 dchaginRemove the unnecessary cast.
2015-05-24 dchaginRegen for r283451.
2015-05-24 dchaginImplement ppoll() system call.
2015-05-24 dchagintd_sigmask of a newly created thread copied from td.
2015-05-24 dchaginUpdate Linux compat revision to 32.
2015-05-24 dchaginConnect linux64 module to the build.
2015-05-24 dchaginFix linux_common module build with KTR option.
2015-05-24 dchaginInclude opt_compat.h, so that COMPAT_LINUX32 is defined...
2015-05-24 dchaginRegen for r283444.
2015-05-24 dchaginImplement eventfd system call.
2015-05-24 dchaginPut the correct value for the abi_nfdbits parameter...
2015-05-24 dchaginRegen for r283441.
2015-05-24 dchaginImplement epoll family system calls. This is a tiny...
2015-05-24 dchaginFor future use in the Linuxulator:
2015-05-24 dchaginImplement F_DUPFD_CLOEXEC fcntl flag.
2015-05-24 dchaginAdd several fcntl flags.
2015-05-24 dchaginTo avoid code duplication move open/fcntl definitions...
2015-05-24 dchaginUse the BSD_TO_LINUX_SIGNAL() wherever there is no...
2015-05-24 dchaginConvert Linux wait options to the FreeBSD.
next