Re: [patch] nmount ro, rw and negated option handling

2011-01-19 Thread Craig Rodrigues
and fspath * variables will fit in our mp buffers, including the * terminating NUL. ZFS can be changed to check for rw or noro. -- Craig Rodrigues rodr...@crodrigues.org On Fri, Jan 14, 2011 at 02:24:54PM +0200, Jaakko Heinonen wrote: Hi, Currently nmount(2) allows a mount

Re: checking zip file corruption

2006-06-26 Thread Craig Rodrigues
? You can call unzip -t from Perl. InfoZip is in ports, archivers/unzip and archivers/zip. -- Craig Rodrigues [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

Re: C code for parsing rc.conf?

2004-04-16 Thread Craig Rodrigues
be the API that is used to read/write settings to the Windows registry. On a side note, is there any code in sysinstall that could be reused outside of the sysinstall application in order to parse rc.conf? -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED

C code for parsing rc.conf?

2004-04-14 Thread Craig Rodrigues
existed in FreeBSD 4.x or 5.x for doing this. Thanks. -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL

Re: FreeBSD and Debugging?

2004-04-10 Thread Craig Rodrigues
On Fri, Apr 09, 2004 at 10:17:08PM -0700, Lev Walkin wrote: Valgrind is available for FreeBSD. http://eirikn.kerneled.com/valgrind/ Wow!! This is excellent. Is anyone planning to add this to the ports collection? -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED

Kernel debugging with a multiport serial card

2004-04-07 Thread Craig Rodrigues
problems? Thanks. -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: GCC include files conundrum.

2004-03-15 Thread Craig Rodrigues
ports by doing exactly what you have outlined. Admittedly, it's grunt work, but. :) -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: GCC include files conundrum.

2004-03-14 Thread Craig Rodrigues
in supporting. (3) In the Makefile for the audio/tclmidi port, mark it as broken on FreeBSD 5.x: .if ${OSVERSION} 50 BROKEN= Does not build on 5.x .endif -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED] ___ [EMAIL

Questions about CPU related sysctls

2004-02-25 Thread Craig Rodrigues
anything for them). Would it be a good idea to add some text to these syctls? kern.ccpu: hw.acpi.cpu.cx_history: machdep.hlt_cpus: -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http

Re: Realtime signal

2004-01-30 Thread Craig Rodrigues
On Thu, Jan 29, 2004 at 08:41:39PM +0200, Aliaxandr Pinchuk wrote: FreeBSD 5.1 have a realtime signal support (signal queue)? Not right now. See: http://lists.freebsd.org/pipermail/freebsd-threads/2003-April/68.html -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED

Re: FreeBSD VFS System?

2003-12-16 Thread Craig Rodrigues
://citeseer.nj.nec.com/dowse02recent.html The Design and Implementation of the 4.4 BSD Operating System http://www.aw-bc.com/catalog/academic/product/0,4096,0201549794-TOC,00.html -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED] ___ [EMAIL PROTECTED

Netgraph-ATM used in Masters thesis

2003-11-12 Thread Craig Rodrigues
Harti - I benefited a lot from it being in the tree (a bit selfish to say, but true) I would like to thank Harti for his hard work on Netgraph-ATM, and all of the FreeBSD committers for producing a great OS and a great piece of software that let me get my work done!! -- Craig Rodrigues

Re: Linux vs FreeBSD clusters (was: how are the Redhat product changes affecting existing and future plans?)

