em/emx/igb/ix: Increase opackets stats in if_start method
[dragonfly.git] / sys / kern /
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...
2015-02-18 Sascha Wildnersys/kern: Adjust some function declaration vs. definiti...
2015-02-13 Joris Giovannangeliadd chflagsat system call
2015-02-13 John MarinoMerge branch 'vendor/GCC50'
2015-02-10 John Marinokern: Address set-but-unused warnings (mostly)
2015-02-10 John MarinoMerge branch 'vendor/GCC50'
2015-02-10 John MarinoMerge branch 'vendor/GCC50' - gcc 5.0 snapshot 1 FEB...
2015-02-08 Sepherosa Ziehauifnet: Make ifnet and ifindex2ifnet MPSAFE
2015-02-05 Sascha Wildnerkern_clock.c: Clarify that my last commit msg meant...
2015-02-05 Sascha Wildnerkernel/clock: Also document that time_second is since...
2015-02-05 Matthew Dillonkernel - Fix documentation for time_second
2015-01-28 Sascha Wildnerkernel/mib: Remove <sys/_posix.h> dependency.
2015-01-27 Sascha Wildnerlibc/sigaltstack: Return EPERM upon disabling the activ...
2015-01-26 Matthew Dillonkernel - limit backtrace-on-panic to 6 call levels
2015-01-25 Sascha WildnerMerge branch 'openssh'
2015-01-23 Peter AvalosMerge branch 'vendor/OPENSSH'
2015-01-17 Matthew Dillonkernel - Augment resource_string_value() to check kenv.
2015-01-15 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-01-12 Matthew Dillonkernel - Flag cdevpriv use (2)
2015-01-12 Matthew Dillonkernel - remove O_FBUFFERED and O_FUNBUFFERED
2015-01-11 Sascha Wildnerkernel/dev_ops: Make default dev_ops (noopen(), etc...
2015-01-09 Imre Vadaszkernel: Remove stray SYSCTL_XUNLOCK from sysctl_sysctl_...
2015-01-07 Sascha Wildnerkernel: Remove our ancient SCTP support.
2015-01-04 Sascha Wildnerlibc/sysvipc: Constify msgsnd()'s message pointer argum...
2014-12-27 Sepherosa Ziehausocket: Add KTR_SOWAKEUP
2014-12-17 Sepherosa Ziehauicmp: Asynchonize ctlinput/mtudisc/redirect processing
2014-12-04 François Tigeotnamecache: Remove a diagnostic message
2014-12-04 Sascha Wildnerkernel/lockf: Make a function as printf-like and fix...
2014-11-29 Imre Vadaszlink_elf: Work around a GCC optimization bug. Fixes...
2014-11-27 Matthew Dillonkernel - Add debugging to try to catch callout panics
2014-11-26 Matthew Dillonkernel - Fix race in recent callout work
2014-11-25 Matthew Dillonkernel - Implement new callout*() core
2014-11-24 Sepherosa Ziehaunetmsg: ctlinput is proto message not a proto-user...
2014-11-22 Matthew Dillonkernel - Add lock canceling features
2014-11-19 Matthew Dillonkernel - Improve slab cleanup performance
2014-11-17 Sepherosa Ziehauproto: ctlinput is a pr method; not a pru method
2014-11-16 François Tigeotsysctl: Give each device its own context and subtree
2014-11-16 Sepherosa Ziehauuipc: Remove never used last pr entry of localdomain
2014-11-11 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-11 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-11 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-10 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-10 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-09 Sascha WildnerMerge branch 'vendor/BYACC'
2014-11-05 Matthew Dillonkernel - Fix exec optimization race
2014-11-04 Joris GiovannangeliRevert "kern/dsched: Fix a panic at proc exit"
2014-11-02 Joris Giovannangelisysv_shm: allow attaching to REMOVED shm segments
2014-10-29 Joris Giovannangelikern/dsched: Fix a panic at proc exit
2014-10-27 Franco FichtnerMerge branch 'vendor/MDOCML'
2014-10-22 Sascha WildnerMerge branch 'vendor/OPENSSL'
next