]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
simplify control flow so that gcc knows we never pass save to curthread_pflags_restore
[FreeBSD/FreeBSD.git] / sys / sys /
2018-05-19 mmacyadd DBGSET macro to conditionally assign to a variable...
2018-05-19 sjgMerge bmake-20180512
2018-05-18 mmacyAnnotate td_pre_epoch_prio in struct thread
2018-05-18 mmacyepoch(9): Make epochs non-preemptible by default
2018-05-18 mmacyepoch: add non-preemptible "critical" variant
2018-05-17 mmacyepoch: skip poll function call in hardclock unless...
2018-05-17 mmacyepoch(9): schedule pcpu callback task in hardclock...
2018-05-17 mmacyepoch(9): missed add from r333755
2018-05-17 mmacyAF_UNIX: make unix socket locking finer grained
2018-05-17 mmacyFix i386 build
2018-05-17 mmacyepoch(9): make recursion lighter weight
2018-05-17 mmacyepoch(9): Guarantee forward progress on busy sections
2018-05-16 mmacyhwpmc: Implement per-thread counters for PMC sampling
2018-05-16 dumbbellteken, vt(4): New callbacks to lock the terminal once
2018-05-15 gallatinUnhook DEBUG_BUFRING from INVARIANTS
2018-05-14 mmacypmc: fix buildworld
2018-05-14 mmacyhwpmc: fix load/unload race and vm map LOR
2018-05-13 mmacyepoch(9): cleanups, additional debug checks, and add...
2018-05-13 kibDetect and optimize reads from the hole on UFS.
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-12 mmacyhwpmc(9): Make pmclog buffer pcpu and update constants
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-11 desReduce <sys/queue.h> pollution.
2018-05-10 mmacyAdd simple preempt safe epoch API
2018-05-10 araujoRework CTL frontend & backend options to use nv(3)...
2018-05-09 mmacyAdd taskqgroup_config_gtask_deinit to support teardown...
2018-05-09 mmacyEliminate the overhead of gratuitous repeated reinitial...
2018-05-09 impMinor style nits
2018-05-09 mmacyReduce overhead of ktrace checks in the common case.
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-07 mjgInlined sched_userret.
2018-05-07 mjgChange trap_enotcap to bool and annotate with __read_fr...
2018-05-07 mjgAvoid calls to syscall_thread_enter/exit for statically...
2018-05-07 impAdd device_quiet_children() and device_has_quiet_children()
2018-05-06 phkWith the fall-back hack for lint gone, I have no copyri...
2018-05-06 markjRefactor some of the MI kernel dump code in preparation...
2018-05-06 markjAdd an mbuf allocator for netdump.
2018-05-04 mjgAllow the compiler to use __builtin_memcpy
2018-05-04 jamieMake it easier for filesystems to count themselves...
2018-05-04 mjgAllow __builtin_memmove instead of bcopy for small...
2018-05-04 emastegpart: add fat32lba MBR partition type
2018-05-03 kibImplement support for ifuncs in the kernel linker.
2018-05-02 shurdSeparate list manipulation locking from state change...
2018-04-27 mjgUnbreak world build after r333064
2018-04-27 mjgsystrace: track it like sdt probes
2018-04-27 emasteelf_common.h: add DT_SUNW_ASLR tag
2018-04-27 mjgvm: move vm_cnt to __read_mostly now that it is not...
2018-04-27 manuclk: Put the sysctls under hw.clock instead of clock
2018-04-26 sbrunoTigthen up kern_prefetch.h includes. The DMAP check...
2018-04-24 sbrunoRevert r332894 at the request of the submitter.
2018-04-24 mjglockstat: track lockstat just like sdt probes
2018-04-23 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-20 kibRename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and...
2018-04-19 jhbSimplify the code to allocate stack for auxv, argv...
2018-04-19 rrsThis commit brings in the TCP high precision timer...
2018-04-19 avgset kdb_why to "trap" when calling kdb_trap from trap_fatal
2018-04-18 kibAdd PROC_PDEATHSIG_SET to procctl interface.
2018-04-17 jhbProperly do a deep copy of the ioctls capability array...
2018-04-17 brooksRemove the unused fuwintr() and suiwintr() functions.
2018-04-12 bzFix a typo.
2018-04-12 vmaffionenetmap: align codebase to the current upstream (commit...
2018-04-07 ianAdd the ioctl definitions for spigen get/set spi mode...
2018-04-06 edLet syslog(3) use RFC 5424.
2018-04-06 roygerremove GiB/MiB macros from param.h
2018-04-05 roygerintroduce GiB and MiB macros
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-04 impFix minor whitespace nits
2018-03-31 markjDon't verify td_locks accounting after a panic.
2018-03-29 markjHave TD_LOCKS_DEC() assert that td_locks is positive.
2018-03-29 jeffImplement several enhancements to NUMA policies.
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 avgZFS vn_rele_async: catch up with the use of refcount...
2018-03-28 mjgseq: provide a comment explaining what seq is for and...
2018-03-28 mjgseq: disable preemption around seq_write_*
2018-03-27 kibAllow to specify PCP on packets not belonging to any...
2018-03-27 brooksMove uio enums to sys/_uio.h.
2018-03-24 kibAccount the size of the vslock-ed memory by the thread.
2018-03-24 philipImport tzdata 2018d
2018-03-23 jhbMove remaining EF_MIPS_* flags to <sys/elf_common.h>.
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 jeffStart witness much earlier in boot so that we can shrin...
2018-03-21 kibMove sysinit and sysuninit linker sets in the data...
2018-03-21 cemRegenerate sysent files after r331279.
2018-03-21 cemImplement getrandom(2) and getentropy(3)
2018-03-20 impDrop support for lint for cdefs.h.
2018-03-20 impRemove obsolete lint support.
2018-03-20 markjDrop KTR_CONTENTION.
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-16 brooksAdd _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
2018-03-14 brooksFix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.
2018-03-13 brooksmd_pad is used by MDIOCLIST and not available for futur...
2018-03-13 emasteUse C99 boolean type for translate_osrel
next