Project

General

Profile

Activity

From 2012-06-24 to 2012-07-23

2012-07-23

10:21 PM Bug #3028: zfs {group,user}space -n prints (null) instead of numeric GID/UID
Overshoot.
[2] https://bitbucket.org/illumos/illumos-gate/src/7231b684c18b/usr/src/cmd/zfs/zfs_main.c#cl-2483
Igor Pashev
10:16 PM Bug #3028: zfs {group,user}space -n prints (null) instead of numeric GID/UID
I think it is @usr/src/cmd/zfs/zfs_main.c@
It uses @nvlist_add_uint32()@ to set id [1], but test for @DATA_TYPE_UI...
Igor Pashev
01:46 PM Bug #3028 (In Progress): zfs {group,user}space -n prints (null) instead of numeric GID/UID
Igor Pashev
12:58 PM Bug #3028 (Resolved): zfs {group,user}space -n prints (null) instead of numeric GID/UID
... Yuri Pankov
09:00 PM Bug #1884: Empty "used" field for zfs *space commands
Yuri Pankov wrote:
> there's a column named *USED* in the output, and it should report correct data.
Do you mean ...
Igor Pashev
12:51 PM Bug #1884: Empty "used" field for zfs *space commands
sham pavman wrote:
> After looking at the concerned code and a few snips from the manpage.. I believe this is the ex...
Yuri Pankov
05:53 PM Bug #3027: installgrub can segfault when encountering bogus data on disk
New webrev: http://grumpf.hope-2000.org/illumos-3027-webrev-2/
Changes:
* calculate maximum size of extra data an...
Hans Rosenfeld
12:52 AM Bug #3027: installgrub can segfault when encountering bogus data on disk
Webrev: http://grumpf.hope-2000.org/illumos-3027-webrev/ Hans Rosenfeld
12:49 AM Bug #3027 (Resolved): installgrub can segfault when encountering bogus data on disk
Installgrub tries to read possibly existing grub stages from the disk before installing the new stages.
For some p...
Hans Rosenfeld
10:36 AM Bug #815: Need ipadm(1M) manual page
Jerry Jelinek (from Joyent) has integrated a likely suitable page into their gate:
https://github.com/joyent/illum...
Joshua M. Clulow
08:18 AM Bug #3015: lofiadm should use libz.so.1, not libz.so
have no dependencies on libz.so on my system with gcc44 build:
root@oi-vm:~# ldd /usr/sbin/lofiadm
libdev...
Igor Kozhukhov
12:30 AM Bug #3026 (Resolved): libdtrace should set LD_NOLAZYLOAD=1 to help the pid provider
Adam Leventhal
12:23 AM Bug #3025 (Resolved): register leak in D code generation
dt_cg_ptrsize() can leak a register:
185 dt_cg_ptrsize(dt_node_t *dnp, dt_irlist_t *dlp, dt_regset_t *drp,
...
Adam Leventhal
12:18 AM Bug #3024 (Resolved): D integer narrowing needs some work
casting between types in DTrace can lead to unexpected results; C should be used as the model for how DTrace should b... Adam Leventhal
12:16 AM Bug #3023 (Resolved): it should be possible to dereference dynamic variables
Currently you can examine members of dynamic variables:
args[1]->fi_name;
but you cannot copy the whole structure...
Adam Leventhal
12:13 AM Bug #3022 (Resolved): DTrace: keys should not affect the sort order when sorting by value
# dtrace -n 'BEGIN{ @[(int)1, (int)1] = sum(1); @[(short)2, (short)2] = sum(2); exit(0); }'
dtrace: description 'BEG...
Adam Leventhal
12:09 AM Feature #3021 (Resolved): option for time-ordered output from dtrace(1M)
DTrace should support a mode where output is ordered by time. Adam Leventhal

2012-07-22

02:59 PM Bug #3019 (Resolved): localedef(1) manpage is pretty out of date
Current localedef(1) manpage describes the closed source version. Yuri Pankov
11:52 AM Feature #3018 (New): Test suite for IPFilter 5.1.2
For future testing of further changes to IPFilter 5.1.2, the IPFilter test suite should be used.
It can be found h...
Darren Reed
11:16 AM Feature #3017 (New): Upgrade IPFilter to 5.1.2
Import IP Filter 5.1.2 to replace "4.1.9"
New features:
- separate ipf6.conf is no longer required, ipf.conf can ...
Darren Reed
08:00 AM Bug #3013: ifconfig with no args should list all interfaces
The default on linux is to display all "up" interfaces. The "-a" will show all interfaces even if they are currently... Michael Zeller

2012-07-21

08:40 PM Bug #1879: TLS causes unprocessable relocations in DWARF sections
Yes, that's precisely the issue (newer libdwarf bails out, that's why we're not using a newer libdwarf...). My under... Rich Lowe
08:27 PM Bug #1879: TLS causes unprocessable relocations in DWARF sections
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681748 Igor Pashev
02:42 PM Bug #3015: lofiadm should use libz.so.1, not libz.so
See #2698 Igor Pashev
02:42 PM Bug #3015 (Resolved): lofiadm should use libz.so.1, not libz.so
Igor Pashev

2012-07-20

08:39 PM Feature #3014 (Resolved): Intel X540 Support
The ixgbe driver can and should be enhanced with support for the new Intel X540 card, which should bring 10GigE to th... Dan McDonald
05:29 PM Bug #3013: ifconfig with no args should list all interfaces
There's no distinction between plumbed and unplumbed here, you just make 'ifconfig' act equivalently to 'ifconfig -a'... Rich Lowe
05:14 PM Bug #3013: ifconfig with no args should list all interfaces
Does OBSD or OS 10.x deal with the difference between plumbed vs. unplumbed interfaces (I already know linux does not... A Hettinger
10:52 AM Bug #3013 (Resolved): ifconfig with no args should list all interfaces
It's 2012 and high time for *ifconfig* without arguments to default to the same behaviour that every other modern UNI... Joshua M. Clulow
05:06 PM Bug #3011: OPENSSL10_ONLY is evaluated over and over
I would love to, as that would also allow people to customize their trust as they see fit (adding a local CA, removin... Rich Lowe
10:56 AM Bug #3011: OPENSSL10_ONLY is evaluated over and over
What if we were to, say, generate the OpenSSL hash symlinks on boot rather than deliver them in the package? Joshua M. Clulow
04:19 PM Feature #3000 (Resolved): umem should support posix_memalign()
While libumem does not have an explicit posix_memalign entry point, posix_memalign in libc is very simple. It does ex... Robert Mustacchi
03:52 AM Feature #2762 (Resolved): zpool command should have better support for feature flags
Christopher Siden

2012-07-19

06:52 PM Bug #3012 (New): svc.startd leaks in libscf_get_method
Found on the latest debug builds:
CACHE LEAKED BUFCTL CALLER
080cc290 2 08623330 expand_method_tokens...
Milan Jurik
05:26 PM Bug #2978 (Resolved): ctfconvert still needs to ignore legitimately dataless files on SPARC
Resolved in r13754 commit:7231b684c18b Rich Lowe
08:40 AM Feature #1553: ZFS should not trust the layers underneath regarding drive timeouts/failure
Side note: putting it in ZFS would also have the added benefit of ensuring you storage up-time even when there are bu... matthew lagoe
08:35 AM Feature #1553: ZFS should not trust the layers underneath regarding drive timeouts/failure
Personally I don't think this should only be done at the os level, all other major storage venders have this issue so... matthew lagoe
04:05 AM Bug #3011 (Closed): OPENSSL10_ONLY is evaluated over and over
The nature of usr/src/pkg/Makefile means that the command underneath OPENSSL10_ONLY is evaluated once per manifest, o... Rich Lowe
12:33 AM Bug #3010 (New): README.pkg should reflect current EOF practice
The README for IPS packaging (*usr/src/pkg/README.pkg*) has a section _EOFs and Removals_. This section does not ref... Joshua M. Clulow

2012-07-18

08:21 PM Feature #3009 (In Progress): remove tnf userspace
As the first step of tnf EOF the userspace tnf support must be removed. It is:
1) tnf commands - prex, tnfdump and...
Milan Jurik
08:18 PM Feature #3008 (In Progress): Trace Normal Form EOF
Trace Normal Form (tnf) is old tracing system in Illumos. It is not used, its functionality was replaced by dtrace.
...
Milan Jurik
02:38 PM Bug #2998: AHCI reports many "Illegal Request" with Intel C602 chipset
I am now seeing errors reported by scsi.d and one of the drives is incrementing the illegal request counter with a ra... Bob Friesenhahn
02:00 AM Bug #2746: The last cylinder of hard disks is inaccessible in IDE/ATA mode
Ok, so I went a step further and connected the drive via a SATA to IDE converter, into on of the motherboard SATA por... Bill Kearney

2012-07-17

09:54 PM Feature #3006 (Resolved): VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero
VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero. In addition, libzpool has duplicated as... Madhav Suresh
08:34 PM Bug #2746: The last cylinder of hard disks is inaccessible in IDE/ATA mode
And to illustrate further, one of these drives reconnected via USB comes up perfectly. I simply unplugged the IDE ca... Bill Kearney
08:06 PM Bug #2746: The last cylinder of hard disks is inaccessible in IDE/ATA mode
Bill Kearney wrote:
These are 250GB drives, WD2500 3.5" PATA, listing 488397168 sectors
Bill Kearney
08:02 PM Bug #2746: The last cylinder of hard disks is inaccessible in IDE/ATA mode
I can confirm the same thing appears to be happening with two IDE connected drives on a Suprmicro X7DBE motherboard. ... Bill Kearney
06:44 AM Bug #2408 (In Progress): CJK character width handled incorrectly in terminal emulators
Yuri Pankov

2012-07-16

07:32 PM Bug #2978 (In Progress): ctfconvert still needs to ignore legitimately dataless files on SPARC
Rich Lowe
05:57 PM Bug #2408: CJK character width handled incorrectly in terminal emulators
Hi Yuri,
Could you please let me know how long roughly it could take to fix the issue?
Thank you.
Boris Osher
04:04 AM Bug #2945 (Resolved): mdb needs to export _mdb_ks_pageoffset
Resolved in r13752 commit:9f5f6c52ba19 Rich Lowe

2012-07-15

09:41 PM Bug #2945: mdb needs to export _mdb_ks_pageoffset
I have tested it with my change set : https://bitbucket.org/dilos/dilos-illumos-gate/changeset/47dd5d1c0f0e
I have t...
Igor Kozhukhov
09:21 PM Bug #2945: mdb needs to export _mdb_ks_pageoffset
illumos-gate has too many dependencies to build on anything I have ready access to, so testing this to a level suffic... Keith Wesolowski
07:19 PM Bug #2945: mdb needs to export _mdb_ks_pageoffset
Consider me having reviewed this via the equivalent change in illumos-joyent and file your RTI so I can push it? plea... Rich Lowe
07:41 PM Bug #1983: sshd problems
Hello, sorry not being able to reply sooner as i got caught up in moving and having the server offline for a while du... Hugo Fraga
03:49 PM Feature #3000 (Resolved): umem should support posix_memalign()
Libumem is described as being a replacement for the standard malloc functions. Illumos supports posix_memalign() in ... Bob Friesenhahn
02:49 AM Feature #2991 (Resolved): Allow building without SMB printing support
... Gordon Ross

2012-07-14

07:09 PM Bug #2998 (Feedback): AHCI reports many "Illegal Request" with Intel C602 chipset
Observed with both OpenIndiana oi_151a4 and oi_151a5:
With two SATA disks from different vendors attached to 6 GB/...
Bob Friesenhahn

2012-07-13

09:32 PM Bug #2988: nfssrv: need ability to go to submounts for v3 and v2 protocols
Each resource must be shared.
Example:
zfs set -o sharenfs pool/dataset
zfs set -o sharenfs=nohide...
Vitaliy Gusev
04:42 PM Feature #2996: merge storage-ima-header-ima.mf to storage-ima.mf
http://www.dilos.org/cr/il-2996-webrev/
After integration these change on IPS based system we have to enable facet...
Igor Kozhukhov
03:13 PM Feature #2996 (New): merge storage-ima-header-ima.mf to storage-ima.mf
need to merge storage-ima-header-ima.mf to storage-ima.mf and add facet.devel for development files
Igor Kozhukhov
02:12 PM Bug #2995 (Resolved): pcan and pcwl wifi device drivers EOL
The removal of these two drivers allows us to start cleaning up PCMCIA legacy code.
Moreover they don't support wpa ...
Enrico Papi
01:36 PM Bug #2560: ACPI parser fails to identify COM3 on Tyan motherboard
This change does not modify upstream source, assuming that you mean the Intel ACPICA code. The acpi_enum.c file is t... Gary Mills
03:17 AM Bug #2974 (Resolved): hate having heap of hsfs headers
Resolved in r13750 commit:6c5d0718e821 Rich Lowe
03:17 AM Bug #2977 (Resolved): ISO_DESC_TYPE should return iso_voldesc_type as everyone expects
Resolved in r13750 commit:6c5d0718e821 Rich Lowe

2012-07-12

11:50 PM Bug #2560: ACPI parser fails to identify COM3 on Tyan motherboard
"Fixing" the upstream source doesn't seem the best way to proceed here, you can report the issue upstream and use upd... Yuri Pankov
09:52 PM Bug #2560: ACPI parser fails to identify COM3 on Tyan motherboard
I've attached 32 and 64-bit x86 versions of the acpica driver. These should be installed into /kernel/misc and /kern... Gary Mills
11:23 PM Feature #2762 (In Progress): zpool command should have better support for feature flags
Christopher Siden
08:39 PM Bug #2993 (New): Possible memory leaks during boot.
This does not seem to be a serious problem, as only 256 bytes are lost, and this only seems to happen at boot time.
...
Alexey Zaytsev
01:07 PM Bug #2907: ::findleaks problem.
The problem occurs when running ::findleaks on a live, but frozen (kmdb on the console) system.
It's obviously point...
Alexey Zaytsev
12:40 PM Bug #2957 (Resolved): zfs destroy -R/r sometimes fails when removing defer-destroyed snapshot
changeset: 13749:df4cd82e2b60
tag: tip
user: Christopher Siden <chris.siden@delphix.com>
date: ...
Eric Schrock
12:40 PM Bug #2903 (Resolved): zfs destroy -d does not work
changeset: 13749:df4cd82e2b60
tag: tip
user: Christopher Siden <chris.siden@delphix.com>
date: ...
Eric Schrock
12:39 PM Bug #2871 (Resolved): support for __ZFS_POOL_RESTRICT used by ZFS test suite
changeset: 13749:df4cd82e2b60
tag: tip
user: Christopher Siden <chris.siden@delphix.com>
date: ...
Eric Schrock
12:39 PM Bug #1796 (Resolved): "ZFS HOLD" should not be used when doing "ZFS SEND" from a read-only pool
changeset: 13749:df4cd82e2b60
tag: tip
user: Christopher Siden <chris.siden@delphix.com>
date: ...
Eric Schrock
04:26 AM Feature #2949: format(1m) should make megabyte-aligned partitions
Replaced proposed -a option with a -c option having the opposite sense.
Gordon Ross
04:17 AM Feature #2991: Allow building without SMB printing support
The proposed changes work as follows:
In your environment (i.e. illumos.sh or whatever) you do:...
Gordon Ross
03:47 AM Feature #2991 (Resolved): Allow building without SMB printing support
Some distributions would like to build with SMB printing entirely removed, rather than simply "turned off". Add some... Gordon Ross
03:41 AM Feature #2837 (Rejected): remove print/lp* from gate and use CUPS from userland
This is a duplicate of #1229
Gordon Ross
03:34 AM Bug #2676 (Resolved): 'mdb -f vmdump.0' ignores the -f
Resolved in r13748 commit:f6cfe4fa2687 Rich Lowe
12:38 AM Bug #2990: file(1) should have a -s flag to process special files
IT IS NOT GNU's file and, IMO, the best way of handling this is just import the utility in question (check related #5... Yuri Pankov
12:33 AM Bug #2990 (New): file(1) should have a -s flag to process special files
GNU's file(1) has a -s flag to read block and char devices to identify their contents. Josef Sipek

2012-07-11

04:31 PM Bug #2560: ACPI parser fails to identify COM3 on Tyan motherboard
After several months of ACPI debugging with Illumos, I have determined the root cause of this problem: The ACPI DSDT ... Gary Mills
03:04 PM Bug #2989 (Resolved): LOGNAME_MAX should be increased to 32
The current username length limit of 8 is extremely restrictive and will hopefully change in the future. To ease a fu... Albert Lee
01:53 AM Feature #2950 (Resolved): sync hald-runner with upstream
Resolved in r13747 commit:66edd2f65616 Rich Lowe

2012-07-10

09:37 PM Feature #1023: nv_sata support for NVIDIA MCP61
Thanks Gary, the TMPDIR change did the trick (solving my system freeze during my nightly build).
I was able to mak...
Jon Strabala
01:08 PM Feature #1023: nv_sata support for NVIDIA MCP61
For the second issue, is your system running out of memory or swap space? Try this change:... Gary Mills
01:24 AM Feature #1023: nv_sata support for NVIDIA MCP61
Albert,
+*First*+
I was working on a tiny fix to your il_1023.patch e.g. an issue with patching the man page n...
Jon Strabala
09:13 PM Bug #2988: nfssrv: need ability to go to submounts for v3 and v2 protocols
So admin should do:
share -F nfs -o nohide {SHARE}
Vitaliy Gusev
08:01 PM Bug #2988 (Closed): nfssrv: need ability to go to submounts for v3 and v2 protocols
RFCs of NFSv3,v2 protocols don't have mentions for submounts, but for NFSv4 does.
illumos nfs server doesn't go to...
Vitaliy Gusev
03:04 PM Bug #412: Cannot delete file(s) on root zfs filesystem if disk is full
In the old UFS file system root was able to access some of the space that normal users were not when I file system ap... Jon Strabala
02:34 PM Feature #2987 (Resolved): Add destination address to hash computation in mac fanout
Under normal operation, mac worker fanout computes a hash which is then used to select the IP worker to which a given... Sašo Kiselkov
02:24 PM Bug #2986 (Resolved): nfs: exi refcounter leak at rfs3_lookup
rfs3_lookup can exit without call exi_rele() for public exi:... Vitaliy Gusev

2012-07-09

09:23 PM Bug #2982: nfs3: cleanup debug code at nfs3_srv.c
Non-debug kernel doesn't have those variables, so they can be removed. Vitaliy Gusev
09:19 PM Bug #2982 (Resolved): nfs3: cleanup debug code at nfs3_srv.c
nfs3_srv.c has some vain code that makes difficult to do
modifying or improving. ...
Vitaliy Gusev
04:31 PM Feature #1036: any thought into absorbing portions of nfo driver into nge (nVidia ethernet)
I am pretty sure my chipset, (proposal to Garret and Richard) s a MCP61, I would be willing to "test" any code for th... Jon Strabala
04:25 AM Bug #2978 (Resolved): ctfconvert still needs to ignore legitimately dataless files on SPARC
on SPARC, #2942 was insufficient, because .symtab is allocatable, and thus is an allocatable section with a size > 0,... Rich Lowe

2012-07-08

08:10 PM Bug #2977 (Resolved): ISO_DESC_TYPE should return iso_voldesc_type as everyone expects
ISO_DESC_TYPE is specifically cast to return hs_voldesc_type, despite the fact everyone actually uses it as an iso_vo... Rich Lowe
08:07 PM Bug #2976 (Closed): remove useless offsetof() macros
The subset of #1133 which refers to macros named 'offsetof' is easy to fix, and should be fixed. Rich Lowe
07:08 PM Bug #1730 (In Progress): DTrace should ignore type information from modules with cth_parlabel mismatches
Rich Lowe
06:12 PM Bug #2975 (New): SMB share options should be documented
An OI user points out that we don't appear to document the smb share options anywhere (that is, there's no share_smb(... Rich Lowe
03:54 PM Bug #2974 (Resolved): hate having heap of hsfs headers
We currently have 3 copies of all the hsfs headers, (search, for eg, definitions of hs_voldesc_type).
We should ha...
Rich Lowe
03:36 AM Feature #2962: Upgrade of acpica from 20110527 to 20120320
I just wanted to add iasl as well as some other shipped utils to the list.. Yuri Pankov
02:03 AM Feature #2962: Upgrade of acpica from 20110527 to 20120320
I've already done all the work, except for fixing copyright notices and checking `cstyle'. I'm certainly willing to ... Gary Mills

2012-07-07

11:43 PM Bug #2408: CJK character width handled incorrectly in terminal emulators
BTW, this affect not only CJK locales, the utility I'm trying to import relies on wcwidth() as well to pretty-format ... Yuri Pankov
11:06 PM Feature #2962: Upgrade of acpica from 20110527 to 20120320
Actually, I didn't help at all for the suspend/resume stuff, it didn't and it doesn't work on my laptop, just was hel... Yuri Pankov

2012-07-06

09:14 PM Bug #2973 (New): Refreservation can not be set higher than volsize
If you create a volume with the -b option, zfs will compute a higher than volsize value for refreservation to accommo... Csaba Patkos
04:13 PM Bug #2964: need POSIX 2008 locale object support
Rationale is that multiple locales can exist simultaneously in a process, e.g. different threads run in different loc... Sebastian Feld
10:50 AM Bug #2964: need POSIX 2008 locale object support
http://pubs.opengroup.org/onlinepubs/9699919799/functions/newlocale.html... Igor Pashev

2012-07-05

02:21 AM Bug #1973 (Resolved): ctfconvert VLA support is broken (again) for DWARF objects
Resolved in r13744 commit:18167dc65232 Rich Lowe
02:21 AM Bug #2942 (Resolved): CTF tools need to handle files which legitimately lack data
Resolved in r13745 commit:6b3106b4250f Rich Lowe
02:21 AM Bug #2941 (Resolved): need to protect __RESTRICT_KYWD from foolish compilers
Resolved in r13746 commit:ad469755a3d5 Rich Lowe

2012-07-04

03:23 PM Bug #2964 (Closed): need POSIX 2008 locale object support
Per request in the gnome developer list I file this bug here:
Gnome will require newlocale(), *_l() VERY apis soon...
Sebastian Feld

2012-07-03

09:00 PM Feature #2962: Upgrade of acpica from 20110527 to 20120320
The suspend resume code interacts with ACPI, seemingly regardless of you actually changing it (or appearing to need t... Rich Lowe
08:07 PM Feature #2962: Upgrade of acpica from 20110527 to 20120320
As far as I know, I didn't touch anything to do with suspend/resume. Any fixes in that area should still be there. ... Gary Mills
04:20 PM Feature #2962: Upgrade of acpica from 20110527 to 20120320
The tricky bit here is suspend/resume (with Joyent don't need to care about), getting that right last time took a num... Rich Lowe
04:11 PM Feature #2962: Upgrade of acpica from 20110527 to 20120320
This commit should probably help here: https://github.com/joyent/illumos-joyent/commit/435bba8aa5d73ccd0b9ec7c79e28be... Yuri Pankov
01:53 PM Feature #2962 (Closed): Upgrade of acpica from 20110527 to 20120320
I've mostly completed the upgrade of acpica from versions 20110527 to 20120320. Although this change upgrades 208 fi... Gary Mills
04:54 PM Bug #1796 (In Progress): "ZFS HOLD" should not be used when doing "ZFS SEND" from a read-only pool
Christopher Siden
04:54 PM Bug #2871 (In Progress): support for __ZFS_POOL_RESTRICT used by ZFS test suite
Christopher Siden
04:54 PM Bug #2903 (In Progress): zfs destroy -d does not work
Christopher Siden

2012-07-02

09:03 PM Bug #2957 (Resolved): zfs destroy -R/r sometimes fails when removing defer-destroyed snapshot
The problem is that when iterating datasets to delete we have to destroy the clones of the snapshot before destroying... Christopher Siden

2012-07-01

09:37 PM Bug #2955 (Closed): CTF utils should use intptr_t isntead of int to be 64-bit aware
CTF utils (ctfstubs, ctfmerge) use @int@ to store pointer. It is ugly and doesn't work if host system is 64-bit.
T...
Igor Pashev
12:26 AM Feature #2900 (Resolved): "zfs snapshot" should be able to create multiple, arbitrary snapshots at once
changeset: 13743:95aba6e49b9f
tag: tip
user: Matthew Ahrens <mahrens@delphix.com>
date: Sa...
Eric Schrock
12:26 AM Bug #2883 (Resolved): changing "canmount" property to "on" should not always remount dataset
changeset: 13743:95aba6e49b9f
tag: tip
user: Matthew Ahrens <mahrens@delphix.com>
date: Sa...
Eric Schrock
12:25 AM Feature #2882 (Resolved): implement libzfs_core
changeset: 13743:95aba6e49b9f
tag: tip
user: Matthew Ahrens <mahrens@delphix.com>
date: Sa...
Eric Schrock

2012-06-30

01:26 PM Bug #1342 (Resolved): Bogus assert in bd_xfer_alloc
Alexey Zaytsev
01:25 PM Bug #1430 (Resolved): blkdev crashes on synchronous flushes
Alexey Zaytsev
01:24 PM Bug #1882 (Resolved): blkdev should limit physio by bd->d_maxxfer instead of maxphys
Alexey Zaytsev
01:23 PM Bug #2042 (Resolved): blkdev should not discard bd->d_maxxfer
Alexey Zaytsev
01:23 PM Feature #2044 (Resolved): Move container_of and ARRAY_SIZE to sys/sysmacros.h
Alexey Zaytsev
01:22 PM Feature #1910 (Resolved): Implement a generic dev_err
Alexey Zaytsev
08:45 AM Bug #2947: PAM should support per-service config in /etc/pam.d
Existing systems will already have a (potentially customised) */etc/pam.conf*. The manifest for *SUNWcs* is configur... Joshua M. Clulow
08:41 AM Feature #2950 (Resolved): sync hald-runner with upstream
hald-runner did not change much, minor code cleanup
Only added feature is support for singleton addons. This is sp...
Milan Jurik
05:00 AM Feature #2949 (In Progress): format(1m) should make megabyte-aligned partitions
Most operating systems no longer attempt to use drive geometry when setting partition boundaries, and instead simply ... Gordon Ross

2012-06-29

08:29 PM Bug #2741 (Resolved): format shouldn't allow write SMI label to disk with EFI partition
Fixed in:
changeset: 13742:b6bbdd77139c
tag: tip
user: Alexander Eremin <a.eremin@nexenta.com>
d...
Albert Lee
08:24 PM Bug #2741: format shouldn't allow write SMI label to disk with EFI partition
Additional notes from me:
What format(1M) calls an "EFI label", and is officially just a "GPT",
is a single block c...
Albert Lee
08:24 PM Bug #2741: format shouldn't allow write SMI label to disk with EFI partition
Clarification from Alexander:
if disk has one whole-disk EFI partition and no primary and backup EFI labels (this ...
Albert Lee
06:51 AM Bug #2948 (New): do not generate 0 as random 64-bit guid
ds_guid of 0 is special, as it is used by snapshot receive code to differentiate between an incremental and full stre... Martin Matuška
06:19 AM Bug #2947: PAM should support per-service config in /etc/pam.d
Further, the file format of the per-service pam.conf shards will be the same as pam.conf, sans the initial "service n... Joshua M. Clulow
06:14 AM Bug #2947 (New): PAM should support per-service config in /etc/pam.d
_libpam(3LIB)_ presently loads its configuration from one monolithic file -- */etc/pam.conf* -- as documented in _pam... Joshua M. Clulow
05:49 AM Bug #2420 (Closed): "dumb" terminal should not have a bell
Let's close it and if it's really an issue, let's report it upstream and then just sync termcap/terminfo updates from... Yuri Pankov
01:50 AM Bug #1799 (Resolved): ipadm create-addr arg validation crash
Resolved in r13741 commit:1e57a183c0e9 Rich Lowe

2012-06-28

10:11 PM Bug #2946 (New): USB sometimes stops working completely
Sometimes, when I unplug all USB devices, the USB subsystem completely stops working. Nothing happens at all when I ... Johann Oskarsson
10:02 PM Bug #2942: CTF tools need to handle files which legitimately lack data
The fix I have for this employs a simple heuristic "any file which contains executable text must also contain actual ... Rich Lowe
06:40 AM Bug #2942 (Resolved): CTF tools need to handle files which legitimately lack data
There are, within our source trees, files which compile to nothing (who can imagine why).
The CTF tools need to ha...
Rich Lowe
09:33 PM Bug #2945 (Resolved): mdb needs to export _mdb_ks_pageoffset
Modules are supposed to use mdb_param.h instead of sys/param.h. However, anyone who does so and then references a ma... Keith Wesolowski
08:06 PM Bug #2944: cscope-fast/invlib.[ch] use reserved word as identifier
UPD. C99 is not enabled.
But @bool@ is bad name for a variable.
Igor Pashev
08:04 PM Bug #2944 (New): cscope-fast/invlib.[ch] use reserved word as identifier
@usr/src/tools/cscope-fast/invlib.h@ uses @bool@ as a variable name.
@bool@ is a typename in C99 and cscope-fast i...
Igor Pashev
06:35 PM Bug #2943 (New): Strip option should not be used with directories
... Igor Pashev
03:08 PM Bug #2940 (In Progress): elfdump should return non-null on invalid file type
Igor Pashev
12:42 PM Bug #2911: blkdev-related panic on DEBUG kernels
Got it. kmem_cache_alloc only expects the constructor to always succeed when KM_NOSLEEP is not set. Let me fix blkdev. Alexey Zaytsev
12:02 PM Bug #2911: blkdev-related panic on DEBUG kernels
No. KM_NOSLEEP allocations won't be in that code path. Or rather, the rc will be -1, indicating a KM_NOSLEEP failed... Garrett D'Amore
11:25 AM Bug #2911: blkdev-related panic on DEBUG kernels
The first call is still made with KM_NOSLEEP, so the ctor would still fail on the first call, and cause the assert in... Alexey Zaytsev
11:23 AM Bug #2911: blkdev-related panic on DEBUG kernels
No, you misunderstand. KM_NOSLEEP should still be fine. And it is. The problem is that we used KM_PUSHPAGE instead... Garrett D'Amore
10:28 AM Bug #2911: blkdev-related panic on DEBUG kernels
The ctor would fail from the first allocation that is using KM_NOSLEEP:... Alexey Zaytsev
09:19 AM Bug #2911: blkdev-related panic on DEBUG kernels
I think the problem is that bd_xfer_ctor() needs to consider KM_PUSHPAGE as well as KM_SLEEP. (KM_PUSHPAGE has simil... Garrett D'Amore
06:46 AM Bug #2885: Rapid incremental zfs sends can leave hidden clones
Could you attach your reproducer script, please?
Maybe you should ask on the developer mailing list for some advice.
Simon K
06:07 AM Bug #2941 (Resolved): need to protect __RESTRICT_KYWD from foolish compilers
Certain foolhardy compilers have begun to assert that their C++ compiler complies with C99. It can't, that's a contr... Rich Lowe

2012-06-27

08:45 PM Bug #2940: elfdump should return non-null on invalid file type
http://188.120.236.176/webrev/2940/ Igor Pashev
08:24 PM Bug #2940: elfdump should return non-null on invalid file type
... Igor Pashev
06:32 PM Bug #2940 (In Progress): elfdump should return non-null on invalid file type
... Igor Pashev
06:52 PM Bug #1961: investigate stopping uniquifying CTF information
A simulation was included in the RTI:... Rich Lowe
05:32 PM Bug #1961: investigate stopping uniquifying CTF information
Rich, could you please add some lines here about possible increazing of miniroot/bootarchive size (from your tests).
Alexander Eremin
04:21 PM Bug #2939 (New): dladm show-linkprop -p cpus fails on ncpus > 32
I can't tell if this is merely cosmetic, but:... Rich Ercolani
12:46 AM Support #2935: ksocket_sendmsg EINTR error
This looks like a question and not bug report and should probably be asked on networking@ and/or developer@ mailing l... Yuri Pankov

2012-06-26

04:00 PM Bug #2927: illumos build should support alternate adjuncts
Igor Kozhukhov wrote:
> I have a comment:
> I thought about it and had idea: configure env with additional userla...
Keith Wesolowski
12:26 PM Bug #2936 (New): FIONBIO cause ksocket_recvmsg speed down?
i have one kernel module run in two units. one unit act client and one act server. client send the message to server ... eric zhang
06:02 AM Support #2935: ksocket_sendmsg EINTR error
ksocket_sendmsg return EINTR, if it always return EINTR, the send speed will be very low. eric zhang
05:23 AM Support #2935 (Closed): ksocket_sendmsg EINTR error
i have one program to act client and server, when the client send msg to server, it's normally at start, but after ma... eric zhang
04:59 AM Bug #2741 (Pending RTI): format shouldn't allow write SMI label to disk with EFI partition
Alexander Eremin
03:25 AM Bug #2724 (Resolved): snoop contains few problems with accessing uninitialized data
... Gordon Ross

2012-06-25

06:57 PM Bug #2933 (Resolved): compiler warning gags need better granularity
At present, for several reasons, we have gagged some high-value (and some low-value) compiler warnings globally. Thi... Rich Lowe
04:21 PM Feature #2932 (Resolved): support crash dumps to raidz, etc. pools
Most systems are configured with a dedicated system pool: a pool which contains the installed OS, swap device, dump d... Bill Pijewski
03:13 PM Bug #2930: beadm should sort by creation date
I think sort by name is correct.
but we can implement additional flag for additional sort types.
Igor Kozhukhov
03:06 PM Bug #2930 (Closed): beadm should sort by creation date
This is something I've found annoying for some time.... Gary Mills

2012-06-24

09:08 PM Bug #2928 (New): attributes(5) still references Sun and not Illumos
The attributes(5) man page refers to Sun instead of Ilumos. Example:... Johann Oskarsson
07:14 PM Bug #2927: illumos build should support alternate adjuncts
I have a comment:
I thought about it and had idea: configure env with additional userland soft for illumos-gate and ...
Igor Kozhukhov
06:16 PM Bug #2927 (Closed): illumos build should support alternate adjuncts
Currently, illumos is not self-contained; its build encoded runtime dependencies based on a number of objects found o... Keith Wesolowski
05:58 PM Bug #2926 (Resolved): lex ignores -Y
lex's undocumented -Y option would be useful if it did anything. Yacc honors a very similar option to allow finding ... Keith Wesolowski
07:54 AM Feature #2923 (New): Illumos needs LRO support
We've already got "LSO":http://en.wikipedia.org/wiki/Large_segment_offload support, but no "LRO":http://en.wikipedia.... Alexey Zaytsev
07:31 AM Feature #2922: dev_err() needs manpage
The description probably should be added to the cmn_err man page, but I'd leave it to a native speaker. Alexey Zaytsev
03:03 AM Feature #2922 (Closed): dev_err() needs manpage
Recently added dev_err() should have a manpage describing it. Yuri Pankov
03:00 AM Bug #2921 (Rejected): Many manpages asking for tbl do not need it
Many manpages are asking for tbl preprocessing (via @'\" t@), but don't actually contain any tables. Yuri Pankov
 

Also available in: Atom