Rich Lowe
Rich Lowe
You want to be checking whether it's global/weak and has a shndx of 0 (SHN_UNDEF)
- Need `-luuid` for `uuid_generate` - Use the native `ld(1)` instead of GNU. If this is undesirable, the machine specification needs to be changed to `elf_i386_sol2` and `elf_x86_64_sol2`, which I...
At present, `gist-*` obey the default directory being a tramp pathname and use all applications and configuration from the remote host. I can see some cases where that might be...
This contains a chunk of fixes to improve compatible with Sun cpp (or correctness in general). It started out as a fix for joyent/smartos-live#171 but grew as more problems became...
The GCC normally used on illumos systems is patched to support -msave-args, a GCC analogue of Studio's -Wu,-save_args, which pushes all register-passed arguments to the stack such that mdb can...
I use the zsh option `REPORTTIME` which causes commands that run for greater than a certain amount of time to report `time(1)`-like statistics when they complete. (I use `REPORTTIME=3`, for...
There's a couple of reasons to do this, but I think they end up basically the same. 1) It means all the boards boot the same way (a reasonable thing...
My original code here assuming `/etc/verions/build.illumos-omnios` would exist on OmniOS, except it doesn't if you're running other illumos bits. Pull it out of `/etc/os-release` too to check. This should stop...