summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2010-10-08259 SCM tools should work with wider range of Mercurial versionsRichard Lowe5-190/+421
Reviewed by: garrett@nexenta.com Approved by: gwr@nexenta.com --HG-- extra : rebase_source : 226d476ba44d6290017d6774aab7ea3b07dce615
2010-10-09289 invalid padding when using java pkcs11 providerJason King3-15/+28
Reviewed by: garrett@nexenta.com, gordon.w.ross@gmail.com Approved by: richlowe@richlowe.net
2010-10-08244 Need replacement for closed /usr/bin/tail and /usr/xpg4/bin/tail (fix lint)Chris Love1-1/+1
Approved by: garrett@nexenta.com
2010-10-088 libc locale work needs updated license filesGarrett D'Amore422-9395/+1908294
223 libc needs multibyte locale support for collation 225 libc locale binary files should be in native byte order 309 populate initial locales for illumos Reviewed by: gwr@nexenta.com Reviewed by: richlowe@richlowe.net Reviewed by: cjlove@san.rr.net Approved by: gwr@nexenta.com
2010-10-07add git support to webrev, which_scm, and general buildjerry9-12/+386
2010-10-0663 pfiles should list peer processes for local IPC connectionsAlexander Stetsenko4-12/+130
Reviewed by: a.eremin@nexenta.com, garrett@nexenta.com Approved by: garrett@nexenta.com
2010-10-04248 mdnsd fails to run inside zone due to broken codeRichard Lowe2-135/+3
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-10-04add -U option to the installer for UUIDjerry5-4/+78
2010-10-01 244 Need replacement for closed /usr/bin/tail and /usr/xpg4/bin/tailChris Love15-6/+2187
Reviewed by: garrett@nexenta.com Reviewed by: richlowe@richlowe.net Reviewed by: gordon.w.ross@gmail.com Approved by: garrett@nexenta.com
2010-09-30add parameter for dataset quotajerry2-4/+13
2010-09-29Merge branch 'develop' of git@git.joyent.com:illumos-joyent into developjerry1-2/+2
2010-09-29create joyent branded zonejerry10-1/+562
2010-09-25111 clean up legacy postscript filtersAsias He32-7458/+0
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-09-21webrev: Follow normal CODEMGR_WS conventionsRichard Lowe2-15/+14
With all of the other SCMs supported by webrev, CODEMGR_WS, CWS, etc. refer to the root of the workspace, not the root of the SCM metadata directory. Make git follow this pattern, and append '.../.git' as necessary
2010-09-21git-active: Kill commented code, clarify variable namingRichard Lowe1-15/+11
Remove a block of commented code originating in hg-active, clarify naming of the file name -> comment mapping (comments, not files), and avoid shadowing the 'file' builtin.
2010-09-21git-active: Use 'git merge-base' to find parent tipRichard Lowe1-4/+2
When using webrev with a Mercurial repository we use the common ancestor of the local head and the head in the parent workspace as the basis of comparison. The Git equivalent would be to compare against the common ancestor of the current branch and origin/master, rather than the branch point as we did previously.
2010-09-21which_scm: Don't update other people's copyrightsRichard Lowe2-2/+2
2010-09-21git-active: Look for changesets relative to origin/masterRichard Lowe1-1/+1
Previously webrev would compare the current branch against master and, presumably, assume that master was a pristine tracking branch. It would seem to follow normal git conventions if we were to compare against origin/master with that same assumption.
2010-09-21webrev: include parent node in webrev outputRichard Lowe1-7/+9
As with Mercurial, it's useful to have the node hash corresponding to the parent workspace in the output from webrev so that readers know precisely against what the changes are being compared.
2010-09-21webrev: GNU chmod(1) can't use 6-digit permissionsRichard Lowe1-0/+5
GNU chmod(1) doesn't understand the 6 octal digit permissions output by git though Solaris chmod(1) does. We don't specify /bin/chmod explicitly because webrev has historically been used on non-Solaris systems, where /bin/chmod would also be GNU chmod so instead we just strip the leading 3 digits, assuming anything so-signified would be best not reproduced in the webrev anyway.
2010-09-20tools: Import Cyril's work on git-aware toolsRichard Lowe9-13/+351
This is Cyril Plisko's work, sent to tools-discuss and taken from his webrev at http://cr.opensolaris.org/~imp/git.10/
2010-09-20143 rge driver stalls during network receive load on Toshiba A300Alexander Eremin2-1/+3
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-09-20160 netservices contains a call for non-existent servicesAlexander Eremin3-351/+2
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-09-17221 SVR4 package vendor should be "Illumos"Richard Lowe1-1/+1
Reviewed by: garrett@nexenta.com Approved by: gwr@nexenta.com
2010-09-17214 various packages list invalid classification schemeRichard Lowe5-5/+5
Reviewed by: garrett@nexenta.com Approved by: gwr@nexenta.com
2010-09-17113 nightly should not call "pkg info"Richard Lowe1-15/+0
Reviewed by: garrett@nexenta.com Approved by: gwr@nexenta.com
2010-09-13Fixed the orig_pair in xterm-color terminfo; programs using curses --Marsell Kukuljevic1-2/+2
like prstat -- will no longer leave that annoying background colour after termination. The up arrow and F12 in xtermm were also wrongly using an identical code.
2010-09-12132 tr breaks scriptsRichard Lowe2-3/+3
Reviewed by: garrett@nexenta.com Approved by: gwr@nexenta.com
2010-09-126 Need open kcfdGarrett D'Amore67-10604/+190
Reviewed by: gwr@nexenta.com, richlowe@richlowe.net, matt@greenviolet.net Approved by: richlowe@richlowe.net
2010-09-11174 libpthread uberdata stale after 6735446Gordon Ross1-0/+3
Reviewed by: richlowe@richlowe.net, Joerg.Schilling@fokus.fraunhofer.de Approved by: garrett@nexenta.com
2010-09-10168 svcs should function even if locale is missingVineeth Pillai1-1/+1
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-09-11169 Lack of "rune" wctype breaks tr -CGarrett D'Amore1-1/+2
Reviewed by: loki@animata.net Approved by: richlowe@richlowe.net
2010-09-09sync with onnv-gate 13149:b23a4dab3d50Richard Lowe56-1877/+2025
Reviewed by: garrett@nexenta.com, gwr@nexenta.com Approved by: garrett@nexenta.com
2010-09-03101 Incorrect ON MakefileJ. Schilling1-1/+1
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-09-03142 locale support not POSIX compliantGarrett D'Amore1-27/+56
Portions contributed by J. Schilling <joerg@schily.net> Reviewed by: joerg@schily.net Approved by: gwr@nexenta.com
2010-09-14187 locale -a dumps coreGarrett D'Amore2-18/+12
Reviewed by: richlowe@richlowe.net, gwr@nexenta.com, vineeth@nexenta.com Approved by: gwr@nexenta.com
2010-09-1475 Please remove cmd/desAsias He3-416/+0
Reviewed by: garrett@nexenta.com, estseg@gmail.com Approved by: garrett@nexenta.com
2010-09-13188 should keep unused closed-bins out of the proto areaGarrett D'Amore11-34/+5
193 kcfd removal causes check_rtime noise 116 README mentioned non existing usr/illumos Reviewed by: richlowe@richlowe.net, gwr@nexenta.com Approved by: richlowe@richlowe.net
2010-09-02133 need to change the prototype filesGarrett D'Amore22-272/+158
Reviewed by: richlowe@richlowe.net Approved by: richlowe@richlowe.net
2010-09-01118 purge developer-opensolaris-osnet.mf CDE/Motif/Tooltalk referencesDamian Wojsław1-3/+0
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-09-0180 comments format nits in nss_common.cDamian Wojsław1-2/+2
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-08-307 Need locale databasesGarrett D'Amore65-37/+8703
Reviewed by: richlowe@richlowe.net Approved by: richlowe@richlowe.net
2010-08-31115 /opt/onbld/bin/nightly[2377]: wstypes: line 2346: http_get: not foundRichard Lowe2-67/+44
120 pkg:/developer/build/onbld is missing dependencies Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-08-2999 onu should not hardcode opensolaris.org, shaft the unsuspectingRichard Lowe2-137/+46
Reviewed by: alan.coopersmith@gmail.com, mcbofh@gmail.com Approved by: garrett@nexenta.com
2010-08-28103 illumos.sh - missing ";"Jeppe Toustrup1-10/+9
Reviewed by: estseg@gmail.com Approved by: garrett@nexenta.com
2010-08-2443 development tools should be adjusted to understand the brave new world ↵Richard Lowe1-1/+0
(fix packaging) --HG-- extra : rebase_source : bc968fed2e8e24b1f56d63add925d7a7d5a3dc2f
2010-08-2464 Improved default for number of build jobsJeppe Toustrup1-4/+4
Reviewed by: davsebamse@gmail.com Approved by: garrett@nexenta.com
2010-08-2343 development tools should be adjusted to understand the brave new worldRichard Lowe27-8052/+138
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-08-2251 branding regression for boot menuGarrett D'Amore4-3/+9
Reviewed by: richlowe@richlowe.net Approved by: richlowe@richlowe.net --HG-- rename : usr/src/uts/intel/os/illumos.xpm => usr/src/uts/intel/os/splashimage.xpm
2010-08-2159 sparc build brokenGarrett D'Amore2-16/+8