Activity
From 2011-06-21 to 2011-07-20
2011-07-20
-
09:09 PM Bug #1232: setlocale switch to C is broken
- Ugly historical mess...
SYSV defines _numeric (which appears to be exposed from libc) which has some locale data. ... -
07:25 PM Bug #1232 (Resolved): setlocale switch to C is broken
- Result is https://www.illumos.org/issues/1203 since perl uses setlocale(LC_NUMERIC, "C"); to check the version number...
-
08:21 PM Feature #1235 (New): Use symbol capabilities to eliminate libc_hwcap*
- It would be nice to eliminate the libc_hwcap* files on x86 and
instead use "symbol capabilities" as was done for spa... -
07:07 PM Feature #1230: need support for recent gcc stdarg builtins
- Rich Lowe wrote:
> If you're building bits of illumos with GCC4 the entire branch may interest you: http://github.co... -
06:49 PM Feature #1230: need support for recent gcc stdarg builtins
- If you're building bits of illumos with GCC4 the entire branch may interest you: http://github.com/richlowe/illumos-g...
-
06:43 PM Feature #1230: need support for recent gcc stdarg builtins
- Also it can happens here while building illumos grub with gcc 4*. I used same fix as Rich.
-
05:59 PM Feature #1230: need support for recent gcc stdarg builtins
- I have a fix for this in my gcc update branch. I confess I'm not sure how you're hitting this directly, as I had tho...
-
05:54 PM Feature #1230 (In Progress): need support for recent gcc stdarg builtins
-
02:48 PM Feature #1230 (Resolved): need support for recent gcc stdarg builtins
- When i tried to compile something, what used macros va_start(), i get error:...
-
01:47 PM Feature #1163: zpool destroy should prompt user
- we should go ahead and close this issue then..
Thanks
2011-07-19
-
08:51 PM Bug #1118: /dev-il illumos version will break illumos onu
- I (or Rich) will be addressing this by changing the illumos branch version.
-
07:22 PM Bug #1118: /dev-il illumos version will break illumos onu
- Andrzej Szeszo wrote:
> Rich, regarding incorporations, branch version numbers and keeping packages in sync. How wou... -
05:39 PM Bug #1116 (Resolved): beadm *_snap commands shouldn't exist
- changeset: 13407:cec0afe32134
tag: tip
user: Alexander Eremin <a.eremin@nexenta.com>
date: ... -
05:39 PM Bug #1208: beadm doesn't show BE snapshots
- With the correct attribution:
changeset: 13407:cec0afe32134
tag: tip
user: Alexander Eremin <... -
05:02 PM Bug #1208 (Resolved): beadm doesn't show BE snapshots
- changeset: 13405:fee421268ea6
tag: tip
user: eschrock
date: Tue Jul 19 09:54:12 2011 -0700... -
12:54 PM Bug #1219: find shouldn't use FTW_CHDIR
- Rich Lowe wrote:
> The comments about exec and symlinks were separate.
They aren't so separate as you meant them ... -
12:39 PM Feature #1146: find should support -iname
- Yuri Pankov wrote:
> I've added -iname as well as -print0, -useracl, -groupacl (returning true if the file/directory... -
03:03 AM Bug #1229: EOF SVr4 print support
- CUPS has most (probably all) of the SysV and BSD interfaces down. Only hitches I am aware of are SMB printing and Pre...
-
02:59 AM Bug #1229 (New): EOF SVr4 print support
- Several people have pointed out that it would be utterly reasonable to EOF the traditional SVr4 print support, as lon...
-
02:22 AM Support #1228 (Closed): Add CCM and GCM mode support to AES in pkcs11_softtoken
- Currently the AES_[CG]CM modes are only supported within the kernel. Userland utilities (such as IKE, SSH, SSL/TLS) ...
2011-07-18
-
06:28 PM Bug #1227: Upstream man pages are missing
- Perl should be in the perl packages in sfw. Others could come from BSD, yet others have to be rewritten.
The las... -
05:52 PM Bug #1227 (Closed): Upstream man pages are missing
- A number of man pages are not delivered in pkg:/system/manual that are delivered by S11X.
Some of these look like ...
2011-07-17
-
04:10 AM Bug #1224 (Resolved): lp may overwrite constant data
- If built with -xstrconst or with gcc without -fwritable-strings lp will overwrite constant strings when:
1. Checki... -
04:06 AM Bug #1223 (Resolved): catman may modify constant data
- catman(1) uses the fact section name " catman " during its runs, but also sets the first byte to NUL, overwriting con...
-
04:05 AM Bug #1222 (Resolved): crypt may modify constant data
- crypt(1) will modify constant data if built with -xstrconst or gcc without -fwritable-strings. It forces the key int...
-
12:10 AM Bug #1219: find shouldn't use FTW_CHDIR
- The comments about exec and symlinks were separate.
My concern with links is whether it would in any way affect wh... -
12:05 AM Bug #1219: find shouldn't use FTW_CHDIR
- -exec explicitly disables FTW_CHDIR...
2011-07-16
-
10:26 PM Bug #1219: find shouldn't use FTW_CHDIR
- You'd need, at the very least, to be careful about:
* The behaviour of -exec (which you'd change if you didn't mak... -
09:30 AM Bug #1219: find shouldn't use FTW_CHDIR
- Some numbers:...
-
02:41 AM Bug #1037 (Resolved): bfe references random 'halt' symbol
- Resolved in r13402 commit:b8164899269e
-
02:41 AM Bug #1199 (Resolved): efe_restart should be as static as its prototype
- Resolved in r13403 commit:ed8234f32fb8
-
02:40 AM Bug #1200 (Resolved): various modules declare static functions within function bodies
- Resolved in r13404 commit:4a1868d4ae91
2011-07-15
-
04:20 PM Bug #1219 (New): find shouldn't use FTW_CHDIR
- It's usefulness is doubtful and leads to subtle problems with -acl (missing starting paths), as well as other extensi...
-
04:18 PM Feature #1146: find should support -iname
- I've added -iname as well as -print0, -useracl, -groupacl (returning true if the file/directory has non-trivial ACEs ...
-
04:13 PM Feature #672: xargs doesn't support -0
- I can handle this issue and #676 if import of FreeBSD's xargs will be accepted (current code is hardly readable, for ...
-
02:26 PM Feature #1168 (Resolved): want a libtermcap that does not force libcurses
- ...
-
11:56 AM Bug #1154: cpio needs a quiet option
- Gordon Ross wrote:
> Linux and Mac OS use --quiet for this. Should we too?
Why we should look at Linux.. What I ... -
07:31 AM Bug #693: Opensource replacement of sunwlibm
- Igor Kozhukhov wrote:
> have been open bugs: #1210, #1211, #1212
> this bug have dependency to these bugs
-
07:30 AM Bug #693: Opensource replacement of sunwlibm
- have been open bugs: 1210, 1211, 1212
this bug have dependency to these bugs
-
02:14 AM Bug #1217 (Closed): usr/src/cmd/localedef doesn't KEEP_STATE
- While attempting to track down an issue (which turned out to just be an unannounced flag-day), I discovered the hard ...
2011-07-14
-
07:46 PM Bug #1216: long lines in man pages
- When I wrote the code to fix the pages, Garrett was very much against flowing either the license or Sun copyright on ...
-
06:51 PM Bug #1216: long lines in man pages
- I believe Rich Lowe has an automated way to do this.
(I already set him as a "watcher" of this:)
-
06:47 PM Bug #1216: long lines in man pages
- Is it ok to just copy/paste (scripted, where it's possible) the CDDL license text (not touching copyright stuff, of c...
-
06:27 PM Bug #1216 (New): long lines in man pages
- The long lines in man pages are annoying. In particular, they make webrevs that include man page fixes not usable in...
-
06:31 PM Bug #1154: cpio needs a quiet option
- Linux and Mac OS use --quiet for this. Should we too?
-
05:48 PM Feature #1215: use localedef "copy" statements for UTF-8 ctype etc.
- This means that we'll need one common locale package (locale-common?) which will be required by SUNWcs(?) and will co...
-
05:39 PM Feature #1215: use localedef "copy" statements for UTF-8 ctype etc.
- Once "copy" (or some sort of include mechanism) is in place, an "extra credit" piece of follow-on work for this might...
-
05:38 PM Feature #1215 (New): use localedef "copy" statements for UTF-8 ctype etc.
- The XPG4 localedef input grammar has a "copy" statement. (See:
http://pubs.opengroup.org/onlinepubs/9699919799/base... -
05:14 PM Bug #1214 (New): towlower/towupper still missing some mappings
- I copied 992 to create this. I guess that made it "resolved", which was unintentional.
-
05:10 PM Bug #1214 (Closed): towlower/towupper still missing some mappings
- While reviewing the fix for issue 992
https://www.illumos.org/issues/992
I compared the compiled upper/lower mappin... -
04:11 PM Bug #992 (Resolved): towlower/towupper are broken
- ...
-
04:02 PM Feature #1213: chmod could handle empty access mask as wildcard when removing user/group ACEs
- I would find this useful.
-
03:33 PM Feature #1213 (New): chmod could handle empty access mask as wildcard when removing user/group ACEs
- The idea is to make chmod handle empty access mask as wildcard when removing user/group ACEs, e.g.:...
-
01:39 PM Bug #1212 (Feedback): provide $(ROOT)/usr/include by CPPFLAGS to usr/src/cmd/lms
- provide $(ROOT)/usr/include by CPPFLAGS to usr/src/cmd/lms
-
01:38 PM Bug #1211 (Rejected): provide $(ROOT)/usr/include to 'INC=' through Makefile.master for usr/src/cmd/perl
- provide $(ROOT)/usr/include to 'INC=' through Makefile.master for usr/src/cmd/perl
-
01:36 PM Bug #1210 (Feedback): provide $(ROOT)/usr/include by CPPFLAGS to usr/src/lib/libsqlite
- provide $(ROOT)/usr/include by CPPFLAGS to usr/src/lib/libsqlite
-
11:53 AM Bug #1116 (In Progress): beadm *_snap commands shouldn't exist
-
11:52 AM Bug #1208 (In Progress): beadm doesn't show BE snapshots
-
09:56 AM Bug #1209 (Closed): fnmatch(3C) should mention FNM_IGNORECASE
-
02:32 AM Feature #1146: find should support -iname
- It is supported, but is missing from manpage (FNM_IGNORECASE).
2011-07-13
-
09:12 PM Bug #1192: fd manpage should be in section 7
- Last attempt at being stubborn :-)
Albert Lee wrote:
> I cite zero(7D) and null(7D) as supporting evidence this s... -
08:45 PM Bug #1192: fd manpage should be in section 7
- I cite zero(7D) and null(7D) as supporting evidence this should be in section 7D.
intro(7) doesn't describe anything... -
04:31 PM Bug #1208 (Resolved): beadm doesn't show BE snapshots
- ~# beadm create nightly@snap
Created successfully
~# beadm list -s nightly
BE/Snapshot Space Polic...
2011-07-12
-
08:26 PM Bug #1197: Hang after resilver finished with mpt
- Just checked SMART info on the drives as well - nothing...
-
12:06 PM Bug #1202 (New): "zdb -DD" histogram block count should be decimal-K/M based, not binary
- When I look at the "zdb -DD" output for dedup stats of my pool, I see that large counts of blocks are rolled into 102...
-
06:18 AM Bug #1200: various modules declare static functions within function bodies
- Putting prototypes in function bodies is certainly tasteless, but declaring them _static_ is bogus: if the compiler s...
-
05:16 AM Bug #1200: various modules declare static functions within function bodies
- I believe placing function prototypes in the body of functions is technically legal C, but strongly discouraged as ba...
2011-07-11
-
09:05 PM Bug #1200 (Resolved): various modules declare static functions within function bodies
- It is, apparently, non-sensical to place a static function prototype within the body of a function, though Studio and...
-
08:51 PM Bug #1199 (Resolved): efe_restart should be as static as its prototype
- efe makes efe_restart() static in its prototype but not its definition.
(It's not clear to me why efe is so packed... -
08:47 PM Bug #1198: date formats contain spaces where not expected
- [Copied my note 8 from 1030]
It does seem that the "%x" format is more commonly defined as
some permutation of "%... -
08:46 PM Bug #1198: date formats contain spaces where not expected
- [Copied Note 7 by Gary Mills from 1030]
I would say that the bug is in strftime. It should never
produce a condensed... -
08:43 PM Bug #1198: date formats contain spaces where not expected
- Here are some more observations from
Gary Mills (sent to developers@illumos.org)
I kept wondering why I've never... -
08:40 PM Bug #1198 (Closed): date formats contain spaces where not expected
- LANG=en_US.UTF-8 date '+%x'
has unexpected form in the first 9 days of the month:... -
08:46 PM Bug #1037 (In Progress): bfe references random 'halt' symbol
- I have the obvious fix for this on my gcc branch.
-
08:36 PM Bug #1030 (Resolved): strftime "%x" should generate something strptime can parse
- ...
-
07:50 PM Bug #1197: Hang after resilver finished with mpt
- Also, iostat -en doesn't show anything alarming in particular, and none for the failed drives
-
07:47 PM Bug #1197: Hang after resilver finished with mpt
- Just rebooted the box - couldn't get anything more out of it anyway. After the reboot, it shows a few more drives hav...
-
07:12 PM Bug #1197 (New): Hang after resilver finished with mpt
- Hi all
I just had a machine finish resilver after a drive (well, two actually) died. After resilver was finished, ... -
02:46 PM Bug #1144 (Resolved): blkdev should support dump(9e)
- changeset: 13397:edfb98e65b97
tag: tip
user: Garrett D'Amore <garrett@nexenta.com>
date: M...
2011-07-10
-
04:13 AM Feature #1195 (Closed): man -k and -s should cooperate
- It'd be super if man -k cooperated with man -s such that, for eg, 'man -s 3ucb -k sprintf' did the obvious thing, and...
2011-07-09
-
05:39 AM Feature #1163: zpool destroy should prompt user
- Garrett D'Amore wrote:
> THIS IS A TERRIBLE IDEA.
>
> Zpool force avoids a bunch of checks. It should not be use... -
05:37 AM Bug #1192: fd manpage should be in section 7
- Well, my understanding is that 4 is 'file formats', fd doesn't describe any format, it talks about special files in /...
2011-07-08
-
10:18 PM Feature #1163: zpool destroy should prompt user
- I guess I'll better throw in the towel here. You're right, it'll break scripting.
roy -
10:14 PM Feature #1163: zpool destroy should prompt user
- THIS IS A TERRIBLE IDEA.
Zpool force avoids a bunch of checks. It should not be used just because you want to use... -
05:40 PM Feature #1163: zpool destroy should prompt user
- Well on second thought do we really need this as a feature.
Reason being there are a lot of scripts that that curren... -
02:09 PM Feature #1163: zpool destroy should prompt user
- We will need the 'force' flag then so zpool/zfs commands would still be usable for scripting.
-
09:44 AM Feature #1163: zpool destroy should prompt user
- I have the fix for this.. So assigned it to myself.
-
09:29 PM Bug #1192: fd manpage should be in section 7
- I think the idea is that its describing files and thus in 4. We mostly use 7 itself for non-driver kernel modules it...
-
05:37 PM Bug #1192 (Resolved): fd manpage should be in section 7
- fd manpage is describing special files in /dev and should live in section 7. While here, add links for stdin, stdout ...
-
05:35 PM Feature #1189: add stdin/stdout/stderr(3C) manpage symlinks
- Albert Lee wrote:
> Yuri Pankov wrote:
> > fd(4) looks like a better candidate for stdin, stdout, stderr manpages.
... -
05:03 PM Feature #1189: add stdin/stdout/stderr(3C) manpage symlinks
- Yuri Pankov wrote:
> On the related note, I have a strong feeling that fd manpage should live in section 7 (special ... -
05:02 PM Feature #1189: add stdin/stdout/stderr(3C) manpage symlinks
- Yuri Pankov wrote:
> fd(4) looks like a better candidate for stdin, stdout, stderr manpages.
For _/dev/{stdin,std... -
10:58 AM Feature #1189: add stdin/stdout/stderr(3C) manpage symlinks
- On the related note, I have a strong feeling that fd manpage should live in section 7 (special files) and could menti...
-
06:30 AM Feature #1189: add stdin/stdout/stderr(3C) manpage symlinks
- fd(4) looks like a better candidate for stdin, stdout, stderr manpages.
-
04:57 AM Feature #1189 (Resolved): add stdin/stdout/stderr(3C) manpage symlinks
- We have an _stdio(3C)_ man page, but none for _stdin/stdout/stderr(3C)_ - the global variables it actually describes....
-
08:51 AM Bug #1191 (Resolved): Remove source-network-pppdump and SUNWpppgS packages
- Same as #1190.
-
06:55 AM Bug #1190 (Resolved): Remove source-security-tcp-wrapper and SUNWtcpdS packages
- As discussed with Rich, there's no point in building and installing those packages (it should also make it easier to ...
2011-07-07
-
05:49 PM Feature #1121 (Resolved): smbsrv should use SPNEGO (outbound authentication)
- ...
-
02:31 PM Bug #1188 (Resolved): Move pppdump and tcpd manpages to usr/src/man
- Those are the only manpages still living outside usr/src/man.
-
12:20 PM Bug #1118: /dev-il illumos version will break illumos onu
- Albert Lee wrote:
> 'depend' relationships are >=. A piece of software (SFEllvm, for example) with
> @depend fmri=s... -
12:49 AM Bug #1118: /dev-il illumos version will break illumos onu
- Andrzej Szeszo wrote:
> Rich Lowe wrote:
> > Andrzej Szeszo wrote:
> > > Not having branch version number would ma... -
12:38 AM Bug #1118: /dev-il illumos version will break illumos onu
- Rich Lowe wrote:
> Andrzej Szeszo wrote:
> > Not having branch version number would make life easier for people bui... -
02:36 AM Feature #1186 (Resolved): integrate arcstat
- We should integrate the mharsch arcstat (the original arcstat.pl, updated for L2ARC amongst other things). It's in J...
-
02:34 AM Feature #1185 (Feedback): want command to observe vfs activity
- Joyent provide a 'vfsstat', built on statistics provided by #1183. We should integrate it along with #1183
-
02:33 AM Feature #1184 (Feedback): want per-zone i/o statistics
- Joyent introduced a 'ziostat' built on the kstats provided by #1183, we should take it along with #1183
-
02:31 AM Feature #1183 (Feedback): Improve the multi-tenancy fairness of I/O performance in zones
- We should integrate the changes made by Jerry Jelinek and Bill Pijewski of Joyent, and described here by the latter h...
2011-07-06
-
05:38 PM Feature #1182 (New): iconv should know about latinN aliases
- It appears that GNU iconv has aliases for latinN mapping to ISO-8859-N, whereas we only have simple "8859", and "8859...
-
04:36 PM Bug #1118: /dev-il illumos version will break illumos onu
- Rich Lowe wrote:
> Andrzej Szeszo wrote:
> > Not having branch version number would make life easier for people bui... -
04:19 PM Bug #1118: /dev-il illumos version will break illumos onu
- Andrzej Szeszo wrote:
> Not having branch version number would make life easier for people building their own packag... -
01:41 PM Bug #1118: /dev-il illumos version will break illumos onu
- I was only experimenting with things. I am not sure personally what would be the best approach to versioning. I kind ...
-
02:33 PM Bug #1181 (Resolved): Remove plot(1B), plot(4B), tplot(1)
- These 3 manpages refer to non-existing commands - compatibility/ucb doesn't deliver plot, tplot was removed in #364.
2011-07-05
-
05:02 PM Bug #1118: /dev-il illumos version will break illumos onu
- I can't speak as to what OI want to do, but it's very likely that incorporations _don't_ give you the behaviour you w...
-
08:52 AM Bug #1118: /dev-il illumos version will break illumos onu
- I think Andrzej's idea has merit and is worth considering, but post-oi151-stable.
For oi_151-stable, I don't mind ...
2011-07-03
-
11:12 PM Bug #1177 (Resolved): _PATH_STDPATH definition in paths.h not correct
- Resolved in r13395 commit:29f0883d3bc0
-
10:49 PM Bug #1177 (In Progress): _PATH_STDPATH definition in paths.h not correct
-
04:01 PM Bug #1177: _PATH_STDPATH definition in paths.h not correct
- Sigh. My fault. Thanks for fixing this.
Please send the webrev to developers@ for review, (which should be trivi... -
12:50 PM Bug #1177: _PATH_STDPATH definition in paths.h not correct
- Webrev can be found here: http://cr.illumos.org/view/nktd7byq/
-
12:46 PM Bug #1177 (Resolved): _PATH_STDPATH definition in paths.h not correct
- In usr/src/head/paths.h we currently have:...
-
03:13 AM Bug #1118: /dev-il illumos version will break illumos onu
- I was thinking about relying on timestamps in case of illumos packages when doing upgrades and keeping individual pac...
-
01:53 AM Bug #1118: /dev-il illumos version will break illumos onu
- Dropping the branch versions would make this harder, not easier. (we'd go from having one number to keep >= to havin...
-
12:50 AM Bug #1118: /dev-il illumos version will break illumos onu
- Dropping branch version numbers is another option worth considering going forward. Current pkg5 tools don't have any ...
2011-07-02
-
02:56 PM Bug #1176 (Resolved): NWAM handling of multiple DHCP-assigned DNS domains broken
- The dhcp server at work gives me three domain names: foo.bar.com, bar.com and baz.com. On OpenSolaris b134 that resul...
-
05:36 AM Bug #1166: useradd warns on names with more than 8 chars
- from the comments in <limits.h>...
2011-07-01
-
11:55 PM Bug #1175 (Feedback): ZFS rpool boot fails on oi148
- console output gives:...
-
11:32 PM Bug #1174 (Feedback): fails to boot on Thinkpad T520
- Pretty straight forward, take a thinkpad t520 with a quad core processor, boot off the oi 148 live CD. The kernel spi...
-
09:19 PM Feature #1096: i386 disassembler should understand complex nops
- Actually, these are just regular multibyte nops, not the "hinting nops" to which intel refer (which are, as stated, t...
-
10:27 AM Bug #1166: useradd warns on names with more than 8 chars
- 8 chars is POSIX standard (POSIX_LOGIN_NAME_MAX in
http://www.opengroup.org/onlinepubs/007908799/xsh/limits.h.html) -
01:43 AM Feature #1168: want a libtermcap that does not force libcurses
- an hg export of the changes, in case anyone wants to try this out.
-
01:06 AM Feature #1168: want a libtermcap that does not force libcurses
- Here's an implementation of this proposed feature:
http://www.yalms.org/cr/libtermcap/
-
01:03 AM Feature #1168 (Resolved): want a libtermcap that does not force libcurses
- While looking at issue 415 https://www.illumos.org/issues/415 it became apparent that issues like 415 could benefit ...
2011-06-30
-
10:00 PM Feature #1120 (Resolved): Use real file descriptors for smbfs named pipes.
- ...
-
03:43 PM Bug #832: need Intel 82579 Gigabit Ethernet PHY support in e1000g
- oracle recently fixed 6944824 Intel e1000g NIC support for Lewisville (82579LM and 82579LF)
Not sure if this will he... -
09:57 AM Feature #1167 (Closed): add '-_lint' to cw
- As I can see we have '-_cc' for SunC and '-_gcc' for GCC to cw wrapper - for using different compilers.
they are fl... -
07:35 AM Bug #1166 (Resolved): useradd warns on names with more than 8 chars
- useradd have warning with name more 8 chars
--------------
for example:
# useradd test567890
UX: useradd: test567... -
01:38 AM Bug #81: remove 'is_z_a_power_of_x_le_y' from pcfs utils
- Changing from:
if (!(is_z_a_power_of_x_le_y(2, 128, num)))
to:
if (!(ISP2(num) && (num >= 1) && (num <= 128)...
2011-06-29
-
10:20 PM Bug #1148 (New): Serious performance regression using CompactFlash as rpool ( cmdk, zfs? )
- Thanks for the benchmarks. I'm assigning this to "OI Illumos" for further investigation since the problem appears cl...
-
11:48 AM Bug #1148: Serious performance regression using CompactFlash as rpool ( cmdk, zfs? )
- The command used was:...
-
11:46 AM Bug #1148: Serious performance regression using CompactFlash as rpool ( cmdk, zfs? )
- Bonnie from OS 134 - with size same as on OI151 ( smaller than in previous test )
-
10:17 AM Bug #1148: Serious performance regression using CompactFlash as rpool ( cmdk, zfs? )
- Here are the bonnie results. It's same physical machine.
-
09:54 PM Bug #1165 (Resolved): SUNWarbel/driver-network-arbel should be removed
- These appear to be packages that were created empty, for Sun's somewhat hair-brained "make the bits appear in a patch...
-
03:33 PM Feature #1060 (Feedback): termios needs cfmakeraw and cfsetspeed
- Heres an updated patch which I think may be ready to submit. It's also worth noting that APT requires cfmakeraw.
-
08:37 AM Feature #1163 (Closed): zpool destroy should prompt user
- Hi all
Destroying a beadm will prompt the admin:... -
08:28 AM Bug #1109: zpool detach on spare fails
- Roy Sigurd Karlsbakk wrote:
> Resilver started and finished to the drive, so yes, I think it's supposed to be in use...
2011-06-28
-
04:46 PM Bug #1157: man could support gzipped pages
- You probably want to use _strrchr_ and _strcmp_ here. The gzcat also should be optional (man doesn't depend on gzip)....
-
01:44 PM Bug #1157: man could support gzipped pages
- Thanks, that makes the patch a bit simpler.
-
11:42 AM Bug #1157: man could support gzipped pages
- What I mean is that you don't need the the 'gzipit', just use `gzcat -f` instead of `cat` for all files.
-
11:22 AM Bug #1157: man could support gzipped pages
- Sure.. Another option could be "fixing" zcat to accept -f option forcing it to allow non-compressed data to pass thro...
-
11:10 AM Bug #1157: man could support gzipped pages
- I've spoken to Garrett and it seems that we could use my patch as a stop-gap solution until your changes are ready.
-
04:35 PM Bug #1148: Serious performance regression using CompactFlash as rpool ( cmdk, zfs? )
- Just to let you know, the bonnie test on 151 is running, already it took 10 hours and still not finished. Tomorrow I ...
2011-06-27
-
10:31 PM Bug #1160: fmd assertion fails on boot on Dell C6145
- As the fm-discuss thread suggests, it looks like we assume any node which
pci_hostbridges_find discovers also have a... -
09:45 PM Bug #1160: fmd assertion fails on boot on Dell C6145
- Core dumps can be found at:
http://skysrv.pha.jhu.edu/~rercola/bitbucket2/
As well as copies of the attached outputs -
09:45 PM Bug #1160: fmd assertion fails on boot on Dell C6145
- In the mentioned thread, Mike mentions the range between his laptop working and not working was onnv_123 to onnv_126,...
-
09:34 PM Bug #1160 (New): fmd assertion fails on boot on Dell C6145
- On fresh boot on a Dell C6145 (in this case, a 4x12-core Opteron box), fmd dies on boot with "Assertion failed: comma...
-
10:24 PM Bug #1148: Serious performance regression using CompactFlash as rpool ( cmdk, zfs? )
- Thanks, how about 151 for the slow one.
-
07:52 PM Feature #1159 (New): Zones - capped-memory on the fly
- Zones should be aware of changes in capped-memory limits without having to reboot.
-
04:41 PM Bug #1157: man could support gzipped pages
- I'm working on it as part of other man related updates.
-
01:28 PM Bug #1157 (Closed): man could support gzipped pages
- The majority of man pages in NCP (all versions) are gzipped which means they can only be read with gnu man and not ma...
-
04:13 PM Bug #1145: .hgignore file in Github mirror should be renamed
- Right, but it's also a blanket ignore of the whole tree. Which we only did for Mercurial because of the grave perfor...
-
11:38 AM Bug #1145: .hgignore file in Github mirror should be renamed
- I'm not sure maintaining the .gitignore file would make any difference to maintainability since it shares the same fo...
-
03:52 PM Feature #1158: replace deprecated pkgsend subcommands with pkgrepo in usr/src/pkg/Makefile
- The even-newer-than-that pkg(5) uses 'pkgrepo add-publisher' not 'set publisher/prefix', as it handles repositories c...
-
03:15 PM Feature #1158 (New): replace deprecated pkgsend subcommands with pkgrepo in usr/src/pkg/Makefile
- Rather than using the deprecated pkgsend create-repository... set-property, the Makefile should use pkgrepo create/pk...
2011-06-26
-
11:58 PM Bug #1155 (Resolved): in.ftpd sometimes starts with SIGALRM blocked
- On a moderately busy anonymous FTP server, in.ftpd children will slowly accumulate.
This happens because the signal ... -
08:43 PM Bug #1148: Serious performance regression using CompactFlash as rpool ( cmdk, zfs? )
- Right now there is 134 installed, I will do some benchmarks. But For The slow one - should I do 148 or 151 right away?
-
08:33 PM Bug #1148 (Feedback): Serious performance regression using CompactFlash as rpool ( cmdk, zfs? )
- Ivan,
Would it be possible for you to give us a test case with some numbers for the Compact Flash performance on O... -
03:26 PM Bug #1154 (Resolved): cpio needs a quiet option
- I've written a few scripts that use `cpio' internally.
They all print `NN blocks' to standard error. I could
redir... -
01:02 PM Feature #1153 (Resolved): remove krtld support for _depends_on
- _depends_on has been replaced by ELF dependency declaration, and the former is invisible to pkgdepend. _depends_on ha...
-
06:11 AM Bug #1152 (Closed): ping(1M) doesn't mention -D (DONTFRAG) option
-
05:54 AM Bug #389: Build failure in usr/src/cmd/perl/5.10.0
- This usually happens when Makefile has timestamp in the future and is not a real bug.
2011-06-25
-
10:43 PM Bug #1150 (Closed): libcmdutils has superfluous #define
- usr/src/lib/libcmdutils.h has the following define:
@#define ISREG(A) (((A).st_mode & S_IFMT) == S_IFREG)@
This... -
07:57 PM Bug #1145: .hgignore file in Github mirror should be renamed
- The problem with a .gitignore is maintaining the damn thing. One similar to that used by Joyent is probably a great ...
-
03:02 PM Bug #1145: .hgignore file in Github mirror should be renamed
- If Garrett would agree to take a .gitignore, we could start working on it.
I'm also using showUntrackedFiles = no, b... -
02:26 PM Bug #1149: tic issues useless warnings about filenames longer than 16 chars
- Wouldn't be too surprised if it was expecting s5fs to do the truncation.
-
11:24 AM Bug #1149: tic issues useless warnings about filenames longer than 16 chars
- Just to clarify - actual "limit" is 14 characters + [a-z]/, making it 16, which the checks in the code use.
-
11:14 AM Bug #1149 (Resolved): tic issues useless warnings about filenames longer than 16 chars
- The subject says it all - tic issues useless warnings when resulting filename is longer than 16 chars, but doesn't ac...
-
10:22 AM Bug #454: Fix Home,end,pgup,pgdw in terminfo for sun-color
- Re-taking, as there's no progress for #294. Attached patch for pgup, pgdown, home, end, insert keys, as well as updat...
-
09:50 AM Bug #1148 (New): Serious performance regression using CompactFlash as rpool ( cmdk, zfs? )
- I have been using OpenSolaris 134b for a year on several Sun Fire x4540 - Thor systems, booting from Compact Flash sl...
-
03:30 AM Feature #1147 (Resolved): integrate the virtio-block driver
2011-06-24
-
05:26 PM Bug #1145: .hgignore file in Github mirror should be renamed
- The git mirror is a true mirror, it needs to stay that way (it's important to how it is produced).
If we're going ... -
10:52 AM Bug #1145 (New): .hgignore file in Github mirror should be renamed
- The Github mirror of Illumos contains a .hgignore file which should be renamed to .gitignore for git.
-
04:55 PM Feature #1141: allow NFSv3 server FSINFO tunables to be tuned
- Yeah, I synced up with Garrett on IRC. I'm working on something (tangentially) related, and was mislead by comments ...
-
12:00 PM Feature #1141: allow NFSv3 server FSINFO tunables to be tuned
- Again, protecting from markups......
-
11:56 AM Feature #1141: allow NFSv3 server FSINFO tunables to be tuned
- # dtrace -n 'fbt:nfs:rfs3_tsize:return {printf("%Y\t%d\n", walltimestamp, args[1]);}'
dtrace: description 'fbt:nfs:r... -
04:11 PM Feature #1146 (Resolved): find should support -iname
- Now we have an fnmatch(), we should add find -iname support (this maybe supported already in the new fnmatch, but if ...
-
03:45 PM Bug #1072 (Resolved): arcmsr 1880 device id missing from package
- Fixed in
lchangeset: 13393:a055831123f1
tag: tip
user: Garrett D'Amore <garrett@nexenta.com>
... -
12:07 AM Bug #1144 (Resolved): blkdev should support dump(9e)
- For some consumers of blkdev, support for dump(9e) to host crash dumps and support sync() from a panic context would ...
2011-06-23
-
11:59 PM Feature #1141: allow NFSv3 server FSINFO tunables to be tuned
- Why are you thinking that these aren't tunable? (can /etc/system not poke them? mdb sure can.)
-
07:45 PM Feature #1141: allow NFSv3 server FSINFO tunables to be tuned
- Also affects NFSv4, http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/fs/nfs/nfs4_common.c#61
Als... -
12:13 PM Feature #1141 (Closed): allow NFSv3 server FSINFO tunables to be tuned
- This simple change allows NFSv3 server FSINFO tunables to be tuned.
$ diff nfs_common.c nfs_common.c.orig
304,306... -
10:08 PM Feature #1143 (Resolved): split Olson DB (usr/share/lib/zoneinfo) out from SUNWcs
- The Olson DB requires relatively frequent updates. Rather than delivering it as a patch to SUNWcs, it seems more logi...
-
06:39 PM Bug #534 (Resolved): DMA KVA cache attributes incorrect
- changeset: 13392:0ad5890414dc
tag: tip
user: Michael Tsymbalyuk <mtzaurus@gmail.com>
date: ... -
02:07 PM Bug #1129: Try to install OI 151 on HP 360
- Maybe it is the same like in Solaris 11 Express 2010.11...
I opened a bug a few month ago..
*Synopsis*: snv_151a ... -
08:41 AM Bug #1129: Try to install OI 151 on HP 360
- Hi
J forget to tell, i have installed " nexenta core 3.0" on my machine, and cpqary3 driver works fine.
Torbjørn -
05:11 AM Bug #1129 (Feedback): Try to install OI 151 on HP 360
- Torbjoern Fallsen wrote:
> Hi,
> Installing OI151 from DVD on HP DL 360 G4 server end with error and rebooting.
>... -
01:33 AM Bug #1129: Try to install OI 151 on HP 360
- This looks like a bug in the cpqary3 driver. Too bad we don't have source for it.
-
05:00 AM Bug #640: number_to_scaled_string is duplicated in several commands
- Jason King wrote:
> I had actually looked at that, but it's really overengineered.
>
> The implementations in lib... -
03:35 AM Bug #640: number_to_scaled_string is duplicated in several commands
- I had actually looked at that, but it's really overengineered.
The implementations in libzfs of nicenum (and it's ... -
03:33 AM Bug #640: number_to_scaled_string is duplicated in several commands
- The BSDs (all of 'em) call this humanize_number(3) and (9): http://www.daemon-systems.org/man/humanize_number.3.html ...
-
04:34 AM Bug #1140 (New): sys/swap.h should work in large file environment
- While implementing #640 Jason discovered that _sys/swap.h_ barfs when a consumer has -D_FILE_OFFSET_BITS=64.
This ... -
02:39 AM Bug #656: need man pages for mbstowcs(3C) and mbstowcs_l(3C)
- Correct. We cannot use the Solaris 11 text. The OpenGroup may have a man page we can use, or possibly FreeBSD.
-
02:19 AM Bug #1128: WARNING: kb8042: inconsistent getinfo(9E) implementation
- So the problem is this:...
-
02:00 AM Bug #1128: WARNING: kb8042: inconsistent getinfo(9E) implementation
- Garrett D'Amore wrote:
> Its harmless as long as you don't try to do Dynamic Reconfiguration on this device. It *sh... -
01:36 AM Bug #1128: WARNING: kb8042: inconsistent getinfo(9E) implementation
- Its harmless as long as you don't try to do Dynamic Reconfiguration on this device. It *should* be fixed.
That sa...
2011-06-22
-
03:17 PM Feature #1138 (Rejected): crontab could default to something other than ed
- Apparently the complaint about this in #opensolaris was mistaken. (continuing my run of bad luck with mis-filed bugs...
-
03:09 PM Feature #1138 (Rejected): crontab could default to something other than ed
- with EDITOR unset, crontab runs ed. It's probably possible standard-wise, etc, to make it run something less (appare...
2011-06-21
-
04:54 PM Bug #1133 (New): one offsetof to rule them all
- In our source tree there are perhaps hundreds of definitions of the normal offsetof() under a variety of pseudonyms, ...
-
10:52 AM Bug #1100 (Feedback): cpustat usage message is incorrect
-
10:50 AM Bug #1100: cpustat usage message is incorrect
- Webrev done, will be sent to the developers mailling for code review.
http://wildcat.espix.org/cr/illumos-1100-web...
Also available in: Atom