summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06OS-6290 improve procfs exit handlingJerry Jelinek4-13/+16
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-09-068608 debug.h: CTASSERT will trigger variable unused errorsToomas Soome1-1/+1
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-05OS-6320 systemd aborts itself on suse imageJerry Jelinek1-2/+24
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-09-05OS-6275 lx pipe buffer is too smallJerry Jelinek4-26/+46
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2017-09-05 [illumos-gate merge]Jerry Jelinek49-1121/+2511
commit 27b4c18acb5aee865d218de91c475ae0a7cc4e8a 8598 loader: Fix BSD label partition end sector calculation. commit 0a0551200ecbcd4f1b17560acaeeb7b6c8b0090e 640 number_to_scaled_string is duplicated in several commands commit 30c75cb09b4d5e86a94a25a9a7ab7481510b57b0 8093 loader.efi: cleanup loader main and implement comconsole commit ce1d04bfb4326d1e894811fc63d56219b33f2f7a 8447 uts: acpica_check_bios_date() instead of bios-free, use efi-systab commit a62d310a2be18bb1054fea448f82a292724aa661 8445 uts: pci_bios_get_irq_routing() should check for BIOS commit 1271e4b10dfaaed576c08a812f466f6e81370e5e 8585 improve batching done in zil_commit() commit e6ab4525d156c82445c116ecf6b2b874d5e9009d 8590 memory leak in dsl_destroy_snapshots_nvl()
2017-09-048598 loader: Fix BSD label partition end sector calculation.Toomas Soome2-2/+2
Reviewed by: James Blachly <james.blachly@gmail.com> Reviewed by: John Howard <Echosoft.LLC@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-04640 number_to_scaled_string is duplicated in several commandsJason King22-633/+421
Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-028093 loader.efi: cleanup loader main and implement comconsoleToomas Soome9-198/+704
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-018447 uts: acpica_check_bios_date() instead of bios-free, use efi-systabToomas Soome1-1/+1
Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-018445 uts: pci_bios_get_irq_routing() should check for BIOSToomas Soome1-0/+4
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-018585 improve batching done in zil_commit()Prakash Surya14-287/+1378
Reviewed by: Brad Lewis <brad.lewis@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-018590 memory leak in dsl_destroy_snapshots_nvl()Matthew Ahrens1-0/+1
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed by: Steve Gonczi <steve.gonczi@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-01 [illumos-gate merge]Jerry Jelinek39-2/+689011
commit 4b529e40b9b8c5bcd0a4bc923a168c7988b72748 8011 vtfontcvt and console bitmap font import
2017-08-318011 vtfontcvt and console bitmap font importToomas Soome39-2/+689011
Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-318572 ccompile.h: rename __GNU_UNUSED to __unused [fix broken build]Jerry Jelinek1-1/+1
2017-08-31 [illumos-gate merge]Jerry Jelinek29-149/+995
commit 37e84ab74e939caf52150fc3352081786ecc0c29 8569 problem with inline functions in abd.h commit 216d7723a1a58124cf95c4950d51d5f99d3f4128 8558 lwp_create() returns EAGAIN on system with more than 80K ZFS filesystems commit c81a25e9d3950dc5fab08d21f8be56d463b32c7a 8572 ccompile.h: rename __GNU_UNUSED to __unused commit f9feecc12f00b97b49d542398fb3b5a452da0bbc 8139 loader: efi multiboot2 update Conflicts: usr/src/uts/common/sys/modctl.h
2017-08-308569 problem with inline functions in abd.hAndriy Gapon1-0/+7
Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-08-308558 lwp_create() returns EAGAIN on system with more than 80K ZFS filesystemsPrakash Surya6-17/+58
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-08-308572 ccompile.h: rename __GNU_UNUSED to __unusedToomas Soome6-6/+6
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-30OS-6316 Record AHCI controller enclosure propertiesRobert Mustacchi2-0/+20
2017-08-30OS-6299 Need topo maps for JCP 3101 and JCP 3102Robert Mustacchi4-2/+172
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Joshua M. Clulow <jmc@joyent.com>
2017-08-30OS-6319 Fix for OS-6297 forgot smb_ioc_svcenum_tDan McDonald3-7/+15
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-08-30OS-6317 new LTP failure: keyctl02Jerry Jelinek1-0/+4
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-08-308139 loader: efi multiboot2 updateToomas Soome16-126/+924
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-08-30OS-6298 SMB client assumes serialized ioctlsGordon Ross2-3/+20
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-30OS-6297 SMB server ioctls should be appropriately sizedGordon Ross1-9/+10
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-29 [illumos-gate merge]Jerry Jelinek2-25/+34
commit a058d1cc571af5fbcfe7f1d719df1abbfdb722f3 8435 zpool.1m and zfs.1m: minor cleanup 3796 listsnapshots not documented in zpool man page
2017-08-28OS-6280 transient link remains in dlmgmtd cache file after zone haltRyan Zezeski1-7/+8
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-08-288435 zpool.1m and zfs.1m: minor cleanupGeorge Melikov2-25/+34
3796 listsnapshots not documented in zpool man page Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-28 [illumos-gate merge]Jerry Jelinek25-178/+64
commit d7c57852794a9ac50d4b6a9c4161cb10919658aa 8485 Remove set but unused variables in usr/src/cmd
2017-08-268485 Remove set but unused variables in usr/src/cmdGary Mills25-178/+64
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-25OS-6313 backout fix for OS-6275, needs more workJerry Jelinek1-11/+0
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-08-25OS-6288 mmap of /dev/null is not zone-awareJerry Jelinek1-2/+8
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-08-25 [illumos-gate merge]Jerry Jelinek130-206/+223
commit b31ca922c7346747131aed07c0c171ec2f573aac 8566 Man pages contain cross-reference errata
2017-08-24OS-6308 fix for OS-6275 blows assert on debug kernelJerry Jelinek1-0/+2
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-08-248566 Man pages contain cross-reference errataChris Fraire130-206/+223
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-24OS-6304 lxbrand ioctl(HDIO_GETGEO) mishandles some disk sizingPatrick Mooney1-17/+40
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-08-23OS-6275 lx pipe buffer is too smallJerry Jelinek1-0/+9
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-08-23 [illumos-gate merge]Jerry Jelinek11-170/+617
commit f52b16c60da4b4c350471d7fc68089d796cc082f 8578 sync fnmatch(3C) with upstream commit 89d58ee09d14e0fcdb6f3e8b43197b24ba7a0036 8523 Fix "clobber" in a few Makefiles
2017-08-228578 sync fnmatch(3C) with upstreamYuri Pankov7-156/+597
Reviewed by: Toomas Soome <toomas@me.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-228523 Fix "clobber" in a few MakefilesChris Fraire4-14/+20
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-22OS-6285 restrict zone datalink accessRyan Zezeski1-7/+93
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-08-22 [illumos-gate merge]Jerry Jelinek18-120/+384
commit 1702cce751c5cb7ead878d0205a6c90b027e3de8 8414 Implemented zpool scrub pause/resume
2017-08-218414 Implemented zpool scrub pause/resumeAlek Pinchuk18-120/+384
Reviewed by: George Melikov <mail@gmelikov.ru> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Brad Lewis <brad.lewis@delphix.com> Reviewed by: Serapheim Dimitropoulos <serapheim@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-21 [illumos-gate merge]Jerry Jelinek3-3/+23
commit 8f9a8cb713c7aacb6b1ec423716315b430386f88 8446 uts: pci_check_bios() should check for BIOS commit 382444a2f902e78ea4f6d66272f4fa71d67bfec5 8441 uts: apic_probe_common() should check for BIOS commit e792dca6958d39dce4b70fc78a9c70e55fe4bbf2 8465 aggressive-loop-optimizations error in rt2860.c
2017-08-188446 uts: pci_check_bios() should check for BIOSToomas Soome1-0/+15
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Robert Mustachci <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-188441 uts: apic_probe_common() should check for BIOSToomas Soome1-0/+4
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Robert Mustachci <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-188465 aggressive-loop-optimizations error in rt2860.cGary Mills1-3/+4
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-18 [illumos-gate merge]Jerry Jelinek8-17/+50
commit fdbb9738bc3cf273d0d8898e2f45f1bb76adff81 8442 uts: startup_bios_disk() should check for BIOS 8581 uts: startup_bios_disk() is testing for unused variable dobiosdev commit 8f982633e2a3337f8fd33e7d2282967b05dac29c 8443 uts: progressbar_init() should check for BIOS commit c66b891e50e71459cdb8d5d207e3aa739ba80969 8444 uts: set_console_mode() should check for BIOS commit d75f417626bf969b9b5cad8f516067af1c886b5c 8549 svc:/system/pools/dynamic manifest and method are in the service/resource-pools package instead of service/resource-pools/poold commit 46f02cd8618751466de9f5d6cc8ab2af5cc76ff3 8092 loader.efi: set console mode early in efi_main()
2017-08-17OS-6255 mdb txg_list walker is not using CTFJason King1-2/+9
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Bryan Cantrill <bryan@joyent.com>