]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
AF_UNIX: check for unp == unp2 on disconnect
[FreeBSD/FreeBSD.git] / sys /
2018-06-07 mmacyAF_UNIX: check for unp == unp2 on disconnect
2018-06-07 alcpidctrl_daemon() implements a variation on the classica...
2018-06-07 mmacyhwpmc: don't do EMIT64 on constant
2018-06-07 mmacypmc: convert native to jsonl and track TSC value of...
2018-06-07 mmacyhwpmc: don't log pid->name more than once
2018-06-07 mmacycpufunc: add rdtscp for x86
2018-06-06 tuexenImprove compliance with RFC 4895 and RFC 6458.
2018-06-06 cempuc(4): Add provisional support for Exar XR17V352
2018-06-06 hselaskyMake some list functions RCU safe in the LinuxKPI.
2018-06-06 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option.
2018-06-06 hselaskyRewrite code using atomic_fcmpset_int() in the LinuxKPI.
2018-06-06 hselaskyImplement the __add_wait_queue_entry_tail() function...
2018-06-06 jhibbitsRevert r334708
2018-06-06 hselaskyImplement the might_sleep_if() function macro in the...
2018-06-06 hselaskyRename two structure field members while keeping backwa...
2018-06-06 hselaskyImplement the init_wait_entry() function macro in the...
2018-06-06 hselaskyImplement the atomic_dec_if_positive() function in...
2018-06-06 hselaskyImplement the ktime_compare() and ktime_after() functio...
2018-06-06 hselaskyImplement the rdmsrl_safe() function macro in the LinuxKPI.
2018-06-06 aeMake in_delayed_cksum() be similar to IPv6 implementation.
2018-06-06 jhibbitsAdd a memory barrier after taking a reference on the...
2018-06-06 aeUse m_copyback() function to write delayed checksum...
2018-06-06 thjUse UDP len when calculating UDP checksums
2018-06-06 aeFix LINT-NOINET build.
2018-06-06 mjgmalloc: elaborate on r334545 due to frequent questions
2018-06-06 mmacyhwpmc: add summary command and further metadata extensions
2018-06-05 aeRework if_gif(4) to use new encap_lookup_t method to...
2018-06-05 aeConstify argument of in6_getscope().
2018-06-05 aeRework IP encapsulation handling code.
2018-06-05 vangyzenMake Coverity more happy with r334545
2018-06-05 aetcp_lro.h requires <netinet/in.h>, include it directly...
2018-06-05 hselaskyDeclare and set the global "system_highpri_wq" workqueu...
2018-06-05 hselaskyImplement the INIT_DELAYED_WORK_ONSTACK() function...
2018-06-05 hselaskyDefine the __kernel_size_t type in the LinuxKPI.
2018-06-05 hselaskyImplement the task_pid_vnr() function macro in the...
2018-06-05 hselaskyAdd "access" function pointer to the "vm_operations_str...
2018-06-05 hselaskyImplement mul_u32_u32() function in the LinuxKPI.
2018-06-05 hselaskyImplement timer_setup() and from_timer() function macro...
2018-06-05 ramIssue:
2018-06-05 kibabEnable high-speed on the card before increasing frequen...
2018-06-05 eadlerusbdevs: sync from NetBSD
2018-06-05 kevloSince we don't enable BUF_TRACKING and FULL_BUF_TRACKIN...
2018-06-05 kevloAdd support for SIMCom SIM7600E.
2018-06-05 mmacyhwpmc: log name->pid, name->tid mappings
2018-06-04 jkimMFV: r334448
2018-06-04 mmacyhwpmc: don't defer user callchain capture completion...
2018-06-04 markjRegen after r334626.
2018-06-04 markjReimplement brk() and sbrk() to avoid the use of _end.
2018-06-04 cemCorrectly handle the padding for IPv6-AH, as specified...
2018-06-04 cemstr(r)chr: Replace union abuse with __DECONST
2018-06-04 mmacyhwpmc: remove gratuitous curthread checks
2018-06-04 markjCorrect the description of vm_pageout_scan_inactive...
2018-06-04 alcUse a single, consistent approach to returning success...
2018-06-04 brFix build: ignore a GCC 7.2.0 warning which says that...
2018-06-04 jhibbitsAlign UMA data to 128 byte cacheline size
2018-06-04 markjFix the NUMA build for non-x86 platforms.
2018-06-04 rmacklemRevert r334586 since I now think __unused is the better...
2018-06-04 mmacyhwpmc: fix fixed counters checks
2018-06-04 mmacyhwpmc: ABI fixes
2018-06-04 mmacyhwpmc: support sampling both kernel and user stacks...
2018-06-03 rmacklemFix a gcc8 warning about a write only variable.
2018-06-03 mmacyhwpmc: ensure that mapin updates are synchronous
2018-06-03 mmacypmc: remove assert that is invalid in interrupt context
2018-06-03 wulf[evdev] Sync event codes with Linux kernel 4.16
2018-06-03 jhibbitsRevert r326083, it doesn't behave as expected.
2018-06-02 mjgRemove an unused argument to turnstile_unpend.
2018-06-02 mjgmalloc: try to use builtins for zeroing at the callsite
2018-06-02 jhibbitsIncluded VSX registers in powerpc core dumps
2018-06-02 mjgamd64: add a mild depessimization to rep mov/stos users
2018-06-02 jhibbitsAdded ptrace support for reading/writing powerpc VSX...
2018-06-02 mjgUse __builtin for various mem* and b* (e.g. bzero)...
2018-06-02 mjglibkern: tidy up memset
2018-06-02 tuexenDon't overflow a buffer if we receive an INIT or INIT...
2018-06-02 bdeImprove defaults for per-CPU kernel console colors...
2018-06-02 bdeUse per-CPU attributes earlier.
2018-06-02 bdeOops, the last minute reduction in the clobber list...
2018-06-02 bdeFix low-level locking during panics.
2018-06-02 bdeFinish COMPAT_AOUT support for amd64. It wasn't in...
2018-06-02 bdeFix high resolution kernel profiling just enough to...
2018-06-02 bdeFix recent breakages of kernel profiling, mostly on...
2018-06-02 rmacklemFix the default number of threads for Flex File layout...
2018-06-02 markjRemove the "pass" variable from the page daemon control...
2018-06-01 kibOnly check for MAP_32BIT when available.
2018-06-01 markjAvoid completing I/O when dumping core after a panic.
2018-06-01 alcOnly a small subset of mmap(2)'s flags should be used...
2018-06-01 jhibbitsIncrease powerpc64 KVA from ~7.25GB to 32GB
2018-06-01 tuexenLimit the retransmission timer for SYN-ACKs by TCPTV_RE...
2018-06-01 tuexenEnsure net.inet.tcp.syncache.rexmtlimit is limited...
2018-06-01 rmacklemAdd the BindConnectiontoSession operation to the NFSv4...
2018-06-01 impAdd PNP_INFO to aac
2018-06-01 npcxgbe(4): Include full duplex mediaopt in media that...
2018-06-01 jhibbitsUnbreak 32-bit binaries on powerpc64
2018-06-01 emasteANSIfy sys/kern
2018-06-01 leitaopowerpc64: Avoid overwriting initrd area
2018-06-01 hselaskyImplement the __sg_alloc_table_from_pages() function...
2018-06-01 hselaskyImplement radix_tree_iter_delete() in the LinuxKPI.
2018-06-01 hselaskyImprove high resolution timer support in the LinuxKPI.
2018-06-01 hselaskyAdd more GFP macro definitions in the LinuxKPI.
2018-06-01 avgcall AcpiLeaveSleepStatePrep after re-enabling interrupts
2018-06-01 traszSet bDeviceClass properly for composite device (templat...
next