summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2012-01-101918 stack overflow from mac_promisc_dispatch()Dan McDonald2-32/+49
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-01-09OS-850 Add support for Intel copper quad I350 to igb.Robert Mustacchi7-12/+356
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-01-09OS-743 upon typing 'reboot' in a CN/HN , warnings about boot-archive confuse ↵Jerry Jelinek1-1/+0
and scare users
2012-01-05OS-847 cpu bursting applies to kvm brand tooJerry Jelinek1-1/+66
2012-01-04OS-750 improve RUSAGESYS_GETVMUSAGE for zoneadmdJerry Jelinek3-67/+82
2012-01-03OS-809 a GZ process under the zonepath prevents zone shutdownJerry Jelinek1-2/+18
2012-01-03OS-841 timer intervals incorrectly rounded to clock resolutionBryan Cantrill1-20/+3
2012-01-02OS-164 Need better process scheduling for true burstingJerry Jelinek5-21/+202
2011-12-30OS-800 need a metric (kstat) to track when we're burstingJerry Jelinek8-23/+240
2011-12-28OS-830 stack overflow from mac_promisc_dispatch()Bryan Cantrill1-0/+20
2011-12-28OS-818 double fault panic during heavy ip loadBryan Cantrill1-2/+2
2011-12-281786 Sendmail should be built with SASL methodsGary Mills2-4/+293
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-291898 Kernel assertion in zfs_putpage() raised by rfs_write()Dan Kruchinin1-1/+0
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-301938 various letters out of seqeunceJoshua M. Clulow3-6/+4
Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-23OS-837 B9FY9R1 mongodb persistenly over memory capJerry Jelinek4-22/+150
2011-12-231925 stack overflow from mac codeRobert Mustacchi1-4/+32
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-211673 Panic in conn_ip_output()Bryan Cantrill1-10/+26
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-21OS-833 zpool list -p is useless for pool healthBill Pijewski1-1/+1
2011-12-20Merge branch 'master' into gcc4John Sonnenschein19-131/+3428
2011-12-201863 gcc compiled libsmb coredumps in trim_whitespaceYuri Pankov3-10/+16
1866 libsmbns is passing constant string to mktemp(3C) 1867 mktemp(3) gives bad advice in EXAMPLES section Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Albert Lee <trisk@nexenta.com>
2011-12-19Merge branch 'git-tools' of git://github.com/richlowe/illumos-gateJohn Sonnenschein10-126/+593
2011-12-19STOR-62 incorrect asize assertion in vdev_raidz_physio()Bill Pijewski1-2/+0
2011-12-19STOR-60 zp_checksum == ZIO_CHECKSUM_OFF assertion blown in dbuf.cBill Pijewski1-1/+2
2011-12-16INTRO-581 move mdb_v8 into illumos-joyent (missing file)Dave Pacheco1-0/+53
2011-12-16INTRO-581 move mdb_v8 into illumos-joyentDave Pacheco5-1/+2779
2011-12-16OS-821 bump dtrace_helper_actions_max to 1024Dave Pacheco1-1/+1
2011-12-16Merge branch 'master' into gcc4John Sonnenschein1-2/+1
2011-12-16Merge branch 'master' of git.joyent.com:illumos-joyentJohn Sonnenschein1-2/+1
2011-12-16OS-816 IPsec esp kstats shouldn't be persistentRobert Mustacchi1-2/+1
Reviewed by: Bryan Cantrill <bryan@joyent.com>
2011-12-15Merge branch 'gcc/upgrade' of https://github.com/richlowe/illumos-gate into gcc4John Sonnenschein77-75433/+251
2011-12-15Merge branch 'master' into gcc4John Sonnenschein54-617/+1120
2011-12-15[OS-714] Illumos mergeJohn Sonnenschein53-628/+1112
2011-12-15[OS-811] joyent & kvm brands should be able to use device names rather than ↵John Sonnenschein2-0/+16
only tags
2011-12-151241 Need support for latest Emulex 10GbEGarrett D'Amore22-236/+470
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Jean-Yves.Chevallier <Jean-Yves.Chevallier@Emulex.Com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-15Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgradeRichard Lowe213-27850/+20306
Conflicts: usr/src/uts/common/inet/ipf/netinet/ip_compat.h usr/src/uts/i86pc/os/cpr_impl.c
2011-12-14cpr: Never allow if compiled with GCC.Richard Lowe1-0/+14
As the added commentary states, unfortunately the GAS side of the cpr resume code was never implemented, and this was then sadly masked with a botched conditional, so the studio code is built with gas, and then does the wrong thing, crashing immediately upon resume. Disable it, for the sake of safety.
2011-12-13STOR-55 NFS and ipfilter services deadlock when started togetherBill Pijewski1-2/+2
2011-12-13OS-611 vfsstat crashes as zones boot and haltBill Pijewski1-14/+13
2011-12-13Merge branch 'master' into gcc4John Sonnenschein143-2181/+5448
2011-12-12STOR-27 ZFS should be able to dump to a RAID-Z poolBill Pijewski10-37/+235
STOR-57 new ZFS checksum algorithm: 'noparity'
2011-12-12lib/scsi: Make sparc as workarounds GCC3 specificRichard Lowe2-4/+4
As in libc, the use of __thread variables causes GCC3 to emit assembler syntax which Solaris as cannot undestand, and as there this was worked around with target-specific settings (though a different one, in this case). As in the case of libc, GCC4 does not suffer this bug, so shouldn't have the workaround applied to it
2011-12-101863 gcc compiled libsmb coredumps in trim_whitespaceYuri Pankov3-10/+16
1866 libsmbns is passing constant string to mktemp(3C) 1867 mktemp(3) gives bad advice in EXAMPLES section
2011-12-08PROV-1350 set quota on kvm zone datasetJosh Wilsdon1-1/+4
2011-12-07ctfstrip: Add a tool to strip CTF info and use itJason King6-3/+207
The closed-bins contain CTF information long since uniquified against a genunix no longer available to us. Add a simple tool to strip this info (made complicated only by the necessity to preserve file permissions) and use it during 'make closedbins'
2011-12-07webrev: Detect and handle renamesRichard Lowe1-10/+25
While gathering the list of _really_ changed files, record the name they used to have such that we can deal with renames. Git does not really support renames, and calculates this at runtime also providing a 'score' indicating the likelyhood of being a rename. We currently only treat as renames those situations with a score > 75 (out of 100).
2011-12-07webrev: Don't care about ephemerally changed filesRichard Lowe1-16/+29
If files are added then removed, or changed and then reset, don't show them in the webrev. We do this by moving the call to whatchanged into the perl itself, and then effectively doing a join on filename between the 'diff' file list, and the whatchanged file list.
2011-12-07webrev: Display full checkin comments (again)Richard Lowe1-14/+16
As with mercurial, display the full set of checkin comments, rudely concatenated, rather than just the first 'subject' comment line that normal people would use, but Illumos steadfastly refuses to.
2011-12-06webrev: Document how git determines parenthood, and what it acceptsRichard Lowe1-1/+8
We made git function fundamentally differently, in terms of the webrev "parent". Document (to the best degree I can). - That the parent is the branch this branch is tracking, or origin/master - That a specified parent is anything at all that git accepts as a tree, including reflog entries, etc, etc.
2011-12-06OS-774 remove zoneadm install -U when no longer neededJerry Jelinek1-13/+1
2011-12-05git-pbchk: Add a simple script to run putback checks over gitRichard Lowe4-4/+405