search for: diomidi

Displaying 3 results from an estimated 3 matches for "diomidi".

Did you mean: diomidis
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 Jul 11
0
Second Call for Papers And Registration for BSDConTR
...am, which is 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.enderuni...
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;