Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-21 | OS-1906 have sngl brand use files from dataset, remove use of SNGL_BASE tarball.release-20130221 | Josh Wilsdon | 1 | -19/+0 | |
2013-02-21 | 3035 LZ4 compression support in ZFS and GRUB | Sašo Kiselkov | 21 | -12/+1743 | |
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Christopher Siden <csiden@delphix.com> Conflicts: usr/src/common/zfs/zfeature_common.c usr/src/common/zfs/zfeature_common.h usr/src/common/zfs/zfs_prop.c usr/src/man/man5/zpool-features.5 usr/src/uts/common/fs/zfs/zfs_ioctl.c | |||||
2013-02-20 | OS-1908 ::findjsobjects needs to find/process JavaScript arrays | Bryan Cantrill | 1 | -66/+328 | |
OS-1913 ::jsprint overflows stack on extremely large objects OS-1925 ::jsprint can print spurious members OS-1914 ::findjsobjects should be able to find references in bulk OS-1934 mdb_v8 should be compiled with MDB_API_VERSION set to 3 | |||||
2013-02-20 | OS-1932 mdb_dcmd_f not defined when MDB_API_VERSION is 3 | Bryan Cantrill | 1 | -1/+2 | |
2013-02-15 | OS-1921 GRUB menu scrolling overwrites text | Keith M Wesolowski | 1 | -3/+4 | |
2013-02-15 | OS-1915 mdb_modapi should support creating v3 dmods | Robert Mustacchi | 1 | -6/+18 | |
2013-02-14 | OS-1898 would like an mdb_v8 walker to iterate over property values | Bryan Cantrill | 1 | -29/+120 | |
OS-1899 ::jsprint should allow more than one optional member | |||||
2013-02-13 | OS-1904 update banner for 2013 | Bill Pijewski | 1 | -1/+2 | |
2013-02-09 | OS-1889 Using /dev/ipnet in the GZ duplicates packets | Robert Mustacchi | 2 | -9/+44 | |
OS-1888 DTrace print() should try to resolve function pointers | |||||
2013-02-08 | OS-1890 want grub composite console | Keith M Wesolowski | 4 | -4/+98 | |
2013-02-08 | OS-1885 deadlock between vnic destroy and kstat read | Robert Mustacchi | 1 | -2/+23 | |
2013-02-08 | OS-1867 mdb_v8's ::jsstack should be able to filter based on function | Bryan Cantrill | 1 | -19/+89 | |
OS-1868 should be able to specify a desired frame property to ::jsframe OS-1880 ::jsprint should be able to print base address with every property | |||||
2013-02-07 | OS-1872 zoneadmd parent needs to close open fds20130207release-20130207 | Jerry Jelinek | 1 | -0/+7 | |
2013-02-06 | 3422 zpool create/syseventd race yield non-importable pool | George Wilson | 3 | -17/+6 | |
3425 first write to a new zvol can fail with EFBIG Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org> | |||||
2013-02-06 | OS-1861 default tmpfs_minfree is far too low | Bryan Cantrill | 1 | -9/+15 | |
2013-02-04 | OS-1854 mdb_v8's ::jsprint should take an optional member | Bryan Cantrill | 1 | -5/+145 | |
2013-02-02 | OS-1852 mdb_v8 should be able to print dictionary properties on 3.11.10.x | Bryan Cantrill | 1 | -6/+40 | |
2013-01-30 | OS-1840 fmdump shall emit JSON | Joshua M. Clulow | 11 | -8/+469 | |
Reviewed by: Robert Mustacchi <rm@joyent.com> | |||||
2013-01-29 | OS-1845 newer igb models should not handle alternate mac address | Robert Mustacchi | 1 | -0/+7 | |
2013-01-29 | OS-1843 logadm unnecessarily copies historical logs when "-c" is specified | Bryan Cantrill | 1 | -1/+1 | |
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> | |||||
2013-01-29 | OS-1841 logadm test suite fails when running rsyslogd | Bryan Cantrill | 1 | -12/+13 | |
2013-01-29 | OS-1837 logadm should not lock log file for entire duration of copy | Bryan Cantrill | 1 | -3/+78 | |
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> | |||||
2013-01-29 | OS-1836 passwd command truncates usernames to 8 chars by default (overflow) | Keith M Wesolowski | 1 | -1/+2 | |
2013-01-29 | OS-1836 passwd command truncates usernames to 8 chars by default | Keith M Wesolowski | 5 | -28/+68 | |
Reviewed-by: Robert Mustacchi <rm@joyent.com> | |||||
2013-01-29 | OS-1799 stage-licenses should only be hit when building packages | Robert Mustacchi | 23 | -159/+33 | |
OS-1800 onbld python tools shouldn't hardocde /usr/bin/python OS-1801 Remove vistigial git-active.py | |||||
2013-01-25 | OS-1833 panic in fsflush of tmpfs | Jerry Jelinek | 1 | -35/+68 | |
2013-01-24 | OS-1826 tmpfs in a non-global zone does not abide by tmpfs_minfree | Bryan Cantrill | 1 | -3/+10 | |
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> | |||||
2013-01-24 | OS-1822 svc.startd dies in getutxent_frec() | Bryan Cantrill | 3 | -2/+34 | |
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> | |||||
2013-01-24 | OS-1823 git-pbchk should not depend on mercurial20130124release-20130124 | Joshua M. Clulow | 5 | -10/+103 | |
Reviewed by: Richard Lowe <richlowe@richlowe.net> | |||||
2013-01-23 | OS-1832 fix for OS-1783 broke at when zone has no network | Jerry Jelinek | 1 | -0/+1 | |
2013-01-22 | OS-1783 Cron firing delayed when unable to lookup hostname in getaddrinfo | Jerry Jelinek | 1 | -52/+49 | |
2013-01-17 | OS-1817 yes(1) needs error handling to avoid spinning | Jonathan Perkin | 1 | -13/+14 | |
Reviewed by: Robert Mustacchi <rm@joyent.com> | |||||
2013-01-16 | OS-1763 mount of /etc/svc/volatile failed: Device busy | Jerry Jelinek | 1 | -3/+22 | |
2013-01-16 | OS-1819 lofiadm is looking for libz.so directly instead of libz.so.1 | Keith M Wesolowski | 1 | -1/+1 | |
2013-01-15 | Illumos Sync | John Sonnenschein | 205 | -356/+8289 | |
2013-01-15 | fix manifest (CA cert removal), mr_sas mismerge | John Sonnenschein | 1 | -50/+5 | |
2013-01-15 | fix mismerge in dmu.c; remove build for pylibbe | John Sonnenschein | 2 | -7/+0 | |
2013-01-14 | Illumos Sync | John Sonnenschein | 985 | -6127/+62477 | |
Merge github.com:illumos/illumos-gate Conflicts: usr/src/cmd/isainfo/isainfo.c usr/src/uts/common/Makefile.files usr/src/uts/common/fs/zfs/dmu.c usr/src/uts/common/fs/zfs/zvol.c usr/src/uts/common/io/mr_sas/fusion.h usr/src/uts/common/io/mr_sas/ld_pd_map.c usr/src/uts/common/io/mr_sas/ld_pd_map.h usr/src/uts/common/io/mr_sas/mr_sas.c usr/src/uts/common/io/mr_sas/mr_sas.h usr/src/uts/common/io/mr_sas/mr_sas_list.c usr/src/uts/common/io/mr_sas/mr_sas_list.h usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c usr/src/uts/i86pc/io/apix/apix.c usr/src/uts/i86pc/os/intr.c usr/src/uts/intel/sys/x86_archext.h | |||||
2013-01-11 | OS-1802 want column(1) | Robert Mustacchi | 7 | -1/+537 | |
2013-01-11 | OS-1811 zfs_write()/zfs_putpage() deadlock | Bryan Cantrill | 1 | -15/+12 | |
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> | |||||
2013-01-10 | OS-1804 agent lwp clobbers amd64 abi stack redzone20130110release-20130110 | Joshua M. Clulow | 1 | -2/+13 | |
Reviewed by: Robert Mustacchi <rm@joyent.com> | |||||
2013-01-10 | OS-1812 ::typedef should be able to source types from other files | Robert Mustacchi | 4 | -12/+96 | |
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> | |||||
2013-01-10 | 3451 archive libraries with no symbols shouldn't require a string table | Richard Lowe | 2 | -13/+21 | |
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org> | |||||
2013-01-10 | 3450 elfdump crashes on non-Solaris/Linux objects | Richard Lowe | 1 | -2/+1 | |
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Garrett D'Amore <garrett@damore.org> | |||||
2013-01-10 | 3436 relocatable objects also need sloppy relocation | Richard Lowe | 2 | -12/+23 | |
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org> | |||||
2013-01-10 | 3439 discarded sections shouldn't end up on output lists | Richard Lowe | 2 | -0/+2 | |
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org> | |||||
2013-01-10 | 3453 GNU comdat redirection does exactly the wrong thing | Richard Lowe | 2 | -1/+2 | |
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org> | |||||
2013-01-10 | 3442 sgs checks should be run in normal builds | Richard Lowe | 2 | -7/+7 | |
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org> | |||||
2013-01-10 | 3441 -zassert-deflib messages are in the wrong place | Richard Lowe | 2 | -6/+7 | |
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org> | |||||
2013-01-10 | 3440 librtld_db demos need warnings gagged | Richard Lowe | 2 | -1/+5 | |
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org> |