dragonfly.git
2010-08-30 Samuel J. Greeardevfs - Do not try printing the name of a null vnode
2010-08-30 Matthew Dillonkernel - Fix spinlock use in syscons
2010-08-30 Matthew Dillonkernel - remove syscall_mpsafe and trap_mpsafe sysctls
2010-08-30 Matthew Dillonkernel - kobj code cleanup
2010-08-30 Matthew Dillonkernel - Minor documentation
2010-08-30 Matthew Dillonkernel - Possibly fix a bug in aic7xxx
2010-08-30 Matthew Dillonkernel - Compact KOBJOPLOOKUP() kobj method core macro
2010-08-30 Sascha Wildneraicasm: Mark stop() __dead2.
2010-08-29 Matthew Dillonkernel - Fix usb keyboard problems with ehci & ddb
2010-08-29 Matthew DillonMPSAFE TTY - Cleanup ukbd and atkbd, fix unregistration bug
2010-08-29 Matthew Dillonkernel - Fix UP build
2010-08-29 Matthew DillonMPSAFE TTY - Refactor the keyboard switch code to make...
2010-08-29 Sascha Wildneriscsi_initiator(4): Fix another potential NULL pointer...
2010-08-29 Sascha Wildneriscsi_initiator(4): Fix a potential NULL pointer derefe...
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 Alex Hornungkern_sensors - MPSAFE
2010-08-29 Alex HornungMPSAFE TTY - get rid of tokens in console path
2010-08-29 Matthew Dillonkernel - Remove unneeded get_mplock() wrappers near...
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 - gcc -Os/-O2 warnings pass
2010-08-29 Matthew Dillonkernel - Introduce hard code sections, simplify critica...
2010-08-29 Sascha WildnerFix various mdoc issues in various manual pages.
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
next