Re: Compiling kernel with gcc43

2010-03-26 Thread Jille Timmermans
Op 26-3-2010 17:17, jhell schreef: On Fri, 26 Mar 2010 09:01, Jille Timmermans wrote: In Message-Id: <4bacb021.9000...@quis.cx> Op 25-3-2010 18:31, Garrett Cooper schreef: -Wno-error . -Garrett I tried building world with it; but it doesn't seem to work :( [q...@istud /usr/s

Re: Compiling kernel with gcc43

2010-03-26 Thread Jille Timmermans
Op 25-3-2010 18:31, Garrett Cooper schreef: -Wno-error . -Garrett I tried building world with it; but it doesn't seem to work :( [q...@istud /usr/src]$ CFLAGS="-Wno-error -Garrett" make buildworld [snip] cc: unrecognized option '-Ga

Re: Suggestion: rename "killall" to "fkill", but wait five years to phase the new name in

2009-12-22 Thread Jille Timmermans
You forgot to mention that we should wait ten years; and after that change it's name to "killall" Stephen Montgomery-Smith schreef: > I would like to introduce a program into the base called > "screw-the-whole-system." It would do something like this: > > while true; do \ > echo "Please wait whil

Re: pahole - Finding holes in kernel structs

2009-02-12 Thread Jille Timmermans
a __packed attribute, I don't know what it exactly does and whether it is an improvement. -- Jille Cheers, Julian ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any m

Re: missing mount_devfs

2008-12-17 Thread Jille Timmermans
# alias mount_devfs="mount -t devfs" (human: try mount -t devfs instead of mount_devfs) -- Jille (I think freebsd-questions is the appropriate list for this) oxy schreef: > hi! > > I installed 7.0-RELEASE/amd64 and tried to create a jail with jailctl. > after a couple

Re: sleep is not working to avoid starvation among threads of same priority

2008-10-07 Thread Jille Timmermans
does 'yield' the thread/process. iirc, 20ms was enough to stop it from using 100% CPU. -- Jille Ramachandran Sathyanarayanan wrote: Hi I hope this is the right mailer for this question. pls let us know your inputs on this. Thanks Ram From: Rajes

Filtering items in readdir() with own fs

2008-09-11 Thread Jille Timmermans
ough using VOP_READDIR(), but I can't filter it with that. I tried using some xfs code, but didn't get any result with that. Can anyone give me a hint on where to start looking for code that could be used with filtering functionality ? Any file or function ? Thanks

readdir(somefile) returing inconsistent errors

2008-09-11 Thread Jille Timmermans
above it, you'd say ENOTDIR seems better than EPERM. -- Jille ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: command-line bittorrent utility

2008-06-26 Thread Jille Timmermans
(enhanced) ctorrent Kris Kennaway schreef: I am looking for a command-line utility that can fetch via bittorrent that a) doesn't use curses. It must be usable in a script and without a tty! b) doesn't use X11. Must be a command-line utility! c) Must be able to inform the script when the tr

Trying (not) to crash with libpthread (6.3-RELEASE)

2008-05-16 Thread Jille Timmermans
ld call my own handler. (There might be an exception for some signals, but I didn't found that) Can anyone explain me what is happening here ? -- Jille cc -lpthread below.c #include #include #include #include #include #include int success=0; void sigcatcher(int sig) { prin

Re: binary file within a shell script

2008-05-08 Thread Jille
you can exec it :) -- Jille (Resend from right email-adres) Mathieu Prevot wrote: Hi there, I would like to use one exec file from a shellscript but I would like it to be incorporated in the same file, like Nvidia do for its FreeBSD drivers. How can I do this in a convenient

Re: devctl (alike?) for devfs

2008-04-22 Thread Jille
know whether it is what you are looking for, but take a look at devd(8). -- Jille ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"