tcp: Expose tcp_keepcnt through sysctl net.inet.tcp.keepcnt
[dragonfly.git] / sys / kern /
2011-09-14 Sepherosa ZiehauMachIntrABI: Field rename; no functional changes
2011-09-12 Sepherosa ZiehauMachIntrABI: Split vectorctl into intr_setup and intr_t...
2011-09-09 Sascha Wildnerkernel: Fix UP remove the "race averted" msg in callout...
2011-09-07 Matthew Dillonkernel - Fix panic related to kqueue-based timers
2011-09-07 Sascha Wildnerkernel: Add m_extadd().
2011-09-07 Sascha Wildnerkernel: Add linker_file_foreach() (taken from FreeBSD).
2011-09-05 Sepherosa ZiehauMachIntrABI: Remove unused setvar/getvar interfaces
2011-09-01 John MarinoMerge branch 'vendor/GDB'
2011-08-28 Brills Pengdsched_bfq - Add documentation
2011-08-28 Brills Pengdsched_bfq - A budget fair-queuing dsched policy
2011-08-28 Brills Pengdsched_as - A simple & experimental AS
2011-08-27 Matthew Dillonkernel - Fix ptrace signal races between child and...
2011-08-27 Brills Pengdsched - Add request polling wrapper
2011-08-27 Alex Hornungdsched - Add debugging & fix rare problem conditions
2011-08-27 Alex Hornungfq - fix a (possible) deadlock
2011-08-12 Sascha WildnerMerge branch 'vendor/AWK'
2011-08-11 François TigeotImplement a new vfs function, vfs_account()
2011-08-10 Sascha Wildnerkernel: Staticize naccess().
2011-08-07 Sascha WildnerMove static & inline to the beginnings of declarations.
2011-08-05 Sepherosa Ziehaugetsockopt: Add SO_SNDSPACE
2011-07-29 Matthew Dillonkernel - Fix rare IPIQ freezes
2011-07-29 Matthew Dillonkernel - Fix signal delivery races
2011-07-29 Matthew Dillonkernel - Fix a small race in the umtx code
2011-07-28 Matthew Dillonvkernel - Fix lockup with [v]kernel due to missing...
2011-07-27 Matthew Dillonkernel - Fix panic when the ccd device is used with...
2011-07-27 Matthew Dillonkernel - Adjust mbuf cached free object retention
2011-07-21 Sascha Wildnerkernel: Remove some old ISA only drivers.
2011-07-16 Sascha Wildnerktr(4): Add some sysctl descriptions for viewing with...
2011-07-16 John MarinoMerge branch 'vendor/BINUTILS221'
2011-07-16 Sascha Wildnerktr(4): Ensure that KTR_ENTRIES is 2^n and document...
2011-07-10 Alex Hornungvfs_conf - remove dead struct
2011-07-03 Sascha Wildnerkernel: Little style(9) issue.
2011-07-03 Alex Hornungdevfs - replace subname* with related* functions
2011-07-02 Peter AvalosMerge branch 'vendor/LESS'
2011-06-18 Peter AvalosMerge branch 'vendor/AWK'
2011-06-17 Peter AvalosMerge branch 'vendor/AWK'
2011-06-15 Matthew Dillonkernel - Adjust vm_object->paging_in_progress to use...
2011-06-15 Matthew Dillonkernel - Enhance refcount API
2011-06-14 Sepherosa ZiehauMerge branch 'devel'
2011-06-14 Sepherosa ZiehauMerge branch 'devel' (early part)
2011-06-14 Sepherosa ZiehauMerge branch 'devel' (early part)
2011-06-14 Sepherosa ZiehauMerge branch 'devel' (early part)
2011-06-14 Sepherosa ZiehauMerge branch 'devel' (early part)
2011-06-14 Matthew Dillonkernel - Fix a 'vm_page_unhold: hold count < 0' panic...
2011-06-10 Matthew Dillonkernel - Fix MP races in recent vm_object work
2011-06-09 Matthew Dillonkernel - Fix a 'vm_page_unhold: hold count < 0' panic...
2011-06-09 Venkatesh Srinivaskernel -- Implement lwkt_token_swap; swaps most recent...
2011-06-09 Venkatesh Srinivaskernel -- Remove vestigial token flags field.
2011-06-09 Samuel J. Greearkernel - Allow signal delivery via KQ even if the proce...
2011-06-06 YONETANI Tomokazukernel: Add a final p_lock wait loop before kfree'ing...
2011-06-02 Sascha WildnerMerge branch 'vendor/MDOCML'
2011-06-02 YONETANI Tomokazukernel: Remove an extra p_lock == 0 check
2011-06-02 YONETANI TomokazuRevert "kernel: Don't disturb about-to-be reaped zombies."
2011-05-30 Sepherosa Ziehauintr: Call machintr_intren() only for hardware interrupts
2011-05-27 YONETANI Tomokazukernel: Don't disturb about-to-be reaped zombies.
2011-05-21 John MarinoMerge branch 'vendor/BINUTILS220'
2011-05-20 Jan LentferMerge branch 'master' of ssh://crater.dragonflybsd...
2011-05-20 John Marinokernel ELF: Implement AT_OSRELDATE aux vector
2011-05-20 Jan LentferMerge branch 'vendor/LDNS'
2011-05-19 John Marinokernel ELF: Removed unwanted return
2011-05-19 John Marinokernel ELF: Improve OS Release Date handling
2011-05-19 John Marinokernel ELF: Use interpreter paths outside of first...
1970-01-03 Alex Hornung"Fix" kernel profiling for i386
2011-05-19 John Marinokernel ELF: Add missing return after exec_map_page...
2011-05-19 John MarinoKernel Elf: Expand ABI.note-tag search to cover entire...
2011-05-19 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-05-18 John MarinoKernel ELF: Restore legacy FreeBSD brand
2011-05-16 Peter AvalosMerge branch 'vendor/FILE'
2011-05-11 John Marinokernel ELF: Map PIE binaries at non-zero or specified...
2011-05-11 John Marinokernel ELF: Do not map segments of zero length
2011-05-11 John Marinokernel ELF: Reimplement Elf Branding, .note.ABI-tag
2011-05-10 Venkatesh Srinivaskernel -- Convert sb_timeo for socket timeout from...
2011-05-10 Sascha Wildnertaskqueue: Fix error message.
2011-05-07 John MarinoMerge branch 'vendor/CVS'
2011-05-07 John MarinoMerge branch 'vendor/GDB'
2011-05-06 Sascha WildnerFix LINT build.
2011-05-01 John MarinoMerge branch 'vendor/TEXINFO'
2011-04-30 Peter AvalosMerge branch 'vendor/LESS'
2011-04-30 Sascha Wildnerkernel: Fix some printf format warnings on x86_64.
2011-04-30 John MarinoMerge branch 'vendor/DIFFUTILS'
2011-04-30 John MarinoMerge branch 'vendor/GCC44'
2011-04-29 Sascha Wildnersysv_msg: Fix a typo in the code.
2011-04-28 John Marinokernel: Implement ELF auxinfo entry type AT_EXECPATH
2011-04-27 Peter AvalosMerge branch 'vendor/GDTOA'
2011-04-27 Peter AvalosMerge branch 'vendor/FILE'
2011-04-27 Sepherosa ZiehauAF_UNIX: Hold a reference of the unp_conn before execut...
2011-04-27 Sepherosa ZiehauAF_UNIX: Allocate pcb using M_WAITOK|M_NULLOK instead...
2011-04-26 John MarinoMerge branch 'vendor/GREP'
2011-04-25 Matthew Dillonkernel - Try to reduce 'busy buffers problems' during...
2011-04-21 Venkatesh Srinivaskernel -- Slight changes to refcount_wait/_wakeup.
2011-04-21 Matthew Dillonkernel - Add refcount_release_wakeup() and refcount_wait()
2011-04-20 Matthew Dillonkernel - Fix panic when unloading a module on x86-64
2011-04-15 Matthew Dillonkernel - remove extra tsleep_interlock() calo
2011-04-15 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-04-14 Sepherosa Ziehausystimer: Fix statclock() intr% counting for i8254...
2011-04-10 Matthew Dillonkernel - Add breadcb() function - async I/O w/completio...
2011-04-10 Sepherosa Ziehauintrcnt: Fix long standing interrupt name/count array...
2011-04-09 Sascha WildnerMerge branch 'vendor/MDOCML'
2011-04-09 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-04-07 Matthew Dillonvkernel64 - Push some non-working (as yet) shims for...
next