Support for fdopendir(3)

2011-07-14 Thread Matthew Dempsky
Diff below adds POSIX.1-2008's fdopendir(3) to libc. Specifically: - Moves the current opendir.c to fdopendir.c with changes as appropriate (e.g., checking that the fd is open for reading, and setting FD_CLOEXEC after we've already allocated memory for the DIR struct). Also removed

Re: Expose openat(2), etc in libc

2011-07-14 Thread Matthew Dempsky
On Thu, Jul 14, 2011 at 3:10 PM, Christian Weisgerber wrote: > POSIX says utimensat() should be declared in . Yep, that's fixed in my local tree too. (Same goes for futimens(2) in my UTIME_* diff that I also mailed out.)

Re: Expose openat(2), etc in libc

2011-07-14 Thread Christian Weisgerber
Matthew Dempsky wrote: > Index: include/unistd.h > === > RCS file: /home/mdempsky/anoncvs/cvs/src/include/unistd.h,v > retrieving revision 1.64 > diff -u -p -r1.64 unistd.h > --- include/unistd.h 3 Jul 2011 18:51:01 - 1.64

Support for UTIME_NOW, UTIME_OMIT, and futimens(2)

2011-07-14 Thread Matthew Dempsky
Diff below adds support for the two special values UTIME_NOW and UTIME_OMIT, which make it possible to update either just the access time or the modification time of a file. Additionally, it adds the futimens(2) system call, which is the futimes(2) analog to utimensat(2). I'm unsure what values a

Mecanica automotriz

2011-07-14 Thread Mec
PACK MECANICA AUTOMOTRIZ 2011 un DVD completo para PC con informacisn ,recursos y utilidades fundamentales para mecanicos, talleres ,profesionales del area y toda persona interesada en la mecanica automotriz Facil de utilizar : lo colocas en tu PC (que debe poseer lectora de DVD) y lo tenes funcio

Re: cwm: menu border + typo

2011-07-14 Thread Alexander Polakov
* Alexander Polakov [110714 15:24]: > Adds a border around the menu window. I think it looks nicer with > border. I have more worthless cwm diffs, like: - Add "cycleingroup,rcycleingroup" Cycle through clients belonging to the same group as active client. - Redraw client borders *a

Re: p.Wz0i2GGcLx

2011-07-14 Thread Philip Guenther
On Thu, Jul 14, 2011 at 9:26 AM, Denis Lapshin wrote: >>Synopsis: >>Category: >>Environment: >System : OpenBSD 4.9 >Details : OpenBSD 4.9-stable (MYKERNEL.MP) #0: Wed Jun 1 15:54:06 > MSD 2011 > den...@s1c.my.domain:/usr/src/sys/arch/amd64/compile/MYKERNEL.MP Does

[SUSPECTED SPAM] coconutwater

2011-07-14 Thread Lucy
Dear Sir/Madam: We are professional Coconut Water, Energy Drinks, Aloe-vera juice and Natural fruit juice manufacturer in Vietnam. Our company have pass many inspection and get the FDA, HACCP,ISO,Halal certificate. You can visit: %{CURRENT_RANDOMCON1}http://vn105660124.trustpass.a

Curso de Protocolo y Ceremonial

2011-07-14 Thread consignaweb.com.ar
Protocolo y Ceremonial [demime 1.01d removed an attachment of type image/jpeg which had a name of 1.jpg] [demime 1.01d removed an attachment of type image/jpeg which had a name of 2.jpg] [demime 1.01d removed an attachment of type image/jpeg which had a name of 3.jpg] [demime 1.01d removed a

Re: default label for default route

2011-07-14 Thread Henning Brauer
* Vadim Zhukov [2011-07-11 01:23]: > On Monday 11 July 2011 03:04:11 jirib wrote: > > Hello, > > > > what do you think about having automatical label for defualt route - > > named 'default' for example? > > > > I was just trying how to block via pf some traffic which is not on my > > lan and 'from

cwm: menu border + typo

2011-07-14 Thread Alexander Polakov
Adds a border around the menu window. I think it looks nicer with border. diff --git a/menu.c b/menu.c index 13d097c..6f46ee9 100644 --- a/menu.c +++ b/menu.c @@ -76,8 +76,8 @@ menu_init(struct screen_ctx *sc) { XGCValuesgv; - sc->menuwin = XCreateSimpleWindow(X_Dpy, sc->r

Re: backgrounding daemons: /etc/rc and rc_scripts vs. rc_bg

2011-07-14 Thread Antoine Jacoutot
On Thu, 14 Jul 2011, Roland Kammerer wrote: > Last week I sent a small patch (~10 lines) for /etc/rc to robert@ that > would allow to prefix daemons in rc_scripts with an '@' and then these > prefixed daemons would be started in background. For example: > rc_scripts="foo @bar baz". bar would be st

backgrounding daemons: /etc/rc and rc_scripts vs. rc_bg

2011-07-14 Thread Roland Kammerer
Last week I sent a small patch (~10 lines) for /etc/rc to robert@ that would allow to prefix daemons in rc_scripts with an '@' and then these prefixed daemons would be started in background. For example: rc_scripts="foo @bar baz". bar would be started to background. robert replied that starting to