]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Improve input validation when processing AUTH chunks.
[FreeBSD/FreeBSD.git] / sys / kern /
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-21 markjHandle PCATCH in blockcount_sleep() so it can be interr...
2020-04-21 kevanskqueue: fix conversion of timer data to sbintime
2020-04-19 mhorneConvert arm's physmem interface to MI code
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-17 kevanstty: convert tty_lock_assert to tty_assert_locked to...
2020-04-16 brooksConvert canary, execpathp, and pagesizes to pointers.
2020-04-16 brooksstyle(9): end continued line with operator.
2020-04-16 kevansPreload hostuuid for early-boot use
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 kevansvalidate_uuid: absorb the rest of parse_uuid with a...
2020-04-15 kaktussysctl_handle_string: Put logical or in parentheses.
2020-04-15 kaktussysctl(9): fix handling string tunables.
2020-04-15 hselaskyCast all ioctl command arguments through uint32_t inter...
2020-04-15 kevanskern uuid: break format validation out into a separate KPI
2020-04-14 brooksRemove bogus use of useracc() in (clock_)nanosleep.
2020-04-14 brooksCentralize compatability translation macros.
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-14 kevanssysent: re-roll after r359930
2020-04-14 kevansMark closefrom(2) COMPAT12, reimplement in libc to...
2020-04-14 jtlMake sonewconn() overflow messages have per-socket...
2020-04-14 jtlPrint more detail as part of the sonewconn() overflow...
2020-04-14 gallatinKTLS: Re-work unmapped mbufs to carry ext_pgs in the...
2020-04-14 kevansposixshm: fix counting of writable mappings
2020-04-13 markjFix sendto() on unconnected SOCK_STREAM/SEQPACKET unix...
2020-04-13 markjRelax restrictions on private mappings of POSIX shm...
2020-04-13 kevansclose_range/closefrom: fix regression from close_range...
2020-04-12 kevanssysent: re-roll after introduction of close_range in...
2020-04-12 kevansImplement a close_range(2) syscall
2020-04-12 kibsendfile_iodone: correct calculation of the page index...
2020-04-10 markjsbappendcontrol() needs to avoid clearing M_NOTREADY...
2020-04-10 markjProperly handle disconnected sockets in uipc_ready().
2020-04-10 kibDo not pass bogus page to mbufs.
2020-04-09 mckusickWhen running with a kernel compiled with DEBUG_LOCKS...
2020-04-09 kibRemove extra call to vfs_op_exit() from vfs_write_suspe...
2020-04-09 rmacklemRemove the old NFS lock device driver that uses Giant.
2020-04-02 cemddb(4): show lockchain: Don't dereference LK_KERNPROC
2020-04-02 dimMerge once more from ^/vendor/llvm-project/release...
2020-04-01 jhbRetire procfs-based process debugging.
2020-04-01 hartiMerge release 1.14 of bsnmp.
2020-04-01 jahdeadlkres: include thread name in panic messages
2020-03-30 gallatinKTLS: Coalesce adjacent TLS trailers & headers to impro...
2020-03-30 kibkern_sendfile.c: fix bugs with handling of busy page...
2020-03-30 kibkern_sendfile.c: do not release sfio reference on error.
2020-03-30 kibkern_sendfile.c: wait for all in-flight ios completion...
2020-03-30 kibkern_sendfile.c: add specific malloc type.
2020-03-30 kibVOP_GETPAGES_ASYNC(): consistently call iodone() callba...
2020-03-30 kibbuffer pager: skip bogus pages.
2020-03-30 kibkern_sendfile.c style: order headers alphabetically.
2020-03-30 emastecapabilities.conf: provide information about capmode...
2020-03-30 markjRemove the "config" taskqgroup and its KPIs.
2020-03-30 markjSimplify taskqgroup inititialization.
2020-03-27 jhbRefactor driver and consumer interfaces for OCF (in...
2020-03-26 markjRemove unused SYSINIT macros for capability rights.
2020-03-25 cemExpand generic subword atomic primitives
2020-03-24 kibkern_copy_file_range(): check the file type.
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-22 rmacklemFix an NFS mount attempt where VFS_STATFS() fails.
2020-03-20 markjLock the socket in soo_stat().
2020-03-20 markjSimplify uipc_detach() slightly.
2020-03-20 markjRemove UNP_NASCENT, reverting r303855.
2020-03-19 markjkern_dup(): Call filecaps_free_prep() in a write section.
2020-03-19 markjEnter a write sequence when updating rights.
2020-03-18 bdragon[PowerPC][Book-E] Fix missing load base in elf_cpu_pars...
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-17 cemImplement sysctl kern.boot_id
2020-03-16 cemRemove misleading / redundant bzero in callout_callwhee...
2020-03-14 bzkern_jail: missing \0 termination check on osrelease...
2020-03-13 tuexensendfile() does currently not support SCTP sockets.
2020-03-12 cemkern_shutdown: Add missing EKCD ifdef
2020-03-10 kibFix signal delivery might be on sigfastblock clearing.
2020-03-10 kibReturn reschedule_signals() to being static again.
2020-03-10 dimMerge ^/head r358731 through r358831.
2020-03-09 kibpipe: explain why not deallocating inode number is...
2020-03-09 kibPreallocate pipe buffers on pipe creation.
2020-03-09 kibStyle.
2020-03-09 gallatinmake lacp's use_numa hashing aware of send tags
2020-03-08 mjgfd: use smr for managing struct pwd
2020-03-07 dimMerge ^/head r358712 through r358730.
2020-03-06 markjUse COUNTER_U64_DEFINE_EARLY() in places where it simpl...
2020-03-06 markjAdd COUNTER_U64_SYSINIT() and COUNTER_U64_DEFINE_EARLY().
2020-03-06 chsAdd a new "mntfs" pseudo file system which provides...
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 dimMerge ^/head r358466 through r358677.
2020-03-05 kibbuffer pager: deref ucred immediately after read.
2020-03-04 cyMFV r358616:
2020-03-04 mjgexecve: use LOCKSHARED when looking up the interpreter
2020-03-04 chsif vm_pager_get_pages_async() returns an error, release...
2020-03-03 bzupic_ktrls: make RSS compile again here
2020-03-03 markjFix the malloc type used in sys_shm_unlink() after...
2020-03-02 kaktussys/: Document few more sysctls.
2020-03-02 mmMFV r358511,r358532:
2020-03-01 mjgvfs: stop taking additional refs on root vnode during...
2020-03-01 mjgfd: move vnodes out of filedesc into a dedicated structure
2020-03-01 mjgfd: make fgetvp_rights work without the filedesc lock
2020-02-29 markjEnsure that arm64 thread structures are allocated from...
next