sys/vfs/hammer: Make HAMMER_ENCODE() take zone index instead of base
[dragonfly.git] / sys / kern /
2015-07-17 Sepherosa Ziehauipiq: Add description for ipi latency measurement sysctls
2015-07-17 Matthew Dillonkernel - Reduce mountroot intr_config_hook wait to...
2015-07-14 Matthew Dillonkernel - Fix live lock in vfs_conf.c mountroot>
2015-07-14 Matthew Dillonipiq: Add simple IPI latency measure sysctls (2)
2015-07-14 Sepherosa Ziehauipiq: Add simple IPI latency measure sysctls
2015-07-13 Sepherosa Ziehaubus: Clear device description when we set driver.
2015-07-12 John MarinoMerge branch 'vendor/OPENBSD_LIBM'
2015-07-10 Matthew Dillonkernel - Fix panic during coredump
2015-07-09 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-07-04 Sascha WildnerUse roundup2() from <sys/param.h> in a number of places.
2015-07-01 Matthew Dillonkernel - Improve basic entropy collector
2015-06-27 Sascha Wildnerkernel: Use 'normal' types (i.e., uint8_t instead of...
2015-06-24 Matthew Dillonkernel - Add zero-on-instantiate objcache ctor
2015-06-24 Sepherosa Ziehauusched: Fix kern.usched_global_cpumask sysctl type.
2015-06-22 Sascha Wildneri386 removal, part 8/x: Remove i386 DragonFly 1.2 compa...
2015-06-20 Sascha Wildneri386 removal, part 2/x: Remove i386 specific kernel...
2015-06-18 Sascha WildnerUse <sys/param.h>'s roundup() in a few places.
2015-06-16 Sepherosa Ziehauacpi/cpu/coretemp: Move sensor device from coretemp...
2015-06-13 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-06-11 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-06-06 Matthew Dillonsysctl - SMP performance work
2015-06-05 Sepherosa Ziehausensors: By default, stick sensor tasks to the first...
2015-06-05 Sepherosa Ziehaucpu_topo: Add get_cpu_node_by_chipid()
2015-06-04 Sepherosa Ziehausensors: Accept -1 as sensor thread cpuid
2015-06-04 Sepherosa Ziehausensors: Create per-cpu sensor task threads
2015-06-04 Sepherosa Ziehautsc: Factor out rdtsc_ordered()
2015-06-01 Sepherosa Ziehaulwkt: Initialize LWKT objcache initialization to earlie...
2015-05-29 Matthew Dillonkernel - Fix SMP race against fp seek position lock
2015-05-27 Matthew Dillonkernel - Fix issue w/recent utimes commit
2015-05-26 Matthew Dillonttys - Add 'ifconsole' option to ttys entries
2015-05-26 Matthew Dillonkernel - Return EINVAL on negative timeout to poll()
2015-05-26 Matthew Dillonkernel - Sanity-check getutimes().
2015-05-26 Matthew Dillonkernel - Add futimens()
2015-05-26 Matthew Dillonkernel - Consolidate kern_utimes() into kern_utimensat()
2015-05-25 Matthew Dillonkernel - Change bundirty() location in I/O sequence (2)
2015-05-25 John MarinoMerge branch 'vendor/GCC50'
2015-05-24 Matthew Dillonkernel - Add utimensat() support
2015-05-21 Matthew Dillonkernel - Change bundirty() location in I/O sequence
2015-05-19 Matthew Dillonkernel - fix O_CLOEXEC race in open() and fhopen()
2015-05-19 Matthew Dillonkernel, libc - add pipe2()
2015-05-18 Matthew Dillonkernel - Fix cpu lockup on resume after entering the...
2015-05-17 Tomohiro Kusumiusched: Add comments
2015-05-12 Matthew Dillonkernel - Improve cpu topology text output
2015-05-10 Tomohiro Kusumisys/kern: Remove trailing ; from DO_OPS()
2015-05-10 Tomohiro Kusumisys/kern: Fix comments
2015-05-10 Tomohiro Kusumisys/sys: Rename VFS_MPLOCK1 to VFS_MPLOCK
2015-05-10 Tomohiro Kusumisys/sys: Remove VFS_MPLOCK2 macro
2015-04-27 Sepherosa Ziehauktr: Reduce number of early boot KTR entries to 256
2015-04-27 Sepherosa Ziehauusched/bsd4: Avoid ktr confliction on chooseproc
2015-04-22 John MarinoMerge branch 'vendor/GCC50'
2015-04-17 John MarinoMerge branch 'vendor/GCC50'
2015-04-08 Sepherosa Ziehausensor: Stick sensors thread to the last CPU.
2015-04-08 Sepherosa Ziehauclock: Piggyback passive IPIQ processing
2015-04-02 John MarinoMerge branch 'vendor/GCC50'
2015-03-31 John MarinoMerge branch 'vendor/BINUTILS225'
2015-03-31 Sepherosa Ziehausensor: Expose max id of sensor device through hw.senso...
2015-03-31 Sepherosa Ziehausensor: Fix sensor device numbering
2015-03-31 Sepherosa Ziehausensor: Fix sysctl tree creation
2015-03-27 Sepherosa Ziehausensor: Save OID of sensordev sysctl tree.
2015-03-27 Sepherosa Ziehausensor: Use sysctl lock
2015-03-27 Matthew Dillondmsg - refactor cluster and pfs identifiers
2015-03-26 Matthew Dillonkernel - Fix panic in broken chroot case
2015-03-24 Sepherosa Ziehausensor: sensor_task_schedule() should always be locked
2015-03-24 Sepherosa Ziehausysctl: Expose sysctl lock
2015-03-23 Matthew Dillonkernel - Major mtx lock cleanup
2015-03-23 Sepherosa Ziehausensor: Allocate task w/ M_WAITOK
2015-03-23 Sepherosa Ziehausensor: Create task thread through SYSINIT
2015-03-23 Sepherosa Ziehausensor: Function renaming and remove unnecessary comment.
2015-03-23 Sepherosa Ziehausensor: Remove the NOSYSCTL8HACK ifndef test
2015-03-23 Sepherosa Ziehausensor: Staticize internal global variables
2015-03-23 Sepherosa Ziehausensor: volatile is unnecessary for running
2015-03-23 Sepherosa Ziehausensors: Staticize internal functions
2015-03-23 Sepherosa Ziehausensor: Utilize LOCK_INITIALIZER
2015-03-22 John MarinoMerge branch 'vendor/GCC50'
2015-03-22 John MarinoMerge branch 'vendor/BMAKE'
2015-03-19 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-03-16 Matthew Dillonkernel - Refactor kern_mutex (mtx* functions)
2015-03-13 John MarinoMerge branch 'vendor/MPC'
2015-03-13 John MarinoMerge branch 'vendor/LESS'
2015-03-13 John MarinoMerge branch 'vendor/GCC50'
2015-03-12 Sascha Wildnerkernel: Followup commit to f3f3eadbf9de7a55ef1ff8cb23a6...
2015-03-12 Sascha Wildnerkernel: Move semicolon from the definition of SYSINIT...
2015-03-11 Sascha Wildnerkernel: Use BSD types, not System V types (ulong -...
2015-03-11 Sascha Wildner<sys/unistd.h>: Rename struct lwp_params member names.
2015-03-10 Matthew Dillondmsg - Formalize most of the debugging output, cleanup...
2015-03-09 Matthew Dillondmsg - Stabilization work
2015-03-08 John MarinoMerge branch 'vendor/GCC50'
2015-03-07 Sascha Wildnerkernel/vfs: Move prtactive variable to vfs_subr.c
2015-03-03 Matthew Dillondmsg - Stabilization work
2015-03-03 Matthew Dillonkernel - Refactor the kernel message buffer code (2)
2015-03-03 Matthew Dillonkernel - Refactor the kernel message buffer code
2015-03-01 Matthew Dillonkernel - work on dmsg disk exports
2015-02-28 Matthew Dillonhammer2 / kern_dmsg - Fix bugs
2015-02-28 Sascha Wildnerkernel: Remove unused xwait headers.
2015-02-28 Sascha Wildnerkernel: Remove unused hogticks global from kern_synch.c.
2015-02-28 Matthew Dillonxdisk - disk_setdiskinfo() must be assynchronous
2015-02-27 John MarinoMerge branch 'vendor/GCC50'
2015-02-22 Sascha Wildnerkernel/lwkt_serialize: Take serializer bookkeeping...
2015-02-20 John MarinoMerge branch 'vendor/GCC50'
2015-02-19 Sascha Wildnerkernel: Move us to using M_NOWAIT and M_WAITOK for...
next