number of args in a syscall

2014-10-13 Thread Julian Elischer
I'm faced with porting some code that has patched the 8.0 kernel to accept up to 16 args in a syscall. It makes my skin crawl a bit but if I can't give a good reason to suggest that they do things differently in 10 (pass a pointer to a struct maybe) then I'll just take the easy path and s/8/16/

Re: number of args in a syscall

2014-10-13 Thread Konstantin Belousov
On Mon, Oct 13, 2014 at 07:29:43PM +0800, Julian Elischer wrote: I'm faced with porting some code that has patched the 8.0 kernel to accept up to 16 args in a syscall. It makes my skin crawl a bit but if I can't give a good reason to suggest that they do things differently in 10 (pass a

Re: Proposal for adding firewall_myservices_udp in etc/rc.conf

2014-10-13 Thread Allan Jude
On 2014-10-10 16:38, Olivier Cochard-Labbé wrote: For a simple workstation, we can use this simple configuration in /etc/rc.conf: firewall_type=workstation firewall_enable=YES firewall_myservices=22,80 firewall_allowservices=any But the firewall_myservices allows only TCP services. It's

Re: Proposal for adding firewall_myservices_udp in etc/rc.conf

2014-10-13 Thread Adrian Chadd
Please add a myservices for IP protocols. I'd like to allow things like GRE so PPTP works. (This is great - now I can have tftp work through the rc.conf firewall!0 Thanks! -a On 10 October 2014 13:38, Olivier Cochard-Labbé oliv...@cochard.me wrote: For a simple workstation, we can use this

Problem with perl and SVK

2014-10-13 Thread Hans Petter Selasky
Hi, When updating the system to the latest perl and SVK version in ports, I am seeing this: svk diff . autoused module List::Util has unique import() method at /usr/local/lib/perl5/site_perl/5.16/SVK/Util.pm line 91. BEGIN failed--compilation aborted at

Re: Problem with perl and SVK

2014-10-13 Thread Kurt Jaeger
Hi! When updating the system to the latest perl and SVK version in ports, I am seeing this: [...] I'm seeing the same on 10.0p9 and perl 5.20. Any ideas how to fix? This seems to bringt svk back in the game: cd /usr/local/lib/perl5/site_perl/5.20/SVK vi Util.pm replace use autouse

Re: Problem with perl and SVK

2014-10-13 Thread Hans Petter Selasky
On 10/13/14 20:37, Kurt Jaeger wrote: Hi! When updating the system to the latest perl and SVK version in ports, I am seeing this: [...] I'm seeing the same on 10.0p9 and perl 5.20. Any ideas how to fix? This seems to bringt svk back in the game: cd

Re: Problem with perl and SVK

2014-10-13 Thread NGie Cooper
On Mon, Oct 13, 2014 at 11:55 AM, Hans Petter Selasky h...@selasky.org wrote: ... Hi Hans! This sounds like a package dependency / compatibility issue -- please file a ports PR in Bugzilla. Thanks! ___ freebsd-current@freebsd.org mailing list

Re: Problem with perl and SVK

2014-10-13 Thread Hans Petter Selasky
On 10/13/14 20:55, Hans Petter Selasky wrote: On 10/13/14 20:37, Kurt Jaeger wrote: Hi! When updating the system to the latest perl and SVK version in ports, I am seeing this: [...] I'm seeing the same on 10.0p9 and perl 5.20. Any ideas how to fix? This seems to bringt svk back in the

Re: Problem with perl and SVK

2014-10-13 Thread Hans Petter Selasky
On 10/13/14 21:00, NGie Cooper wrote: On Mon, Oct 13, 2014 at 11:55 AM, Hans Petter Selasky h...@selasky.org wrote: ... Hi Hans! This sounds like a package dependency / compatibility issue -- please file a ports PR in Bugzilla. Hi, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194337