Re: Small patch for ftpd to prevent deleting files.

2009-11-14 Thread Aristotelis
Hello, > (Really cool patch) > > ...but what if the fileupload becomes interrupted or corrupted? Can they > overwrite a new one? Nope they cannot overwrite a new one. But it is not much of a problem in my case, since, if a tranfer fails i get nottified by email, and i can go and manually delete

diff for systat(1) man page

2009-11-14 Thread Seth Wright
I noticed a couple of misspellings in the systat(1) man page the other day, so I went through the rest of the file and found a couple of other typographical things that needed to be fixed as well. Thought I'd send a diff along. --seth Index: usr.bin/systat/systat.1

Add support for sysconf(3) _SC_NPROCESSORS_CONF / _SC_NPROCESSORS_ONLN

2009-11-14 Thread Brad
The following diff adds support for sysconf(3) for the variables _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN. Implemented by AIX/Tru64/Solaris/Linux/FreeBSD/NetBSD. I have run into this being used by 3 programs in ports so far. Index: lib/libc/shlib_version ==