git: libc/setjump: Align stack at 16-bytes before function call

2014-11-11 Thread John Marino
commit a77a7390aa9dc46b32dbffb069a6bb801d599ede Author: John Marino dr...@marino.st Date: Tue Nov 11 13:58:14 2014 +0100 libc/setjump: Align stack at 16-bytes before function call This is required by amd64 ABI. Comments were added where stack was accidentally properly

git: kernel - Add reapctl() system call for managing sub-processes (4) - procctl

2014-11-11 Thread Matthew Dillon
commit f0d55ae9f692a35a656679043af32c11b1400dfd Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Nov 11 10:49:10 2014 -0800 kernel - Add reapctl() system call for managing sub-processes (4) - procctl * Reparent to the correct reaper in the fork/RFNOWAIT case. Summary

git: svc - bug fixes

2014-11-11 Thread Matthew Dillon
commit 40e10befee8e1d8ae7c07949465be3291cf069e3 Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Nov 11 11:04:52 2014 -0800 svc - bug fixes * Setup our reaper before doing the initial start, otherwise we won't see sub-processes. * Fix a bug in the label

git: kernel - Add reapctl() system call for managing sub-processes (5) - procctl

2014-11-11 Thread Matthew Dillon
commit 2cb910215e7c270acf7b34f15c063c4f72f5fa39 Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Nov 11 11:17:01 2014 -0800 kernel - Add reapctl() system call for managing sub-processes (5) - procctl * Last commit was incomplete. reaper_get() must be used to obtain

git: kernel/usb4bsd: Remove an unused malloc type.

2014-11-11 Thread Sascha Wildner
commit 82936ab16e17ff7b08ecc6a9e38d3a9423fca96f Author: Sascha Wildner s...@online.de Date: Tue Nov 11 20:45:16 2014 +0100 kernel/usb4bsd: Remove an unused malloc type. It looks like old remains. Summary of changes: sys/bus/u4b/usb.h | 1 - sys/bus/u4b/usb_core.c | 1 - 2

git: miibus.4: Sync the list of miibus users with what we have.

2014-11-11 Thread Sascha Wildner
commit 7ac8f1886e54ed9d768075ac64f289fc72fedeac Author: Sascha Wildner s...@online.de Date: Tue Nov 11 21:25:17 2014 +0100 miibus.4: Sync the list of miibus users with what we have. Summary of changes: share/man/man4/miibus.4 | 26 ++ 1 file changed, 22

git: svc - Implement more features

2014-11-11 Thread Matthew Dillon
commit 82f395276fa6ba7906ecc95917af85f30a54d7a1 Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Nov 11 16:33:24 2014 -0800 svc - Implement more features * All stdout/stderr output now goes to a pipe and a pipe buffering thread to read it into a circular buffer

git: jls - Fix seg-fault and formatting

2014-11-11 Thread Matthew Dillon
commit 3f50b137276c579ddf2afbc4ca0eb14be25b9f0c Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Nov 11 18:24:08 2014 -0800 jls - Fix seg-fault and formatting * Fix seg-fault when no IPs are configured for a jail. * Improve formatting, increase path to 15

git: svc - Implement -g, -G -u, -j, -c, -m

2014-11-11 Thread Matthew Dillon
commit 21537d461e94739ef8de636be757146fce8bbfab Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Nov 11 18:54:43 2014 -0800 svc - Implement -g, -G -u, -j, -c, -m * Implement the gid, group-list, uid, jail, and chroot specifications. * Reformulate the jail and

git: annotated tag v4.0.0rc2 created

2014-11-11 Thread Justin C. Sherrill
at a7bba0ddc90e6f996e7abd5bc98c4ba83f785c82 (tag) tagging 149456486a65e8a197f68fd52e993b738170b0d5 (commit) replaces v4.0.0rc tagged by Justin C. Sherrill on Tue Nov 11 22:19:43 2014 -0500 DragonFly 4.0.0rc2 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22

git: DragonFly_RELEASE_4_0 kernel - Add reapctl() system call for managing sub-processes (4) - procctl

2014-11-11 Thread Matthew Dillon
commit 6eeabd6bd15597bb149624a1c240b8ba90458c0d Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Nov 11 10:49:10 2014 -0800 kernel - Add reapctl() system call for managing sub-processes (4) - procctl * Reparent to the correct reaper in the fork/RFNOWAIT case. Summary

git: DragonFly_RELEASE_4_0 kernel - Add reapctl() system call for managing sub-processes (5) - procctl

2014-11-11 Thread Matthew Dillon
commit 37cfc6a521dee7fb2ecc2923bdfd84dd38eb Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Nov 11 11:17:01 2014 -0800 kernel - Add reapctl() system call for managing sub-processes (5) - procctl * Last commit was incomplete. reaper_get() must be used to obtain

git: DragonFly_RELEASE_4_0 jls - Fix seg-fault and formatting

2014-11-11 Thread Matthew Dillon
commit 6c9485c67f80849a8918c702ba767ccc80c43513 Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Nov 11 18:24:08 2014 -0800 jls - Fix seg-fault and formatting * Fix seg-fault when no IPs are configured for a jail. * Improve formatting, increase path to 15