summaryrefslogtreecommitdiff
path: root/usr/src/pkg/manifests
AgeCommit message (Collapse)AuthorFilesLines
2011-12-20Merge branch 'master' into gcc4John Sonnenschein1-3/+5
2011-12-19Merge branch 'git-tools' of git://github.com/richlowe/illumos-gateJohn Sonnenschein1-3/+5
2011-12-15Merge branch 'gcc/upgrade' of https://github.com/richlowe/illumos-gate into gcc4John Sonnenschein3-41/+3
2011-12-07ctfstrip: Add a tool to strip CTF info and use itJason King1-0/+1
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-05git-pbchk: Add a simple script to run putback checks over gitRichard Lowe1-2/+5
2011-11-22[OS-714] illumos mergeJohn Sonnenschein2-0/+15
Merge git://github.com/illumos/illumos-gate Conflicts: usr/src/cmd/lp/filter/postscript/dpost/ps_include.c usr/src/cmd/zfs/zfs_main.c usr/src/lib/libdtrace/common/dt_program.c usr/src/lib/libzfs/common/libzfs.h usr/src/lib/libzfs/common/libzfs_pool.c usr/src/man/man1m/zfs.1m usr/src/man/man1m/zpool.1m usr/src/uts/common/fs/zfs/zfs_ioctl.c usr/src/uts/common/inet/tcp/tcp_input.c
2011-11-12fps: Fix pkgfmt screwupRichard Lowe1-1/+1
2011-11-10fps: Remove the sun4u floating point scrubberRichard Lowe2-41/+2
The floating point scrubber (fpsd, and associated FMA integration) is used on sun4u systems (only) to periodically run a variety of floating point operations and check the results. The meat of these operations are based (it seems) on linpack, and are highly dependent on both the Sun compiler (libsunmath, libsunperf, libfsu), and the version of that compiler (there are headers for Studio's 8 through 12u1, and diff suggests material differences in each. They look like test vectors, I have not investigated further). Some cautious investigation, which may have flaws, suggests that this code exists as means to prevent a set of known failures with a sun4u floating point unit being seen in the field (such that we would take the FPU out of service before user calculations were botched), and that that is why it was never moved beyond sun4u either to x86 or to the sun4v machines with a full set of floating point units. Without the linpack related code, only very simple checks of basic operators would be performed, which would (we believe) significantly limit the efficacy of the scrub. At present, this code forces itself to be built with Sun Studio in the makefile (and does rather nasty tricks to discover which version of studio, and thus which set of test vectors to include).
2011-11-09Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgradeRichard Lowe3-757/+719
Conflicts: usr/src/ucbhead/stdio.h
2011-11-05nfs.d: Split into client/server librariesRichard Lowe1-0/+1
When the compilers emit DWARF, they remove type definitions for types not referenced by the objects being produced (as opposed to when emitting stabs, in the Studio case, where this doesn't happen). This means that nfs.d's dependency on 'genunix' is not sufficient to find the NFS type (of either client or server), and that the server-specific types will only be present at all on systems with the NFS server both installed and loaded. As such, split nfs.d into an nfssrv.d for the server-specifics, have the server depend on 'nfssrv' and 'nfs.d', and the client depend on 'nfs' rather than 'genunix'. This should fix the cases where by DTrace is inoperative even after problematic closed-bins have been stripped
2011-11-051731 DTrace NFS translators should be split into client/server piecesRichard Lowe1-0/+1
Reviewed by: Garrett D'Amore <garret@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2011-11-041143 split Olson DB (usr/share/lib/zoneinfo) out from SUNWcsYuri Pankov2-757/+705
1705 Update zoneinfo data to 2011m Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-11-041633 implement posix_spawn_pipe_np()Matthew Ahrens1-0/+1
Reviewed by: Adam Leventhal <Adam.Leventhal@delphix.com> Reviewed by: Eric Schrock <Eric.Schrock@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2011-10-03[OS-663] Post-6.5 Illumos syncJohn Sonnenschein56-2422/+2634
Merge https://github.com/illumos/illumos-gate Conflicts: exception_lists/packaging usr/src/cmd/dtrace/test/cmd/scripts/dtest.pl usr/src/cmd/dtrace/test/tst/common/usdt/tst.badguess.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.enabled2.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.guess32.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.guess64.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.include.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.nodtrace.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.noreap.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.noreapring.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.reap.ksh usr/src/cmd/lp/Makefile usr/src/cmd/lp/cmd/lpadmin/options.c usr/src/cmd/lp/cmd/lpfilter.c usr/src/cmd/lp/cmd/lpforms.c usr/src/cmd/lp/cmd/lpusers.c usr/src/cmd/lp/lib/lp/isterminfo.c usr/src/cmd/lp/lib/lp/tidbit.c usr/src/cmd/terminfo/att.ti usr/src/cmd/zpool/zpool_main.c usr/src/common/dis/i386/dis_tables.c usr/src/lib/libdtrace/common/dt_options.c usr/src/lib/libzfs/common/libzfs_dataset.c usr/src/man/man1m/dladm.1m usr/src/man/man1m/flowadm.1m usr/src/man/man1m/zoneadm.1m usr/src/man/man1m/zonecfg.1m usr/src/pkg/manifests/print-lp-print-client-commands.mf usr/src/pkg/manifests/print-lp.mf usr/src/uts/common/fs/zfs/sys/zio.h usr/src/uts/common/fs/zfs/zio.c usr/src/uts/i86pc/ml/mach_offsets.in usr/src/uts/intel/amd64/ml/mach_offsets.in usr/src/uts/intel/sys/tss.h
2011-09-30832 need Intel 82579 Gigabit Ethernet PHY support in e1000gGarrett D'Amore1-0/+4
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-09-2919 Provide an opensource version of pcn(7D) (fix SPARC build)Richard Lowe2-9/+3
2011-09-09OS-581 Remove DigiNotar CertificatesJerry Jelinek1-3/+0
2011-06-131075 smbsrv missing /dev/* linkGordon Ross2-23/+13
1076 smbsrv install and packaging cleanup 1088 smbclient devlink.tab and devfsadm cleanup Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-09-2619 Provide an opensource version of pcn(7D)Jason King1-0/+51
Reviewed by: Garret D'Amore <garrett@nexenta.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Albert Lee <trisk@nexenta.com>
2011-08-041457 lltostr() D subroutine should take an optional baseBryan Cantrill1-0/+2
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-121451 DTrace needs toupper()/tolower() subroutinesBryan Cantrill1-0/+10
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-111455 DTrace tracemem() should take an optional size argumentBryan Cantrill1-1/+6
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-071458 D compiler fails to generate error on sizeof() an undefined structBryan Cantrill1-0/+2
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-061456 DTrace profile and tick probes sometimes don't fire in a zoneBryan Cantrill1-0/+3
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-06-301453 dtest should fail if dependencies are missingBryan Cantrill1-0/+1
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-09-031445 Stop trusting the diginotar certRichard Lowe1-3/+0
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-08-30294 ONNV terminal definitions are old and cruftyYuri Pankov3-2313/+2452
1149 tic issues useless warnings about filenames longer than 16 chars Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-10-181633 implement posix_spawn_pipe_np()Matthew Ahrens1-0/+1
Reviewed by: Adam Leventhal <Adam.Leventhal@delphix.com> Reviewed by: Eric Schrock <Eric.Schrock@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2011-11-031694 Add type-aware print() actionEric Schrock1-0/+14
Reviewed by: Adam Leventhal <Adam.Leventhal@delphix.com> Reviewed by: Bryan Cantrill <bryancantrill@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-11-011143 split Olson DB (usr/share/lib/zoneinfo) out from SUNWcsYuri Pankov2-757/+705
1705 Update zoneinfo data to 2011m Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-05-13[OS-411] Guava Illumos syncJohn Sonnenschein304-10/+10508
2011-08-131362 add kvmstat for monitoring of KVM statisticsBryan Cantrill1-0/+1
1363 add vmregs[] variable to DTrace 1364 need disassembler support for VMX instructions 1365 mdb needs 16-bit disassembler support Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-011368 enablings on defunct providers prevent providers from unregisteringBryan Cantrill1-0/+3
Reviewed by: Adam Leventhal <ahl@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-08-121350 whois(1) should use correct whois server for lookupsYuri Pankov1-0/+3
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Albert Lee <trisk@nexenta.com>
2011-08-10635 sed manual page needs significant updatesYuri Pankov8-136/+30
1188 Move pppdump and tcpd manpages to usr/src/man 1189 add stdin/stdout/stderr(3C) manpage symlinks 1190 Remove source-security-tcp-wrapper and SUNWtcpdS packages 1191 Remove source-network-pppdump and SUNWpppgS packages 1192 fd manpage should be in section 7 Reviewed by: Albert Lee <trisk@opensolaris.org> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-08-061181 Remove plot(1B), plot(4B), tplot(1)Josef 'Jeff' Sipek3-9/+0
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2011-07-291299 Support SiI3531 chipset in si3124 driverCharles Stephens1-1/+2
Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Vineeth Pillai <vineeth.pillai@nexenta.com> Reviewed by: Igor Kozhukhov <igor.kozhukhov@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-181125 pkg(5) packages could be free of lintBayard Bell42-134/+47
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Garret D'Amore <garrett@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-07-151168 want a libtermcap that does not force libcursesGordon Ross3-26/+21
Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Igor Kozhukhov <igor.kozhukhov@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-071121 smbsrv should use SPNEGO (outbound authentication)Gordon Ross1-3/+1
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Robert Gordon <rbg@openrbg.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-06-241072 arcmsr 1880 device id missing from packageGarrett D'Amore1-1/+3
Reviewed by: David Gwynne <dlg@openbsd.org> Reviewed by: Piotr Jasiukajtis <estseg@gmail.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-06-031075 smbsrv missing /dev/* linkGordon Ross2-23/+13
1076 smbsrv install and packaging cleanup 1088 smbclient devlink.tab and devfsadm cleanup Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-03-11OS-264 Merge from upstream (illumos)John Sonnenschein7-20/+143
2011-02-24735 Add support for Qlogic 2322 (QLE2360)Garrett D'Amore1-12/+3
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Ken Mays <maybird1776@yahoo.com> Reviewed by: David Gwynne <loki@animata.net> Approved by: Gordon Ross <gwr@nexenta.com>
2011-02-24750 Add the LOGIN authenticator to libsaslDan McDonald1-0/+3
Reviewed by: Albert Lee <trisk@opensolaris.org> Reviewed by: Roland Mainz <roland.mainz@nrubsig.org> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-02-05681 developer/build/onbld should depend on service/network/smtp/sendmailRichard Lowe2-8/+10
685 developer/opensolaris/osnet should depend upon library/libxslt Reviewed by: trisk@nexenta.com Reviewed by: jason.brian.king@gmail.com Approved by: gwr@nexenta.com
2011-01-31519 RFE audiocmihdGarrett D'Amore1-0/+47
Reviewed by: gwr@nexenta.com Reviewed by: dev@opensound.com Reviewed by: trisk@nexenta.com Reviewed by: ams@nexenta.com Approved by: trisk@nexenta.com
2011-04-20940 llquantize() dreams of JNIRichard Lowe1-0/+6
Reviewed by: Albert Lee <trisk@opensolaris.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-02-08905 want llquantize() support in DTraceBryan Cantrill1-0/+52
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com> Reviewed by: David Pacheco <dap@joyent.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-03-13949 dtrace should only include the first instance of a library found on its ↵Robert Mustacchi1-0/+2
library path Reviewed by: Bryan Cantrill <bryan@joyent.com> Approved by: Garrett D'Amore <garrett@nexenta.com>