kernel - cleanup and some KTR work for x86_64
[dragonfly.git] / sys / sys /
2010-09-18 Matthew Dillonkernel - Optimize kfree() to greatly reduce IPI traffic
2010-09-17 Matthias SchmidtMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-17 Matthew Dillonkernel - Add lwkt_relpooltoken()
2010-09-16 Matthew Dillonnetwork - Add some serious assertions when MBUF_DEBUG...
2010-09-15 Matthew Dillonnetwork - Increase basic mbuf size from 256 to 384...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-13 Matthew Dillonkernel - swapoff - regenerate system calls
2010-09-13 Matthew DillonKernel - Implement swapoff
2010-09-12 Matthew Dillonnetwork - Add debugging assertions
2010-09-11 Samuel J. Greeardevfs - Let devfs assume degenerate knotes when a devic...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew Dillonbuild - Fix kernel build issue
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew Dillonnetwork - MP socket free & abort interactions, so_state
2010-09-10 Matthew Dillonbuild - Fixup world/kernel build
2010-09-10 Matthias SchmidtMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-10 Venkatesh Srinivaskernel - Convert mpipe global token to per-pipe tokens.
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-09-09 Jan Lentferpf: Update to OpenBSD 4.2
2010-09-09 Matthew Dillonkernel - MPSAFE the protocol drain routines
2010-09-07 Matthew Dillonkernel - Add LWKT_SERIALIZE_INITIALIZER
2010-09-07 Matthew Dillonkernel - Refactor kqueue interlocks
2010-09-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-06 Matthew Dillonkernel - Fix numerous MP issues with sockbuf's and...
2010-09-05 Matthew Dillonkernel - More pty fixes
2010-08-30 Matthew Dillonkernel - Separate inherited mplocks from td_mplocks...
2010-08-30 Alex Hornungspinlocks - adjust man pages and *_quick_* routines
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Samuel J. Greearkernel - poll(2) no longer supports non-standard FreeBS...
2010-08-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-30 Matthew Dillonkernel - remove spin_lock_rd() and spin_unlock_rd()
2010-08-30 Matthew Dillonkernel - Compact KOBJOPLOOKUP() kobj method core macro
2010-08-29 Matthew Dillon MPSAFE TTY - Fix deadlock in reporting of probe errors.
2010-08-29 Matthew DillonMPSAFE TTY - Refactor kprintf()'s spinlock, shutdown...
2010-08-29 Matthew Dillonkernel - Uninline crit_exit()
2010-08-29 Matthew Dillonkernel - Uninline crit_exit()
2010-08-29 Matthew Dillonkernel - Uninline crit_exit()
2010-08-29 Matthew Dillonkernel - Introduce hard code sections, simplify critica...
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-28 Matthew Dillonkernel - procfs_token work
2010-08-28 Matthew Dillonkernel - Add vmobj_token, misc vm-related tokenization
2010-08-28 Matthew Dillonkernel - Add description to static token initializers
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonkernel - Major MPSAFE Infrastructure 2
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-26 Thomas NikolajsenFix buildkernel
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-25 Matthew Dillonkernel - Remove D_KQFILTER flag
2010-08-25 Matthew Dillonkernel - Make all bioops callbacks MPSAFE
2010-08-25 Matthew Dillonkernel - Adjust device D_MPSAFE_* flags
2010-08-25 Matthew Dillonkernel - Fix LWKT_TOKEN_HELD() assertion
2010-08-25 Alex Hornungcrit_exit - Correct panic conditions
2010-08-24 Matthew Dillonkernel - Add define for MNTK_ALL_MPSAFE
2010-08-24 Matthew Dillonkernel - Add additional fields to kinfo_cputime
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-08-22 Matthew Dillonkernel - Fix read event on file for select/poll API
2010-08-22 Matthew Dillonkernel - Assert on remaining known races
2010-08-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-22 Matthew Dillonkernel - close numerous kqueue MP and blocking races
2010-08-20 Matthew Dillonkernel - opencrypto - optimize chained synchronous...
2010-08-20 Matthew Dillonkernel - limit running io writes during fsync
2010-08-20 Matthew Dillonkernel - add kthread_create_cpu()
2010-08-18 Matthew Dillonkernel - Fix excessive mbuf use in nfs_realign()
2010-08-18 Matthew Dillonkernel - Implement vm.swap_info_array sysctl
2010-08-17 Matthew DillonHAMMER VFS - Expand vfs.hammer.debug_io capabilities
2010-08-16 Matthew Dillonkernel - revamp cluster_read API and improve performance
2010-08-15 Matthew Dillonkernel - split the pbuf subsystem into two (kva and...
2010-08-15 Matthew Dillonkernel - Add overlapping buffer test to the buffer...
2010-08-14 Matthew Dillonkernel - dm - Add support for BUF_CMD_FLUSH
2010-08-14 Matthew Dillonkernel - flag when bogus_page's are present
2010-08-13 Matthew Dillonkernel - Some minor swap allocator / blist work
2010-08-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-13 Matthew Dillonkernel - Add sysref assertions
2010-08-13 Matthew Dillonkernel - Add sysref assertions
2010-08-13 Matthew Dillonkernel - More tty and devfs race fixes
2010-08-13 Matthew Dillonkernel - Fix pty registration, memory leak
2010-08-11 Matthew Dillonkernel - Adjust krate infrastructure
2010-08-11 Matthew Dillonbuildworld - Fix breakage
2010-08-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-10 Matthew Dillonkernel - Add per-user file descriptor limit
2010-08-08 Jan LentferMerge branch 'master' of git://island.quantumachine...
2010-08-08 Jan Lentferpf: Update packet filter to the version that comes...
2010-08-06 Sascha WildnerAdd some more *at() system calls.
2010-08-04 Matthew Dillonbuildworld - Fix header file
2010-08-03 Samuel J. Greearkernel - Make filters able to be marked MPSAFE
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-08-01 Sascha WildnerMark the *at(2) system calls' prototypes as being new...
2010-07-31 Sascha WildnerAdd a renameat(2) system call.
2010-07-29 Alex Hornungdsched - Encapsulate tdio for curthread creation
2010-07-28 Sascha WildnerFix typo in <sys/elf_common.h>: ET_LIPROC -> ET_LOPROC
2010-07-26 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-07-26 Samuel J. Greearkernel - bring back reasonable fifo blocking semantics
2010-07-26 Samuel J. Greearkernel - clean up pipe kq filters
2010-07-21 Sascha Wildner<wchar.h>: Partial revert of b9286c919de6585c967b8dbf2c...
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-19 Joe Talbottlibkern - Add abs(), labs(), and qabs().
2010-07-19 Samuel J. GreearMerge branch 'kq_devices' into selwakeup
next