]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netpfil
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r301441, and update
[FreeBSD/FreeBSD.git] / sys / netpfil /
2017-04-26 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-04-22 Dimitry AndricMerge libc++ trunk r300890, and update build glue.
2017-04-22 Dimitry AndricMerge compiler-rt trunk r300890, and update build glue.
2017-04-21 Josh PaetzelMFV 316891
2017-04-21 Simon J. GerratyMerge bmake-20170420
2017-04-21 Josh PaetzelMFV 316871
2017-04-21 Josh PaetzelMFV 316870
2017-04-21 Josh PaetzelMFV 316868
2017-04-20 Dimitry AndricMerge llvm, clang, lld and lldb trunk r300890, and...
2017-04-20 Dimitry AndricMerge ^/head r316992 through r317215.
2017-04-20 Kristof Provostpf: Fix possible incorrect IPv6 fragmentation
2017-04-18 Kristof Provostpf: Also clear limit counters
2017-04-17 Ed MasteUpdate ELF Tool Chain to upstream r3520
2017-04-16 Dimitry AndricMerge lldb trunk r300422 and resolve conflicts.
2017-04-16 Dimitry AndricMerge lld trunk r300422 and resolve conflicts.
2017-04-16 Dimitry AndricMerge clang trunk r300422 and resolve conflicts.
2017-04-16 Dimitry AndricMerge llvm trunk r300422 and resolve conflicts.
2017-04-15 Baptiste DaroussinImport zstandard 1.1.4 in base
2017-04-15 Simon J. GerratyUpdate to bmake 20170413
2017-04-14 Andrey V. ElsukovAvoid undefined behavior.
2017-04-14 Andrey V. ElsukovUse address of specific union member instead of whole...
2017-04-14 Andrey V. ElsukovThe rule field in the ipfw_dyn_rule structure is used...
2017-04-14 Gleb SmirnoffFix potential NULL deref.
2017-04-13 Maxim Konovalovo Redundant assignments removed.
2017-04-13 Conrad Meyerdummynet: Use strlcpy to appease static checkers
2017-04-10 Pedro F. GiffuniMFV r316693:
2017-04-03 Andrey V. ElsukovRemove "IPFW static rules" rmlock.
2017-04-03 Martin MatuskaMFV r316454,316455:
2017-04-03 Andrey V. ElsukovAdd ipfw_pmod kernel module.
2017-04-03 Andrey V. ElsukovAdd O_EXTERNAL_DATA opcode support.
2017-04-03 Andrey V. ElsukovAdd the log formatting for an external action opcode.
2017-04-01 Kristof Provostpf: Fix leak of pf_state_keys
2017-03-31 Andrey V. ElsukovReset the cached state of last lookup in the dynamic...
2017-03-29 Xin LIMFV r316124: Fix build when WITHOUT_INET6.
2017-03-28 Martin MatuskaMFV r316083,316094:
2017-03-27 Baptiste DaroussinImport tzdata 2017b
2017-03-27 Josh PaetzelMFV: 315989
2017-03-26 Robert WatsonMerge OpenBSM 1.2-alpha5 from vendor branch to FreeBSD...
2017-03-25 Dmitry ChaginMFV r315950:
2017-03-25 Dmitry ChaginUpdate to tcsh 6.20.00
2017-03-25 Dimitry AndricImport libcxxrt master 8a853717e61d5d55cbdf74d9d0a7545d...
2017-03-24 Alexander MotinMFV r315290, r315291: 7303 dynamic metaslab selection
2017-03-24 Martin MatuskaMFV r315875:
2017-03-23 Xin LIMFV r315791: ntp 4.2.8p10.
2017-03-22 Kristof Provostpf: Fix possible shutdown race
2017-03-20 Martin MatuskaMFV r315633, 315635:
2017-03-19 Kristof Provostpf: Fix rule evaluation after inet6 route-to
2017-03-18 Don LewisChange several constants used by the PIE algorithm...
2017-03-18 Kristof Provostpf: Fix memory leak on vnet shutdown or unload
2017-03-16 Pedro F. GiffuniMFV r315425:
2017-03-14 Andrey V. ElsukovUse memset with structure size.
2017-03-13 Conrad Meyernat64lsn: Use memset() with structure, not pointer...
2017-03-12 Kristof Provostpf: Fix incorrect rw_sleep() in pf_unload()
2017-03-12 Kristof Provostpf: Do not lose the VNET lock when ending the purge...
2017-03-10 Dimitry AndricUpdate clang, llvm, lld, lldb, compiler-rt and libc...
2017-03-10 Oleksandr TymoshenkoMerge from vendor branch importing dtc 1.4.3
2017-03-09 Maxim Konovalovo Typo in the comment fixed.
2017-03-08 Andriy GaponMFV r314911: 7867 ARC space accounting leak
2017-03-08 Andriy GaponMFV r314910: 7843 get_clones_stat() is suboptimal for...
2017-03-08 Warner LoshCopy needed include files from EDK2. This is a minimal...
2017-03-07 Emmanuel VadotUpdate our device tree files to a Linux 4.10
2017-03-06 Kristof Provostpf: Fix a crash in low-memory situations
2017-03-06 Simon J. GerratyMerge bmake-20170301
2017-03-06 Dag-Erling SmørgravUpgrade to OpenSSH 7.4p1.
2017-03-06 Andrey V. ElsukovFix the build. Use new ipfw_lookup_table() in the nat64...
2017-03-05 Andrey V. ElsukovAdd IPv6 support to O_IP_DST_LOOKUP opcode.
2017-03-05 Andrey V. ElsukovReject invalid object types that can not be used with...
2017-03-03 Andrey V. ElsukovFix matching table entry value. Use real table value...
2017-03-03 Jung-uk KimMerge ACPICA 20170303.
2017-03-02 Martin MatuskaMFV r314565,314567,314570:
2017-03-02 Dag-Erling SmørgravUpgrade to OpenSSH 7.3p1.
2017-03-01 Dimitry AndricMerge ^/head r314482 through r314522.
2017-03-01 Baptiste DaroussinImport dma snapshot from git 2017-02-10
2017-03-01 Andrey V. ElsukovFix NPTv6 rule counters when one_pass is not enabled.
2017-02-28 Olivier HouchardMerge CK as of commit 24d26965d1a28039062ba3bcf9433b623...
2017-02-28 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, lld and lldb...
2017-02-25 Josh PaetzelMFV 314276
2017-02-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, lld and lldb...
2017-02-25 Josh PaetzelMFV 314243
2017-02-23 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, lld and lldb...
2017-02-23 Dimitry AndricMerge ^/head r313896 through r314128.
2017-02-22 Pedro F. Giffunisys: Replace zero with NULL for pointers.
2017-02-20 Dag-Erling SmørgravUpgrade to OpenPAM Radula.
2017-02-19 Baptiste DaroussinImport mandoc 1.4.1rc2
2017-02-19 Baptiste DaroussinImport libucl 20170219
2017-02-17 Dimitry AndricMerge ^/head r313644 through r313895.
2017-02-17 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, lld and lldb...
2017-02-17 Josh PaetzelMVF: 313876
2017-02-16 Eric van GyzenUse inet_ntoa_r() instead of inet_ntoa() throughout...
2017-02-16 Eric van Gyzenpf: use inet_ntoa_r() instead of inet_ntoa(); maybe...
2017-02-16 Josh PaetzelMFV 313786
2017-02-15 Martin MatuskaMFV r313781:
2017-02-15 Xin LIMFV r313759: license change for a few headers (4 clause...
2017-02-13 Xin LIMFV r313676: libpcap 1.8.1
2017-02-11 Dimitry AndricMerge ^/head r313301 through r313643.
2017-02-11 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, lld and lldb...
2017-02-11 Martin MatuskaMFV r313569:313569:313569:
2017-02-07 Enji CooperImprove libnetbsd compatibility with NetBSD
2017-02-07 Enji CooperMFhead@r313360
2017-02-07 Enji CooperFix typos in comments (returing -> returning)
next