search for: spinellis

Displaying 4 results from an estimated 4 matches for "spinellis".

Did you mean: spinelli
2020 Apr 26
6
[PATCH] Use POSIX standardized options for head(1) and tail(1)
--- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 304d96cd..47e04c02 100644 --- a/Makefile.in +++ b/Makefile.in @@ -353,7 +353,7 @@ depend-rebuild: rm -f config.h touch config.h makedepend -w1000 -Y. -f .depend *.c 2>/dev/null - (head -2 .depend; tail +3 .depend | sort) >.depend.tmp + (head -n 2 .depend; tail -n +3
2007 Oct 28
0
Initrd for Domu
I am using a DomU CentOS 5 installed on a LVM file. I have kernel files in Centos DomU (/boot) and I am using pygrub for booting. Using default initrd file DomU don't boot Making a new initrd file using --preload xebblk --preload --xennet DomU boot ok. Is this correct? If is correct, how can I automate initrd production when I get a kernel update? Regards Franco Spinelli
2007 Jul 11
0
Second Call for Papers And Registration for BSDConTR
...largely known as its ongoing support for BSD systems in Turkey, and its open source projects, the conference will be held on October 20th and 21th in Goztepe campus of Marmara University, Istanbul, Turkey. FreeBSD core team member Robert Watson, from OpenBSD Project Marc Balmer and Diomidis D. Spinellis, author of "Code Reading" book, will be attending the conference as guest speaker. Many thanks, [2] Registration : http://www.bsdcontr.org/register.php [3] Marmara Univ.: http://www.marmara.edu.tr/index_en.php -- B?KIR EMRE EnderUNIX Semester Leader http://www.enderunix.org
2006 Dec 07
1
When does ufunc/func work?
I''m trying to profile the time spent in libc functions in a large build job (building Perl), and I have trouble getting ufunc and func working. (func() is not strictly needed; I was just hoping to use it in order to profile idle time.) Here''s the story. I''ve written a dtrace script to start a separate dtrace process for each invoked command: int fileid;