search for: bsdism

Displaying 8 results from an estimated 8 matches for "bsdism".

Did you mean: bsdisms
2004 Aug 19
0
[LLVMdev] Can't get llvmg++ to work
...long while. Obviously you need to look at /usr/include/machine/_types.h:88 and figure out if you can fix it without breaking the rest of your system. What gcc version are you using? Also, as a general note, make sure you follow precisely the steps for building the c front end. If you discover any BSDisms that aren't documented, we'd love to hear about them. Thanks, Reid. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.o...
2004 Aug 19
4
[LLVMdev] Can't get llvmg++ to work
I'm another new person to LLVM. I can't successfully compile and execute a simple C++ program. The compiler seems to work, as it produces a.out and a.out.bc files, but I get a whole bunch of warnings: WARNING: Found global types that are not compatible: "struct.std::messages<wchar_t>"* %_ZN9__gnu_cxx10messages_cE [16 x sbyte]*
2000 Jun 22
0
Timing bug patch and x509 question.
...is read, a core dump with a "Did not receive ident string..." error. This problem does not appear to have been mentioned yet in the list archive. This bug was noted on HP-UX 11.0 but could be a problem on other Unices as well. My Q&D fix (patch below) was to spin on EWOULDBLOCK (the BSDism seen on HP-UX) or EAGAIN. In testing I see from 2 to 4 iterations before the first byte arrives. Now the question: Does anyone know of any plans to add a x.509 certificate capability to openssh? For political reasons only x.509 based crypto will be usable in my environment. We have used ssh he...
2003 Feb 19
0
FW: compare st_mode & 07777, or Aix dirs always differ
...ldn't exclude the >> problematic 0200000 bit. > >First, a tecnical note: > >Instead of all those ifndef,define,endif lines with >literals just so you can OR them, cut to the quick with > > #ifndef ALLPERMS > #define ALLPERMS 07777 > #endif > >ALLPERMS is a BSDism that even shows up in the linux headers. > >Since POSIX and SUSv3 specify that the actual mode_t >bits are implementation specific I'm just a trifle leery of >adding this in. We support some rather strange systems >although ACCESSPERMS and INITACCESSPERMS don't appear to &gt...
2003 Feb 08
1
compare st_mode & 07777, or Aix dirs always differ
Under Aix directories have the mode 024xxxx instead of the customary 04xxxx. Because of this when you sync a directory to or from an Aix system it's never up to date. Here is a patch which fixes this. It causes rsync to look at only the bits that chmod actually influences, 07777, when deciding whether or not the modes differ. I was surprised there wasn't an existing constant for 07777,
2004 Aug 19
1
[LLVMdev] Can't get llvmg++ to work
...to look at > /usr/include/machine/_types.h:88 and figure out if you can fix it > without breaking the rest of your system. What gcc version are you > using? > > Also, as a general note, make sure you follow precisely the steps for > building the c front end. If you discover any BSDisms that aren't > documented, we'd love to hear about them. > > Thanks, > > Reid. I didn't build cfontend; I used the prebuilt linux binaries. That could be part of the problem. Here's the line in error in _types.h: typedef __int32_t __register_t; typedef _...
2004 Aug 20
2
[LLVMdev] Can't get llvmg++ to work
On Thu, 19 Aug 2004 08:45:23 -0700 Reid Spencer <reid at x10sys.com> wrote: > > Also, as a general note, make sure you follow precisely the steps for > building the c front end. If you discover any BSDisms that aren't > documented, we'd love to hear about them. > > Thanks, > > Reid. > OK. I've built the front end without any heartaches, but I did encountered the following glitches: The documentation of --with-llvmgccdir is a bit ambiguous. I had to try several pa...
2010 Feb 04
18
unionfs help
Is it possible to emulate a unionfs with zfs and zones somehow? My zones are sparse zones and I want to make part of /usr writable within a zone. (/usr/perl5/mumble to be exact) I can''t just mount a writable directory on top of /usr/perl5 because then it hides all the stuff in the global zone. I could repopulate it in the local zone but ugh that is unattractive. I''m hoping