]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Add ability to limit split map entries to prevent resource
[FreeBSD/FreeBSD.git] / sys / sys /
2018-11-27 markjMFstable/12 r340970:
2018-11-13 markjMFC r339927:
2018-11-12 brooksRegen after r340388: MFC r340302: Fix freebsd32 mknod...
2018-11-07 kibMFC r339892:
2018-11-06 shurdMFC r339861:
2018-11-01 markjMFC r339661, r339669:
2018-10-31 markjMFC r339452, r339664:
2018-10-29 hselaskyMFC r339600:
2018-10-25 brooksMFC r339703:
2018-10-25 kibMFC r339709:
2018-10-17 jamieAdd a new jail permission, allow.read_msgbuf. When...
2018-10-12 mjgcapsicum: provide cap_rights_fde_inline
2018-10-11 mjgProvide string functions for use before ifuncs get...
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 gjbMerge the remainder of the projects/openssl111 branch...
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 gjbMFH r338661 through r339200.
2018-10-05 mmacyhwpmc: Refactor sample ring buffer handling to fix...
2018-10-05 mmacyeliminate locking surrounding ui_vmsize and swap reserv...
2018-10-01 markjUse an unsigned iterator for domain sets.
2018-09-28 jhbRegenerate after UNIMPL -> OBSOL changes in r339001.
2018-09-26 impReapply, with minor tweaks, r338025, from the original...
2018-09-24 markjAdd more NUMA-specific low memory predicates.
2018-09-24 jhbRestore the API of the kf_sa_local and kf_sa_peer members.
2018-09-24 emasteCopy libevent sources to contrib
2018-09-23 mjgEliminate false sharing in malloc due to statistic...
2018-09-22 mjgvfs: __predict common case in VFS_EPILOGUE/PROLOGUE
2018-09-20 baptImport mandoc 1.14.4
2018-09-18 mjgvm: stop taking proc lock in mmap to satisfy racct...
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-12 brDon't mark module data as static on RISC-V.
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-06 markjAvoid resource deadlocks when one domain has exhausted...
2018-09-06 markjRename hardclock_cnt() to hardclock() and remove the...
2018-09-05 jhbFix objcopy for little-endian MIPS64 objects.
2018-09-02 kibCatch exceptions during EFI RT calls on amd64.
2018-08-28 jhbDynamically allocate IRQ ranges on x86.
2018-08-26 delphijRemove arc4random_stir and arc4random_addrandom from...
2018-08-26 markmRemove the Yarrow PRNG algorithm option in accordance...
2018-08-24 impRevert drm2 removal.
2018-08-23 markjRemove a redundant #ifdef _KERNEL.
2018-08-23 manudts: Import DTS for arm64
2018-08-23 impAdd a new device flag: DF_ATTACHED_ONCE
2018-08-23 impCreate devctl freeze/thaw.
2018-08-23 cemdevstat(9): Constify function parameters that can be...
2018-08-22 cemKASSERT: Make runtime optionality optional
2018-08-22 markjPrepare the kernel linker to handle PC-relative ifunc...
2018-08-22 chuckMake NVMe compatible with the original API
2018-08-22 mmacyRemove legacy drm and drm2 from tree
2018-08-21 tuexenAdd SOL_SOCKET level socket option with name SO_DOMAIN...
2018-08-21 mmacyMake epoch KBI consistent between INVARIANTS and non...
2018-08-19 delphijBump __FreeBSD_version after r338059 (Chacha20 based...
2018-08-19 cemBack out r338035 until Warner is finished churning...
2018-08-19 cemRemove unused and easy to misuse PNP macro parameter
2018-08-17 jhibbitsrandom: Add PowerPC 'darn' instruction entropy source
2018-08-16 jamieRevert r337922, except for some documention-only bits...
2018-08-16 jamiePut jail(2) under COMPAT_FREEBSD11. It has been the...
2018-08-15 netchild- Add exec hook "exec.created". This is called when...
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-10 impBring in timespce_get form NetBSD.
2018-08-09 kevansBOOT_TAG: Make a config(5) option, expose as sysctl...
2018-08-09 kevansmsgbuf: Light detailing (const'ify and bool'itize)
2018-08-09 kevanskern: Add a BOOT_TAG marker at the beginning of boot...
2018-08-08 eadlerfile: update to 5.34
2018-08-07 markjImprove handling of control message truncation.
2018-08-06 jhbMake the system C11 atomics headers fully compatible...
2018-08-04 kevansefirt: Don't enter EFI context early, convert addrs...
2018-08-04 kibSwap in WKILLED processes.
2018-08-04 markjDon't check rcv sockbuf limits when sending on a unix...
2018-08-04 glebiusNow that after r335979 the kernel addresses in API...
2018-08-03 avgsafer wait-free iteration of shared interrupt handlers
2018-08-03 asomersFix LOCAL_PEERCRED with socketpair(2)
2018-08-01 kibAdd ioctl to conveniently mmap a PCI device BAR into...
2018-08-01 markjRemove MT_NTYPES.
2018-07-31 mavMFV r336991, r337001:
2018-07-30 asomersMake timespecadd(3) and friends public
2018-07-30 andrewAs with DPCPU_DEFINE_STATIC make VNET_DEFINE_STATIC...
2018-07-29 antoineAdd allow.mlock to jail parameters
2018-07-29 mmMFV r336851:
2018-07-27 impRevert r336773: it removed too much.
2018-07-27 impRemove xscale support
2018-07-26 emasteelf_common: update ARM ABI flag names
2018-07-25 emastesockopt.h: remove stale comment
2018-07-23 avgchange interrupt event's list of handlers from TAILQ...
2018-07-20 impBump version to 1200075 for zfsloader being folded...
2018-07-18 dabMake the definition of struct kevent in event.h match...
2018-07-17 pfgFreeBSD_version bump as per r336351,
2018-07-16 andrewDon't use the static keyword with DPCPU defines in...
2018-07-15 mariusAssorted TSO fixes for em(4)/iflib(9) and dead code...
2018-07-13 impCreate helper functions for parsing boot args.
2018-07-12 mjgsx: remove the spurious macro value difference vs rwlocks
2018-07-11 cyMFV r324714:
2018-07-11 dabAddress some (although not all) style(9) issues in...
2018-07-10 kibRemove bits of the old NUMA.
next