]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Comestic change to try to inline the memset with SSE/AVX instructions.
[FreeBSD/FreeBSD.git] / sys /
2018-11-07 Justin Hibbitspowerpc/atomic: Loosen the memory barrier on atomic_loa...
2018-11-06 Mark JohnstonAvoid fixing the tty_info() buffer size in tty.h.
2018-11-06 Rick MacklemChange nfs_advlock() so that the NFSVOPUNLOCK() is...
2018-11-06 John BaldwinTreat the memory lengths for CHELSIO_T4_GET_MEM as...
2018-11-06 Mark JohnstonAvoid specifying VM_PROT_EXECUTE in mappings from pipe_...
2018-11-06 Mark JohnstonWe need opt_stack.h after r339605.
2018-11-06 Brooks DavisUpdate some comments made obsolete by recent commits.
2018-11-06 Brooks DavisRegen after r340199: Use declared types for caddr_t...
2018-11-06 Brooks DavisUse declared types for caddr_t arguments.
2018-11-06 Mariusz ZaborskiRemove ppoll. freebsd32 doesn't define a ppoll syscall.
2018-11-06 Mariusz ZaborskiRegenerate after r340195.
2018-11-06 Mariusz Zaborskicapsicum: Add ppoll and freebsd32_ppoll to compat32.
2018-11-06 Mariusz ZaborskiRegenerate after r340129.
2018-11-06 Andrew TurnerAdd the KUBSAN options to the arm64 and amd64 GENERIC...
2018-11-06 Mark JohnstonUse plain atomic_{add,subtract} when that's sufficient.
2018-11-06 Andrew TurnerPort the NetBSD ubsan runtime to the FreeBSD kernel.
2018-11-06 Andrew TurnerImport the NetBSD micro ubsan code for the kernel.
2018-11-06 Maxim SobolevDon't allow BIO_READ, BIO_WRITE or BIO_DELETE requests...
2018-11-06 Tijl CoosemansFix builds with COMPAT_LINUX32 in the kernel config.
2018-11-06 Tijl CoosemansOn amd64 both Linux compat modules, linux.ko and linux6...
2018-11-06 Michael TuexenDon't use a function when neither INET nor INET6 are...
2018-11-06 Mark JohnstonInitialize last_target in the laundry thread control...
2018-11-06 John BaldwinAdd a facility for transmitting "raw" work requests...
2018-11-06 Brooks DavisFix a couple indentation errors in r339958.
2018-11-06 Ed Mastecapability.h: add comment about planned removal timeline
2018-11-05 John BaldwinAdd a custom implementation of cpu_lock_delay() for...
2018-11-05 John BaldwinAdd a delay_tsc() static function for when DELAY()...
2018-11-05 Ed Masterevert r340156, restoring sys/sys/capability.h
2018-11-05 John BaldwinAdd a KPI for the delay while spinning on a spin lock.
2018-11-05 John BaldwinRework setting PTE_D for kernel mappings.
2018-11-05 Ed MasteRemove backwards-compatibility sys/capability.h
2018-11-05 Warner LoshOnly assert locked for many async events.
2018-11-05 Matt Macyhwpmc: limit wait for user callchain collection to...
2018-11-05 Justin Hibbitspowerpc/SMP: Don't spam the console with AP bringup...
2018-11-04 Konstantin BelousovMove the fixed base for PIE loading on arm.
2018-11-04 Eugene GrosbeinMake ng_pptpgre(8) netgraph node be able to restore...
2018-11-04 Mariusz Zaborskicapsicum: allow ppoll(2) in capability mode
2018-11-04 Eric van GyzenUpdate expat to 2.2.6
2018-11-04 Matt MacyAdd aditional counter descriptions to AMD 0x17
2018-11-03 Matt MacyConvert epoch to read / write records per cpu
2018-11-03 Alexander Motin9952 Block size change during zfs receive drops spill...
2018-11-03 Warner LoshImplement ability to turn on/off PHYs for AHCI devices.
2018-11-02 Jung-uk KimMFV: r339981
2018-11-02 Ed Mastenewvers.sh: fix git false positive -dirty tag
2018-11-02 Ed Masteembed_mfs.sh: replace some compound statements with...
2018-11-02 Brooks DavisRegen after r340080: Add const to input-only char ...
2018-11-02 Brooks DavisAdd const to input-only char * arguments.
2018-11-02 Ed Mastesys/types.h: avoid using terse macro _M
2018-11-02 Kristof Provostpf: Fix build if INVARIANTS is not set
2018-11-02 Jonathan T. Looneym_pulldown() may reallocate n. Update the oip pointer...
2018-11-02 Ed MasteDefine NT_FREEBSD_FEATURE_CTL ELF note type
2018-11-02 Warner LoshAdd sysctl_usec_to_sbintime and sysctl_msec_to_sbintime.
2018-11-02 Kristof Provostpf: Keep a reference to struct ifnets we're using
2018-11-02 Kristof Provostpfsync: Add missing unlock
2018-11-02 Alexander MotinAdjust SiS 966/968 HDA controller naming.
2018-11-02 Kristof Provostpfsync: Allow module to be unloaded
2018-11-02 Kristof Provostpfsync: Handle syncdev going away
2018-11-02 Kristof Provostpfsync: Ensure uninit is done before pf
2018-11-02 Kristof ProvostNotify that the ifnet will go away, even on vnet shutdown
2018-11-02 Kristof Provostpfsync: Make pfsync callbacks per-vnet
2018-11-02 Mark JohnstonInitialize the eflags field of vm_map headers.
2018-11-02 Navdeep Parharcxgbe/iw_cxgbe: Suppress spurious "Unexpected streaming...
2018-11-02 Kristof Provostpf: Limit the fragment entry queue length to 64 per...
2018-11-02 Kristof Provostpf: Split the fragment reassembly queue into smaller...
2018-11-02 Kristof Provostpf: Count holes rather than fragments for reassembly
2018-11-02 Hans Petter SelaskyAdd new USB v2.0 PCI ID.
2018-11-02 Kristof ProvostRevert "pf: Limit the maximum number of fragments per...
2018-11-02 Brooks DavisMake vop_symlink take a const target path.
2018-11-02 Martin Wilke- Add quirk for Samsung on Mac Mini 7,1
2018-11-01 Conrad Meyerkern_poll: Restore explanatory comment removed in r177374
2018-11-01 Dag-Erling SmørgravMerge upstream r4932: turn so-reuseport option off...
2018-11-01 Ed MasteRetire CLANG_NO_IAS34
2018-11-01 Brooks DavisRegent after r340034: Use mode_t when the documented...
2018-11-01 Brooks DavisUse mode_t when the documented signature does.
2018-11-01 John BaldwinRestrict setting PTE execute permissions on RISC-V.
2018-11-01 John BaldwinSet PTE_A and PTE_D for user mappings in pmap_enter().
2018-11-01 John BaldwinSBI calls expect a pointer to a u_long rather than...
2018-11-01 John BaldwinDon't allow debuggers to modify SSTATUS, only to read it.
2018-11-01 John BaldwinImplement ptrace_set_pc() and fail PT_*STEP requests...
2018-11-01 Warner LoshAdd comments explaining what hold/unhold do
2018-11-01 John BaldwinCheck cannot_use_txpkts() rather than needs_tso() in...
2018-11-01 John BaldwinAdd support for port unit wiring to cxgbe(4).
2018-11-01 John BaldwinAssert that reclaim_tx_descs() is always making forward...
2018-11-01 John BaldwinDon't enter DDB for fatal traps before panic by default.
2018-11-01 Andrew TurnerAdd the ARMv8.3 SCTLR_EL1 fields.
2018-11-01 Eric Joynerixl/iavf(4): Update remaining references of "num_queues...
2018-11-01 Bjoern A. Zeebcarpstats are the last virtualised variable in the...
2018-11-01 Andrew TurnerAdd the ARMv8.3 HCR_EL2 register fields.
2018-11-01 Mark JohnstonRemove redundant checks for a NULL lbgroup table.
2018-11-01 Mark JohnstonImprove style in in_pcbinslbgrouphash() and related...
2018-11-01 Ben Widawskylinuxkpi: Add GFP flags needed for ttm drivers
2018-11-01 Rick MacklemFix NFS client vnode locking to avoid a crash during...
2018-11-01 Michael TuexenRemove debug code which slipped in accidently.
2018-11-01 Michael TuexenImprove a comment to refer to the actual sections in...
2018-11-01 Andrew TurnerUse the correct offsets for the trap frame in fork_tram...
2018-10-31 Konstantin BelousovAdd pci_early function to detect Intel stolen memory.
2018-10-31 Kyle Evansi386/MINIMAL: VERBOSE_SYSINIT=0 for consistency
2018-10-31 Kyle EvansCompile in VERBOSE_SYSINIT support by default, remain...
2018-10-31 Gleb SmirnoffDefine QMD_SAVELINK() only for QUEUE_MACRO_DEBUG_TRASH...
2018-10-31 Navdeep Parharcxgbe(4): Add rate limiting support for UDP.
next