Re: Beos update

Started by Bruce Momjianover 25 years ago2 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Thanks. Applied.

Ok, sorry but now I use cvs diff instead of difforig (which use -c by
default). Here the same with -c.

thanks

cyril

Sorry, I need a context diff, diff -c. It makes sure that the lines are
added to the proper places. Thanks.

[ Charset ISO-8859-1 unsupported, converting... ]

Hi,

Here is a patch for the beos port (All regression tests are OK).

Updated files are :

xlog.c : special case for beos to avoid 'link' which does not work yet
beos/sem.c : implementation of new sem_ctl call (GETPID) and a new

sem_op

flag (IPCNOWAIT)
dynloader/beos.c : add a verification of symbol validity (seem that

the

loader sometime return OK with an invalid symbol)
postmaster.c : add beos forking support for the new checkpoint

process

postgres.c : remove beos special case for getrusage
beos.h : Correction of a bas definition of AF_UNIX, misc defnitions

thanks

cyril

[ Attachment, skipping... ]

-- 
Bruce Momjian                        |  http://candle.pha.pa.us
pgman@candle.pha.pa.us               |  (610) 853-3000
+  If your life is a hard drive,     |  830 Blythe Avenue
+  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

[ Attachment, skipping... ]

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#2Thomas Lockhart
lockhart@alumni.caltech.edu
In reply to: Bruce Momjian (#1)
Re: Re: Beos update

Thanks. Applied.

Here is a patch for the beos port (All regression tests are OK).

Cyril, what version(s) of BeOS should be listed for our "ports list"?

- Thomas