]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
limit change to fixing controlp handling pending review
[FreeBSD/FreeBSD.git] / sys /
2018-06-11 Matt Macylimit change to fixing controlp handling pending review
2018-06-11 Matt Macysoreceive_stream: correctly handle edge cases
2018-06-11 Mark JohnstonUse the cached curthread reference in pmc_process_inter...
2018-06-11 Hans Petter SelaskyImplement the kstrtobool() and kstrtobool_from_user...
2018-06-11 Hans Petter SelaskyImplement the user_access_begin(), user_access_end...
2018-06-11 Konstantin BelousovFix braino in r334799. Maxmem is in pages.
2018-06-11 Jonathan T. LooneyChange RACK dependency on TCPHPTS from a build-time...
2018-06-11 Dimitry AndricFix build of bxe with base gcc on i386
2018-06-11 Dimitry AndricDisable building aesni with base gcc
2018-06-11 Dimitry AndricFix build of i915kms with base gcc
2018-06-11 Dimitry AndricFix build of ocs_fs with base gcc on i386
2018-06-11 Eitan Adlerusbdevs: sort my prior commit
2018-06-11 Eitan Adlerusbdevs: adding vendor
2018-06-10 Andrew TurnerRemove the psci option from arm64. It is now a standard...
2018-06-10 Eitan AdlerRevert r334929
2018-06-10 Rick MacklemAdd checks for the Flexible File layout to LayoutRecall...
2018-06-10 Eitan Adlerinclude: remove sys/capability.h
2018-06-10 Andrew TurnerClean up handling of unexpected exceptions. Previously...
2018-06-10 Bruce EvansUntangle configuration ifdefs a little. On x86, msi...
2018-06-10 Bruce EvansFix panics in potentially all x86bios calls on i386...
2018-06-10 Vladimir KondratyevDrop MOUSE_GETVARS and MOUSE_SETVARS ioctls support.
2018-06-09 Rick MacklemDelete some macros that are unused.
2018-06-09 Rick MacklemDelete an unused macro and clean up a comment about it.
2018-06-09 Mark JohnstonBump __FreeBSD_version after r334881 and force libdwarf...
2018-06-09 Mark JohnstonTell the compiler that rdtscp clobbers %ecx.
2018-06-09 Andrew TurnerIn the ThunderX BGX network driver we were skipping...
2018-06-09 Kristof Provostpf: Fix deadlock with route-to
2018-06-09 Andrey V. ElsukovExplicitly change the link state when we assingn an...
2018-06-08 Mateusz Guzikcounter: add a bit missed in r334858
2018-06-08 Stephen HurdRemove tx task spinning added in r333686
2018-06-08 Mateusz Guzikuma: implement provisional api for per-cpu zones
2018-06-08 Matt Macyhwpmc: remove dangling references to hwpmc_xscale
2018-06-08 Tycho NightingaleDon't bother looking for non-executable pages when...
2018-06-08 Matt MacyAF_UNIX: bring uipc_ready in compliance with new lockin...
2018-06-08 Jonathan T. LooneyAdd a socket destructor callback. This allows kernel...
2018-06-08 Matt Macyhwpmc: yet another missed fixup
2018-06-08 Konstantin BelousovRestore release semantic for the old thread unlock...
2018-06-08 Matt Macyhwpmc: remove hwpmc_xscale.c from corresponding arm...
2018-06-08 Adrian Chadd[ath_hal] Return failure if noise floor calibration...
2018-06-08 Adrian Chadd[ath_hal] Don't do ANI processing if we've reset.
2018-06-08 Matt Macyhwpmc: retire never completed xscale support
2018-06-08 Matt Macyhwpmc: update files missed by r334827
2018-06-08 Sean Eric FaganThis originated from ZFS On Linux, as
2018-06-08 Matt Macyavoid 'tcp_outflags defined but not used'
2018-06-08 Matt Macyhpts: remove redundant decl breaking gcc build
2018-06-08 Matt Macyunbreak LINT build after r334804
2018-06-08 Matt Macyhwpmc: fix arm64 INVARIANTS build
2018-06-08 Mateusz Guzikuma: fix up r334824
2018-06-08 Matt Macyrtentry_zinit: don't blindly pass through M_ZERO to...
2018-06-08 Matt Macyhwpmc: avoid undefined variable on LINT
2018-06-08 Matt Macyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-08 Mateusz Guzikamd64: remove now unused bzero, bcmp and bcopy. move...
2018-06-08 Mateusz Guzikuma: remove M_ZERO support for pcpu zones
2018-06-08 Mateusz Guzikamd64: fix a retarded bug in memset
2018-06-08 Gleb SmirnoffUMA memory debugging enabled with INVARIANTS consists...
2018-06-07 Breno LeitaoFix excise_initrd_region() to support 32- and 64-bit...
2018-06-07 Randall StewartTake out the stack alias inadvertantly added by my...
2018-06-07 Randall StewartFix build issue with const and volatile and the
2018-06-07 Benno RiceBreak recursion involving getnewvnode and zfs_rmnode.
2018-06-07 Randall StewartThis commit brings in a new refactored TCP stack called...
2018-06-07 Konstantin BelousovAccount for dmap limit when selecting the pages for...
2018-06-07 Breno Leitaodev/ofw: Fix ofw_fdt_getprop() return values to match...
2018-06-07 Andriy Gaponx86: reorganize code that deals with unexpected NMI-s
2018-06-07 Andriy Gaponexpand descriptions of x86 panic_on_nmi and kdb_on_nmi...
2018-06-07 Breno Leitaomd: use prestaged mfs_root
2018-06-07 Jonathan T. LooneyFix a typo in vm_domain_set(). When a domain crosses...
2018-06-07 Eric Joyneriflib: Record TCP checksum info in iflib when TCP check...
2018-06-07 Hans Petter SelaskyDefine ARCH_KMALLOC_MINALIGN in the LinuxKPI.
2018-06-07 Hans Petter SelaskyWrap timespec64 into timespec in the LinuxKPI.
2018-06-07 Hans Petter SelaskyMove the EXPORT_SYMBOL_XXX() function macros into own...
2018-06-07 Hans Petter SelaskyImplement the dev_pm_set_driver_flags() function macro...
2018-06-07 Justin HibbitsBuild nvme modules for powerpc, and install man pages
2018-06-07 Alan CoxWhen pidctrl_daemon() is called multiple times within...
2018-06-07 Matt MacyAF_UNIX: check for unp == unp2 on disconnect
2018-06-07 Alan Coxpidctrl_daemon() implements a variation on the classica...
2018-06-07 Matt Macyhwpmc: don't do EMIT64 on constant
2018-06-07 Matt Macypmc: convert native to jsonl and track TSC value of...
2018-06-07 Matt Macyhwpmc: don't log pid->name more than once
2018-06-07 Matt Macycpufunc: add rdtscp for x86
2018-06-06 Michael TuexenImprove compliance with RFC 4895 and RFC 6458.
2018-06-06 Conrad Meyerpuc(4): Add provisional support for Exar XR17V352
2018-06-06 Hans Petter SelaskyMake some list functions RCU safe in the LinuxKPI.
2018-06-06 Sean BrunoLoad balance sockets with new SO_REUSEPORT_LB option.
2018-06-06 Hans Petter SelaskyRewrite code using atomic_fcmpset_int() in the LinuxKPI.
2018-06-06 Hans Petter SelaskyImplement the __add_wait_queue_entry_tail() function...
2018-06-06 Justin HibbitsRevert r334708
2018-06-06 Hans Petter SelaskyImplement the might_sleep_if() function macro in the...
2018-06-06 Hans Petter SelaskyRename two structure field members while keeping backwa...
2018-06-06 Hans Petter SelaskyImplement the init_wait_entry() function macro in the...
2018-06-06 Hans Petter SelaskyImplement the atomic_dec_if_positive() function in...
2018-06-06 Hans Petter SelaskyImplement the ktime_compare() and ktime_after() functio...
2018-06-06 Hans Petter SelaskyImplement the rdmsrl_safe() function macro in the LinuxKPI.
2018-06-06 Andrey V. ElsukovMake in_delayed_cksum() be similar to IPv6 implementation.
2018-06-06 Justin HibbitsAdd a memory barrier after taking a reference on the...
2018-06-06 Andrey V. ElsukovUse m_copyback() function to write delayed checksum...
2018-06-06 Tom JonesUse UDP len when calculating UDP checksums
2018-06-06 Andrey V. ElsukovFix LINT-NOINET build.
2018-06-06 Mateusz Guzikmalloc: elaborate on r334545 due to frequent questions
2018-06-06 Matt Macyhwpmc: add summary command and further metadata extensions
2018-06-05 Andrey V. ElsukovRework if_gif(4) to use new encap_lookup_t method to...
next