summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2015-11-11OS-4937 lxbrand ptracer count updates can racerelease-20151112Patrick Mooney11-29/+97
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-11-11OS-4930 lxbrand ptrace should be more mindful of segregsPatrick Mooney2-37/+71
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-11-11 [illumos-gate merge]Jerry Jelinek3-8/+42
commit 620f322510b2d6433f7f6af60fa52380c07756ad 6051 lzc_receive: allow the caller to read the begin record
2015-11-106051 lzc_receive: allow the caller to read the begin recordAndriy Gapon3-8/+42
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-11-10 [illumos-gate merge]Jerry Jelinek11-96/+2738
commit 0472e113e9ad4a95dbf46a1d97075472136a1e7c 6066 dis: support for System/370, System/390, and z/Architecture ELF bins commit 0c923cf7b6cda6dcbc5df1a5974bed6386c49807 6070 libdisasm: attach/detach arch ops should be optional commit cfc41e72a4f85ff48430f435531264fca458f55d 6069 libdisasm: instrlen arch op should have a sane default commit 038db8fb497789ea9b367f771544442507cede18 6068 libdisasm: previnstr arch op should have a sane default commit b3457a09536430a8f34a14f96141858e00a88883 6067 libdisasm: use C99 designated initializers for arch ops commit 929eec204241285ce101c3110056cddca0dbb7c7 6079 libdisasm doesn't enable C99MODE properly
2015-11-096066 dis: support for System/370, System/390, and z/Architecture ELF binsJosef 'Jeff' Sipek5-3/+2647
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-096070 libdisasm: attach/detach arch ops should be optionalJosef 'Jeff' Sipek1-2/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-096069 libdisasm: instrlen arch op should have a sane defaultJosef 'Jeff' Sipek2-10/+12
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-096068 libdisasm: previnstr arch op should have a sane defaultJosef 'Jeff' Sipek3-57/+58
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-096067 libdisasm: use C99 designated initializers for arch opsJosef 'Jeff' Sipek2-16/+16
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-096079 libdisasm doesn't enable C99MODE properlyJosef 'Jeff' Sipek5-10/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-09OS-4908 more pre-rename event workJerry Jelinek3-3/+13
2015-11-09 [illumos-gate merge]Jerry Jelinek162-4257/+14933
commit 76ca3cb000306bc4052fe820a7e4a6998dbcf932 5887 want bootfs commit 0181461b79a0991f2269dad3ef978086e6c70257 5886 want ability to provide additional objects at boot commit 99141ac7e1fddf3c8d7a32b9d945448af73e0039 6422 Renamed manifests refer to obsolete packages commit a90cf9f29973990687fa61de9f1f6ea22e924e40 6399 SMB2 support commit b24e356b384ccc80805e7150979de2373d44347c 6398 SMB should support path names longer than 1024 commit 08e9b2df0318952b8677b4feb62b4ec784f28101 6408 libbe shouldn't run installgrub on offline/unavail/faulted vdevs commit e4adc82d6b02a6aa5d1b1d9772653c82c16e28ad 6438 libdiskmgt uses wrong vendor ID property for USB commit aad3a4472fe05e2634744298e937a4070b663517 6437 blkdev bd_detach_handle() always returns DDI_SUCCESS Conflicts: usr/src/uts/intel/Makefile.intel usr/src/uts/i86pc/os/fakebop.c usr/src/man/man7fs/bootfs.7fs usr/src/cmd/fs.d/Makefile
2015-11-065887 want bootfsRobert Mustacchi20-5/+1731
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2015-11-065886 want ability to provide additional objects at bootKeith M Wesolowski15-78/+756
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2015-11-07OS-4939 logadm dies on bogus configuration fileBryan Cantrill2-0/+31
2015-11-066422 Renamed manifests refer to obsolete packagesGary Mills10-21/+20
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-11-066399 SMB2 supportGordon Ross135-4213/+14776
Portions contributed by: Alek Pinchuk <alek@nexenta.com> Portions contributed by: Kevin Crowe <kevin.crowe@nexenta.com> Portions contributed by: Matt Barden <Matt.Barden@nexenta.com> Reviewed by: Alek Pinchuk <alek@nexenta.com> Reviewed by: Bayard Bell <bayard.bell@nexenta.com> Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Daniel Borek <daniel.borek@nexenta.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Yuri Pankov <Yuri.Pankov@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-11-066398 SMB should support path names longer than 1024Peer Dampmann7-17/+30
Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-11-06OS-4856 New CTF tools should be the defaultRobert Mustacchi1-3/+2
2015-11-066408 libbe shouldn't run installgrub on offline/unavail/faulted vdevsHans Rosenfeld1-0/+16
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-066438 libdiskmgt uses wrong vendor ID property for USBHans Rosenfeld1-1/+2
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-066437 blkdev bd_detach_handle() always returns DDI_SUCCESSHans Rosenfeld1-1/+1
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-06 [illumos-gate merge]Jerry Jelinek28-371/+933
commit 53de82f8192091fc067cfa8315c2debac58adc0a 6427 cscope-fast clobber misses scanner.c commit bef9e21af8ac4992b7dfef56530c7b0ed9184096 6305 blkdev should provide the device_error kstat for iostat -E commit 374f65e730bef62a7c83fb2cb0250f74d2a6a1e8 6304 iostat(1M) should be able to handle KSTAT_DATA_STRING commit c0e96d867a045da50bf7e014cab94cb44528a0f5 6303 support KSTAT_DATA_STRING in non-virtual named kstats commit 3c8ab7ef4c92d599fef219e45c08fe01e0fbe880 6302 kstat module needs cleanup commit f1bf06561684fdb7e38b282b7a4508d35a50985b 6301 format(1M) should be able to use device inquiry properties commit 510a68476ba6e33759b7603130d76db4cec783d1 6300 blkdev and blkdev drivers should provide inquiry properties commit 0c6eaab480b44a0c790ad94e7cb6084792411de9 6299 SATA inquiry property generation doesn't work as advertised Conflicts: usr/src/tools/cscope-fast/Makefile
2015-11-05OS-4931 #ss handler could look more like #npRobert Mustacchi1-0/+3
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
2015-11-056427 cscope-fast clobber misses scanner.cRobert Mustacchi1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Matthew Ahrens <mahrens@delphix.com>
2015-11-05OS-4929 SMF's bad_error() should be implemented in terms of uu_panic()Bryan Cantrill8-53/+30
2015-11-056439 #ss handler could look more like #npRobert Mustacchi1-0/+3
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-05OS-4680 lxbrand use IKE close(2) when AIO not presentPatrick Mooney6-5/+124
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-11-05OS-4924 lxbrand optimize getdents paddingPatrick Mooney1-3/+4
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-11-056305 blkdev should provide the device_error kstat for iostat -EHans Rosenfeld5-13/+246
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Garrett D'Amore <garrett@damore.org>
2015-11-056304 iostat(1M) should be able to handle KSTAT_DATA_STRINGHans Rosenfeld1-4/+17
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Garrett D'Amore <garrett@damore.org>
2015-11-056303 support KSTAT_DATA_STRING in non-virtual named kstatsHans Rosenfeld5-31/+72
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Garrett D'Amore <garrett@damore.org>
2015-11-056302 kstat module needs cleanupHans Rosenfeld1-154/+138
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Garrett D'Amore <garrett@damore.org>
2015-11-056301 format(1M) should be able to use device inquiry propertiesHans Rosenfeld8-113/+258
Reviewed by: Dan McDonald <danmcd@omniti.com>
2015-11-056300 blkdev and blkdev drivers should provide inquiry propertiesHans Rosenfeld7-16/+143
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
2015-11-056299 SATA inquiry property generation doesn't work as advertisedHans Rosenfeld5-40/+60
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
2015-11-05OS-4932 zoneadm boot args not passed to lx initJerry Jelinek2-8/+17
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-11-05OS-4915 want FX high priority zone configuration optionJerry Jelinek9-42/+124
OS-4925 ps pri shows misleading value for zone in RT scheduling class Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-11-05 [illumos-gate merge]Jerry Jelinek10-55/+95
commit a1ed883a3c2acc53bbb9a171ef07aeb8eaf78736 5719 Add support for LSI Fury adapters commit 3502ed6e7cb3f3d2e781960ab8fe465fdc884834 6434 sa_find_sizes() may compute wrong SA header size commit 3bc3cac557dd137eed9013e966a789bd19dd1d0b 6419 list_create(9F) manpage deserves an introduction section commit 37294019745c29c42448424cc3bce79eb1c6a785 6417 Want a privilege for accessing information about physical memory Conflicts: usr/src/uts/common/sys/policy.h usr/src/uts/common/os/policy.c usr/src/man/man2/meminfo.2
2015-11-045719 Add support for LSI Fury adaptersGarrett D'Amore5-12/+37
Reviewed by: David Gwynne <dlg@uq.edu.au> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-046434 sa_find_sizes() may compute wrong SA header sizeJames Pan1-24/+22
Reviewed-by: Ned Bass <bass6@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Andriy Gapon <avg@freebsd.org> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-11-046419 list_create(9F) manpage deserves an introduction sectionSaso Kiselkov1-2/+25
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Robert Mustacchi <rm@joyent.com>
2015-11-046417 Want a privilege for accessing information about physical memoryJerry Jelinek6-24/+63
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2015-11-04OS-4928 overlay_files.4 broken with new mandocJerry Jelinek1-1/+1
2015-11-04 [illumos-gate merge]Jerry Jelinek108-11795/+16102
commit 6357b94b54238e954e002562d0e89a2fefd982e1 6415 sockets created via t_open/t_bind not shown by pfiles 6432 TLI sockets aren't detected correctly by pfiles in a NGZ commit 260e9a87725c090ba5835b1f9f0b62fa2f96036f 6356 Update mdocml to 1.13.3 commit 1058dba45ec5d6876a5bbb0b9174347e13e5748d 6346 zfs(1M) has spurious comma commit 3a005aada8ac0e291c13cbc488ba9ae1473f0a96 6377 Fix man page issues found by mandoc 1.13.3 commit fd76205d7372b305e64b7cfcd27939a39c743cb4 6397 libiscsit: several leaks due to left "errlist" commit a9685eaab1313767d1d4dac672c3a468519aa899 6321 mountd: The IP to name translation is usually not needed in nfsauth_access() Conflicts: usr/src/cmd/ptools/pfiles/pfiles.c
2015-11-04OS-3365 ::memstat should account for bootpages listJoshua M. Clulow1-2/+14
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-11-036415 sockets created via t_open/t_bind not shown by pfilesKeith M Wesolowski1-10/+20
6432 TLI sockets aren't detected correctly by pfiles in a NGZ Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Mohamed A. Khalfella <khalfella@gmail.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2015-11-036356 Update mdocml to 1.13.3Yuri Pankov78-11364/+15717
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-11-036346 zfs(1M) has spurious commaYuri Pankov1-3/+3
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>