Module: ngircd.git
Branch: master
Commit: 95f0e4033c97285e82113f1bde97a11875767153
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=95f0e403…
Author: Alexander Barton <alex(a)barton.de>
Date: Mon Aug 1 10:42:22 2011 +0200
doc/Platforms.txt: re-add mipsel/unknown/linux-gnu with gcc 4.1.2
---
doc/Platforms.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/doc/Platforms.txt b/doc/Platforms.txt
index b2c6f52..0346ac6 100644
--- a/doc/Platforms.txt
+++ b/doc/Platforms.txt
@@ -58,6 +58,7 @@ m68k/apple/aux3.1.1 gcc 2.7.2 18 11-07-02 alex Y Y N Y
m68k/apple/aux3.1.1 Orig. A/UX 18 11-07-02 alex Y Y N Y (2)
m68k/hp/hp-ux9.10 Orig. HPUX 0.7.x-CVS 03-04-30 goetz Y Y Y Y
m88k/dg/dgux5.4R3.10 gcc 2.5.8 CVSHEAD 04-03-15 alex Y Y ? ?
+mipsel/unknown/linux-gnu gcc 4.1.2 18 11-07-05 goetz Y Y N Y (1)
mipsel/unknown/linux-gnu gcc 4.4.5 18 11-07-30 goetz Y Y Y Y (1)
powerpc/apple/darwin6.5 gcc 3.1 0.7.x-CVS 03-04-23 alex Y Y Y Y
powerpc/apple/darwin7.9.0 gcc 3.3 CVSHEAD 06-05-07 fw Y Y Y Y (3)
Module: ngircd.git
Branch: master
Commit: 409b2c86c89820a918ff7625be322caa603cdaf1
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=409b2c86…
Author: Alexander Barton <alex(a)barton.de>
Date: Mon Aug 1 09:08:14 2011 +0200
Updated doc/Platforms.txt: mipsel/unknown/linux-gnu
---
doc/Platforms.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/Platforms.txt b/doc/Platforms.txt
index 460719f..b2c6f52 100644
--- a/doc/Platforms.txt
+++ b/doc/Platforms.txt
@@ -58,7 +58,7 @@ m68k/apple/aux3.1.1 gcc 2.7.2 18 11-07-02 alex Y Y N Y
m68k/apple/aux3.1.1 Orig. A/UX 18 11-07-02 alex Y Y N Y (2)
m68k/hp/hp-ux9.10 Orig. HPUX 0.7.x-CVS 03-04-30 goetz Y Y Y Y
m88k/dg/dgux5.4R3.10 gcc 2.5.8 CVSHEAD 04-03-15 alex Y Y ? ?
-mipsel/unknown/linux-gnu gcc 4.1.2 18 11-07-05 goetz Y Y N Y (1)
+mipsel/unknown/linux-gnu gcc 4.4.5 18 11-07-30 goetz Y Y Y Y (1)
powerpc/apple/darwin6.5 gcc 3.1 0.7.x-CVS 03-04-23 alex Y Y Y Y
powerpc/apple/darwin7.9.0 gcc 3.3 CVSHEAD 06-05-07 fw Y Y Y Y (3)
powerpc/apple/darwin8.11.0 gcc 4.0.1 18 11-07-02 goetz Y Y Y Y (3)
Module: ngircd.git
Branch: master
Commit: 9f3690c39c2bd7cefbed8e3ea1f9519dd25d35c8
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=9f3690c3…
Author: Alexander Barton <alex(a)barton.de>
Date: Sat Jul 30 18:47:58 2011 +0200
Testsuite: make getpid.sh work even when run as root
Use ps(1) flag "-a" (as well as "-f"):
"Select all processes except both session leaders (see getsid(2)) and
processes not associated with a terminal."
Thanks to Götz Hoffart for reporting this problem!
---
src/testsuite/getpid.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/testsuite/getpid.sh b/src/testsuite/getpid.sh
index 5e16917..fd3b342 100755
--- a/src/testsuite/getpid.sh
+++ b/src/testsuite/getpid.sh
@@ -16,7 +16,7 @@ elif [ $UNAME = "GNU" ]; then
elif [ $UNAME = "SunOS" ]; then
PS_FLAGS="-af"; PS_PIDCOL=2; HEAD_FLAGS="-n 1"
else
- PS_FLAGS="-f"; PS_PIDCOL="2"; HEAD_FLAGS="-n 1"
+ PS_FLAGS="-af"; PS_PIDCOL="2"; HEAD_FLAGS="-n 1"
ps $PS_FLAGS > /dev/null 2>&1
if [ $? -ne 0 ]; then PS_FLAGS="a"; PS_PIDCOL="1"; fi
fi
Module: ngircd.git
Branch: master
Commit: b7780e3f2acb989fab7d98cb79d5f5dff65accbc
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=b7780e3f…
Author: Alexander Barton <alex(a)barton.de>
Date: Sun Jul 10 22:32:29 2011 +0200
Fix typo in doc/Platforms.txt; make Linux footnote more generic
---
doc/Platforms.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/Platforms.txt b/doc/Platforms.txt
index 87cbfaf..460719f 100644
--- a/doc/Platforms.txt
+++ b/doc/Platforms.txt
@@ -37,7 +37,7 @@ i386/pc/solaris2.9 gcc 3.2.2 CVSHEAD 04-02-24 alex Y Y Y Y
i386/pc/solaris2.11 gcc 3.4.3 18 11-07-10 alex Y Y N Y (4)
i386/unknown/freebsd5.2.1 gcc 3.3.3 0.8.0 04-05-30 alex Y Y Y Y
i386/unknown/freebsd6.2 gcc 3.4.6 18 11-07-10 alex Y Y Y Y (3)
-i386/unknown/freebsd7.3 gcc 4.2.1 18 11-07-1ß alex Y Y Y Y (3)
+i386/unknown/freebsd7.3 gcc 4.2.1 18 11-07-10 alex Y Y Y Y (3)
i686/unknown/gnu0.3 gcc 4.4.5 18 11-07-10 alex Y Y Y Y
i686/unkn./kfreebsd7.2-gnu gcc 4.3.4 15 09-12-02 alex Y Y Y Y (3)
i386/unknown/netbsdelf1.6.2 gcc 2.95.3 18 11-07-10 goetz Y Y Y Y
@@ -75,7 +75,7 @@ x86_64/unknown/openbsd4.7 gcc 3.3.5 18 11-07-10 alex Y Y Y Y (3)
Notes
~~~~~
-(1) i686/pc/linux-gnu & x86_64/unknown/linux-gnu:
+(1) */*/linux-gnu (Linux platforms):
ngIRCd has been tested with various Linux distributions, such as SuSE,
RedHat, Debian, and Gentoo using Kernels 2.2.x, 2.4.x and 2.6.x with
various versions of the GNU C compiler (starting with 2.95.x and up to