]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Remove simple_httpd
[FreeBSD/FreeBSD.git] / sys /
2020-02-04 kibRemove unneeded assert for curproc. Simplify.
2020-02-04 bdragon[PowerPC] Fix VSX context handling
2020-02-04 jeffAdd an explicit busy state for free pages. This improv...
2020-02-04 jeffUse literal bucket sizes for smaller buckets rather...
2020-02-04 markjCorrect the malloc tag used when freeing the temporary...
2020-02-04 kibtmpfs: add nomtime mount option,
2020-02-04 kibEnable vm_object_mightbedirty() and vm_object_page_clea...
2020-02-04 kibAdd sys/systm.h to several places that use vm headers.
2020-02-04 kibtmpfs_mount update: simplify, cache the value of VFS_TO...
2020-02-04 kevanspsm: use make_dev_s instead of make_dev
2020-02-04 kevanspsm: release resources on attach failure
2020-02-04 traszRegen after r357503.
2020-02-04 traszAdd missing linux(4) syscall entries. This fixes missi...
2020-02-04 mavFew microoptimizations to dbuf layer.
2020-02-04 tuexenRemove unused timer.
2020-02-04 tuexenImprove numbering of debug information.
2020-02-04 andrewPrint useful debug data on unhandled kernel fault on...
2020-02-04 impBump __FreeBSD_version to 1300077 for r357455
2020-02-04 tsoomeloader: rewrite zfs reader zap code to use malloc
2020-02-04 dchaginFix clock_gettime() and clock_getres() for cpu clocks:
2020-02-04 dchaginFor code reuse in Linuxulator rename get_proccess_cputime()
2020-02-04 dchaginlinux_to_native_clockid() properly initializes nwhich...
2020-02-04 jeffImplement a deferred write advancement feature that...
2020-02-04 jeffFix a recursion on the thread lock by acquiring it...
2020-02-04 jeffUse STAILQ instead of TAILQ for bucket lists. We only...
2020-02-04 npcxgbe(4): Add pfil(9) hooks to the driver's rx.
2020-02-04 npcxgbe(4): Treat NIC rx as special and run its handler...
2020-02-04 npcxgbe(4): Retire the allow_mbufs_in_cluster optimization.
2020-02-04 arichardsonSet the LMA of the riscv kernel to the OpenSBI jump...
2020-02-03 npcxgbe(4): Avoid ext_arg2 in rxb_free.
2020-02-03 npcxgbe(4): Do not use pack boundary > 512B unless it...
2020-02-03 npcxgbe(4): Initialize the rx buffer's metadata on first...
2020-02-03 npcxgbe(4): Only checksummed TCP should be considered...
2020-02-03 markjFix the !SMP case in sched_add() after r355779.
2020-02-03 mjgfd: partially unengrish the previous commit
2020-02-03 mjgfd: streamline fget_unlocked
2020-02-03 mjgfd: remove the seq argument from fget_unlocked
2020-02-03 mjgfd: remove the seq argument from fget routines
2020-02-03 mjgseqc: provide seqc_read_any
2020-02-03 mjgktrace: provide ktrstat_error
2020-02-03 glebiusCouple protocol drain routines (frag6_drain and sctp_dr...
2020-02-03 impFix a stray 'e'from my last commit.
2020-02-03 markjDisable the smallest UMA bucket size on 32-bit platforms.
2020-02-03 kevansnamei: preserve errors from fget_cap_locked
2020-02-03 markjDynamically select LSE-based atomic(9)s on arm64.
2020-02-03 markjAdd LSE-based atomic(9) implementations.
2020-02-03 markjAdd wrappers for arm64 atomics.
2020-02-03 markjProvide a single implementation for each of the arm64...
2020-02-03 chsWith INVARIANTS, track all softdep dependency structure...
2020-02-03 impRemove sparc64 kernel support
2020-02-03 mavUnblock kstat.zfs.misc.dbufstats sysctls.
2020-02-03 mjgcapsicum: faster cap_rights_contains
2020-02-03 mjgtmpfs: inline tmpfs_update
2020-02-03 andrewRemove the GICv3 ITS irq and replace it with an ID
2020-02-03 mjgfd: fix f_count acquire in fget_unlocked
2020-02-03 mjgFix up various vnode-related asserts which did not...
2020-02-03 andrewUse a unique name for the GICv3 ITS vmem
2020-02-03 andrewDisable the use of the quantum cache in the GICv3 ITS
2020-02-03 impOn powerpc, we use ofw_syscons for device sc. That...
2020-02-03 cemnetinet/libalias: Fix typo in debug message
2020-02-03 pfgtypo: Registration.
2020-02-03 pfgethernet: Minor cleanup.
2020-02-02 emasteacpi_ibm: remove superfluous cast
2020-02-02 pfgstyle(9): Fix spaces after #define.
2020-02-02 emasteacpi_ibm: whitespace and wrapping cleanup
2020-02-02 pfgethernet: add some more Ethertypes.
2020-02-02 pfgethernet: add some more Ethertypes.
2020-02-02 emasteacpi_ibm: whitespace fixup
2020-02-02 kevansProvide O_SEARCH
2020-02-02 kevanszfs: light refactor to indicate cachedlookup in zfs_lookup
2020-02-02 kevanspseudofs: don't do VEXEC check in VOP_CACHEDLOOKUP
2020-02-02 emasteMove ce enable to SOURCELESS_HOST
2020-02-02 mjgfd: sprinkle some predits around fget
2020-02-02 mjgfd: use atomic_load_ptr instead of hand-rolled cast...
2020-02-02 mjgvfs: remove the now empty vop_unlock_post
2020-02-02 mjgvfs: remove the never set VDESC_VPP_WILLRELE flag
2020-02-02 impMove font.h generation to conf/files from conf/files.*
2020-02-02 impFix old-style build
2020-02-02 impKill old armv4 busdma
2020-02-02 impMove arm back to having one LINT
2020-02-02 impRemove old boardid/mach-types support.
2020-02-02 impRemove armv5 marvell support.
2020-02-02 impRemove Ralink RT1310 support
2020-02-02 impRemove vpo.4
2020-02-02 impAdd deprecation notice to vpo.4
2020-02-01 jeffFix a bug in r356776 where the page allocator was not...
2020-02-01 kibFix build.
2020-02-01 dougmIn dmar_gas_lowermatch, skip searching a subtree if...
2020-02-01 dimAmend r357367 by using register values from the TPM...
2020-02-01 mjgcache: replace kern___getcwd with vn_getcwd
2020-02-01 cemtpm(4): Fix 'go ready' in TPM 2.0 TIS driver
2020-02-01 mjgcache: return the total length from vn_fullpath1
2020-02-01 mjgcache: remove vnode -> path lookup disablement
2020-02-01 mjgvfs: consistently use size_t for buflen around VOP_VPTOCNP
2020-02-01 cemhwpstate_intel(4): Save admin-set EPP/EPB and restore...
2020-02-01 cemhwpstate_intel(4): Print failure message only on failure
2020-02-01 cemhwpstate_intel(4): Detect and support PKG variant
2020-02-01 cemhwpstate_intel(4): Add fallback EPP using PERF_BIAS MSR
2020-02-01 cemx86: Add/amend some power-management comments/macros
2020-02-01 cemhwpstate_intel(4): Error check epp sysctl & bail if...
next