git: usched_bsd4 - use wakeup_mycpu as appropriate

2012-08-24 Thread Alex Hornung
commit 55b580aea14626bdfa5f22a165b0f1ddf8217cdd Author: Alex Hornung a...@alexhornung.com Date: Fri Aug 24 06:57:43 2012 + usched_bsd4 - use wakeup_mycpu as appropriate * In the need_user_resched_remote we need to use wakeup_mycpu to avoid sending out IPIs triggering a

git: usched_bsd4 - fix incorrect use of PINTERLOCKED tsleep

2012-08-24 Thread Alex Hornung
commit 90f4cbebf4571bde74ffe7a44395a53300a8e861 Author: Alex Hornung a...@alexhornung.com Date: Fri Aug 24 06:44:43 2012 + usched_bsd4 - fix incorrect use of PINTERLOCKED tsleep * The first tsleep in sched_thread has not been interlocked, so it is not valid to call

git: sysperf - Add tests for clock_gettime(CLOCK_*_FAST...) modes

2012-08-24 Thread Matthew Dillon
commit 179efaf0fe6401764c0902b87d718210274310b8 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Aug 24 00:43:58 2012 -0700 sysperf - Add tests for clock_gettime(CLOCK_*_FAST...) modes * Add tests for some of the new clock_gettime() modes. Summary of changes:

git: kernel - Add additional clock_gettime() modes

2012-08-24 Thread Matthew Dillon
commit 91810a6f0686477493e9915e98cfc5adcbe91363 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Aug 24 00:44:54 2012 -0700 kernel - Add additional clock_gettime() modes * Add the following: CLOCK_UPTIME(same as MONOTONIC)

git: mutex.9: Misc updates and minor improvements.

2012-08-24 Thread Nuno Antunes
commit dcece5c7521207769edc2756956f76ef8b485ce1 Author: Nuno Antunes nuno.antu...@gmail.com Date: Fri Aug 24 15:45:35 2012 +0100 mutex.9: Misc updates and minor improvements. * mtx_spinlock_ex() and mtx_spinlock_sh() do not exist anymore. mtx_spinlock() replaced both.

git: tmpfs - Fix numerous races and adjust to use cache_unlink()

2012-08-24 Thread Matthew Dillon
commit 6e0c5aabac8d345557e78062b61bd3c1ed432332 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Aug 24 16:30:20 2012 -0700 tmpfs - Fix numerous races and adjust to use cache_unlink() * Fix numerous issues when chdir'd into a directory that is then rmdir'd.

git: kernel - Adjust devfs, hammer, and puffs to use the new cache_unlink()

2012-08-24 Thread Matthew Dillon
commit 5323ed62048a8d506c864f61c5c2e913cd378c61 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Aug 24 16:29:49 2012 -0700 kernel - Adjust devfs, hammer, and puffs to use the new cache_unlink() * Adjust devfs, hammer, and puffs to use the new cache_unlink() mechanic.

git: kernel - add cache_unlink(), fix a rename issue.

2012-08-24 Thread Matthew Dillon
commit 8d09ad3d0e4543ec320a92a5edf6ea9cbe75ce43 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Aug 24 16:26:31 2012 -0700 kernel - add cache_unlink(), fix a rename issue. * Add a rollup function called cache_unlink() to handle namecache effects when unlinking a

git: kernel - Do not allow destroyed namecache entries to be re-resolved

2012-08-24 Thread Matthew Dillon
commit 81c4868c0a715c2fe5fc2df73541b8d1dbec80a2 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Aug 24 17:09:58 2012 -0700 kernel - Do not allow destroyed namecache entries to be re-resolved * Do not allow a destroyed namecache entry to be re-resolved, as it

git: Add a device_get_name(9) manual page (from FreeBSD).

2012-08-24 Thread Sascha Wildner
commit 11d6f8af56dcd6c94dd944d54256378a4aaed466 Author: Sascha Wildner s...@online.de Date: Sat Aug 25 07:12:50 2012 +0200 Add a device_get_name(9) manual page (from FreeBSD). Summary of changes: share/man/man9/Makefile|2 + .../{devclass_get_name.9 =