summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2019-11-06 [illumos-gate merge]release-20191107Jerry Jelinek6-211/+28
commit 3423c61d20be9888e6633dfaeca21398c1f155cd 11917 loader: recognize apfs commit 777db87909d75c1cbc953f988d5d78a781d1fd39 11914 loader: zfs.c is missing malloc checks, fix it commit 05bd46fa226d5e91dcaab265c1e695e2faf54473 11919 date_test needs to set LC_TIME
2019-11-0511917 loader: recognize apfsToomas Soome3-7/+12
Reviewed by: Matthias Scheler <matthias.scheler@wdc.com> Reviewed by: Andrew Stormont <astormont@racktopsystems.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-11-0511914 loader: zfs.c is missing malloc checks, fix itToomas Soome2-198/+14
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Matthias Scheler <matthias.scheler@wdc.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-11-0511919 date_test needs to set LC_TIMEJohn Levon1-6/+2
Reviewed by: Paul Winder <paul@winders.demon.co.uk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-11-05OS-7935 infinite loop in mdb ::loadMark Brooks1-10/+11
Reviewed by: John Levon <john.levon@joyent.com> Approved by: John Levon <john.levon@joyent.com>
2019-11-05 [illumos-gate merge]Jerry Jelinek8-26/+143
commit 87d7b64204c06f7d85b6dfec442ff0aba82efe9a 11681 abd_alloc should use scatter for >1K allocations commit e5ace2968d69e625f7153013243d710d96efad76 11903 secflags_elfdump.sh test needs coreadm setting commit 3349e36e2896c71806ddaed726d65171a3045358 11790 ACPI method _CRS should be used to identify bus numbers during initial probe commit 4c2b14fdad703c6c165e45413b79543a54e88edb 11888 loader: calculate physical vdev psize from asize
2019-11-0411681 abd_alloc should use scatter for >1K allocationsMatthew Ahrens1-2/+27
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: George Melikov <mail@gmelikov.ru> Reviewed by: DHE <git@dehacked.net> Reviewed by: Chunwei Chen <tuxoko@gmail.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Don Brady <don.brady@delphix.com> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-11-0411903 secflags_elfdump.sh test needs coreadm settingJohn Levon1-1/+12
Reviewed by: Paul Winder <paul@winders.demon.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-11-0411790 ACPI method _CRS should be used to identify bus numbers during initial ↵Paul Winder3-15/+78
probe Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Randy Fishel <randyf@sibernet.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-11-0411888 loader: calculate physical vdev psize from asizeToomas Soome3-8/+26
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-11-04 [illumos-gate merge]Jerry Jelinek4-166/+443
commit faeaba889049371f163f3deb6efd690dbc986e3d 11823 Add HMAC_SHA1 crypto tests commit c00e8e9ee0eb7384f171971ad938063426b731f7 11870 cleanup sys/ddi_implfuncs.h commit 65bac82b14db6446c8bfb4ddb4c2faee8feddc58 11904 Add quick/make-nfs commit a73ed278e8e65ae8780cbb2efbcb6ed43e0f3c69 11895 libumem: umem_error_buffer is gone Conflicts: usr/src/test/crypto-tests/tests/hmac/main.c usr/src/test/crypto-tests/cmd/kcf/Makefile
2019-11-0411824 Add SHA1_HMAC single-part support to dprovJason King1-1/+101
Reviewed by: Cody Peter Mello <cody.mello@joyent.com> Reviewed by: Andrew Stormont <astormont@racktopsystems.com> Approved by: Gordon Ross <gwr@nexenta.com>
2019-11-0411823 Add HMAC_SHA1 crypto testsJason King18-221/+510
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Mike Gerdts <mike.gerdts@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Ryan Zezeski <rpz@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2019-11-0111870 cleanup sys/ddi_implfuncs.hJoshua M. Clulow1-162/+108
Reviewed by: Matthias Scheler <matthias.scheler@wdc.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-11-0111904 Add quick/make-nfsKevin Crowe1-0/+332
Portions contributed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: John Levon <levon@movementarian.org> Approved by: Garrett D'Amore <garrett@damore.org>
2019-11-0111895 libumem: umem_error_buffer is goneToomas Soome1-3/+3
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-11-01 [illumos-gate merge]Jerry Jelinek1-13/+2
commit 7e14732609fbf57851b94ba18226a3638224486b 11884 fmin(3m): float float
2019-10-3111884 fmin(3m): float floatMarcel Telka1-13/+2
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-3011858 crontab could support /step [fix mismerge]Jerry Jelinek2-13/+12
2019-10-30 [illumos-gate merge]Jerry Jelinek47-516/+1637
commit 106e8bd44b02f4b8cd3c825790276c1c7081e67a 11867 PCIe expansion slots mis-labelled in topo commit 00f453f4ebc211cb928f19a54d3f4edd61f43279 11862 cleanup smatch/cstyle/wscheck issues in usr/src/lib/sun_sas/ commit 744b124e8caed130fec6baedb0c53d1b6de03e41 11885 man3m: missing symlinks commit 6b734416901818aa8c4bbb09c12b691ea771dc94 11858 crontab could support /step commit ece0bc848de931052064be9faf07f4e44c150a15 11883 loader: zio_checksum_verify should check byteswap commit 1a2641f606f3bfa50cdbbe8770af78116de52563 11521 ::whereopen should be usable in a pipeline commit 042b56085944fdf280ee8e4a93b329c206054f88 11882 loader: rs_alloc() may return NULL commit b12258b69ac245658b0ca5ae070b3ff004186148 11866 Use -fstack-protector-strong when available commit 241bfedfbd27da9d3f2aa7ffaafa5da978f23afe 11842 Want audit events for auditon(A_SETPMASK) and friends commit 8675de3a4bb7d310dd672e8f2bf479154e07c678 11872 Fix incremental recursive encrypted receive commit 7ca0d613a17085b59a8b231daa9eddfa74fd83ee 11845 acquire-spray test could be improved 11857 kmc-update test missing from runfile commit a0ee54468d6e6b136d1ca470a03bb44165c66e6e 11871 smatch should not hammer linux procfs path Conflicts: usr/src/uts/intel/Makefile.intel usr/src/cmd/cron/cron.h usr/src/cmd/cron/cron.c usr/src/cmd/cron/Makefile
2019-10-2911867 PCIe expansion slots mis-labelled in topoRob Johnston2-35/+98
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-2911862 cleanup smatch/cstyle/wscheck issues in usr/src/lib/sun_sas/Rob Johnston19-214/+265
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Kody Kantor <kody.kantor@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-2911885 man3m: missing symlinksMarcel Telka2-5/+593
Reviewed by: Matthias Scheler <matthias.scheler@wdc.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <yuripv@yuripv.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-2911858 crontab could support /stepAndy Fiddaman6-186/+407
Reviewed by: Matthias Scheler <matthias.scheler@wdc.com> Reviewed by: Dominik Hassler <hadfl@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-2911883 loader: zio_checksum_verify should check byteswapToomas Soome2-1/+9
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Reviewed by: Kody Kantor <kody.kantor@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-2911521 ::whereopen should be usable in a pipelineRobert Mustacchi1-10/+28
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-2911882 loader: rs_alloc() may return NULLToomas Soome2-6/+23
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-2911866 Use -fstack-protector-strong when availableRobert Mustacchi2-2/+39
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-2911842 Want audit events for auditon(A_SETPMASK) and friendsAlex Wilson5-5/+107
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-2911872 Fix incremental recursive encrypted receiveTom Caputi2-7/+35
Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: loli10K <ezomori.nozomu@gmail.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-2911845 acquire-spray test could be improvedJohn Levon2-29/+40
11857 kmc-update test missing from runfile Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-2911871 smatch should not hammer linux procfs pathPatrick Mooney3-15/+20
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-29 [illumos-gate merge]Jerry Jelinek25-85/+399
commit fdfb6e575f06007c35263fbcdc483157ef62d712 11838 secflag tests are racy commit 3dae5456c609a0bdfeffc8d1c0dc436db6ab3436 11837 tests/pf_key/acquire-compare is racy commit e8c8a1a444941de591eb788ba3d8fccad81ad51c 10585 Non-standard definition of $PAGER in /etc/profile commit c2e9ac5c28eb1a9d5839d914b821e44a7dfdc767 11881 loader: zfs_fmtdev can crash when pool discovery did fail and we have no spa commit 87f5f83847407477d2c5767304c83c65a73a8ff9 11869 Fix disable option summary in svcadm(1m) commit 5a120e272991505eb171d0469f79d937cced483a 11856 chown can trigger vmdump when running recentish zfs commit 90ffcda9b1f712011f19aba3612b22dcce407013 11669 terminfo could know about rxvt-unicode commit b5c366f4aa9361f18dccd4d00380b3e2e36be40c 11037 SMB File access audit logging (reserve IDs)
2019-10-2811838 secflag tests are racyJohn Levon5-16/+46
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-2811837 tests/pf_key/acquire-compare is racyJohn Levon3-38/+53
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-28OS-8035 ipf -l pass causes panic in fr_dologDan McDonald1-1/+2
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Mike Gerdts <mike.gerdts@joyent.com>
2019-10-2810585 Non-standard definition of $PAGER in /etc/profileMichal Nowak2-13/+2
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-2811881 loader: zfs_fmtdev can crash when pool discovery did fail and we have ↵Toomas Soome2-4/+9
no spa Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Garrett D'Amore <garrett@damore.org>
2019-10-2811843 update Intel microcode to 20190918 (fix mismerge)Tim Foster156-21/+0
2019-10-2811869 Fix disable option summary in svcadm(1m)John Levon1-13/+3
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-2511856 chown can trigger vmdump when running recentish zfsTim Chase1-1/+2
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Chris Dunlop <chris@onthe.net.au> Reviewed by: Tom Caputi <tcaputi@datto.com> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Matthias Scheler <matthias.scheler@wdc.com> Reviewed by: Gergo Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-2511669 terminfo could know about rxvt-unicodeRobert Mustacchi5-3/+254
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Garrett D'Amore <garrett@damore.org>
2019-10-2511037 SMB File access audit logging (reserve IDs)Matt Barden7-3/+31
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com> Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com> Reviewed by: Rick McNeal <rick.mcneal@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: John Levon <john.levon@joyent.com>
2019-10-25 [illumos-gate merge]Tim Foster45-1231/+3911
commit 7284664a1faa361af4ff33ba5435d43d3ee07bf2 11816 iscsi initiator gets confused if attached before root file system mount commit 55908bd733fe029d49237b91c700655997242419 11843 update Intel microcode to 20190918 commit b9c9c3595312927fb362936529c5679117843b93 11826 Buffer overflow and memory leak in "libbsm" commit 78a2e113edb6fe0a0382b403b55d92e8f0bba78f 9531 Want netstat -u to show PIDs associated with sockets 11707 provide 64-bit libdhcpagent 11708 netstat should be smatch and CERRWARN clean Conflicts: usr/src/data/ucode/Makefile usr/src/data/ucode/README.ucode usr/src/data/ucode/intel/000206D6-01 usr/src/data/ucode/intel/000206D7-01 usr/src/data/ucode/intel/000306D4-40 usr/src/data/ucode/intel/000306F4-80 usr/src/data/ucode/intel/00040671-02 usr/src/data/ucode/intel/000406F1-01 usr/src/data/ucode/intel/00050654-01 usr/src/data/ucode/intel/00050657-01 usr/src/data/ucode/intel/00050662-10 usr/src/data/ucode/intel/00050663-10 usr/src/data/ucode/intel/00050664-10 usr/src/data/ucode/intel/00050665-10 usr/src/data/ucode/intel/000506CA-01
2019-10-2511816 iscsi initiator gets confused if attached before root file system mountJoshua M. Clulow3-268/+284
Reviewed by: Andrew Stormont <astormont@racktopsystems.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-2411843 update Intel microcode to 20190918John Levon203-30296/+1219
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Portions contributed by: Andy Fiddaman <andy@omniosce.org> Portions contributed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Garrett D'Amore <garrett@damore.org>
2019-10-2411826 Buffer overflow and memory leak in "libbsm"Matthias Scheler1-9/+20
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-249531 Want netstat -u to show PIDs associated with socketsAndy Fiddaman31-947/+2451
11707 provide 64-bit libdhcpagent 11708 netstat should be smatch and CERRWARN clean Portions contributed by: Mohamed A. Khalfella <khalfella@gmail.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Dominik Hassler <hadfl@omniosce.org> Approved by: Garrett D'Amore <garrett@damore.org>
2019-10-2411844 add rdmsr utility [fix mismerge]Jerry Jelinek1-1/+1
2019-10-24 [illumos-gate merge]Jerry Jelinek14-37/+258
commit a2e92fdb91a6e5451ecb5488b74ee1e95a4bafd0 11691 ptree could show service FMRIs commit 3ef756924267e272e432add760e4dc8597faef89 11849 listen of IPv6 address fails with EAFNOSUPPORT commit 125965389c591835d37b560971900f263cc8f988 11844 add rdmsr utility Conflicts: usr/src/man/man1m/Makefile usr/src/man/man1/ptree.1 usr/src/cmd/ptools/ptree/ptree.c