]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
rk_clk_composite: Fix set_mux
[FreeBSD/FreeBSD.git] / sys / kern /
2018-11-27 kibImprove sigonstack().
2018-11-27 jamieIn hardened systems, where the security.bsd.unprivilege...
2018-11-26 vangyzenRemove superfluous bzero in getcontext/swapcontext...
2018-11-26 asomersvfs_aio.c: rename "physio" symbols to "bio".
2018-11-24 alcblist_meta_alloc assumes that mask=scan->bm_bitmap...
2018-11-24 markjPass malloc flags directly through kevent(2) subroutines.
2018-11-24 markjPlug some kernel memory disclosures via kevent(2).
2018-11-24 markjEnsure that knotes do not get registered when KQ_CLOSIN...
2018-11-24 markjLock the knlist before releasing the in-flux state...
2018-11-23 kibParse FreeBSD Feature Control note on the ELF image...
2018-11-23 kibGeneralize ELF parse_notes().
2018-11-23 kibTrivial reduction of the code duplication, reuse the...
2018-11-23 markjHonour the waitok parameter in kevent_expand().
2018-11-23 kibProvide storage for the process feature control flags...
2018-11-23 markjEnsure that directory entry padding bytes are zeroed.
2018-11-23 mjgRevert "fork: fix use-after-free with vfork"
2018-11-22 mjgAnnotate TDP_RFPPWAIT as unlikely.
2018-11-22 mjgfork: remove avoidable proc lock/unlock pair
2018-11-22 mjgfork: fix use-after-free with vfork
2018-11-22 markjPlug some networking sysctl leaks.
2018-11-21 mjguipc_usrreq: fix inode number assignment
2018-11-21 mjgproc: update list manipulation comment on process exit
2018-11-21 mjguipc_shm: use unr64 for inode numbers
2018-11-21 mjgproc: convert pfind & friends to use pidhash locks...
2018-11-21 mjgproc: implement pid hash locks and an iterator
2018-11-21 markjAvoid unsynchronized updates to kn_status.
2018-11-21 markjRemove KN_HASKQLOCK.
2018-11-21 markjAdd a taskqueue_quiesce(9) KPI.
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-20 markjClear pad bytes in the struct exported by kern.ntp_pll...
2018-11-20 mjgpipe: use unr64
2018-11-20 mjgImplement unr64
2018-11-19 bwidawskacpi: fix acpi_ec_probe to only check EC devices
2018-11-19 hselaskyMinor code factoring. No functional change.
2018-11-19 hselaskyBe more verbose when a sysctl fails to unregister.
2018-11-19 kbowlingRetire sbsndptr() KPI
2018-11-16 mjgproc: always store parent pid in p_oppid
2018-11-15 markjRemove mostly-useless proc provider probes.
2018-11-15 impDo proper conversion to/from sbt.
2018-11-14 glebiusInitialize compatibility epoch tracker for thread0...
2018-11-14 brooksUse the main capabilities.conf for freebsd32.
2018-11-14 glebiusFix build on some architectures after r340413. On amd64...
2018-11-14 mmacyepoch(9) revert r340097 - no longer a need for multiple...
2018-11-13 glebiusstyle(9), mostly adjusting overly long lines.
2018-11-13 glebiusWith epoch not inlined, there is no point in using...
2018-11-13 glebiusThe dualism between epoch_tracker and epoch_thread...
2018-11-13 glebiusFor compatibility KPI functions like if_addr_rlock...
2018-11-13 mjglocks: plug warnings about unitialized variables
2018-11-13 vangyzenMake no assertions about lock state when the scheduler...
2018-11-13 glebiusUninline epoch(9) entrance and exit. There is no proof...
2018-11-13 markjAllow allocations across meta boundaries.
2018-11-13 kevansAdd dynamic_kenv assertion to init_static_kenv
2018-11-12 kibAllow set ether/vlan PCP operation from the VNET jails.
2018-11-12 cemnetdump: Fix netdumping with INVARIANTS kernels
2018-11-11 kibRemove one-use variable.
2018-11-11 kibAllow absolute paths for O_BENEATH.
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-09 brooksFix freebsd32 mknod(at).
2018-11-09 brooksMake freebsd32_umtx_op follow the freebsd32_foo convention.
2018-11-07 jhbEnable non-executable stacks by default on RISC-V.
2018-11-07 brooksRegen after r340221: allow pointer return types.
2018-11-07 brooksmakesyscalls.sh: allow pointer return types.
2018-11-06 markjAvoid fixing the tty_info() buffer size in tty.h.
2018-11-06 markjAvoid specifying VM_PROT_EXECUTE in mappings from pipe_...
2018-11-06 markjWe need opt_stack.h after r339605.
2018-11-06 brooksUpdate some comments made obsolete by recent commits.
2018-11-06 brooksRegen after r340199: Use declared types for caddr_t...
2018-11-06 brooksUse declared types for caddr_t arguments.
2018-11-06 oshogboRegenerate after r340129.
2018-11-06 markjUse plain atomic_{add,subtract} when that's sufficient.
2018-11-06 andrewPort the NetBSD ubsan runtime to the FreeBSD kernel.
2018-11-06 andrewImport the NetBSD micro ubsan code for the kernel.
2018-11-06 brooksFix a couple indentation errors in r339958.
2018-11-05 jhbAdd a KPI for the delay while spinning on a spin lock.
2018-11-04 oshogbocapsicum: allow ppoll(2) in capability mode
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-03 mmacyConvert epoch to read / write records per cpu
2018-11-02 brooksRegen after r340080: Add const to input-only char ...
2018-11-02 brooksAdd const to input-only char * arguments.
2018-11-02 impAdd sysctl_usec_to_sbintime and sysctl_msec_to_sbintime.
2018-11-02 markjInitialize the eflags field of vm_map headers.
2018-11-02 brooksMake vop_symlink take a const target path.
2018-11-01 cemkern_poll: Restore explanatory comment removed in r177374
2018-11-01 brooksRegent after r340034: Use mode_t when the documented...
2018-11-01 brooksUse mode_t when the documented signature does.
2018-11-01 jhbDon't enter DDB for fatal traps before panic by default.
2018-10-31 brooksReformat syscalls.master for better readability.
2018-10-30 bzFix mips build after r339931.
2018-10-30 bzAs a follow-up to r339930 and various reports implement...
2018-10-30 markjAdd malloc_domainset(9) and _domainset variants to...
2018-10-30 markjFix some problems that manifest when NUMA domain 0...
2018-10-30 vangyzenAlways stop the scheduler when entering kdb
2018-10-29 shurdDrain grouptaskqueue of the gtask before detaching it.
2018-10-27 markjUse M_WAITOK in init_hwpmc().
2018-10-26 cempoll: Unify userspace pollfd pointer name
2018-10-26 brooksMove 32-bit compat support for FIODGNAME to the right...
2018-10-25 kibImplement O_BENEATH and AT_BENEATH.
2018-10-25 mmMFV r339640,339641,339644:
2018-10-25 markjRemove a dead store.
2018-10-25 markjAdd FALLTHROUGH comments to appease Coverity.
next