summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2010-12-27OS-87 banner message can be improvedbmc3-6/+1
OS-94 joyinit service should have an infinite timeout
2010-12-27418 replace beadm by tbeadm with gettext supportAlexander Stetsenko10-2756/+1701
Reviewed by: roland.mainz@nrubsig.org Reviewed by: gordon.w.ross@gmail.com Reviewed by: trisk@opensolaris.org Approved by: garrett@nexenta.com
2010-12-24remove print support (correct branch)John Sonnenschein824-159854/+0
2010-12-22Reapply 60803e1d383f088058ccae8cfe61406abe659fbb which seems to have gotten ↵Josh Wilsdon1-166/+82
undone during revert.
2010-12-22Revert f06a78f2c7,2f456a16bf,23519ef963 due to build breakage.John Sonnenschein2661-23676/+1142274
2010-12-22merge with illumos-gate (fix missing files)John Sonnenschein23-0/+20182
2010-12-21Merge branch 'develop' of git.joyent.com:illumos-joyent into developJohn Sonnenschein1-166/+82
2010-12-21sync with illumosJohn Sonnenschein2640-1142209/+3513
2010-12-21OS-59 and OS-80jerry1-166/+82
2010-12-21OS-67 Want kstats for per-zone logical and physical IO bytes and operationsBill Pijewski6-53/+114
2010-12-20OS-68 Implement noimport option which doesn't import or create the /zones ↵John Sonnenschein1-22/+0
zpool and just boots on the live image for "rescue" mode. OS-69 New SMF dependency tree broke fs-minimal which breaks /opt/agents/smf
2010-12-20OS-69 New SMF dependency tree broke fs-minimal which breaks /opt/agents/smfJohn Sonnenschein1-0/+1
2010-12-20Merge remote branch 'illumos/master' into git-toolsRichard Lowe3307-1167713/+1929536
2010-12-17OS-19 Improve the multi-tenancy fairness of I/O performance in zonesBill Pijewski11-8/+945
2010-12-17OS-57 tail -f runs away with a CPUjerry1-1/+0
2010-12-16zones should get filesystem/joyent as wellJohn Sonnenschein1-0/+1
2010-12-16fix joyinit for a new rewritten dep tree worldJohn Sonnenschein1-10/+2
2010-12-16524 sed -i usage: link("test", "test-e") Err#17 EEXISTGarrett D'Amore1-0/+2
Reviewed by: matt@greenviolet.net Reviewed by: meths@btinternet.com Reviewed by: gwr@nexenta.com Approved by: gwr@nexenta.com
2010-12-15Add /opt/agents/smf lofs mount so agents can put their smf in ↵Josh Wilsdon1-2/+4
/var/svc/manifest/site
2010-12-15508 od doesn't set text domainGarrett D'Amore21-9/+3868
509 need an open source sed(1) replacement 516 libc regex misses \< and \> word delimiters Reviewed by: gwr@nexenta.com Reviewed by: roland.mainz@nexenta.com Approved by: gwr@nexenta.com
2010-12-14OS-49 add support for swap to live imagejerry1-0/+2
2010-12-13add support for writable usr/local inside zonesjerry7-4/+137
2010-12-09436 webrev URLs need updatedChris Love1-3/+3
Reviewed by: garrett@nexenta.com Reviewed by: matt@greenviolet.net Approved by: garrett@nexenta.com
2010-12-09298 SPARC build fails in smt_pause.oJon Tibble10-48/+21
478 Build needs fixing for pkgdepend flag day Reviewed by: gwr@nexenta.com Reviewed by: trisk@nexenta.com Reviewed by: richlowe@richlowe.net Approved by: garrett@nexenta.com
2010-12-08432 Memory leak in smbd/libsmb smb_idmap_getsidGordon Ross1-2/+4
Reviewed by: garrett@nexenta.com Reviewed by: josh@sysmgr.org Reviewed by: trisk@nexenta.com Approved by: garrett@nexenta.com
2010-12-07413 Memory corruption in regcmp(3c)Jason King1-30/+30
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-12-06webrev: Document Git supportRichard Lowe1-3/+10
Bare minimum documentation of the support for Git - How we find the workspace root - How we (don't) determine the parent workspace
2010-12-06webrev: Include origin URI in git parent headerRichard Lowe1-1/+9
If the parent branch name includes a '/', take the first part to be an origin name, translate it to a URI (using the first found), and include it in the pretty parent header, so people can more usefully know what a particular ref name actually means.
2010-12-06webrev: Rearrange so SCMs create their own pretty headersRichard Lowe1-25/+28
Rearrange the code to add PRETTY_CWS and PRETY_PWS, set by each SCM supporting it to a string to be used as the "pretty" name of the current and parent workspace, respectively. At present this is used to avoid duplication of the "(at <node>)" logic for Mercurial and Git.
2010-12-06webrev: Use commit-ish things as parents with gitRichard Lowe1-13/+11
The parent (webrev -p) can now be any commit-shaped thing (see git-rev-parse(1)), it cannot, however, be the conventional filesystem path or URL.
2010-12-06webrev: Fix some hanging references to git-activeRichard Lowe1-24/+21
Remove some hanging references to git-active in uncommon use cases (an explicitly specified, non-wx format file list), and some references in commentary.
2010-12-06409 ls doesn't like -xstrconstAlbert Lee1-4/+14
Reviewed by: garrett@nexenta.com Reviewed by: jason@ansipunx.net Approved by: garrett@nexenta.com
2010-12-05440 fma ZFS scheme fails to consider hot-spares properlyGarrett D'Amore1-10/+21
Reviewed by: gwr@nexenta.com Reviewed by: rbg@openrgb.com Reviewed by: lvskiprof@cox.net Approved by: trisk@nexenta.com
2010-12-06342 Remove libntfs dependency on pkg:/library/gnome/gnome-vfsAlbert Lee6-1114/+1
Reviewed by: richlowe@richlowe.net Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-12-05webrev: Don't assume new file existsRichard Lowe1-3/+5
When building the old and new directories for git, check that the new path exists before trying to chmod it -- in the case of files that were deleted, it won't.
2010-12-05webrev: Build file list directlyRichard Lowe5-148/+34
Remove git-active, and build the filelist within webrev itself. Unlike with Mercurial, git-active was purely doing text-processing that could be done easily, and tidily, within webrev itself.
2010-12-05webrev: Fix one more instance of --git-dir=$CODEMGR_WSRichard Lowe1-3/+3
2010-12-04317 strptime needs %Z supportGarrett D'Amore5-196/+277
Reviewed by: richlowe@richlowe.net Reviewed by: lvskiprof@cox.net Reviewed by: gwr@nexenta.com Approved by: richlowe@richlowe.net
2010-12-03435 Need an open iprb(7d)Garrett D'Amore11-124/+3454
Reviewed by: gwr@nexenta.com Reviewed by: richlowe@richlowe.net Reviewed by: trisk@nexenta.com Reviewed by: carlomagno.arellano@oracle.com Reviewed by: jason.brian.king@gmail.com Approved by: gwr@nexenta.com
2010-12-02325 Need malaysian locale supportShampavman3-0/+7184
Reviewed by: garrett@nexenta.com Reviewed by: gwr@nexenta.com Approved by: gwr@nexenta.com
2010-12-01278 get rid zfs of python and pyzfs dependenciesAlexander Stetsenko8-43/+2425
Reviewed by: gordon.w.ross@gmail.com Reviewed by: trisk@opensolaris.org Reviewed by: alexander.r.eremin@gmail.com Reviewed by: jerry.jelinek@joyent.com Approved by: garrett@nexenta.com
2010-11-24Fix broken conditional.Josh Wilsdon1-1/+1
2010-11-22Call initial_script if we're a headnode.Josh Wilsdon1-5/+35
2010-11-22Add missing exception_list file.Josh Wilsdon1-0/+0
2010-11-19424 svr4pkg should remove ALLOW_EXCEPTION_LIST_PKGGarrett D'Amore6-134/+15
Reviewed by: albert.lee@nexenta.com Approved by: gwr@nexenta.com
2010-11-19298 SPARC build fails in smt_pause.oGarrett D'Amore13-176/+18
Reviewed by: gwr@nexenta.com Reviewed by: albert.lee@nexenta.com Reviewed by: estseg@gmail.com Approved by: gwr@nexenta.com
2010-11-18hide iSCSI boot is disabled message when we've disabled noprobe and we're ↵Josh Wilsdon1-1/+5
not in verbose mode.
2010-11-18368 snmpdx is obsolete and neesd to goGarrett D'Amore174-65140/+28
Reviewed by: gwr@nexenta.com Reviewed by: rbg@openrbg.com Approved by: richlowe@richlowe.net
2010-11-17Add logic to start ur-agentJosh Wilsdon1-1/+11
2010-11-15420 remove patch (sparse package) support from svr4 pkgGarrett D'Amore56-1638/+521
421 libpkg and libadm need to be lint clean Reviewed by: gwr@nexenta.com Reviewed by: peter.tribble@gmail.com Approved by: gwr@nexenta.com