2003-11-06 Thread Craig Rodrigues
set up an internal testbed based on the Emulab software developed at Utah. I use the Emulab every day as party of my research work at BBN, and it is an excellent facility. -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED] ___ [EMAIL

Benchmarking kqueue() performance?

2003-10-17 Thread Craig Rodrigues
number of events. I am interested in seeing the scalability of kqueue() as the number of events increases. I am also interested in looking at kqueue() performance in multithreaded environmentsmaybe with the new KSE implementation in CURRENT. Thanks. -- Craig Rodrigues http

Makefiles to modify for adding new sys/*.h header files?

2003-03-08 Thread Craig Rodrigues
Hi, If I add new headers file in the directories /usr/src/sys/sys and /usr/src/sys/{arch}/include, then which Makefiles do I need to modify in order to make sure that my new header files get installed properly when I do a make installworld? Thanks. -- Craig Rodrigues http

#warning must be protected by #if __GNUC__ in headers?

2003-03-08 Thread Craig Rodrigues
#warning, such as sys/ioctl.h, but sys/dkstat.h does not. Thanks. -- Craig Rodrigues http://home.attbi.com/~rodrigc [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: FreeBSD device driver question

2003-02-10 Thread Craig Rodrigues
.*) or URL? FreeBSD Developer's Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/ section 24 PCI Devices -- Craig Rodrigues http://home.attbi.com/~rodrigc [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers

Re: freebsd running on a cdrom

2003-01-02 Thread Craig Rodrigues
On Thu, Jan 02, 2003 at 02:03:50PM -0800, Joe wrote: Without building the entire FreeBSD distro how do I make my own boot.flp file and what goes on it? See if this article can help you: Building a CD Bootable Firewall http://www.bsdtoday.com/2002/March/Features646.html -- Craig Rodrigues

Re: pw(8): $ (dollar sign) in username

2002-12-27 Thread Craig Rodrigues
://docs.freebsd.org/mail/archive/2002/freebsd-current/20021201.freebsd-current.html http://docs.freebsd.org/mail/archive/2002/freebsd-current/20021208.freebsd-current.html I'm not sure what the outcome of the discussion was. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED

Re: Memory corruption in -STABLE on P4/2GHz

2002-11-17 Thread Craig Rodrigues
or not. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Problem detecting POSIX symbolic constants

2002-10-10 Thread Craig Rodrigues
, that is fine. If your patch (or some equivalent variant) is committed, then I think PR 35924 can be closed. Something needs to be done about these prototypes. Thanks. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED

Re: C-2(Security) blues and the like

2002-10-10 Thread Craig Rodrigues
Criteria yields: http://csrc.nist.gov/cc/ccv20/ccv2list.htm It has PDF files for download which are not the same as the ISO standard, but are supposed to be aligned with ISO 15408. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: FreeBSD usage in safety-critical environments

2002-10-09 Thread Craig Rodrigues
and jump through all the hoops? - is there enough of a financial incentive to do so? - has the UK govt heard of BSD, and would they even care if someone wanted to certify it? Unfortunately marketing and mindshare plays a lot in these kinds of things. -- Craig Rodrigues http://www.gis.net

Re: FreeBSD usage in safety-critical environments

2002-10-09 Thread Craig Rodrigues
might be appropriate for your needs. There is a lot of FreeBSD security-related work going on in the TrustedBSD project ( http://www.trustedbsd.org ). Another BSD project, OpenBSD ( http://www.openbsd.org ), has security and safety as its primary focus. -- Craig Rodrigues http

Problem detecting POSIX symbolic constants

2002-10-09 Thread Craig Rodrigues
(_SIG_MAXSIG - 1) 223 #endif /* SIGRTMAX */ 224 #endif /* _POSIX_REALTIME_SIGNALS */ Thanks. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Problem detecting POSIX symbolic constants

2002-10-09 Thread Craig Rodrigues
signals are implemented in FreeBSD (I'm not volunteering :), then _POSIX_REALTIME_SIGNALS can be defined to 200112L in unistd.h, and these three prototypes can be put back into signal.h. Is this OK? Thanks. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] To Unsubscribe

How to remote debug a network device driver?

2002-10-05 Thread Craig Rodrigues
, the Intel EtherExpress Pro driver Can someone give me some hints as to where a good place to set the breakpoints would be, or pointers to further information about FreeBSD networking? Thanks. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] To Unsubscribe: send mail

ACPI programming under FreeBSD?

2002-10-01 Thread Craig Rodrigues
to gather this information at the user-level? How stable is ACPI support in -STABLE and -CURRENT for this kind of work? Thanks. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body

Re: POSIX message queue

2002-09-30 Thread Craig Rodrigues
On Mon, Sep 30, 2002 at 12:21:40AM -0400, Craig Rodrigues wrote: On Sun, Sep 15, 2002 at 11:14:20PM -0400, Dmitriy Fitisov wrote: Hi, I cannot find implementation of POSIX message queues (mq_open, mq_xxx, ...). Even though there is a message header mqueue.h ld cannot find a library. OK

Comments on new Linux threading implementation?

2002-09-30 Thread Craig Rodrigues
FreeBSD ( http://people.freebsd.org/~julian/threads/ )? Thanks. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: POSIX message queue

2002-09-29 Thread Craig Rodrigues
, or is maintained. You may want to check on the [EMAIL PROTECTED] mailing list. I just asked about p1003_1b and POSIX message queues on that list. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: kqueue

2002-09-29 Thread Craig Rodrigues
: http://people.freebsd.org/~jlemon/ -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: How to correctly detect POSIX 1003.1b features on FreeBSD?

2002-03-13 Thread Craig Rodrigues
where adhering to POSIX api's was actually a project requirement due to customer demand. Thanks again. -- Craig RodriguesDistributed Systems and Logistics, Office 6/304 [EMAIL PROTECTED] BBN Technologies, a Verizon company (617) 873-4725 Cambridge, MA To Unsubscribe: send

How to correctly detect POSIX 1003.1b features on FreeBSD?

2002-03-12 Thread Craig Rodrigues
*, siginfo_t *)); __END_DECLS #endif Any clarification on how to correctly detect and use these features, would be appreciated. -- Craig RodriguesDistributed Systems and Logistics, Office 6/304 [EMAIL PROTECTED] BBN Technologies, a Verizon company (617) 873-4725 Cambridge

