]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Print the fs last-mounted time too.
[FreeBSD/FreeBSD.git] / sys /
2020-05-02 John BaldwinRemove support for IPsec algorithms deprecated in r3482...
2020-05-01 Mitchell HorneUse the HSM SBI extension to halt CPUs
2020-05-01 Mitchell HorneUse the HSM SBI extension to start APs
2020-05-01 Mitchell HorneAdd support for HSM SBI extension
2020-05-01 Mitchell HorneMake mpentry independent of _start
2020-05-01 Warner LoshAdd KASSERT to ensure sane nsid.
2020-05-01 Warner LoshRename ns notification function...
2020-05-01 Ed Mastecorrect procctl(PROC_PROTMAX_STATUS _NOFORCE return
2020-05-01 Hans Petter SelaskyImplement more PCI-express bandwidth functions in the...
2020-05-01 Hans Petter SelaskyImplement mutex_lock_killable() in the LinuxKPI.
2020-05-01 Hans Petter SelaskyImplement DIV64_U64_ROUND_UP() in the LinuxKPI.
2020-05-01 Hans Petter SelaskyImplement more lockdep macros in the LinuxKPI.
2020-05-01 Hans Petter SelaskyImplement kstrtou64() in the LinuxKPI.
2020-05-01 Jung-uk KimMFV: r360512
2020-05-01 Rick MacklemFactor some code out of nfsm_dissct() into separate...
2020-04-30 Warner LoshFix three bugs highlighted by review:
2020-04-30 Warner LoshStyle(9) nit: put function name at start of line.
2020-04-30 Warner LoshMove / reword a comment.
2020-04-30 Warner LoshRemove stray blank line.
2020-04-30 Andriy Gaponig4iic_acpi_probe: remove set but unused variable
2020-04-30 Mark JohnstonIncrease the iflib txq callout mutex name length to...
2020-04-30 Richard ScheffeneggerIntroduce a lower bound of 2 MSS to TCP Cubic.
2020-04-30 Warner LoshMake sure that we get the sbuf resources we need.
2020-04-30 Warner LoshImplement the NVME_GET_NSID and NVME_PASSTHROUGH_CMD...
2020-04-30 Warner LoshReturn the nvmeX device associated with the ndaX device.
2020-04-30 Warner LoshGenerate a devctl event for interesting events
2020-04-29 Richard ScheffeneggerPrevent premature shrinking of the scaled receive window
2020-04-29 Alexander V. ChernikovConvert more rtentry field accesses into nhop fields...
2020-04-29 Richard ScheffeneggerCorrectly set up the initial TCP congestion window...
2020-04-29 Alexander V. ChernikovAdd nhop to the ifa_rtrequest() callback.
2020-04-29 Michal MelounFix style(9). Strip write only variables.
2020-04-29 Michal MelounExport tracing facility of GIC500 ITS block.
2020-04-29 Michal MelounDon't try to set frequendcy for enumerated but newer...
2020-04-29 Michal MelounDon't try to re-initialize already preseted regulator.
2020-04-29 Michal MelounMultiple fixes for rockchip iodomain driver:
2020-04-28 Alexander V. ChernikovMove route-specific ddb commands to route/route_ddb.c
2020-04-28 Alexander V. ChernikovMove route_temporal.c and route_var.h to net/route.
2020-04-28 Alexander V. ChernikovMove struct rtentry definition to nhop_var.h.
2020-04-28 Bryan DreweryDon't try ctfconvert on file without debug info.
2020-04-28 Bryan DreweryNone of these use opt_sched.h
2020-04-28 Takanori WatanabeAdd le_read_buffer_size command and manpage.
2020-04-28 Mark JohnstonMake sendfile(SF_SYNC)'s CV wait interruptible.
2020-04-28 Mark JohnstonRe-check for wirings after busying the page in vm_page_...
2020-04-28 Alexander V. ChernikovConvert rtalloc_mpath_fib() users to the new KPI.
2020-04-28 Alexander V. ChernikovEliminate now-unused parts of old routing KPI.
2020-04-28 Alexander V. ChernikovRemove rtable dumping code from bootp.
2020-04-28 Rick MacklemGet rid of uio_XXX macros used for the Mac OS/X port.
2020-04-28 John BaldwinBump __FreeBSD_version for KTLS RX support.
2020-04-27 John BaldwinAdd support for KTLS RX over TOE to T6.
2020-04-27 Rick MacklemFix sosend_generic() so that it can handle a list of...
2020-04-27 Warner LoshExport the nda device's flags as a sysctl.
2020-04-27 Warner LoshConvert rotating to a flag bit.
2020-04-27 Warner LoshConvert unmappedio over to a flag.
2020-04-27 Warner LoshAdd flags sysctl to ada
2020-04-27 Warner LoshChange the flags back to an enum
2020-04-27 John BaldwinInitial support for kernel offload of TLS receive.
2020-04-27 John BaldwinAdd the initial sequence number to the TLS enable socke...
2020-04-27 Eric Joyneriflib: Stop interface before (un)registering VLAN
2020-04-27 John BaldwinRetire the GENERICSF kernel config.
2020-04-27 John BaldwinDon't run strcmp() against strings stored in user memory.
2020-04-27 John BaldwinImprove MACHINE_ARCH handling for hard vs soft-float...
2020-04-27 John BaldwinExtend support in sysctls for supporting multiple nativ...
2020-04-27 Randall StewartThis change does a small prepratory step in getting the
2020-04-27 Mark JohnstonFix handling of EV_EOF for named pipes.
2020-04-27 Mark JohnstonCall pipeselwakeup() after toggling PIPE_EOF.
2020-04-27 Mark JohnstonAvoid returning POLLIN if the pipe descriptor is not...
2020-04-27 Hans Petter SelaskyAdd support for reading temperature in mlx5en(4).
2020-04-27 Mateusz Guzikpwd: unbreak repeated calls to set_rootvnode
2020-04-27 Mark Johnstoniwm: Print the command code for any unhandled commands.
2020-04-27 Aleksandr Fedorovng_eiface: fix kernel panic due to the racecondition...
2020-04-26 Ed Mastesnd_hda: use bool for hdac_reset's boolean wakeup param
2020-04-26 Mark JohnstonFix up i386 thread structure layout assertions after...
2020-04-26 Vladimir Kondratyevig4(4): Add PCI IDs for Intel Bay Trail I2C controllers.
2020-04-26 Mark JohnstonUse a single VM object for kernel stacks.
2020-04-26 Vladimir Kondratyevpsm(4): Fix wrong key-release event occuring after...
2020-04-26 Alexander V. ChernikovConvert debugnet to the new routing KPI.
2020-04-26 Alexander V. ChernikovFix IPv6 link-local operations with RADIX_MPATH.
2020-04-26 Kristof Provostpf: Virtualise pf_frag_mtx
2020-04-26 Kristof Provostbridge: epoch-ification
2020-04-26 Kristof Provostpf: Improve input validation
2020-04-26 Alexander V. ChernikovFix order of arguments in fib[46]_lookup calls in SCTP.
2020-04-26 Eric van GyzenFix handling of NMIs from unknown sources (BMC, hypervisor)
2020-04-25 Pawel Jakub DawidekAvoid the GEOM topology lock recursion when we automati...
2020-04-25 Pawel Jakub DawidekAdd g_topology_locked() macro that returns true if...
2020-04-25 Emmanuel Vadotarm64: rockchip: rk805: Use a tailq for the attached...
2020-04-25 Alexander V. ChernikovFix LINT build #2 after r360292.
2020-04-25 Alexander V. ChernikovFix LINT build broken by r360292.
2020-04-25 Alexander V. ChernikovFix userland build broken by r360292.
2020-04-25 Michal MelounReorder initialization steps for given pin.
2020-04-25 Alexander V. ChernikovConvert route caching to nexthop caching.
2020-04-25 Rick MacklemRemove Mac OS/X macros that did nothing for FreeBSD.
2020-04-24 John BaldwinDon't indirect user pointers directly in two 802.11s...
2020-04-24 Mark JohnstonFix a race in pmap_emulate_modified().
2020-04-24 Mark JohnstonFix a race between _pmap_unwire_ptp() and MipsDoTLBMiss().
2020-04-24 Mark JohnstonFix handling of 1GB mappings in the arm64 minidump...
2020-04-24 Mark JohnstonRemove an obsolete TODO comment from several minidump...
2020-04-24 Alexander MotinAdd family 0x5F (Denverton) to PMC_CPU_INTEL_ATOM_GOLDMONT.
2020-04-24 Andrew TurnerRemove PCI_IO_WINDOW_OFFSET from the pci host generic...
2020-04-24 Andriy Gaponccp: add a new hardware ID, found on AMD Ryzen 3 3200U
2020-04-24 Andriy Gaponacpi_video: fix a crash in detach with an LCD output
next