Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-27 | OS-87 banner message can be improved | bmc | 3 | -6/+1 | |
OS-94 joyinit service should have an infinite timeout | |||||
2010-12-27 | 418 replace beadm by tbeadm with gettext support | Alexander Stetsenko | 10 | -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-24 | remove print support (correct branch) | John Sonnenschein | 824 | -159854/+0 | |
2010-12-22 | Reapply 60803e1d383f088058ccae8cfe61406abe659fbb which seems to have gotten ↵ | Josh Wilsdon | 1 | -166/+82 | |
undone during revert. | |||||
2010-12-22 | Revert f06a78f2c7,2f456a16bf,23519ef963 due to build breakage. | John Sonnenschein | 2661 | -23676/+1142274 | |
2010-12-22 | merge with illumos-gate (fix missing files) | John Sonnenschein | 23 | -0/+20182 | |
2010-12-21 | Merge branch 'develop' of git.joyent.com:illumos-joyent into develop | John Sonnenschein | 1 | -166/+82 | |
2010-12-21 | sync with illumos | John Sonnenschein | 2640 | -1142209/+3513 | |
2010-12-21 | OS-59 and OS-80 | jerry | 1 | -166/+82 | |
2010-12-21 | OS-67 Want kstats for per-zone logical and physical IO bytes and operations | Bill Pijewski | 6 | -53/+114 | |
2010-12-20 | OS-68 Implement noimport option which doesn't import or create the /zones ↵ | John Sonnenschein | 1 | -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-20 | OS-69 New SMF dependency tree broke fs-minimal which breaks /opt/agents/smf | John Sonnenschein | 1 | -0/+1 | |
2010-12-20 | Merge remote branch 'illumos/master' into git-tools | Richard Lowe | 3307 | -1167713/+1929536 | |
2010-12-17 | OS-19 Improve the multi-tenancy fairness of I/O performance in zones | Bill Pijewski | 11 | -8/+945 | |
2010-12-17 | OS-57 tail -f runs away with a CPU | jerry | 1 | -1/+0 | |
2010-12-16 | zones should get filesystem/joyent as well | John Sonnenschein | 1 | -0/+1 | |
2010-12-16 | fix joyinit for a new rewritten dep tree world | John Sonnenschein | 1 | -10/+2 | |
2010-12-16 | 524 sed -i usage: link("test", "test-e") Err#17 EEXIST | Garrett D'Amore | 1 | -0/+2 | |
Reviewed by: matt@greenviolet.net Reviewed by: meths@btinternet.com Reviewed by: gwr@nexenta.com Approved by: gwr@nexenta.com | |||||
2010-12-15 | Add /opt/agents/smf lofs mount so agents can put their smf in ↵ | Josh Wilsdon | 1 | -2/+4 | |
/var/svc/manifest/site | |||||
2010-12-15 | 508 od doesn't set text domain | Garrett D'Amore | 21 | -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-14 | OS-49 add support for swap to live image | jerry | 1 | -0/+2 | |
2010-12-13 | add support for writable usr/local inside zones | jerry | 7 | -4/+137 | |
2010-12-09 | 436 webrev URLs need updated | Chris Love | 1 | -3/+3 | |
Reviewed by: garrett@nexenta.com Reviewed by: matt@greenviolet.net Approved by: garrett@nexenta.com | |||||
2010-12-09 | 298 SPARC build fails in smt_pause.o | Jon Tibble | 10 | -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-08 | 432 Memory leak in smbd/libsmb smb_idmap_getsid | Gordon Ross | 1 | -2/+4 | |
Reviewed by: garrett@nexenta.com Reviewed by: josh@sysmgr.org Reviewed by: trisk@nexenta.com Approved by: garrett@nexenta.com | |||||
2010-12-07 | 413 Memory corruption in regcmp(3c) | Jason King | 1 | -30/+30 | |
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com | |||||
2010-12-06 | webrev: Document Git support | Richard Lowe | 1 | -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-06 | webrev: Include origin URI in git parent header | Richard Lowe | 1 | -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-06 | webrev: Rearrange so SCMs create their own pretty headers | Richard Lowe | 1 | -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-06 | webrev: Use commit-ish things as parents with git | Richard Lowe | 1 | -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-06 | webrev: Fix some hanging references to git-active | Richard Lowe | 1 | -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-06 | 409 ls doesn't like -xstrconst | Albert Lee | 1 | -4/+14 | |
Reviewed by: garrett@nexenta.com Reviewed by: jason@ansipunx.net Approved by: garrett@nexenta.com | |||||
2010-12-05 | 440 fma ZFS scheme fails to consider hot-spares properly | Garrett D'Amore | 1 | -10/+21 | |
Reviewed by: gwr@nexenta.com Reviewed by: rbg@openrgb.com Reviewed by: lvskiprof@cox.net Approved by: trisk@nexenta.com | |||||
2010-12-06 | 342 Remove libntfs dependency on pkg:/library/gnome/gnome-vfs | Albert Lee | 6 | -1114/+1 | |
Reviewed by: richlowe@richlowe.net Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com | |||||
2010-12-05 | webrev: Don't assume new file exists | Richard Lowe | 1 | -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-05 | webrev: Build file list directly | Richard Lowe | 5 | -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-05 | webrev: Fix one more instance of --git-dir=$CODEMGR_WS | Richard Lowe | 1 | -3/+3 | |
2010-12-04 | 317 strptime needs %Z support | Garrett D'Amore | 5 | -196/+277 | |
Reviewed by: richlowe@richlowe.net Reviewed by: lvskiprof@cox.net Reviewed by: gwr@nexenta.com Approved by: richlowe@richlowe.net | |||||
2010-12-03 | 435 Need an open iprb(7d) | Garrett D'Amore | 11 | -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-02 | 325 Need malaysian locale support | Shampavman | 3 | -0/+7184 | |
Reviewed by: garrett@nexenta.com Reviewed by: gwr@nexenta.com Approved by: gwr@nexenta.com | |||||
2010-12-01 | 278 get rid zfs of python and pyzfs dependencies | Alexander Stetsenko | 8 | -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-24 | Fix broken conditional. | Josh Wilsdon | 1 | -1/+1 | |
2010-11-22 | Call initial_script if we're a headnode. | Josh Wilsdon | 1 | -5/+35 | |
2010-11-22 | Add missing exception_list file. | Josh Wilsdon | 1 | -0/+0 | |
2010-11-19 | 424 svr4pkg should remove ALLOW_EXCEPTION_LIST_PKG | Garrett D'Amore | 6 | -134/+15 | |
Reviewed by: albert.lee@nexenta.com Approved by: gwr@nexenta.com | |||||
2010-11-19 | 298 SPARC build fails in smt_pause.o | Garrett D'Amore | 13 | -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-18 | hide iSCSI boot is disabled message when we've disabled noprobe and we're ↵ | Josh Wilsdon | 1 | -1/+5 | |
not in verbose mode. | |||||
2010-11-18 | 368 snmpdx is obsolete and neesd to go | Garrett D'Amore | 174 | -65140/+28 | |
Reviewed by: gwr@nexenta.com Reviewed by: rbg@openrbg.com Approved by: richlowe@richlowe.net | |||||
2010-11-17 | Add logic to start ur-agent | Josh Wilsdon | 1 | -1/+11 | |
2010-11-15 | 420 remove patch (sparse package) support from svr4 pkg | Garrett D'Amore | 56 | -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 |