1. 19 12月, 2000 1 次提交
    • B
      >> Here is a patch for the beos port (All regression tests are OK). · 1f159e56
      Bruce Momjian 提交于
      >>     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
      
      Cyril VELTER
      1f159e56
  2. 29 10月, 2000 2 次提交
  3. 07 10月, 2000 1 次提交
    • B
      The beos port in the source tree doesn't even compile. and even · 7ea8403c
      Bruce Momjian 提交于
      after that dynamic loading isn't working and shared memory handling is
      broken.
      
              Attached with this message, there is a Zip file which contain :
      
              * beos.diff = patch file generated with difforig
              * beos = folder with beos support files which need to be moved in /
      src/backend/port
              * expected = foler with three file for message and precision
      difference in regression test
              * regression.diff = rule problem (need to kill the backend manualy)
              * dynloader = dynloader files (they are also in the pacth files,
      but there is so much modification that I have join full files)
      
              Everything works except a problem in 'rules' Is there some problems
      with rules in the current tree ? It used to works with last week tree.
      
      Cyril VELTER
      7ea8403c
  4. 03 10月, 2000 2 次提交
    • B
      New diff that now covers the entire tree. Applying this gets postgresql · 87c0e623
      Bruce Momjian 提交于
      working on the VERY latest version of BeOS.  I'm sure there will be
      alot of comments, but then if there weren't I'd be disappointed!
      
      Thanks for your continuing efforts to get this into your tree.
      
      Haven't bothered with the new files as they haven't changed.
      
      BTW Peter, the compiler is "broken" about the bool define and so on.
      I'm filing a bug report to try and get it addressed.  Hopefully then we
      can tidy up the code a bit.
      
      I await the replies with interest :)
      
      David Reid
      87c0e623
    • B
      Here is the first batch of files and diffs for the BeOS port. I've run into · 7a7e0240
      Bruce Momjian 提交于
      problems with some bits of it, but when all the patches are in it'll build
      and we can fix it from there :)  I've got a version that builds and runs and
      that is the basis for these patches.
      
      The first file has the new additional files that are required,
          template/beos
          backend/port/dynloader/beos.c
          backend/port/dynloader/beos.h
          include/port/beos.h
          makefiles/Makefile.beos
      
      The second is a tarball of diffs against a few files.  I've added sys/ipc.h
      to configure and config.h via configure.in and config.h.in and then started
      adding the check as this file isn't needed on BeOS and having loads of
      #ifdef BEOS isn't as obvious as #ifdef HAVE_SYS_IPC_H and isn't as
      autconf'ish :)
      Files touched are
          include/c.h
          configure.in
          include/config.h.in
          include/storage/ipc.h
          include/utils/int8.h
      
      Let me know how these go.  I'll await a response before submitting any more.
      
      Any problems just get in touch.
      
      David Reid
      7a7e0240