]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Tell the compiler that rdtscp clobbers %ecx.
[FreeBSD/FreeBSD.git] / sys / sys /
2018-06-08 jtlAdd a socket destructor callback. This allows kernel...
2018-06-08 mmacyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-07 rrsFix build issue with const and volatile and the
2018-06-07 rrsThis commit brings in a new refactored TCP stack called...
2018-06-07 mmacypmc: convert native to jsonl and track TSC value of...
2018-06-06 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option.
2018-06-06 mjgmalloc: elaborate on r334545 due to frequent questions
2018-06-06 mmacyhwpmc: add summary command and further metadata extensions
2018-06-05 vangyzenMake Coverity more happy with r334545
2018-06-05 mmacyhwpmc: log name->pid, name->tid mappings
2018-06-04 mmacyhwpmc: ABI fixes
2018-06-04 mmacyhwpmc: support sampling both kernel and user stacks...
2018-06-03 mmacypmc: remove assert that is invalid in interrupt context
2018-06-02 mjgRemove an unused argument to turnstile_unpend.
2018-06-02 mjgmalloc: try to use builtins for zeroing at the callsite
2018-06-02 jhibbitsIncluded VSX registers in powerpc core dumps
2018-06-02 mjgUse __builtin for various mem* and b* (e.g. bzero)...
2018-06-02 mjglibkern: tidy up memset
2018-06-01 mmacyUpdate FreeBSD_version to reflect removal of in-kernel...
2018-05-31 mmacyReduce overhead of entropy collection
2018-05-31 impMake the data returned by devinfo harder to overflow.
2018-05-30 mmacyepoch(9): make epoch closer to style(9)
2018-05-29 shurdiflib: mark irq allocation name parameter as constant
2018-05-29 mmacyhwpmc: don't enter epoch section across mmap hook
2018-05-29 avgadd support for console resuming, implement it for...
2018-05-29 mmacyhwpmc: add class field to identify which class a pmc...
2018-05-28 dteskeBump FreeBSD_version after r333517
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-26 mmacypmc(3)/hwpmc(4): update supported Intel processors...
2018-05-26 mmacyRevert r334242 "pmc(3)/hwpmc(4): update supported Intel...
2018-05-26 mmacypmc(3)/hwpmc(4): update supported Intel processors...
2018-05-25 brooksRegen after r334223: make vadvise compat freebsd11.
2018-05-24 brooksAvoid two suword() calls per auxarg entry.
2018-05-24 mmacyconvert allocations to INVARIANTS M_ZERO
2018-05-24 mmacymalloc: Add flag for conditionally zeroing for INVARIAN...
2018-05-23 kibx86: stop unconditionally clearing PSL_T on the trace...
2018-05-23 mmacypmc: bump PMC major version to reflect ABI breakage...
2018-05-23 mmacyhwpmc: add thread id field to callchain and context...
2018-05-23 mmacyepoch: allow for conditionally asserting that the epoch...
2018-05-23 mmacyBump FreeBSD_version after r333813
2018-05-23 mmacykern_sendit: use pre-initialized rights
2018-05-23 philImport libxo-0.9.0:
2018-05-22 markjFix the definition of td_startzero after r333466.
2018-05-22 mjgsx: port over writer starvation prevention measures...
2018-05-22 mmacypmc: annotate locking for po_ssnext in pmc_owner
2018-05-21 avgstop and restart kernel event timers in the suspend...
2018-05-21 mmacyck: simplify interface with libkvm consumers by definin...
2018-05-20 mmacyAdd additional preinitialized cap_rights
2018-05-20 eadlerMFV: file 5.33
2018-05-20 mmacyepoch.h: hide proc.h->priority.h from user
2018-05-20 mmacyepoch.h: move kernel only bits under _KERNEL
2018-05-19 mmacycapsicum: propagate const correctness
2018-05-19 mmacyback out DBGSET macro
2018-05-19 mmacyepoch: avoid warning when INVARIANTS is not enabled
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...
next