kernel - gcc -Os/-O2 warnings pass
[dragonfly.git] / sys /
2010-08-29 Matthew Dillonkernel - gcc -Os/-O2 warnings pass
2010-08-29 Matthew Dillonkernel - Introduce hard code sections, simplify critica...
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 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 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
next