]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
ddb: space/tab fixes.
[FreeBSD/FreeBSD.git] / sys /
2014-10-11 Pedro F. Giffuniddb: space/tab fixes.
2014-10-11 John BaldwinAdd locking and mark MPSAFE.
2014-10-11 Konstantin BelousovDo not set IN_ACCESS flag for read-only mounts. The...
2014-10-11 Pedro F. GiffuniBump FreeBSD_version due to cleanup of tcp wrapper...
2014-10-11 Alexander MotinGive physical and virtual ports numbers some more meaning.
2014-10-11 Marcel MoolenaarFix nits in previous commit:
2014-10-11 Konstantin BelousovMFi386 r272761.
2014-10-11 John BaldwinUpdate ip_divert.ko to depend on version 3 of ipfw.
2014-10-11 Alexander V. ChernikovFix KASSERT typo.
2014-10-11 Alexander MotinShorten frontend name.
2014-10-11 Alexander MotinFilter out duplicate AC_PATH_REGISTERED async events.
2014-10-11 Alexander MotinFix r272936 build with old GCC.
2014-10-11 Alexander MotinUpdate isp_tgt_map and send new arrival notification...
2014-10-11 Alexander MotinMark CTL frontend's CAM driver as CAM_PERIPH_DRV_EARLY.
2014-10-11 Edward Tomasz Napi... Add assertion to catch duplicated notes.
2014-10-11 Marcel MoolenaarTurn WITNESS_COUNT into a tunable and sysctl. This...
2014-10-10 Alexander V. ChernikovRemove redundant if_notifier declaration.
2014-10-10 Alexander MotinMake ctld start even if some LUNs are unable to open...
2014-10-10 Konstantin BelousovMake MAP_NOSYNC handling in the vm_fault() read-locked...
2014-10-10 George V. Neville... Change the PF hash from Jenkins to Murmur3. In forward...
2014-10-10 John BaldwinDon't pass RF_ALLOCATED to bus_alloc_resource().
2014-10-10 Alexander V. ChernikovFix KASSERT argument type.
2014-10-10 Alexander V. ChernikovFix NOINET6 build for ipfw.
2014-10-10 Alexander V. ChernikovPartially fix build on !amd64
2014-10-10 John BaldwinVarious fixes to stats:
2014-10-10 Ruslan Bukino Add machine-dependent SMP part
2014-10-10 Baptiste DaroussinFix typo revealed by using newer binutils
2014-10-10 Baptiste DaroussinUse FreeBSD-bit-checking-style
2014-10-10 Alexander MotinStore persistent reservation keys as uint64_t instead...
2014-10-10 Hiroki SatoVirtualize if_epair(4). An if_xname check for both...
2014-10-10 Baptiste DaroussinRename elf*-powerpc into elf*-powerpc-freebsd in binutils
2014-10-10 Bryan VenteicherAdd context pointer and source address to the UDP tunne...
2014-10-10 Warner LoshFor gcc 4.6 and newer, _Static_assert is a keyword...
2014-10-10 Warner LoshRestore the backed-out change, using __offsetof instead.
2014-10-09 Bryan VenteicherAdd missing UDP multicast receive dtrace probes
2014-10-09 Michael TuexenEnsure that the flags field of sctp_tmit_chunks is...
2014-10-09 Alexander V. ChernikovMerge projects/ipfw to HEAD.
2014-10-09 Neel NatuSupport Intel-specific MSRs that are accessed when...
2014-10-09 Edward Tomasz Napi... Remove remnants of some cleanup; no functional changes.
2014-10-09 Alexander V. ChernikovMerge HEAD@r272834
2014-10-09 Baptiste DaroussinBackout r272825 every useland usage of ufs/ufs/dir...
2014-10-09 Adrian ChaddShuffle things.
2014-10-09 Warner LoshWhen building with a newer GCC, suppress some warnings...
2014-10-09 Alexander V. ChernikovBump ipfw module version.
2014-10-09 Alexander V. ChernikovSync to HEAD@r272825.
2014-10-09 Baptiste DaroussinUse offsetof() from sys/types.h instead of a custom one
2014-10-09 Marcel MoolenaarRegenerate after r272823:
2014-10-09 Marcel MoolenaarMove the SCTP syscalls to netinet with the rest of...
2014-10-09 Hans Petter SelaskyAdd sysctl knob to disable port power on a specific...
2014-10-09 Alexander V. ChernikovFix core on table destroy inroduced by table values...
2014-10-09 Alexander V. Chernikov* Wire large user buffer before processing GET request.
2014-10-09 Baptiste DaroussinOnly catch the line from the compiler output where...
2014-10-09 Alexander MotinMake iSCSI connection close somewhat less aggressive.
2014-10-09 Xin LIMFV r272804:
2014-10-09 Xin LIMFV r272803:
2014-10-09 Hans Petter SelaskyRefine support for disabling USB enumeration to allow...
2014-10-09 Xin LIMFV r272802:
2014-10-09 Alexander MotinUse proper variable when looping through periphs with...
2014-10-09 Bryan VenteicherMove the calls to u_tun_func() into udp6_append()
2014-10-09 Adrian ChaddMissing from previous commit - keep the VM domain ...
2014-10-09 Adrian ChaddAdd a bus method to fetch the VM domain for the given...
2014-10-09 Bryan VenteicherCheck for mbuf copy failure when there are multiple...
2014-10-09 Bryan VenteicherAdd M_FLOWID to M_COPYFLAGS
2014-10-09 Marcel MoolenaarFix draining in ttydev_leave():
2014-10-09 Marcel MoolenaarApply r269126 to tty_timedwait():
2014-10-09 Marcel MoolenaarProperly NUL-terminate the on-stack buffer for reading...
2014-10-08 Andrey V. ElsukovWhen tunneling interface is going to insert mbuf into...
2014-10-08 Baptiste DaroussinImport byacc 20141006
2014-10-08 Mark JohnstonPass up the error status of minidumpsys() to its callers.
2014-10-08 Alexander MotinRemove one second wait for threads exit from icl_conn_c...
2014-10-08 Gavin AtkinsonIt looks like an entry for the R215 is not required...
2014-10-08 Konstantin BelousovAdd an argument to the x86 pmap_invalidate_cache_range...
2014-10-08 John BaldwinAdd schedgraph traces for callout handlers. Specifical...
2014-10-08 Alexander MotinProperly report 12Gbps connection rate.
2014-10-08 Michael TuexenEnsure that the list of streams sent in a stream reset...
2014-10-08 Michael TuexenEnsure that the number of stream reported in srs_number...
2014-10-08 Andrey V. ElsukovFix comment.
2014-10-08 Alexander MotinImplement software (mode page) and hardware (config...
2014-10-08 Andrey V. ElsukovAdd an ability to set dumpdev via loader(8) tunable.
2014-10-08 Alexander V. ChernikovAdd IP_FW_DUMP_SOPTCODES sopt to be able to determine
2014-10-08 Kashyap D DesaiNo logical code change in this pathc.
2014-10-08 Edward Tomasz Napi... Simplify; no functional changes.
2014-10-08 Kashyap D DesaiDriver version upgrade.
2014-10-08 Kashyap D DesaiIn the passthru IOCTL path, the mfi command pool was...
2014-10-08 Kashyap D Desaid_poll() callback function is the entry point for poll...
2014-10-08 Kashyap D DesaiExtended MSI-x vectors support for Invader and Fury...
2014-10-08 Kashyap D DesaiFix the minor svn add issue. $FreeBSD$ expands at the...
2014-10-08 Kashyap D DesaiThis is a feature provided to run 32-bit linux binaries...
2014-10-08 Ruslan BukinAlways wait 'command done' interrupt status bit before...
2014-10-08 Kashyap D DesaiCurrent MegaRAID firmware and hence the driver only...
2014-10-08 Alexander MotinAdd support for WRITE ATOMIC (16) command and report...
2014-10-08 Hans Petter SelaskyAdd support for disabling USB enumeration in general...
2014-10-08 Pyun YongHyeonOops, fix typo made in r272729.
2014-10-08 Pyun YongHyeonAdd support for QAC AR816x/AR817x Gigabit/Fast Ethernet...
2014-10-08 Pyun YongHyeonAdd new quirk PCI_QUIRK_MSI_INTX_BUG to pci(4).
2014-10-08 Pyun YongHyeonFix a long standing bug in MAC statistics register...
2014-10-07 Sean BrunoImplement PLPMTUD blackhole detection (RFC 4821), inspi...
2014-10-07 Navdeep Parharcxgbe/tom: don't leak resources tied to an active open...
2014-10-07 Jung-uk KimMake kern.nswbuf tunable from loader.
2014-10-07 Gavin AtkinsonSupport the Vodafone R215 LET USB dongle, which is...
next