MPSAFE: MPSAFE kern/sys_pipe.c
[dragonfly.git] / sys /
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 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-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 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 Dillonkernel - Assert on remaining known races
2010-08-22 Venkatesh Srinivastmpfs: Set tmpfs node malloc zone limit to be the same...
2010-08-22 Alex Hornungdm_target_crypt - Fix a number of bugs
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 Alex Hornungdm_target_crypt - fix logic for xts support
2010-08-21 Alex HornungMerge branch 'master' of git://git.dragonflybsd.org...
2010-08-21 Alex Hornungcrypto - fix crypto_getfeat
2010-08-21 Sascha WildnerLINT: Why not just keep it sorted?
2010-08-21 Alex Hornungaesni - printf -> kprintf for DEBUG
2010-08-21 Alex HornungMerge branch 'master' of git://git.dragonflybsd.org...
2010-08-21 Alex Hornungdm_target_crypt - Enable support for AES-XTS
2010-08-21 Alex Hornungpadlock - Rework locking
2010-08-21 Alex Hornungaesni - Bind into build system & LINT
2010-08-21 Alex Hornungaesni - Rename amd64 -> x86_64
2010-08-21 Alex Hornungaesni - Port to DragonFly
2010-08-21 Alex Hornungaesni - Import verbatim from FreeBSD
2010-08-21 Alex Hornungcryptodev - Allow software crypto
2010-08-21 Alex Hornungcrypto - Update crypto for AES XTS and CTR
2010-08-21 Alex Hornungpadlock - Properly align data
2010-08-21 Alex Hornungcryptosoft - Fix useless compression detection
2010-08-21 Alex Hornungdm_target_crypt - Fix compatibility with Linux
2010-08-20 Matthew Dillonkernel - Correct hex2key() in dm_crypt
2010-08-20 Matthew Dillonkernel - Fix iv sector mush in dm_target_crypt for...
2010-08-20 Alex Hornungpadlock - get rid of __GNUCLIKE_ASM #ifdefs
2010-08-20 Matthew Dillonkernel - opencrypto - optimize chained synchronous...
2010-08-20 Alex Hornungdm_target_crypt - rework ivgen magic, fix bug
2010-08-20 Thomas NikolajsenFix LINT build
2010-08-20 Antonio Huete Jimenezudev - Add unit serial number to the udev
2010-08-20 Matthew DillonHAMMER VFS - Throw away cached vnodes on stage2 mount...
2010-08-20 Matthew Dillonkernel - Fix intermediate value overflows in badjiosche...
2010-08-20 Matthew DillonHAMMER VFS - Limit pending writes when flushing undos
2010-08-20 Matthew Dillonkernel - limit running io writes during fsync
2010-08-20 Venkatesh SrinivasFix !INVARIANTS build.
2010-08-20 Matthew Dillonkernel - dm_target_crypt - use CRYPTO_F_BATCH
2010-08-20 Matthew Dillonkernel - Add SMP support for software crypto driver
2010-08-20 Matthew Dillonkernel - add kthread_create_cpu()
2010-08-18 Matthew Dillonkernel - Fix possible race in syncache
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 Dillonkernel - add vm.swap_size sysctl
2010-08-17 Sascha WildnerMake amdsmb(4) compilable into the kernel and add it...
2010-08-17 Sascha WildnerRemove a debugging leftover (thus fixing LINT).
2010-08-17 Matthew DillonHAMMER Utility - Add catastrophic recovery feature
2010-08-17 Matthew DillonHAMMER VFS - Expand vfs.hammer.debug_io capabilities
2010-08-17 Matthew DillonHAMMER VFS - Add HAMMER_OFF_BAD
2010-08-17 Sascha WildnerSync amdpm(4) with FreeBSD (and bring in amdsmb(4)).
2010-08-17 Sascha Wildnerpowermng: Fix some printf -> kprintf.
2010-08-17 Sascha WildnerSync alpm(4) with FreeBSD.
2010-08-16 Sascha Wildneriicbus: Bring us closer to FreeBSD.
2010-08-16 Matthew Dillonkernel - revamp cluster_read API and improve performance
2010-08-15 Matthew Dillonkernel - fix 64-bit build
2010-08-15 Matthew DillonHAMMER VFS - Limit queued I/O during flush
2010-08-15 Matthew Dillonkernel - split the pbuf subsystem into two (kva and...
2010-08-15 Matthew Dillonkernel - dm_crypt - Pre-zero control structures, disabl...
next