mailing.openbsd.tech
  Home FAQ Contact Sign in
mailing.openbsd.tech only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openbsd.tech Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Third Global Congress of Women in Politics and Governance         


Author: Global Congress of Women in Politics and Governance
Date: Mar 31, 2008 06:27

Dear Colleagues and Friends,

Greetings from the Center for Asia Pacific Women in Politics (CAPWIP) and the United Nations International Strategy for Disaster Risk Reduction (UN-ISDR)!

We are pleased to invite you to the Third Global Congress of Women in Politics and Governance which will be held on October 19-22, 2008 at the Dusit Hotel, Makati City, Metro Manila, Philippines. The theme of the congress is Gender and Climate Change.

Women and environment experts have raised concern over the absence of women in the discourse and debate on climate change, a global mainstream issue that is currently impacting the entire world. The involvement...
Show full article (6.55Kb)
no comments
  Re: [PATCH] Few missing items in queue(3) man page         


Author: Jason McIntyre
Date: Mar 31, 2008 06:24

On Mon, Mar 31, 2008 at 12:12:54PM +0530, Girish Venkatachalam wrote:
> Dear all,
>
> Please find the diff attached.
>
> -Girish
>

fixed, thanks.
jmc
> Index: share/man/man3//queue.3
> ===================================================================
> RCS file: /store/openbsd/cvsync/src/share/man/man3/queue.3,v
> retrieving revision 1.45
> diff ...
Show full article (2.63Kb)
no comments
  Re: malloc revisited         


Author: Otto Moerbeek
Date: Mar 31, 2008 00:29

On Thu, Mar 13, 2008 at 03:51:23PM +0100, Otto Moerbeek wrote:
> On Thu, Mar 13, 2008 at 09:55:37AM -0400, Brandon Mercer wrote:
>
>> Please don't start introducing things that enhance performance.
>> You'll spoil our reputation ;).
>
> Heh, I could think of a...
Show full article (3.01Kb)
no comments
  [PATCH] Few missing items in queue(3) man page         


Author: Girish Venkatachalam
Date: Mar 31, 2008 00:13

Dear all,

Please find the diff attached.

-Girish

Index: share/man/man3//queue.3
===================================================================
RCS file: /store/openbsd/cvsync/src/share/man/man3/queue.3,v
retrieving revision 1.45
diff -u -r1.45 queue...
Show full article (2.37Kb)
no comments
  Re: ps(1) simplify space handling in command()         


Author: Jacek Masiulaniec
Date: Mar 30, 2008 14:16

Missed that one:

diff -ru ps4/print.c ps5/print.c
--- ps4/print.c Sun Mar 30 21:22:28 2008
+++ ps5/print.c Sun Mar 30 22:07:26 2008
@@ -134,7 +134,7 @@
sep = " ";
}
}
- if (argv == NULL || argv[0] == '\0' ||
+ if (argv == NULL || argv[0] == NULL ||
strcmp(cmdpart(argv[0]), kp->p_comm)) {
fmt_puts(sep, &left);
fmt_putc('(', &left);
no comments
  ps(1) simplify space handling in command()         


Author: Jacek Masiulaniec
Date: Mar 30, 2008 14:00

This reduces command() function by 24 lines, making it more readable
and fixing one bug btw (consider the case: needenv = 0, kd = NULL).

Note: this diff depends on my 2 previous ones:
- ps(1) remove needcomm
- ps(1) cleanup

diff -ur ps3/print.c ps4/print.c
--- ps3/print.c Sun Mar 30 20:49:19 2008
+++ ps4/print.c Sun Mar 30 21:22:28 2008
@@ -103,9 +103,10 @@
command(const struct kinfo_proc2 *kp, VARENT *ve)
{
VAR *v;
- int left, wantspace = 0;
+ int left;
- char **argv, **p;
+ char **argv, **p, *sep;

+ sep = "";
v = ve->var;
if (ve->next != NULL)
left = v->width;
@@ -117,60 +118,35 @@
left = -1;
if (needenv && kd != NULL) {
argv = kvm_getenvv2(kd, kp, termwidth);
- if ((p = argv) !...
Show full article (2.11Kb)
no comments
  ps(1) cleanup         


Author: Jacek Masiulaniec
Date: Mar 30, 2008 13:55

- remove repeated declarations (struct var, etc.)
- remove unused nlistread; donlist() is called only once.
- don't include headers that aren't needed.
- command(): make "left" variable assignment more readable.
- remove unused struct usave.

diff -ur ps2/extern.h ps3/extern.h
--- ps2/extern.h Sun Mar 30 20:46:18 2008
+++ ps3/extern.h Sun Mar 30 20:51:41 2008
@@ -33,11 +33,9 @@
*/

struct nlist;
-struct var;
-struct varent;
Show full article (2.87Kb)
no comments
  ps(1) remove needcomm         


Author: Jacek Masiulaniec
Date: Mar 30, 2008 13:45

Remove enclosing "if (needcomm)" condition as it always evaluates
true; this is the only use of the needcomm variable.

The bulk of the diff is indentation reduction, as can be seen using
"cvs di -w".
Show full article (3.41Kb)
no comments
  Get all Software which you required as a pc owner,         


Author: tutorials4u98
Date: Mar 30, 2008 03:34

Get all Software which you required as a pc owner,
also choiceble software you can get
on
http://software.ccietutorial.com/
no comments
  fanvil manufacture ipphone and ata by infineon that support multi line and protocol sychronously         


Author: david
Date: Mar 30, 2008 01:20

we are searching agents ,if you are interested ,please contact with me.:a15914106575@gmail.com or david.huang@fanvil.com .please send emails with your company name,website ,contacting person's name and phone number.

All of our ipphone supports SIP,IAX2 protocol.It is compatible with various softwitch systems and voip voice gateways to provide broadband IP voice service.

If you have any device requirement ,please contact me .I had worked for 7 years in voip technical support . You can get quick technical support .
++++++++++++++++++++++++++++++++++++++++++++++++++++++...
Show full article (4.00Kb)
no comments
 
1 2 3 4 5 6 7 8 9