]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-04-18 Alex RichardsonAllow kernel modules to build with a compiler that...
2020-04-18 Hans Petter... Add missing feature descriptions to hci_features2str().
2020-04-18 Kristof Provostbridge: Simplify mac address generation
2020-04-18 Kristof Provostethersubr: Make the mac address generation more robust
2020-04-18 Konstantin... sendfile: When all io finished, assert that sfio->pa...
2020-04-18 Konstantin... The pa argument for sendfile_iodone() is not necessary...
2020-04-18 Warner LoshAdd deprecation notice to amr(4)
2020-04-18 Warner Loshtwa(4) deprecation notice
2020-04-18 Warner LoshDeprecation notice for iir
2020-04-18 Warner LoshAdd deprecation notice to mly
2020-04-18 Warner LoshAdd deprecation notice for esp(4).
2020-04-18 Simon J. GerratyDefine enum for so_qstate outside of struct.
2020-04-18 Ed Mastehdac: replace printf for unowned lock with a lock assertion
2020-04-17 Greg LeheyTidy up syntax and punctuation of some entries.
2020-04-17 Rick MacklemReplace all instances of the typedef mbuf_t with "struc...
2020-04-17 Conrad Meyerxen-locore: Silence DWARF2 section warning
2020-04-17 Ed Mastehdac: update comment to match function name
2020-04-17 Mark JohnstonRemove a vestigal reference to kmem_object.
2020-04-17 Kyle Evanstty: convert tty_lock_assert to tty_assert_locked to...
2020-04-17 John BaldwinUse the right type for 64-bit coprocessor registers.
2020-04-17 Alexander V... Unbreak build by reverting if_bridge part of r360047.
2020-04-17 John BaldwinDon't try to copyout() to a kernel buffer.
2020-04-17 Alexander V... Finish r191148: replace rtentry with route in if_bridge...
2020-04-17 Mark JohnstonAlways compile minidump_machdep.c on arm.
2020-04-17 Olivier CochardSkip routing regression tests depending on if_epair...
2020-04-17 Conrad Meyervmm.h: Add ABI assertions and mark implicit holes
2020-04-17 Kristof Provostbridge tests: Test deleting a bridge with members
2020-04-17 Kristof Provostpf: Do not allow negative ps_len in DIOCGETSTATES
2020-04-17 Eugene Grosbeinjail(8): improve manual and usage information with...
2020-04-17 Gleb SmirnoffMake ZFS depend on xdr.ko only. It doesn't need kernel...
2020-04-17 Gleb SmirnoffSplit XDR into separate kernel module. Make krpc depen...
2020-04-17 Gleb SmirnoffMove M_RPC malloc type into XDR. Both RPC and XDR...
2020-04-17 Gleb SmirnoffDon't initialize m->m_data to m->m_pktdat, this is...
2020-04-17 Kyle Evanstests: kqueue: use a more precise timer for the NOTE_AB...
2020-04-17 Rick MacklemAdd a sanity check for nes_numsecflavor to the NFS...
2020-04-17 Kyle Evansaudit_canon_path_vp: don't panic if cdir == NULL
2020-04-16 Adrian Chadd[sh] Fix a "may be unused" warning on mips-gcc
2020-04-16 Adrian Chadd[libsa] Fix typecast of pointer for st_dev
2020-04-16 Adrian ChaddRemove an duplicate definition of nhops_dump_sysctl()
2020-04-16 Colin PercivalAlert devd when acpi_video brightness changes
2020-04-16 Brooks DavisConvert canary, execpathp, and pagesizes to pointers.
2020-04-16 John BaldwinUse %zu to print a size_t value instead of %ju.
2020-04-16 John BaldwinAdd 'gpio' since mmc now requires gpio_if.h.
2020-04-16 Emmanuel Vadotarm: nvidia: pcie: Rename class name to pcib
2020-04-16 Jonathan T... Avoid calling protocol drain routines more than once...
2020-04-16 Jonathan T... Add a regression test for the changes in r359922 and...
2020-04-16 Emmanuel Vadotarm: Fix duplicate pcib DRIVER_MODULE
2020-04-16 Alexander V... Fix userland build broken by r360014.
2020-04-16 John BaldwinDocument TCP_TLS_MODE_TOE.
2020-04-16 Brooks Davisstyle(9): end continued line with operator.
2020-04-16 Alexander V... Add nhop parameter to rti_filter callback.
2020-04-16 Emmanuel Vadotarm: Fix duplicate ehci DRIVER_MODULE
2020-04-16 Conrad Meyervmm(4): Expose instruction decode to userspace build
2020-04-16 Emmanuel Vadotarm: allwinner: aw_mmc: Make it possible to unload...
2020-04-16 Richard ScheffeneggerReduce default TCP delayed ACK timeout to 40ms.
2020-04-16 Emmanuel Vadotmmc_fdt_helpers: Drain the cd pin taskqueue in mmc_fdt_...
2020-04-16 Emmanuel Vadotmmc_fdt_helpers: Always init the timout
2020-04-16 Emmanuel VadotRevert r359965
2020-04-16 Scott LongFix ps_strings type change for i386
2020-04-16 Scott LongAdd support for some IOCFacts fields that are available...
2020-04-16 Scott LongDon't keep a private copy of mpr_ioctl.h and mps_ioctl...
2020-04-16 Scott LongAdd a small hack to the ioctl header files so that...
2020-04-16 Xin LISync with NetBSD/OpenBSD.
2020-04-16 Kyle EvansPreload hostuuid for early-boot use
2020-04-15 Konstantin... Improve TSC calibration logic.
2020-04-15 Rick MacklemFix the NFSv4.2 extended attribute support for remove...
2020-04-15 Dimitry AndricRevert commit b6cf400aa fro llvm git (by Nemanja Ivanovic):
2020-04-15 John BaldwinUse crypto_contiguous_subsegment().
2020-04-15 Alfredo Dal... powerpc: autosize bpvo based on physical memory
2020-04-15 Brooks DavisAttempt to use AT_PS_STRINGS to get the ps_strings...
2020-04-15 Brooks DavisSupport AT_PS_STRINGS in _elf_aux_info().
2020-04-15 Brooks DavisAdd procstat support for AT_ flags added in r359988.
2020-04-15 Brooks DavisExport argc, argv, envc, envv, and ps_strings in auxargs.
2020-04-15 Brooks DavisMake ps_strings in struct image_params into a pointer.
2020-04-15 Brooks DavisIntroduce an AUXARGS_ENTRY_PTR() macro.
2020-04-15 John BaldwinDocument removal of deprecated algorithms from geli(4).
2020-04-15 John BaldwinSet inp_flowid's for TOE connections.
2020-04-15 John BaldwinClear CPL_GET_TCB_RPL handler on module unload.
2020-04-15 Dimitry AndricRevert commit a9ad65a2b from llvm git (by Nemanja Ivano...
2020-04-15 Kyle Evansvalidate_uuid: absorb the rest of parse_uuid with a...
2020-04-15 John BaldwinMark eli_metadata_crypto_supported inline.
2020-04-15 Brooks DavisFix -Wvoid-pointer-to-enum-cast warnings.
2020-04-15 Mateusz PiotrowskiFix a typo
2020-04-15 Pawel Biernackisysctl_handle_string: Put logical or in parentheses.
2020-04-15 Pawel Biernackisysctl(9): fix handling string tunables.
2020-04-15 Brooks DavisDon't directly access userspace memory.
2020-04-15 Mateusz Piotrowskisshd: Warn about missing ssh-keygen only when necessary
2020-04-15 Emmanuel Vadotarm: allwinner: aw_sid: Fix thermal calibration size...
2020-04-15 Hans Petter... Cast all ioctl command arguments through uint32_t inter...
2020-04-15 Mateusz PiotrowskiDocument the exit status and the stdout message of...
2020-04-15 Alexander V... Convert OFED rtable interactions to the new routing...
2020-04-15 Emmanuel Vadotmmc_fdt_helpers: Do not schedule a card detection is...
2020-04-15 Alexander V... Convert pf rtable checks to the new routing KPI.
2020-04-15 Alexander V... Convert ip6_forward() to the new routing KPI.
2020-04-15 Hiroki TagatoAdd my birthday
2020-04-15 Jung-uk KimDo not attempt to remove backward compatibility timezones.
2020-04-15 Conrad Meyerbhyve(8): Correct copyright boilerplate for r359950
2020-04-15 Kyle Evanssys/types.h: adjust #endif comment to match reality
2020-04-15 Kyle Evanskern uuid: break format validation out into a separate KPI
2020-04-15 Navdeep Parharcxgbe/iw_cxgbe: Do not start the EP timer if soaccept...
next