Re: test diff: unmap needs flags

2012-05-08 Thread Ralf Horstmann
Hi, compiles and boots on alpha: uvm_km_kmem_grow: grown to 0xfe001000 OpenBSD 5.1-current (GENERIC) #0: Tue May 8 02:12:19 CEST 2012 root@alpha.internal:/usr/src/sys/arch/alpha/compile/GENERIC AlphaStation 255/300, 298MHz 8192 byte page size, 1 processor. real mem = 268435456

Anneler Gününe Özel Notebook 195 TL

2012-05-08 Thread Rıza Şimşek
Resimleri gvremiyor musunuz? Resimleri gvsteri segin ya da bu iletiyi tarayD1cD1nD1zda gvr|nt|leyin. Bilgilendirme e-postalarD1nD1 almak istemiyorsanD1z l|tfen tD1klayD1n. [IMAGE] [IMAGE] [IMAGE] Anneler g|n|ne kadar t|m kameralD1 notebook ve netbooklarda %18 kdv bizden |stelik sadece 295 TL

Re: mg(1): bug in writeout() function

2012-05-08 Thread Mark Lumsden
writeout() writes the data in a buffer to a file. Currently, it also uses the fupdstat() function to update the buffer statistics (fi_mode, fi_mtime..etc), once the writing has been done. However, one of the two uses of writeout introduces a bug where the fupdstat function is called using the

Re: cron: fix incorrect error message

2012-05-08 Thread Okan Demirmen
On Tue 2012.05.08 at 00:07 -0400, Lawrence Teo wrote: This diff fixes the error message for one of the log_it() calls in cron (was probably a pasto). While here, also fix the style for two other log_it() calls. Lawrence Index: cron.c

mg(1) Save throwaway buffers

2012-05-08 Thread Mark Lumsden
emacs allows you to save throwaway buffers, e.g. *scratch*, by using C-x s if their contents have changed. Also, if a throwaway buffer has changed and you exit emacs via C-x c you are not asked to save it. Currently, mg adheres to emacs behaviour on the second point but not on the first. You

Lançamento Superonline Brasil...Garanta sua posição no Topo... - 43834

2012-05-08 Thread centerift
43834 http://www.superonlinebrasil.com.br/ Ola amigo(a) Internalta. Convido Vocj a conhecer esse langamento no Brasil. Transforme suas compras do dia a dia de supermercado em um grande negscio para aumentar seus ganhos reais em dinheiro mjs a mjs. Chega ao Brasil a Superonline, uma Empresa

Re: cron: fix incorrect error message

2012-05-08 Thread Thomas Pfaff
On Tue, 8 May 2012 09:55:53 -0400 Okan Demirmen o...@demirmen.com wrote: Not really a pasto; from putenv(): P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2)); *puke* Ok? Index: setenv.c === RCS file:

Re: cron: fix incorrect error message

2012-05-08 Thread Joerg Sonnenberger
On Tue, May 08, 2012 at 06:19:55PM +0200, Thomas Pfaff wrote: On Tue, 8 May 2012 09:55:53 -0400 Okan Demirmen o...@demirmen.com wrote: Not really a pasto; from putenv(): P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2)); *puke* Ok? If you want to drop the first cast,

Re: cron: fix incorrect error message

2012-05-08 Thread Thomas Pfaff
On Tue, 8 May 2012 18:22:51 +0200 Joerg Sonnenberger jo...@britannica.bec.de wrote: On Tue, May 08, 2012 at 06:19:55PM +0200, Thomas Pfaff wrote: On Tue, 8 May 2012 09:55:53 -0400 Okan Demirmen o...@demirmen.com wrote: Not really a pasto; from putenv(): P = (char