]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
pkgbase: Move libprivatezstd from utilities to runtime
[FreeBSD/FreeBSD.git] / sys /
2020-11-12 hselaskyAdd a tunable sysctl, hw.usb.uaudio.handle_hid, to...
2020-11-12 hselaskyWhen doing a USB alternate setting on an USB interface...
2020-11-12 kibmlx5en: Set ifmr_current same as ifmr_active.
2020-11-12 kibmlx5en: stop ignoring pauses and flow in the media...
2020-11-12 kibmlx5en: Register all combinations of FDX/RXPAUSE/TXPAUS...
2020-11-12 kibmlx5en: Refactor repeated code to register media type...
2020-11-12 npcxgbev(4): Make sure that the iq/eq map sizes are corre...
2020-11-12 mjgthread: move nthread management out of tid_alloc
2020-11-11 kevansumtx: drop incorrect timespec32 definition
2020-11-11 mavMake CTL nicer to increased MAXPHYS.
2020-11-11 mjgthread: batch tid_free calls in thread_reap
2020-11-11 mjgthread: lockless zombie list manipulation
2020-11-11 markjiflib: Free full mbuf chains when draining transmit...
2020-11-11 markjvm_map: Handle kernel map entry allocator recursion
2020-11-11 aeFix possible NULL pointer dereference.
2020-11-11 markjvmm: Make pmap_invalidate_ept() wait synchronously...
2020-11-11 markjRemove an extraneous parameter from SIGIO_ASSERT_LOCKED()
2020-11-11 markjffs: Clamp BIO_SPEEDUP length
2020-11-11 markjFix a pair of races in SIGIO registration
2020-11-11 mjgthread: add more fine-grained tidhash locking
2020-11-11 mjgthread: rework tidhash vs proc lock interaction
2020-11-11 mjgthread: fix thread0 tid allocation
2020-11-10 impAdd INIT_ALL_ZERO and INIT_ALL_PATTERN to kern.opts.mk
2020-11-10 mjgthread: tidy up r367543
2020-11-10 brooksBe more tolerant of share/mk and kern.mk mismatch
2020-11-10 jhbClear tp->tod in t4_pcb_detach().
2020-11-10 brooksSupport initializing stack variables on function entry
2020-11-10 jtlWhen destroying a UMA zone which has a reserve (set...
2020-11-10 mjgAllow rtprio_thread to operate on threads of any process
2020-11-10 mjgzfs: combine zio caches if possible
2020-11-10 mjgzfs: g/c unused data_alloc_arena
2020-11-10 hselaskyInclude GID type when deleting GIDs from HW table under...
2020-11-10 eugenng_nat: unbreak ABI
2020-11-10 mjgthread: retire thread_find
2020-11-10 mjgthread: use tdfind in sysctl_kern_proc_kstack
2020-11-10 mjgthreads: remove the unused TID_BUFFER_SIZE macro
2020-11-10 mjgthread: adds newer bits for r367537
2020-11-09 bzusb_hub: fix whitespace
2020-11-09 bzarm64: bs_sr_<N> take II
2020-11-09 mjgthreads: reimplement tid allocation on top of a bitmap
2020-11-09 mjgthreads: introduce a limit for total number
2020-11-09 mjgvfs: group mount per-cpu vars into one struct
2020-11-09 mjgmalloc: provide 384 byte zone
2020-11-09 mjgmalloc: retire mt_stats_zone in favor of pcpu_zone_64
2020-11-09 tuexenRFC 7323 specifies that:
2020-11-09 manuBump __FreeBSD_version after linuxkpi changes
2020-11-09 manuLinuxKPI: Implement ACPI bits required by drm-kmod...
2020-11-09 tuexenFix a potential use-after-free bug introduced in
2020-11-09 traszMake it possible to mount a fuse filesystem, such as...
2020-11-09 impRemove newline from bxe description, it's not done...
2020-11-09 mjgAdd more per-cpu zones.
2020-11-09 npcxgbe(4): Allow the PF driver to set a VF's MAC address.
2020-11-09 mjgprocdesc: convert the zone to a malloc type
2020-11-09 mjgbufcache: convert bo_numoutput from long to int
2020-11-09 mjgkqueue: save space by using only one func pointer for...
2020-11-09 npcxgbev(4): Use the MAC address set by the the PF if...
2020-11-08 bdragon[PowerPC] Fix powerpc64le boot after HPT superpages...
2020-11-08 npcxgbe(4): Add the firmware binaries missing in r367428.
2020-11-08 mhorneFix definition of rn_addmask()
2020-11-08 mhorneigmp: convert igmpstat to use PCPU counters
2020-11-08 rscheffPrevent premature SACK block transmission during loss...
2020-11-08 melifaroSwitch net.add_addr_allfibs default to 0.
2020-11-08 melifaroTemporarily revert setting net.add_addr_allfibs to 0.
2020-11-08 traszMove syscall_thread_{enter,exit}() into the slow path...
2020-11-08 oshogboCheck if the ZVOL has been written before calling zil_a...
2020-11-08 melifaroFix build broken by r367484: add route_ifaddrs.c.
2020-11-08 melifaroMove all ifaddr route creation business logic to net...
2020-11-08 netchild - add more linux socket options (sorted by value)
2020-11-08 kevansimgact_binmisc: limit the extent of match on incoming...
2020-11-07 sjgUpdate to bmake-20201101
2020-11-07 tuexenThe ioctl() calls using FIONREAD, FIONWRITE, FIONSPACE...
2020-11-07 kevansimgact_binmisc: move some calculations out of the exec...
2020-11-07 mjgzfs: remove 2 assertions that teardown lock is not...
2020-11-07 mjgrms: several cleanups + debug read lockers handling
2020-11-07 kevansimgact_binmisc: reorder members of struct imgact_binmis...
2020-11-07 kevansvt: resolve conflict between VT_ALT_TO_ESC_HACK and DBG
2020-11-07 mmelAdd a method to determine whether given interrupt is...
2020-11-07 traszMove TDB_USERWR check under 'if (traced)'.
2020-11-07 kevansimgact_binmisc: abstract away the list lock (NFC)
2020-11-07 kevansimgact_binmisc: validate flags coming from userland
2020-11-07 kevansepoch: support non-preemptible epochs checking in_epoch()
2020-11-07 kevansimgact_binmisc: minor re-organization of imgact_binmisc...
2020-11-07 mjgmalloc: tweak the version check in r367432 to include...
2020-11-06 bzusb_hub: giving up port reset - device vanished
2020-11-06 cemlinux(4): Fix loadable modules after r367395
2020-11-06 mjgmalloc: move malloc_type_internal into malloc_type
2020-11-06 tsoomeefifb: vt_generate_cons_palette() takes max color,...
2020-11-06 traszMake powerpc use MAXARGS (defined as 8) instead of...
2020-11-06 traszRemove 'struct trapframe' pointer from mips64's 'struct...
2020-11-06 npcxgbe(4): Update firmwares to 1.25.0.40.
2020-11-06 luporlFix powerpc and LINT builds
2020-11-06 jhbUse void * in place of caddr_t.
2020-11-06 jhbGroup session management routines together before first...
2020-11-06 markjAdd firmware modules for qat(4), take two
2020-11-06 luporlImplement superpages for PowerPC64 (HPT)
2020-11-06 alfredo[POWERPC] Floating-Point Exception trap support
2020-11-06 jhbMove cryptof_ioctl() below the routines it calls.
2020-11-06 jhbSplit logic to create new sessions into a separate...
2020-11-05 jhbMove cryptodev_cb earlier before it is used.
2020-11-05 jhbCheck cipher key lengths during probesession.
next