]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/subr_epoch.c
subr_hints: simplify a little bit
[FreeBSD/FreeBSD.git] / sys / kern / subr_epoch.c
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-04 Jung-uk KimMFV: r334448
2018-05-30 Matt Macyepoch(9): make epoch closer to style(9)
2018-05-29 Slava ShwartsmanMFV r333668:
2018-05-28 Hans Petter SelaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-24 Olivier HouchardImport CK as of commit 0f017230ccc86929f56bf44ef2dca93d...
2018-05-23 Phil ShaferImport libxo-0.9.0:
2018-05-21 Mark JohnstonDon't pass a section cookie to CK for non-preemptible...
2018-05-20 Eitan AdlerMFV: file 5.33
2018-05-19 Matt Macysubr_epoch.c fix unused variable warnings
2018-05-19 Simon J. GerratyMerge bmake-20180512
2018-05-18 Matt Macyepoch(9): assert that epoch is allocated post-configure
2018-05-18 Matt Macyepoch(9): Make epochs non-preemptible by default
2018-05-18 Xin LIMFV r333779: xz 5.2.4.
2018-05-18 Matt Macyepoch: actually allocate the counters we've assigned...
2018-05-18 Matt Macyepoch: add non-preemptible "critical" variant
2018-05-17 Matt Macyepoch: skip poll function call in hardclock unless...
2018-05-17 Matt Macyepoch(9): schedule pcpu callback task in hardclock...
2018-05-17 Matt Macyepoch(9): eliminate the need to wait when polling for...
2018-05-17 Matt Macyepoch(9): fix potential deadlock
2018-05-17 Matt Macyepoch(9): restore thread priority on exit if it was...
2018-05-17 Matt Macyepoch(9): make recursion lighter weight
2018-05-17 Matt Macyepoch(9): Guarantee forward progress on busy sections
2018-05-16 Dag-Erling SmørgravMerge upstream patch to unbreak tunnel forwarding.
2018-05-14 Matt Macyepoch(9): allow sx locks to be held across epoch_wait()
2018-05-13 Matt Macyepoch(9): cleanups, additional debug checks, and add...
2018-05-12 Matt Macyhwpmc/epoch - don't reference domain if NUMA is not set
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.1.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.8. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.7. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.6. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.5. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.3. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade LDNS to 1.7.0.
2018-05-11 Matt Macyepoch(9): always set inited in epoch_init
2018-05-11 Dag-Erling SmørgravUpgrade to OpenSSH 7.7p1.
2018-05-11 Matt Macyepoch(9): callback task fixes
2018-05-11 Matt Macyepoch(9): fix priority handling, make callback lists...
2018-05-10 Matt MacyAdd simple preempt safe epoch API