summaryrefslogtreecommitdiff
path: root/usr
AgeCommit message (Collapse)AuthorFilesLines
2022-03-1014443 resection manual pages per IPD4Richard Lowe6883-381288/+396734
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-03-0914554 TSC calibration is the PITsJoshua M. Clulow2-3/+11
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-03-0911679 vn_rele() and friends should VERIFY after mutexSpencer Evans-Cole1-4/+5
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-03-0714435 overlay encapsulation bind failure error message is unhelpfulAndy Fiddaman3-12/+24
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-03-0414290 cxgbe: need link speed change when autoneg is disabledRahul Lakkireddy6-816/+955
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Ryan Goodfellow <ryan.goodfellow@oxide.computer> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-03-0214511 bhyve needs devmem access for all segmentsPatrick Mooney5-28/+200
Reviewed by: Dan Cross <cross@oxidecomputer.com> Reviewed by: Luqman Aden <luqman@oxide.computer> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-03-0214534 diff could support -qAndy Fiddaman4-445/+443
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-03-0214529 nvmeadm should ignore requests to attach/detach ignored namespacesHans Rosenfeld6-10/+73
Reviewed by: Andrew Giles <agiles@tintri.com> Reviewed by: Guy Morrogh <gmorrogh@tintri.com> Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-03-0214528 nvme should return ENOTSUP for ioctls not supported by the hardwareHans Rosenfeld1-2/+8
Reviewed by: Andrew Giles <agiles@tintri.com> Reviewed by: Guy Morrogh <gmorrogh@tintri.com> Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-03-0114544 bhyve(1M) uses -A in EXAMPLES but doesn't otherwise document itAndy Fiddaman3-11/+24
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Approved by: Rich Lowe <richlowe@richlowe.net>
2022-02-2714537 UFS should not allow directories to be unlinkedJoshua M. Clulow1-0/+31
Reviewed by: Juraj Lutter <juraj@lutter.sk> Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-2614483 bhyve should emulate testb imm8,r/m8Andy Fiddaman1-0/+27
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-2614520 sysevent/zfs_mod should use C99Andy Fiddaman1-0/+1
Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-2414536 bhyve: viona uses wrong address for queue notify ioportAndy Fiddaman1-10/+33
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-2314430 simplify bhyve vatpitPatrick Mooney1-42/+63
Reviewed by: Dan Cross <cross@oxidecomputer.com> Approved by: Rich Lowe <richlowe@richlowe.net>
2022-02-2314523 ficl: remove temporary warning gagsToomas Soome2-8/+0
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-2214518 loader: linker cleanupToomas Soome12-42/+40
Reviewed by: Michael van der Westhuizen <r1mikey@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-225513 KM_NORMALPRI should be documented in kmem_alloc(9f) and ↵Dan McDonald20-54/+77
kmem_cache_create(9f) man pages 14465 Present KM_NOSLEEP_LAZY as documented interface Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-2213500 Want support for overlay networksRobert Mustacchi99-70/+17694
Portions contributed by: Dan McDonald <danmcd@joyent.com> Portions contributed by: Jason King <jason.king@joyent.com> Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Portions contributed by: Mike Zeller <mike@mikezeller.net> Portions contributed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jason King <jbk@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Mike Gerdts <mike.gerdts@joyent.com> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Rob Gulewich <robert.gulewich@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Ryan Zezeski <rpz@joyent.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2022-02-2214513 nvmeadm list-firmwareGuy Morrogh2-9/+39
Reviewed by: Andy Giles <agiles@tintri.com> Reviewed by: Ben Jameson <bjameson@tintri.com> Reviewed by: Vishwarupa Chary <vchary@tintri.com> Reviewed by: Niraj Kumar <nkumar@tintri.com> Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-2214507 nvmeadm shouldn't allow writing firmware to a read-only slot 1Hans Rosenfeld6-77/+123
14508 improve nvmeadm firmware reporting 14509 nvmeadm commit-firmware error reporting isn't working as intended Reviewed by: Guy Morrogh <gmorrogh@tintri.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Andy Giles <agiles@tintri.com> Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-2114249 pseudo-terminal nomenclature should reflect POSIXJoshua M. Clulow38-2946/+3049
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-2114484 Update Intel microcode to 20220207Dan McDonald47-11/+4
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Jorge Schrauwen <sjorge@blackdot.be> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-2114471 vioblk could raise dynamic lun expansion syseventsAndy Fiddaman4-58/+217
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1814514 libfakekernel uses system headers, not proto or usr/src onesDan McDonald1-1/+1
Reviewed by: Gordon Ross <gwr@racktopsystems.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-1814022 zpool online -e breaks access to poolAndy Fiddaman1-1/+17
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1814456 bhyve needs fpu import/exportPatrick Mooney23-184/+967
Reviewed by: Dan Cross <cross@oxidecomputer.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1814501 pcieadm could decode rcldRobert Mustacchi1-1/+87
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1814512 iwn: suspicious concatenation of string literalsToomas Soome1-7/+7
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1714469 nvme could raise dynamic lun expansion syseventsAndy Fiddaman3-25/+176
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1714450 Want PCI platform resource discovery moduleRobert Mustacchi16-481/+647
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1714488 lex: clean up warningsToomas Soome4-17/+18
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-1714480 loader: restructure loader source treeToomas Soome419-706/+241
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Michael van der Westhuizen <r1mikey@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-1614479 SMB testoplock broken after 13515 (fix check_rtime)Gordon Ross1-2/+1
2022-02-1514479 SMB testoplock broken after 13515Gordon Ross2-1/+19
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1514475 Recursive death in libfakekernel assfail after 12396Gordon Ross1-5/+4
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1514499 i86xpv/unix: variable 'val' is uninitializedToomas Soome1-2/+2
Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1514473 ps: only build 64-bit psToomas Soome8-209/+26
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Klaus Ziegler <klausz@haus-gisela.de> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1214498 libc symbol test sys_atomic_h sometimes times outRobert Mustacchi1-0/+1
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1014407 unix, genunix partial warning cleanupRobert Mustacchi57-252/+202
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Rich Lowe <richlowe@richlowe.net>
2022-02-0914470 ctftest looks for the wrong asRobert Mustacchi1-1/+1
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Rich Lowe <richlowe@richlowe.net>
2022-02-0914490 ucodeadm cannot handle latest Intel microcode (again)Dan McDonald1-2/+3
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Approved by: Rich Lowe <richlowe@richlowe.net>
2022-02-0914464 want ugen nodes for devices attached by hidAlex Wilson3-25/+231
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-0914467 Update nvmeadm 'get-features event' for NVMe 1.4Andy Fiddaman5-15/+179
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-0914327 make: ISO C++17 does not allow 'register' storage class specifierToomas Soome24-434/+465
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-0814463 fmthard: replace installgrub by installbootToomas Soome3-189/+219
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-0814351 mwl: mismatched boundToomas Soome1-20/+23
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-0814429 simplify bhyve vatpicPatrick Mooney1-130/+115
Reviewed by: Dan Cross <cross@oxidecomputer.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-0814460 pcieadm show-devs should warn on unused filtersRobert Mustacchi3-28/+68
14459 pcieadm show-cfgspace sometimes confuses hex and strings 14461 pcieadm-priv tests fail in the face of duplicate /devices paths Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-0714472 Fix clearing setuid/setgid bits on a file when replaying a writePawel Jakub Dawidek1-24/+64
Co-authored-by: Christian Schwarz <me@cschwarz.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Garrett D'Amore <garrett@damore.org>