]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
pf: Improve ioctl() input validation
[FreeBSD/FreeBSD.git] / sys /
2020-04-19 kppf: Improve ioctl() input validation
2020-04-19 hselaskyBring HCI error messages up-to-date.
2020-04-19 melifaroFix lookup key generation in fib6_check_urpf().
2020-04-19 mhorneRISC-V: provide the correct value for kernstart
2020-04-19 mhorneRISC-V: exclude reserved memory regions
2020-04-19 mhorneRISC-V: use physmem to manage physical memory
2020-04-19 mhorneConvert arm's physmem interface to MI code
2020-04-18 emastehda: remove hda*_lockowned macros
2020-04-18 hselaskySet the maximum exit latency to 0 for XHCI USB 3.0...
2020-04-18 arichardsonMore fixes to build the kernel with a compiler that...
2020-04-18 arichardsonAllow kernel modules to build with a compiler that...
2020-04-18 kpbridge: Simplify mac address generation
2020-04-18 kpethersubr: Make the mac address generation more robust
2020-04-18 kibsendfile: When all io finished, assert that sfio->pa...
2020-04-18 kibThe pa argument for sendfile_iodone() is not necessary...
2020-04-18 impAdd deprecation notice to amr(4)
2020-04-18 imptwa(4) deprecation notice
2020-04-18 impDeprecation notice for iir
2020-04-18 impAdd deprecation notice to mly
2020-04-18 impAdd deprecation notice for esp(4).
2020-04-18 sjgDefine enum for so_qstate outside of struct.
2020-04-18 emastehdac: replace printf for unowned lock with a lock assertion
2020-04-17 rmacklemReplace all instances of the typedef mbuf_t with "struc...
2020-04-17 cemxen-locore: Silence DWARF2 section warning
2020-04-17 emastehdac: update comment to match function name
2020-04-17 markjRemove a vestigal reference to kmem_object.
2020-04-17 kevanstty: convert tty_lock_assert to tty_assert_locked to...
2020-04-17 jhbUse the right type for 64-bit coprocessor registers.
2020-04-17 melifaroUnbreak build by reverting if_bridge part of r360047.
2020-04-17 jhbDon't try to copyout() to a kernel buffer.
2020-04-17 melifaroFinish r191148: replace rtentry with route in if_bridge...
2020-04-17 markjAlways compile minidump_machdep.c on arm.
2020-04-17 cemvmm.h: Add ABI assertions and mark implicit holes
2020-04-17 kppf: Do not allow negative ps_len in DIOCGETSTATES
2020-04-17 glebiusMake ZFS depend on xdr.ko only. It doesn't need kernel...
2020-04-17 glebiusSplit XDR into separate kernel module. Make krpc depen...
2020-04-17 glebiusMove M_RPC malloc type into XDR. Both RPC and XDR...
2020-04-17 glebiusDon't initialize m->m_data to m->m_pktdat, this is...
2020-04-17 rmacklemAdd a sanity check for nes_numsecflavor to the NFS...
2020-04-17 kevansaudit_canon_path_vp: don't panic if cdir == NULL
2020-04-16 adrianRemove an duplicate definition of nhops_dump_sysctl()
2020-04-16 cpercivaAlert devd when acpi_video brightness changes
2020-04-16 brooksConvert canary, execpathp, and pagesizes to pointers.
2020-04-16 jhbUse %zu to print a size_t value instead of %ju.
2020-04-16 jhbAdd 'gpio' since mmc now requires gpio_if.h.
2020-04-16 manuarm: nvidia: pcie: Rename class name to pcib
2020-04-16 jtlAvoid calling protocol drain routines more than once...
2020-04-16 manuarm: Fix duplicate pcib DRIVER_MODULE
2020-04-16 melifaroFix userland build broken by r360014.
2020-04-16 brooksstyle(9): end continued line with operator.
2020-04-16 melifaroAdd nhop parameter to rti_filter callback.
2020-04-16 manuarm: Fix duplicate ehci DRIVER_MODULE
2020-04-16 cemvmm(4): Expose instruction decode to userspace build
2020-04-16 manuarm: allwinner: aw_mmc: Make it possible to unload...
2020-04-16 rscheffReduce default TCP delayed ACK timeout to 40ms.
2020-04-16 manummc_fdt_helpers: Drain the cd pin taskqueue in mmc_fdt_...
2020-04-16 manummc_fdt_helpers: Always init the timout
2020-04-16 manuRevert r359965
2020-04-16 scottlFix ps_strings type change for i386
2020-04-16 scottlAdd a small hack to the ioctl header files so that...
2020-04-16 kevansPreload hostuuid for early-boot use
2020-04-15 kibImprove TSC calibration logic.
2020-04-15 rmacklemFix the NFSv4.2 extended attribute support for remove...
2020-04-15 jhbUse crypto_contiguous_subsegment().
2020-04-15 alfredopowerpc: autosize bpvo based on physical memory
2020-04-15 brooksExport argc, argv, envc, envv, and ps_strings in auxargs.
2020-04-15 brooksMake ps_strings in struct image_params into a pointer.
2020-04-15 brooksIntroduce an AUXARGS_ENTRY_PTR() macro.
2020-04-15 jhbSet inp_flowid's for TOE connections.
2020-04-15 jhbClear CPL_GET_TCB_RPL handler on module unload.
2020-04-15 kevansvalidate_uuid: absorb the rest of parse_uuid with a...
2020-04-15 jhbMark eli_metadata_crypto_supported inline.
2020-04-15 brooksFix -Wvoid-pointer-to-enum-cast warnings.
2020-04-15 kaktussysctl_handle_string: Put logical or in parentheses.
2020-04-15 kaktussysctl(9): fix handling string tunables.
2020-04-15 brooksDon't directly access userspace memory.
2020-04-15 manuarm: allwinner: aw_sid: Fix thermal calibration size...
2020-04-15 hselaskyCast all ioctl command arguments through uint32_t inter...
2020-04-15 melifaroConvert OFED rtable interactions to the new routing...
2020-04-15 manummc_fdt_helpers: Do not schedule a card detection is...
2020-04-15 melifaroConvert pf rtable checks to the new routing KPI.
2020-04-15 melifaroConvert ip6_forward() to the new routing KPI.
2020-04-15 kevanssys/types.h: adjust #endif comment to match reality
2020-04-15 kevanskern uuid: break format validation out into a separate KPI
2020-04-15 npcxgbe/iw_cxgbe: Do not start the EP timer if soaccept...
2020-04-15 jhbRemove support for geli(4) algorithms deprecated in...
2020-04-14 melifaroConvert IP/IPv6 forwarding, ICMP processing and IP...
2020-04-14 rmacklemFix the NFSv2 extended attribute support to handle...
2020-04-14 melifaroReorganise nd6 notification code to avoid direct rtentr...
2020-04-14 manumodules: dtb: allwinner: Remove sun50i-a64-sid.dtso
2020-04-14 brooksRemove bogus use of useracc() in (clock_)nanosleep.
2020-04-14 brooksCentralize compatability translation macros.
2020-04-14 manumodules: dtb: allwinner: Remove non existant files
2020-04-14 manuallwinner: aw_thermal: Cope with DTS changes
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-14 manufiles: Add mmc_fdt_helpers for mmccam enabled config
2020-04-14 kevanssysent: re-roll after r359930
2020-04-14 kevansMark closefrom(2) COMPAT12, reimplement in libc to...
2020-04-14 manuarm: dwmmc: Use mmc_fdt_helpers
2020-04-14 tuexenImprove the TCP blackhole detection. The principle...
next