summaryrefslogtreecommitdiff
path: root/usr/src/boot
AgeCommit message (Collapse)AuthorFilesLines
2022-11-08 [illumos-gate merge]Dan McDonald4-7/+17
commit ab4969f8ab0fdee71bced8aced6cd4db6cbed1ca 15139 loader: avoid duplicate load for environment and console-font commit d56b5f9f1e06794379c22afb6e6ba0ac704e4214 15067 linker set should be declared WEAK commit f8e30ca2ec5c9a7f5bd81df127b915fdc6bb0c1a 15100 WPTS BVT_SMB2Basic_ChangeNotify_... (write cases)
2022-11-0815139 loader: avoid duplicate load for environment and console-fontToomas Soome2-3/+13
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed-by: Igor Kozhukhov <igor@dilos.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-11-0715067 linker set should be declared WEAKToomas Soome2-4/+4
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-09-06 [illumos-gate merge]Dan McDonald2-2/+2
commit a8962f2d3198cddcb94ae1ac2b578f9fbaf9a464 14948 loader: do_cpuid does corrupt memory when built with gcc 10
2022-09-0514948 loader: do_cpuid does corrupt memory when built with gcc 10Toomas Soome2-2/+2
Reviewed-by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-07-26 [illumos-gate merge]Dan McDonald5-81/+79
commit f3ba9b4e08f448ddcb00b37383e05dae8544e31e 14846 loader: console setup is still broken commit cbce81458212807de7a4731e284017eda3f97a65 14748 loader: support for hiding the cursor on the console (fix autoboot) commit 519c7dc997514f86d3105ff6bae95bb94e255e48 14825 loader: recognize and process boot-arg -x
2022-07-2714846 loader: console setup is still brokenToomas Soome2-79/+61
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-07-2714748 loader: support for hiding the cursor on the console (fix autoboot)Toomas Soome1-0/+5
Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-07-2714825 loader: recognize and process boot-arg -xToomas Soome2-2/+13
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Alexander Eremin <aeremin@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-07-21 [illumos-gate merge]Dan McDonald5-7/+73
commit 46b0ac2b8506d5f4ba5ae6bff508c343d0ab4830 14802 Remove system-library-processor.p5m package commit 5e897995316df4eaf44613326c4cc090d915778c 14748 loader: support for hiding the cursor on the console commit ba5ca68405ba4441c86a6cfc87f4ddcb3565c81d 14647 SMB: Kerberos and NTLM auth should do the same post-work commit a68304eb6e91ead0cd793eae3030b924ca68adb4 14810 pcieadm show-devs should use current values for type commit 71815ce76261aa773c97600750fdce92334d1990 14727 Want AMD Unified Memory Controller Driver commit 1bcd6a1a4eeaf2fd7a90ce8b8cebd4f34baf049f 14776 pcieadm typos bytes to byes Conflict: usr/src/boot/forth/menu.4th
2022-07-2114748 loader: support for hiding the cursor on the consoleToomas Soome5-7/+73
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-07-12 [illumos-gate merge]Dan McDonald2-2/+33
commit d5ba932774e3e5d63ba25284cae7bb0e8a0b5d1d 14808 removal of nca (14768) missed the headers commit df6bbf77738915d14e10da5a075ed017edd1f8be 14688 nvme blkdev attach/detach trips assertion in ndi_devi_unconfig_one() commit 20e6de55ab1d426790ba858431f38b11e499c967 14585 loader: should preserve order of console device list commit db6ea8e69c35f1dac85a7e12505787c1212108b2 14594 psrinfo(1M) may fail to emit socket type commit 15f90b02bdacbf0ae47fa105944f15b6596f9748 14768 retire nca commit 174513368dec739adb93c76e5d47aed84797d1ad 14739 smbtorture disconnect after bad credit grant commit 2126a14a5539b804448c27ae4eee033b7aacfa50 7524 setting msgid=0 in log.conf makes all messages seem to come from "unix" Conflicts: usr/src/uts/common/io/ksocket/ksocket.c usr/src/uts/intel/Makefile.intel
2022-07-1214585 loader: should preserve order of console device listToomas Soome2-2/+33
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2022-07-11 [illumos-gate merge]Dan McDonald3-13/+275
commit 9174bfaa08ca3aa4c0a12e840c4bd4f2570237a0 14780 remove aoutexec module 14806 system(5) dacf is not SPARC specific commit e27085df90712f99e5ea3d44ab0b83c73ac1bf52 14580 loader.efi: detect console from ConOut/ConOutDev commit 92ee55c7e1c76d6edfc89c4ad988922d56888580 14706 Tidy up the rpc_soc.3nsl manual commit 06d7f587729595e6085b8b33777ff119f3a9b767 14785 vioscsi timeout list insertion error commit c0586b874d9179e81ca8a124fa6caf98fddb7696 14783 pvscsi modernization commit 93686a1e2cbe9bdcb1d8d3bf1870465ba0a43b1c 14782 sd.c warning message: "Unable to clean up memory" misguided
2022-07-1114580 loader.efi: detect console from ConOut/ConOutDevToomas Soome3-13/+275
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-07-05 [illumos-gate merge]Dan McDonald7-62/+230
commit 2c0ebdee8f56c8a9d9e34e30367999396b38fec9 14273 Want MAC ring manual pages commit ceb3ef192e9bccf08d1bcd0ae5ed520cecccff3d 12389 loader should consult with ACPI SPCR table for serial console commit 6446bd46ed1b4e9f69da153665f82181ccaedad5 14770 ld(1) should be 64bit only commit 7d10cd4ddf12f982d3bc7edcd01cc8b8d1dcc464 14767 retire kssl commit 33b27906b01ade9752c1935377f3fefdf49b8f95 14764 AHCI DEVSLEEP 1.3.1 problematic Conflicts: usr/src/cmd/devfsadm/misc_link.c usr/src/cmd/truss/codes.c usr/src/uts/common/Makefile.files usr/src/uts/intel/Makefile.intel usr/src/uts/sparc/Makefile.sparc
2022-07-0312389 loader should consult with ACPI SPCR table for serial consoleToomas Soome7-62/+230
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-05-27 [illumos-gate merge]Dan McDonald2-1/+2
commit b0d58672df8644288a5fdce6ae229eaaa0db2de7 14711 wsdiff should display SHT_REL symbolically commit 43075873f664db76209f1fdf87cb3961a113bfaf 14715 libsa: Fix a bug in nvlist creation
2022-05-2714715 libsa: Fix a bug in nvlist creationMark Johnston2-1/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-18 [illumos-gate merge]release-20220519Dan McDonald1-5/+1
commit ca0df52a1ec24f9498f363369c65d0e408d579b1 14689 blkdev GUID support commit ecc39deb3ff51afe175edd847dcffb926c47a239 14695 format: input() feedback should be more verbose commit 6328d71e9dd97ed4dfdf9425b5dc7b9deb6f579a 14454 sys/debug.h: CTASSERT should use _Static_assert commit b602cbcd64fbbebf696bd7c8e03367bdfa19805d 14696 nvmeadm command dumps core when libumem.so is used commit 9f7719e79a5c2ccdc9ee6a14147ba723fb8c0e36 14643 ::dtrace dcmd can truncate output
2022-05-1814454 sys/debug.h: CTASSERT should use _Static_assertToomas Soome1-5/+1
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-17 [illumos-gate merge]Dan McDonald1-0/+3
commit c55633c3b85a97a093b3f79f341aee08eb6bd15b 14605 More incorrect cross-references in the manual commit 3bb2c1567625e7b11f8c2a5335125224717af64a 14602 ttymon: cleanup commit 08ae0f1eeaa2952f05e6cc3e67da55db918f8e4a 14609 loader: os console in options menu should use first name from list
2022-05-1714609 loader: os console in options menu should use first name from listToomas Soome1-0/+3
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-05-03 [illumos-gate merge]Dan McDonald1-1/+1
commit 83b49c54d9c0766e810b6c8ff849dfb6693fc68a 14664 bhyve missing triple-fault handling for VMX commit 148fd93e57d3d5813d90f1291e6bd30de45c7723 14626 zlib: update to zlib-1.2.12
2022-05-0314626 zlib: update to zlib-1.2.12Toomas Soome1-1/+1
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Klaus Ziegler <klausz@haus-gisela.de> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-04-25 [illumos-gate merge]Dan McDonald2-1/+14
commit 1e6b83029f8d7ea1ade06314dc14e2fbd0cd2bcb 14633 lib9p: unlinkat() does not work on 9p share commit 104fd2955714fa4ea6ed431b6b5cf2eb0766ecad 14623 bhyve/xhci: Connecting device on port 1 failed commit 77570342d4bf7e1e439bf1b8008312de7f031a0a 14653 loader: zfs: handle holes at the tail end correctly commit 1aa1f41fe10c6220a7fbef328fac1b72a8355a01 14495 bhyve VNC server should support alternate pixel formats 14494 bhyve VNC server could support multiple connections 14505 libumem's umem_update thread could be named 14506 libidspace does not expose id_allocff() 14640 bhyve VNC authentication fails with openssl3 Conflicts: usr/src/lib/libidspace/common/mapfile-vers usr/src/cmd/bhyve/Makefile
2022-04-2314653 loader: zfs: handle holes at the tail end correctlyKyle Evans2-1/+14
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-04-14OS-8370 Welcome MNX (fix loader & onbld copyright)Dan McDonald5-13/+15
Portions contributed by: Brian Bennett <brian.bennett@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
2022-03-27 [illumos-gate merge]Dan McDonald4-46/+46
commit ffd79eb680a8bd21d176389b06735eb297f89679 14590 loader: replace boolean_t with bool in non-zfs code
2022-03-2714590 loader: replace boolean_t with bool in non-zfs codeToomas Soome4-46/+46
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Michael van der Westhuizen <r1mikey@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-24 [illumos-gate merge]release-20220224Dan McDonald13-45/+40
commit f24fee035ef9b37d5a6868aed10261da6316a6b2 14536 bhyve: viona uses wrong address for queue notify ioport commit 8cbaa6a809af7f43b3da2420c9d29a3507893284 14430 simplify bhyve vatpit commit c5613aaa46cccb3791fcd4cf94667878c3ee155e 14523 ficl: remove temporary warning gags commit db1a8deb164e311ff6eed02e115664a901481118 14518 loader: linker cleanup
2022-02-2314523 ficl: remove temporary warning gagsToomas Soome1-3/+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-1714480 loader: restructure loader source tree (fix mismerge)Dan McDonald1-2/+2
2022-02-17 [illumos-gate merge]Dan McDonald423-714/+250
commit 22028508fd28d36ff74dc02c5774a8ba1f0db045 14480 loader: restructure loader source tree commit 94afd1448ba04525848cf1165d8deec88a124035 14479 SMB testoplock broken after 13515 (fix check_rtime) commit 4d723c3fe851d72cc2dc241f5a1777f9e3e85b87 14479 SMB testoplock broken after 13515 commit 0a34963c38fe21eee84ebab010996317731a5171 14475 Recursive death in libfakekernel assfail after 12396 commit 6ce41887bdf3c5c43465fd94dffe1b4acd302afe 14499 i86xpv/unix: variable 'val' is uninitialized commit dfc4fe31363cc213fe0423dc162bc08298c796cd 14473 ps: only build 64-bit ps Conflicts: manifest usr/src/boot/efi/loader/Makefile.com usr/src/boot/forth/Makefile usr/src/boot/i386/loader/Makefile
2022-02-1714480 loader: restructure loader source treeToomas Soome418-704/+239
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Michael van der Westhuizen <r1mikey@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-01-31 [illumos-gate merge]Dan McDonald8-1/+73
commit c8f4a9f75f12adb1f76391a838d75f2b427becb6 8555 vfstab(4) man incorrectly describes getvfsent(3C) commit 8ac8a393f9ba5b2bf3aeabc50511c40334e9f5c8 14413 Convert vfstab(4) to mandoc commit e8b9fe7cd6fc0b13bcf65e0380c48fcb99ac5700 6943 libmd(3lib) should mention new hash algorithms commit b51a7e2003caa1eee7cfd998a535231eb646bb8d 14412 Convert libmd(3lib) to mandoc commit 597b30361cb132283d94270df35d0536cf12895f 9855 list_next/list_prev needs a bit more detail commit 9023fe694e5cc93a381708677f172a85f250caa5 14411 Convert list_create(9F) to mandoc commit f3682895b2a97c009685f16e8a4e5d3dc80e11f2 14420 Need support for Intel I219 v16-v23 commit 89fbfe0d2fbdaef52447ae1ca77634c69a3cf220 14385 libnsl: mismatched bound commit 618372bccd696950e1d234d0ad9c94c353882dee 14358 Cron should support randomized delay commit 8c65387009c4cfaa0924c78065b46a4d4a178d41 14451 loader: want mechanism to test if we are virtualized Conflicts: usr/src/uts/intel/os/driver_aliases
2022-01-2814451 loader: want mechanism to test if we are virtualizedToomas Soome8-1/+73
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-01-07 [illumos-gate merge]Dan McDonald2-6/+8
commit 59c22e7a2e5efed7b82bdb64375da8627629d3e9 14346 loader: add __alloc_size2 commit bb771288d01b795ba4ddad4a440845264a95a7e0 14340 libbe: 'menu_fp' may be used uninitialized commit 7c46107350cb9215d4a4b9e371541fbfa02abdb4 14319 ld shouldn't warn about SHF_EXCLUDE unknown sections commit c7ebb3fa8bd1474c486063f5c422f61578a4a968 14347 ed: mismatched bound commit cf45009884e299356c21eb3d343d4b99bfd1fd5f 14348 libdbm: mismatched bound commit 439b932b1a6fbc5105bd6987cb696a707183a149 14344 libnisdb: ISO C++17 does not allow 'register' storage class specifier commit 74bc43b0515c1d5245354261e501b8923daba127 14353 crypto_mech2id should take unlimited string argument commit 48f0b85934bda8ceb1816a9b7d27b697dbb40aeb 14336 elfdump: this 'if' clause does not guard...
2022-01-0714346 loader: add __alloc_size2Toomas Soome2-6/+8
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-01-04 [illumos-gate merge]Dan McDonald1-3/+5
commit 2377faa90a4c2d3d07ca98ca1dcc926a6e269898 14307 loader: bcache: Fix debug printf
2022-01-0414307 loader: bcache: Fix debug printfEmmanuel Vadot1-3/+5
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2021-12-16 [illumos-gate merge]Dan McDonald4-11/+177
commit 11793bb31eb2b286350e5fd9757d966261d0cff5 14301 krtld/doreloc.c: missing field commit 554e720a4cb6223d6736bd96950f9ad7d853f2a9 14280 loader: use shadow framebuffer commit 2c181cc4d9d2e7a92c98a12cafffc6dadff80019 14141 build utmpd as 64-bit binary commit 8779b44894428ca4ea78d1bfe5381291f62e9c7d 14087 Bhyve exposes dirty page tracking interface
2021-12-1614280 loader: use shadow framebufferToomas Soome4-11/+177
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2021-11-08 [illumos-gate merge]Dan McDonald4-7/+14
commit db2effc6fa1e364418090bfc0ca0cfd267792bea 14200 refhash could be used outside of mpt_sas commit da0001592ab4792956d927cb6a8dc2c02c7e6719 14221 logname(1) should only be delivered once commit 83c2c0baa22bd77bc77facf1e1ef091642673ce2 13679 rdist: error() and fatal() only do work in server commit 252adeb303174e992b64771bf9639e63a4d55418 14155 ld(1) string table merging could be much faster 14157 ld(1) string table merging should follow gABI more closely commit c53c97f77356a767b8a3cec554ede591cf4074d9 14189 want support for dd status= 14190 dd could include a human byte size commit 01aad2697e36a09a93fa18833b39bcc0486de567 14197 Implement id_space as a library commit 1e8d79d21400b4e47d64ce367181e7e5ce992649 13707 remove C99LMODE cruft 13708 remove lint cruft from Makefile.master commit 6538c7b4c76e1d53fc801540cfe1dfe59d26bf29 14121 loader: net_open() should not replace f->f_devdata commit 4fd0933306bf532a1642c8821ccc6e886949df54 14217 shbin and java exec modules do not work after 6826 Conflicts: usr/src/lib/libidspace/Makefile usr/src/lib/libidspace/Makefile.com usr/src/lib/libidspace/amd64/Makefile usr/src/lib/libidspace/common/mapfile-vers usr/src/lib/libidspace/i386/Makefile usr/src/uts/common/Makefile.files usr/src/uts/common/Makefile.rules usr/src/uts/common/sys/refhash.h
2021-11-0514121 loader: net_open() should not replace f->f_devdataToomas Soome4-7/+14
Reviewed by: Klaus Ziegler <klausz@haus-gisela.de> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-11-03 [illumos-gate merge]Dan McDonald1-38/+110
commit 6e2462f93bf3de7b08885a4677464e11be3c807b 14196 Want librename commit 99e6398ed34e1943640f382fec1971ba1ecc2f99 14036 pxeboot: improve and simplify rx handling Conflicts: usr/src/lib/Makefile usr/src/lib/librename/Makefile usr/src/lib/librename/Makefile.com usr/src/lib/librename/amd64/Makefile usr/src/lib/librename/common/librename.c usr/src/lib/librename/common/librename.h usr/src/lib/librename/i386/Makefile
2021-11-0314036 pxeboot: improve and simplify rx handlingKyle Evans1-38/+110
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-09-29 [illumos-gate merge]Dan McDonald2-16/+21
commit 938b2fd3f9504b8ef9b2181faead7a4a7298730f 14008 off-by-one in dfl_iter() commit 789b2662f9579fb14ec2572f1e8c904d9d8278b9 14106 bop_panic prints the wrong thing commit 46baa6ff7ced228f988ab82469adfc8642bf95ce 14114 loader: dev_net.c should use __func__ with printf
2021-09-2814114 loader: dev_net.c should use __func__ with printfToomas Soome2-16/+21
Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>