]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/subr_epoch.c
Revert r334586 since I now think __unused is the better way to handle this.
[FreeBSD/FreeBSD.git] / sys / kern / subr_epoch.c
2018-05-30 mmacyepoch(9): make epoch closer to style(9)
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-23 philImport libxo-0.9.0:
2018-05-21 markjDon't pass a section cookie to CK for non-preemptible...
2018-05-20 eadlerMFV: file 5.33
2018-05-19 mmacysubr_epoch.c fix unused variable warnings
2018-05-19 sjgMerge bmake-20180512
2018-05-18 mmacyepoch(9): assert that epoch is allocated post-configure
2018-05-18 mmacyepoch(9): Make epochs non-preemptible by default
2018-05-18 mmacyepoch: actually allocate the counters we've assigned...
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): eliminate the need to wait when polling for...
2018-05-17 mmacyepoch(9): fix potential deadlock
2018-05-17 mmacyepoch(9): restore thread priority on exit if it was...
2018-05-17 mmacyepoch(9): make recursion lighter weight
2018-05-17 mmacyepoch(9): Guarantee forward progress on busy sections
2018-05-14 mmacyepoch(9): allow sx locks to be held across epoch_wait()
2018-05-13 mmacyepoch(9): cleanups, additional debug checks, and add...
2018-05-12 mmacyhwpmc/epoch - don't reference domain if NUMA is not set
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-11 mmacyepoch(9): always set inited in epoch_init
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-11 mmacyepoch(9): callback task fixes
2018-05-11 mmacyepoch(9): fix priority handling, make callback lists...
2018-05-10 mmacyAdd simple preempt safe epoch API