]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
epoch: avoid warning when INVARIANTS is not enabled
[FreeBSD/FreeBSD.git] / sys / kern /
2018-05-19 Matt Macymalloc: avoid possibly returning stack garbage if MALLO...
2018-05-19 Matt Macycpuset_thread0: avoid unused assignment on non debug...
2018-05-19 Matt Macymake_dev: avoid unused assignments on non debug builds
2018-05-19 Matt Macymqueue: avoid unused variables
2018-05-19 Matt Macyphysio: avoid uninitialized variables
2018-05-19 Matt Macycache_lookup remove unused variable and initialize...
2018-05-19 Matt Macyfilt_timerdetach: only assign to old if we're going...
2018-05-19 Matt Macygetnextevent: put variable only used by KTR under ifdef KTR
2018-05-19 Matt Macysimplify control flow so that gcc knows we never pass...
2018-05-19 Matt Macytty: conditionally assign to ret value only used by...
2018-05-19 Matt Macyremove unused locked variable in lockmgr_unlock_fast_path
2018-05-19 Matt Macysignotify: don't create a stack local that isn't used...
2018-05-19 Matt Macysysv_msg initialize saved_msgsz
2018-05-19 Matt Macyremove unused variable
2018-05-19 Matt Macyfix uninitialized variable warning in reader locks
2018-05-19 Matt Macyfix uninitialized variable warning
2018-05-19 Matt Macysys_process.c fix set but not used warning
2018-05-19 Matt Macysubr_epoch.c fix unused variable warnings
2018-05-19 Matt Macypidctrl Actually use the variables that we assign to...
2018-05-19 Matt Macyfix gcc8 unused variable and set but not used variable...
2018-05-19 Simon J. GerratyMerge bmake-20180512
2018-05-18 Mateusz Guziklockmgr: avoid atomic on unlock in the slow path
2018-05-18 Matt Macyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-18 Matt Macyepoch(9): assert that epoch is allocated post-configure
2018-05-18 Ed MasteUse NULL for SYSINIT's last arg, which is a pointer...
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 Brooks DavisUse strsep() to parse init_path in start_init().
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 MacyAF_UNIX: make unix socket locking finer grained
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 Matt Macyhwpmc: Implement per-thread counters for PMC sampling
2018-05-16 Dag-Erling SmørgravMerge upstream patch to unbreak tunnel forwarding.
2018-05-16 Jean-Sébastien Pédronteken, vt(4): New callbacks to lock the terminal once
2018-05-15 Ed Mastesubr_pidctrl: use standard 2-Clause FreeBSD license...
2018-05-14 Matt Macyhwpmc: fix load/unload race and vm map LOR
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-13 Konstantin BelousovDetect and optimize reads from the hole on UFS.
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-12 Matt Macyhwpmc(9): Make pmclog buffer pcpu and update constants
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 Mateusz Guzikrmlock: partially depessimize lock/unlock fastpath
2018-05-11 Matt Macyepoch(9): fix priority handling, make callback lists...
2018-05-10 Matt MacyAdd simple preempt safe epoch API
2018-05-10 Andrew GallatinFix the build after r333457
2018-05-10 Ed MasteANSIfy sys_generic.c
2018-05-10 Marcin WojtasApply fixes in ena-com
2018-05-09 Matt MacyAdd taskqgroup_config_gtask_deinit to support teardown...
2018-05-09 Matt MacyEliminate the overhead of gratuitous repeated reinitial...
2018-05-09 Konstantin BelousovAvoid calls to bzero() before ireloc.
2018-05-09 Matt MacyReduce overhead of ktrace checks in the common case.
2018-05-08 Dag-Erling SmørgravUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 Jung-uk KimMFV: r333378
2018-05-08 Peter WemmUpdate svn-1.9.7 to 1.10.0.
2018-05-08 Peter WemmUpdate private sqlite from sqlite3-3.20.0 to sqlite3...
2018-05-07 Mateusz GuzikInlined sched_userret.
2018-05-07 Mateusz GuzikChange trap_enotcap to bool and annotate with __read_fr...
2018-05-07 Mateusz GuzikAvoid calls to syscall_thread_enter/exit for statically...
2018-05-07 Warner LoshAdd device_quiet_children() and device_has_quiet_children()
2018-05-07 Andrew GallatinBoost thread priority while changing CPU frequency
2018-05-06 Mark JohnstonRefactor some of the MI kernel dump code in preparation...
2018-05-06 Mark JohnstonAdd an mbuf allocator for netdump.
2018-05-06 Mark JohnstonStyle.
2018-05-05 Andriy Gaponfor bus suspend, detach and shutdown iterate children...
2018-05-04 Mateusz Guziktc: bcopy -> memcpy
2018-05-04 Jamie GrittonMake it easier for filesystems to count themselves...
2018-05-04 Mark JohnstonFix some races introduced in r332974.
2018-05-04 Philip PaepsImport tzdata 2018e
2018-05-04 Matt Macy`dup1_processes -t 96 -s 5` on a dual 8160
2018-05-03 Konstantin BelousovImplement support for ifuncs in the kernel linker.
2018-05-02 Stephen HurdSeparate list manipulation locking from state change...
2018-05-01 Jung-uk KimMFV: r333077
2018-05-01 Mark JohnstonPrint the dump progress indicator after calling dump_st...
2018-05-01 Nathan WhitehornReport the kernel base address properly in kldstat...
2018-04-30 Ed MasteDisable connectat/bindat with AT_FDCWD in capmode
2018-04-27 Mateusz Guziksystrace: track it like sdt probes
2018-04-27 Ed MasteUpdate ELF Tool Chain to r3614
2018-04-27 Emmanuel Vadotclk: Put the sysctls under hw.clock instead of clock
next