summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svr4pkg
AgeCommit message (Collapse)AuthorFilesLines
2016-02-07 [illumos-gate merge]Jerry Jelinek1-1/+0
commit 6d6fcbbb256ba9a8fe3e6076ae8a1f493b1f1a99 6600 cmd/fm should use the msgfmt(1) that Makefile.master tells it to commit aeac2d873b68a43f6650e0d0f021c02f5a653a21 6606 pysolaris has no translations but pretends otherwise commit f3b6506e5de00944c5a877f02a83b5e850f37ef5 6564 F_FLOCKW and F_FLOCK are undefined symbols in SPARC build commit 238d8f47d92b5b99a374f9639e0704420d3aef77 6601 Various GLD drivers return EINVAL instead of ENOTSUP for unused mac_prop_id_t's commit 4870e0a7381ec2ec57437062574e6ddc3dd48d7f 6582 initial reorg adding sys/null.h for 5218 6487 clean up __STDC__ ifdefs in rpcsvc/dbm.h 6563 fmtmsg.h should be simplified and neither define NULL nor _NULL Conflicts: usr/src/lib/Makefile
2016-02-056582 initial reorg adding sys/null.h for 5218Richard PALO1-1/+0
6487 clean up __STDC__ ifdefs in rpcsvc/dbm.h 6563 fmtmsg.h should be simplified and neither define NULL nor _NULL Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Robert Mustacci <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-09-23 [illumos-gate merge]Jerry Jelinek1-10/+3
commit bd93c05dbd9b8f1e8d2edf48c777bc881f927608 6198 Let's EOL cachefs commit b584d06cf5d63c0af8a641ca543c28986ec5cf81 6253 F_GETLK doesn't always return lock owner commit 09818e88dd7907e7eccd0caf8973ebfa6806b5f1 6257 First nfsauth_retrieve() is never cached in nfsauth_cache_get() Conflicts: usr/src/cmd/fs.d/Makefile usr/src/uts/intel/Makefile.intel usr/src/uts/common/Makefile.rules
2015-09-226198 Let's EOL cachefsAlexander Eremin1-10/+3
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2015-07-20 [illumos-gate merge]Jerry Jelinek2-69/+71
commit a2cdcdd260232b58202b11a9bfc0103c9449ed52 5960 zfs recv should prefetch indirect blocks 5925 zfs receive -o origin= commit e47aa97b65b6eaa7016357de7fb7974c1982858c 6063 pkgadd breaks with too many mountpoints
2015-07-196063 pkgadd breaks with too many mountpointsSimon Klinkert2-69/+71
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2013-06-07OS-2257 unusable SSL libraries should have different names in the platformKeith M Wesolowski2-2/+2
OS-2285 platform contains a few broken symlinks
2012-09-222933 compiler warning gags need better granularityRichard Lowe2-0/+14
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
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-15420 remove patch (sparse package) support from svr4 pkgGarrett D'Amore12-279/+68
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
2010-11-10300 svr4pkg dependency on wsreg.h from closed admin consolidationGarrett D'Amore5-571/+2
Reviewed by: trisk@nexenta.com Reviewed by: jason.brian.king@gmail.com Approved by: gwr@nexenta.com
2010-11-09403 remove support for SVR3 packagingGarrett D'Amore24-1165/+52
Reviewed by: a.eremin@nexenta.com Reviewed by: peter.tribble@gmail.com Approved by: gwr@nexenta.com
2010-08-12PSARC 2010/299 GNU/Linux/BSD compatibility functionsRoger A. Faulkner1-8/+5
6960818 add get_nprocs(), getline(), strdupa(), strndup() to libc 6901783 strndup would be nice 6824404 libc should provide ffsl() & ffsll() 6793969 RFE: Add|stpcpy|to libc 6735446 Want a __progname symbol for BSD-style source compatibility 6421095 Solaris should provide strcasestr 6275498 Provide string compare functions wcscasecmp,wcsncasecmp in solaris like linux --HG-- rename : usr/src/lib/libc/port/gen/strcasecmp.c => usr/src/lib/libc/port/gen/ascii_strcasecmp.c rename : usr/src/lib/libc/port/gen/strncasecmp.c => usr/src/lib/libc/port/gen/ascii_strncasecmp.c rename : usr/src/lib/libc/sparc/gen/strcasecmp.s => usr/src/lib/libc/sparc/gen/ascii_strcasecmp.s rename : usr/src/lib/libc/sparcv9/gen/strcasecmp.s => usr/src/lib/libc/sparcv9/gen/ascii_strcasecmp.s
2010-06-306939693 zones no longer needs the inherit-pkg-dir propertyGary Pennington14-1271/+135
2010-05-266933070 pkgadd needs to work on systems with very little space left in the rootCasper H.S. Dik1-22/+32
2010-04-226938857 INSTDATE in pkginfo has an encoding issue when installed on a ↵"Nagaraj Yedathore - Sun Microsystems - Bangalore India"1-2/+12
japanese lcoale in Nevada
2010-03-25PSARC 2010/013 SMF Early Manifest ImportTom Whitten1-2/+2
6503835 manifest-import should be done earlier in boot
2010-03-196869236 pkgmk is broken after putback for large file support in 6514450"Nagaraj Yedathore - Sun Microsystems - Bangalore India"1-2/+2
2010-02-266914269 Patch 119254-70/119254-71 breaks pkgchk -l and Pkgchk -l -pCasper H.S. Dik1-4/+9
6920685 pkgserv cannot always recover from a crash when the logfile is not on ZFS. 6927931 svr4 pkglib should try harder to find the canonical sadm directory.
2009-09-246809128 freeware packages cannot be installed in sparse non global zone with ↵Jan Kryl2-18/+48
patch 119254-63 6865412 pkgadm not communicating with dryrun pkgserv instances 6853789 pkgrm errors during zone upgrade to s10u8_01
2009-09-236857294 zoneadm attach leads to partially installed packagesphaniram rampura krishnamurthy - Sun Microsystems - Bangalore India3-5/+97
2009-09-216873067 i.preserve and i.CONFIG.prsv need to be moved to ON (fix packaging)Moriah Waterland1-1/+9
2009-09-216873067 i.preserve and i.CONFIG.prsv need to be moved to ONMoriah Waterland2-0/+47
2009-09-036450607 pkgmk only sets permission bits when run as rootNorm Jacobs1-2/+2
2009-07-24backout 5074117: needs more workok1996591-66/+31
2009-07-226476447 pkgmk warns about the wrong i. scriptPaul Wernau2-21/+95
2009-07-205074117 installf problem with character and block special devices.phaniram rampura krishnamurthy - Sun Microsystems - Bangalore India1-31/+66
2009-07-036767793 removef returns $BASEDIR if the $BASEDIR is not "/"phaniram rampura krishnamurthy - Sun Microsystems - Bangalore India1-4/+19
2009-06-15PSARC 2009/173 Fasttrack for turbo-charging SVr4 packagingCasper H.S. Dik27-753/+2102
6820054 Turbocharged SVr4 package commands [PSARC 2009/173]
2009-06-046739234 move SVR4 packaging to ONNV gate (fix unref)Moriah Waterland3-333/+0
2009-06-036739234 move SVR4 packaging to ONNV gateMoriah Waterland136-0/+63339