dragonfly.git
2010-08-29 Matthew Dillonkernel - make nrandom helper thread mpsafe
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 1/2
2010-08-28 Matthew Dillonkernel - Fix telnet ttyp* allocation
2010-08-28 Matthew Dillonkernel - Change lwp_fork() to not hold the mplock in...
2010-08-28 Matthew Dillonkernel - make kern/vfs_sync.c MPSAFE
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonkernel - unwind kthread_create() mplock
2010-08-28 Sascha Wildnerbsd-family-tree: Sync with FreeBSD (for FreeBSD 8.1).
2010-08-28 Sascha Wildnermanpages: Fix some more .Dv abuse.
2010-08-28 Sascha Wildnerdriver.9: Fix .Dv abuse.
2010-08-28 Sascha Wildnersyscall.9: Some minor mdoc adjustments.
2010-08-28 Matthew Dillonkernel - CAM mpsafe issues
2010-08-28 Matthew Dillonkernel - Mark vm/vm_zeroidle.c and vm/vnode_pager.c...
2010-08-28 Matthew Dillonkernel - make kern/imgact_resident.c MPSAFe
2010-08-28 Matthew Dillonkernel - Call knote_fdclose() without the mplock.
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 - Fix badfo_kqfilter for badfileops
2010-08-28 Venkatesh SrinivasMPSAFE: MPSAFE kern_sig.c
2010-08-28 Sascha Wildnersio: Fix a typo. lwkt_gettoken -> lwkt_reltoken
2010-08-28 Matthew Dillonsio - Minor token fix for sio
2010-08-28 Matthew Dillonvkernel - Make copyin/copyout mpsafe
2010-08-28 Matthew Dillonkernel - Adjust contention handler
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 Dillonvkernel - Fix deadlocks with cothread locks
2010-08-28 Matthew Dillonkernel - Major MPSAFE Infrastructure 2
2010-08-28 Alex HornungMPSAFE - TTY & related drivers
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-27 Venkatesh SrinivasMPSAFE: MPSAFE kern/kern_plimit.c
2010-08-27 Venkatesh SrinivasMPSAFE: MPSAFE kern/kern_prot.c
2010-08-26 Thomas NikolajsenFix buildkernel
2010-08-26 Matthew Dillonkernel - Fix tty session panic
2010-08-26 Jan Lentferpf: rename pf_task_lck to pf_mod_lck
2010-08-26 Venkatesh SrinivasMPSAFE: MPSAFE kern/sys_pipe.c
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-26 Venkatesh SrinivasMPSAFE: MPSAFE kern/sys_process.c (kern_ptrace).
2010-08-25 Matthew Dillonkernel - document and clarify FINDBLK_TEST
2010-08-25 Sascha WildnerBring in arcmsr(4), a driver for Areca RAID controllers.
2010-08-25 Stathis Kamperisawk: Delete old version
2010-08-25 Matthew Dillonkernel - Remove D_KQFILTER flag
2010-08-25 Matthew Dillonkernel - unlock pbuf prior to acquiring a spinlock
2010-08-25 Matthew Dillonkernel - Make all bioops callbacks MPSAFE
2010-08-25 Matthew Dillonkernel - Run AHCI and SILI disk drivers MPSAFE
2010-08-25 Matthew Dillonkernel - Adjust device D_MPSAFE_* flags
2010-08-25 Venkatesh SrinivasMPSAFE: MPSAFE kern/kern_umtx.c
2010-08-25 Matthew Dillonkernel - Fix LWKT_TOKEN_HELD() assertion
2010-08-25 Venkatesh SrinivasMPSAFE: MPSAFE kern/kern_slaballoc.c
2010-08-25 Venkatesh SrinivasMPSAFE: MPSAFE kern/kern_uuid,c
2010-08-25 Alex Hornungcrit_exit - Correct panic conditions
2010-08-25 Matthew Dillonkernel - Make sys_ioctl() MPSAFE
2010-08-25 Matthew Dillonkernel - Change PROP_RWLOCK from spinlock to mtx
2010-08-25 Matthew Dillonkernel - lock sim in cam_periph_alloc()
2010-08-25 Venkatesh Srinivasvm: Idlezero changes
2010-08-25 Venkatesh Srinivastmpfs: Allow kmalloc from M_TMPFSNAME zone to return...
2010-08-25 Venkatesh Srinivastmpfs: Convert dirent malloc zone to a per-mount zone.
2010-08-25 Venkatesh Srinivastmpfs: Convert tmpfs node allocation zone into a per...
2010-08-25 Venkatesh Srinivasioprio(1): Higher priorities receive more I/O time...
2010-08-24 Matthew DillonHAMMER VFS - Add another lwkt_user_yield()
2010-08-24 Matthew DillonHAMMER VFS - Make all entry points MPSAFE, remove giant...
2010-08-24 Matthew Dillonkernel - Add define for MNTK_ALL_MPSAFE
2010-08-24 Alex Hornungopencrypto - Only yield for cryptosoft
2010-08-24 Matthew Dillonkernel - Adjustments to fix UP kernel build
2010-08-24 Matthew Dillonbuildworld - Adjust ps for recent commits
2010-08-24 Matthew Dillonsystat - Enhance systat -pv
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-23 Matthew Dillonkernel - clarify code documentation in vfs_cluster
2010-08-22 Matthew Dillonkernel - Fix read event on file for select/poll API
2010-08-22 Alex Hornungdm_target_crypt - Clean up debug
2010-08-22 Alex Hornungopencrypto - Adjust xforms for explicit extra IV
2010-08-22 Alex Hornungdm_target_crypt - Bump version to 1.6.0
2010-08-22 Matthew Dillonlibkvm - Adjust new sysctl-based kvm_getswapinfo()...
2010-08-22 Matthew Dillonkernel - Assert on remaining known races
2010-08-22 Antonio Huete... monitor - Fix wrong memory access attempt.
2010-08-22 Venkatesh Srinivastmpfs: Set tmpfs node malloc zone limit to be the same...
2010-08-22 Alex Hornungcryptsetup - Fix uuid bug, cleanup
2010-08-22 Alex Hornungdm_target_crypt - Fix a number of bugs
2010-08-22 Alex Hornungcryptsetup - Port compat-test
2010-08-22 Matthew Dillonkernel - close more kqueue MP races
2010-08-22 Matthew DillonHAMMER VFS - More cluster_read() fixes
2010-08-22 Matthew Dillonkernel - Fix reentrant serialization in if_tun
2010-08-22 Matthew Dilloncryptosoft - Fix x86_64 buildkernel
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-22 Alex Hornungcryptosoft - (partially) fix AES_XTS for contiguous...
2010-08-21 Matthew Dillonkernel - NFS server cleanup and xid atomic ops
2010-08-21 Matthew DillonHAMMER VFS - Minor iterator change for pid hash
2010-08-21 Matthew DillonHAMMER VFS - Add debugging for overlapping buffer issue
2010-08-21 Matthew Dillonkernel - clarify comment in nestio code
2010-08-21 Matthew Dillonkernel - minor flags coding change
2010-08-21 Matthew Dillonkernel - Fix system lockup w/ kqueue based select/poll...
2010-08-21 Sascha WildnerMove the arp(4) manual page to share/man, too.
2010-08-21 Sascha WildnerMove the random(4) manual page to share/man.
2010-08-21 Sascha Wildnerhotplugd(8): Remove unnecessary SRCS.
2010-08-21 Alex Hornungdm_target_crypt - fix logic for xts support
2010-08-21 Alex Hornungcrypto.[49] - update for CRYPTO_AES_{XTS,CTR}
2010-08-21 Alex HornungMerge branch 'master' of git://git.dragonflybsd.org...
2010-08-21 Alex Hornungcrypto - fix crypto_getfeat
next