Re: Digitally Signed Binaries w/ Kernel support, etc.

2008-04-10 Thread Christian S.J. Peron
On Thu, Apr 10, 2008 at 04:39:56PM +0200, Kris Kennaway wrote: [..] csjp@ had a mac_chkexec module that looks like it was never committed. http://groups.google.com/group/mailing.freebsd.hackers/msg/074eec7def84c52b Shouldn't be hard to update it. Just a few notes: - This isn't really

Re: [EMAIL PROTECTED]: Re: openpty() and jail in RELENG_7]

2007-11-11 Thread Christian S.J. Peron
___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED] -- Christian S.J. Peron [EMAIL PROTECTED] FreeBSD Committer Index: devfs.rules

Re: [EMAIL PROTECTED]: Re: openpty() and jail in RELENG_7]

2007-11-11 Thread Christian S.J. Peron
On Sun, Nov 11, 2007 at 08:11:57PM +0200, Dan Epure wrote: I just used the patch and it is working. Good to hear. I have submitted the request to get this merged to RELENG_7. Thanks for the quick response. -- Christian S.J. Peron [EMAIL PROTECTED] FreeBSD Committer

Re: [EMAIL PROTECTED]: Re: openpty() and jail in RELENG_7]

2007-11-11 Thread Christian S.J. Peron
On Sun, Nov 11, 2007 at 10:17:31PM +0200, Vlad GALU wrote: On 11/11/07, Christian S.J. Peron [EMAIL PROTECTED] wrote: On Sun, Nov 11, 2007 at 08:11:57PM +0200, Dan Epure wrote: I just used the patch and it is working. Good to hear. I have submitted the request to get this merged

Re: [EMAIL PROTECTED]: Re: openpty() and jail in RELENG_7]

2007-11-11 Thread Christian S.J. Peron
support cloning. Even though a device has been closed, it's existence will persist within the devfs directory entries. devfs should garbage collect this when its required. But I will confirm. -- Christian S.J. Peron [EMAIL PROTECTED] FreeBSD Committer

Re: RELENG_6: I/O deadlock under load

2006-10-28 Thread Christian S.J. Peron
It almost looks as if a user frequently runs gmirror(8) to query the status of their array. Under a high load situation, the worker is busy, so at one un-lucky momment, gmirror(8) is run: (1) gmirror(8) waits for sc-sc_lock owned by the worker (2) The worker then drops the lock (3)

Re: RELENG_6: I/O deadlock under load

2006-10-28 Thread Christian S.J. Peron
); mtx_unlock(sc-sc_queue_mtx); Christian S.J. Peron wrote: It almost looks as if a user frequently runs gmirror(8) to query the status of their array. Under a high load situation, the worker is busy, so at one un-lucky momment, gmirror(8) is run: (1) gmirror(8) waits for sc

Re: df -kP != df -Pk

2006-09-20 Thread Christian S.J. Peron
blocksize - Use 1024 instead of 1k to make the header POSIX compliant Reported by:Andriy Gapon Discussed with: bde, ru MFC after: 1 week Revision ChangesPath 1.66 +11 -2 src/bin/df/df.c Andriy Gapon wrote: on 19/09/2006 19:17 Christian S.J. Peron said the following

Re: df -kP != df -Pk

2006-09-19 Thread Christian S.J. Peron
and let me know if it's good for you. Thanks for bringing this to our attention. -- Christian S.J. Peron [EMAIL PROTECTED] FreeBSD Committer FreeBSD Security Team ? df ? df.1.gz ? df.c.diff Index: df.c === RCS file: /home/ncvs/src

Re: Too short ethernet frame...

2005-08-18 Thread Christian S.J. Peron
catchpacket(d, (u_char *)mb, pktlen, slen, bpf_mcopy); + } BPFD_UNLOCK(d); } BPFIF_UNLOCK(bp); -- Christian S.J. Peron [EMAIL PROTECTED] FreeBSD Committer

Re: Too short ethernet frame...

2005-08-18 Thread Christian S.J. Peron
, bpf_mcopy); + } BPFD_UNLOCK(d); } BPFIF_UNLOCK(bp); -- Christian S.J. Peron [EMAIL PROTECTED] FreeBSD Committer ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org