Re: How to correctly detect POSIX 1003.1b features on FreeBSD?

2002-03-12 Thread Craig Rodrigues
, or is it still an option? Thanks. -- Craig RodriguesDistributed Systems and Logistics, Office 6/304 [EMAIL PROTECTED] BBN Technologies, a Verizon company (617) 873-4725 Cambridge, MA To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body

Re: How to correctly detect POSIX 1003.1b features on FreeBSD?

2002-03-12 Thread Craig Rodrigues
definition of _P1003_1B_VISIBLE is broken if it is enabling symbols in header files to appear which cannot be linked on a generically configured FreeBSD system. Thanks. -- Craig RodriguesDistributed Systems and Logistics, Office 6/304 [EMAIL PROTECTED] BBN Technologies, a Verizon

Re: How to correctly detect POSIX 1003.1b features on FreeBSD?

2002-03-12 Thread Craig Rodrigues
On Tue, Mar 12, 2002 at 04:59:40PM -0800, Alfred Perlstein wrote: * Craig Rodrigues [EMAIL PROTECTED] [020312 16:35] wrote: Can someone tell me how I can detect if these functions are available on a system at compile time? I cannot use an autoconf type of test, and need to use

Re: How to correctly detect POSIX 1003.1b features on FreeBSD?

2002-03-12 Thread Craig Rodrigues
step further: cd /usr/lib sh -c 'for i in `ls *.a`; do printf $i\n=\n; nm $i | egrep sigqueue|sigwaitinfo|sigtimedwait ; done' I did not find any library which had siqueue, sigwaitinfo, or sigtimedwait. -- Craig RodriguesDistributed Systems and Logistics, Office 6/304 [EMAIL

Re: How to correctly detect POSIX 1003.1b features on FreeBSD?

2002-03-12 Thread Craig Rodrigues
. -- Craig RodriguesDistributed Systems and Logistics, Office 6/304 [EMAIL PROTECTED] BBN Technologies, a Verizon company (617) 873-4725 Cambridge, MA To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message