summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ptools
AgeCommit message (Collapse)AuthorFilesLines
2017-07-26OS-6254 pfiles does not properly identify PF_KEY or PF_POLICYDan McDonald1-1/+3
Reviewed by: Mike Zeller <mike.zeller@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-14 [illumos-gate merge]Jerry Jelinek1-31/+37
commit 37f601154af8c7ffb08cc3c9ab51f102422ed678 7872 libelf: variable might be clobbered by longjmp commit b1c760bd3306ff30af69800801f30f3dd4b6394e 7882 Add /dev/full , the always-full memory device commit b0801aa3d090555ba5e601ac969e6bf11674cee3 7931 pargs(1) still crashes on growing env Conflicts: usr/src/uts/common/io/mem.c
2017-03-107931 pargs(1) still crashes on growing envMarcel Telka1-31/+37
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Vitaliy Gusev <gusev.vitaliy@icloud.com> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-02-277805 want faster clock_gettimePatrick Mooney1-2/+3
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2016-10-17 [illumos-gate merge]Jerry Jelinek3-19/+339
commit d2a70789f056fc6c9ce3ab047b52126d80b0e3da 7029 want per-process exploit mitigation features (secflags) 7030 want basic address space layout randomization (ASLR) 7031 noexec_user_stack should be a security-flag 7032 want a means to forbid mappings around NULL commit 8ab1c3f559468e655c4eb8acce993320403dd72b 7469 loader should use acpica provided by OS commit a1964bdd47804c37e09db1a79c23937c9aeac165 7470 acpi build sometimes doesn't descend into SUBDIRS commit abf99a006172ea5aab2246bda23f9d6d935bf1ad 7420 signalfd deadlock on pollwakeup 7421 panic in signalfd Conflicts: usr/src/cmd/sgs/libconv/common/corenote.c usr/src/cmd/zonecfg/zonecfg.c usr/src/cmd/zonecfg/zonecfg.h usr/src/cmd/zonecfg/zonecfg_grammar.y usr/src/cmd/zonecfg/zonecfg_lex.l usr/src/head/libzonecfg.h usr/src/lib/libzonecfg/common/libzonecfg.c usr/src/man/man1m/zonecfg.1m usr/src/man/man4/proc.4 usr/src/pkg/manifests/system-test-ostest.mf usr/src/test/os-tests/tests/Makefile usr/src/uts/common/exec/elf/elf.c usr/src/uts/common/io/signalfd.c usr/src/uts/common/os/sysent.c usr/src/uts/common/os/zone.c usr/src/uts/common/sys/proc.h usr/src/uts/common/sys/zone.h
2016-10-157029 want per-process exploit mitigation features (secflags)Richard Lowe3-19/+339
7030 want basic address space layout randomization (ASLR) 7031 noexec_user_stack should be a security-flag 7032 want a means to forbid mappings around NULL Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Patrick Mooney <pmooney@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-16OS-5192 need faster clock_gettimePatrick Mooney1-2/+3
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com>
2016-05-13 [illumos-gate merge]Jerry Jelinek1-4/+5
commit c971037baa5d64dfecf6d87ed602fc3116ebec41 6876 Stack corruption after importing a pool with a too-long name commit 11ceac77ea8034bf2fe9bdd6d314f5d1e5ceeba3 6844 dnode_next_offset can detect fictional holes commit 43051d2742bbe5911de73322064cb573b6aff975 6955 libproc should be documented and shipped 6956 libproc cannot leave free() to callers
2016-05-126955 libproc should be documented and shippedRobert Mustacchi1-4/+5
6956 libproc cannot leave free() to callers Reviewed by: Ryan Zezeski <ryan@zinascii.com> Reviewed by: Cody Mello <cody.mello@joyent.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-29 [illumos-gate merge]Jerry Jelinek1-0/+6
commit af868f46a5b794687741d5424de9e3a2d684a84a 6914 kernel virtual memory fragmentation leads to hang commit 23a268cfbc75530b746495f3e157b9bc71069420 6565 pargs crashes on growing env commit 1872b0b513cebbb59f48d3164530f8598d11df23 6929 couple of updates to i386 disassembler tables
2016-04-286565 pargs crashes on growing envSimon Klinkert1-0/+6
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-296818 add MADV_PURGE to provide busted Linux MADV_DONTNEED semanticsBryan Cantrill1-4/+10
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Cody Mello <melloc@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2016-02-266416 ptime -p could support multiple processes [fix mis-meerge]Jerry Jelinek1-1/+0
2016-02-26 [illumos-gate merge]Jerry Jelinek1-14/+18
commit 5ffb0c9b03b5149ff4f5821a62be4a52408ada2a 3661 Sync mDNS with upstream commit 8551f527eff6d736e8191795ffafe40abbdb71e6 6416 ptime -p could support multiple processes Conflicts: usr/src/man/man1/proc.1 usr/src/lib/libdns_sd/java/com/apple/dnssd/DNSSDRecordRegistrar.java usr/src/cmd/ptools/ptime/ptime.c usr/src/cmd/cmd-inet/usr.lib/mdnsd/DNSCommon.c
2016-02-256416 ptime -p could support multiple processesRobert Mustacchi1-36/+76
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-04 [illumos-gate merge]Jerry Jelinek1-2/+2
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-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-10-06OS-3074 Want penv and pauxvRobert Mustacchi6-17/+57
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-03 [illumos-gate merge]Jerry Jelinek1-3/+3
commit de81e3c02f90476edcef2354e33aa3ee65bb331c 3842 remove the machid commands (fix packaging) commit 5f4bac2809e6bb7e9c779a047a0d4438669d85d6 5609 port mod_ipp to Apache 2.2 (fix apr include) commit ba5fdd2d4d97ae03a892c1bd5557eafb030984d1 5558 pargs is missing -l option in usage
2015-03-025558 pargs is missing -l option in usageDavid Höppner1-3/+3
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-02-27OS-3950 add MADV_PURGE to provide busted Linux MADV_DONTNEED semanticsBryan Cantrill1-4/+10
2015-02-13OS-3820 lxbrand ptrace(2): the next generationJoshua M. Clulow1-1/+4
OS-3685 lxbrand PTRACE_O_TRACEFORK race condition OS-3834 lxbrand 64-bit strace(1) reports 64-bit process as using x32 ABI OS-3794 lxbrand panic on init signal death Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2014-10-06OS-3382 lxbrand 64bit gettimeofday depends on vsyscall or vdsoJerry Jelinek1-1/+2
2014-09-18OS-3361 sockets created via t_open/t_bind not shown by pfiles20140918Keith M Wesolowski1-10/+20
Reviewed by: Robert Mustacchi <rm@joyent.com>
2014-07-31OS-2952 lx brand needs to support or emulate rtnetlink(7)Bryan Cantrill1-1/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-07-30OS-3280 need a way to specify the root of a native system in the lx brandRobert Mustacchi12-56/+185
OS-3279 lx brand should allow delegated datasets Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-04-24OS-2949 add support for AT_RANDOM aux vector entryJerry Jelinek1-1/+2
2013-09-04 [illumos-gate merge]Keith M Wesolowski1-1/+4
commit bfe5cd09d00f1b1e72fbe64036f3f80b73bd2738 2408 CJK character width handled incorrectly in terminal emulators (missing widths-2.txt) commit 2da1cd3a39e2d3da7f9d15071ea9462919c011ac 2408 CJK character width handled incorrectly in terminal emulators 3019 localedef(1) manpage is pretty out of date commit 03fc868668dd42b1b163d1fb8af3968f7283a7eb 672 xargs doesn't support -0 3356 xargs needlessly duplicates stdio buffering commit 03d446db9be5b68e630562c8b6b14aa7c8a0f4dc 4075 nscd spuriously thinks all databases are privileged commit ab823b7f933f787dbdf7a0bb790639210c583869 3965 find does not support -delete option commit a81df0a5d715363cc1841810a87818dfa95675c0 3933 contract adoption can race commit cf746768a898264fa491791a8252865e5338dc67 1974 pages_pp_maximum/lotsfree discrepancy leads to mlock() failure commit b6805bf78d2bbbeeaea8909a05623587b42d58b3 4072 make clobber leaves trash commit a9478106a12424322498e53cf7cd75bd8a4d6004 3600 edit(1) is a bad .so reference commit 5253393b09789ec67bec153b866d7285a1cf1645 4082 zfs receive gets EFBIG from dmu_tx_hold_free() Conflicts: usr/src/man/man7fs/Makefile (copyright) usr/src/man/man3xnet/Makefile (ntohll/htonll) usr/src/man/man3socket/Makefile (get/freeifaddrs) usr/src/man/man1m/Makefile (ipdadm) usr/src/cmd/localedef/Makefile (euro) usr/src/cmd/ipf/tools/Makefile.tools (copyright) .gitignore usr/src/cmd/lp/filter/postscript/postreverse/Makefile (deleted) usr/src/lib/libshell/Makefile.doc (deleted) usr/src/lib/print/libpapi-lpd/Makefile.com (deleted) usr/src/pkg/manifests/library-print-open-printing-ipp.mf (deleted) usr/src/pkg/manifests/print-lp-print-client-commands.mf (deleted) Manifests (scripted replacement): usr/src/pkg/manifests/SUNWcs.man1.inc usr/src/pkg/manifests/SUNWcs.man1m.inc usr/src/pkg/manifests/SUNWcs.man4.inc usr/src/pkg/manifests/SUNWcs.man5.inc usr/src/pkg/manifests/compatibility-ucb.mf usr/src/pkg/manifests/developer-tnf.mf usr/src/pkg/manifests/diagnostic-cpu-counters.mf usr/src/pkg/manifests/driver-firewire.mf usr/src/pkg/manifests/driver-usb.mf usr/src/pkg/manifests/library-libtecla.mf usr/src/pkg/manifests/library-print-open-printing-ipp.mf usr/src/pkg/manifests/library-security-tcp-wrapper.mf usr/src/pkg/manifests/naming-ldap.mf usr/src/pkg/manifests/network-iscsi-target.mf usr/src/pkg/manifests/print-lp-print-client-commands.mf usr/src/pkg/manifests/service-hal.mf usr/src/pkg/manifests/service-network-dns-mdns.mf usr/src/pkg/manifests/service-network-ftp.mf usr/src/pkg/manifests/service-network-network-clients.mf usr/src/pkg/manifests/service-network-network-servers.mf usr/src/pkg/manifests/service-network-nis.mf usr/src/pkg/manifests/service-network-smtp-sendmail.mf usr/src/pkg/manifests/service-network-telnet.mf usr/src/pkg/manifests/service-network-tftp.mf usr/src/pkg/manifests/service-network-uucp.mf usr/src/pkg/manifests/service-picl.mf usr/src/pkg/manifests/service-resource-pools.mf usr/src/pkg/manifests/service-security-gss.mf usr/src/pkg/manifests/service-storage-media-volume-manager.mf usr/src/pkg/manifests/storage-metassist.mf usr/src/pkg/manifests/storage-stmf.mf usr/src/pkg/manifests/storage-svm.mf usr/src/pkg/manifests/system-accounting-legacy.mf usr/src/pkg/manifests/system-boot-network.mf usr/src/pkg/manifests/system-extended-system-utilities.mf usr/src/pkg/manifests/system-file-system-smb.mf usr/src/pkg/manifests/system-header.mf usr/src/pkg/manifests/system-kernel-platform.mf usr/src/pkg/manifests/system-kernel-ultra-wideband.mf usr/src/pkg/manifests/system-kernel.man2.inc usr/src/pkg/manifests/system-kernel.man4.inc usr/src/pkg/manifests/system-kernel.man7.inc usr/src/pkg/manifests/system-kernel.man7d.inc usr/src/pkg/manifests/system-kernel.man7fs.inc usr/src/pkg/manifests/system-kernel.man7m.inc usr/src/pkg/manifests/system-kernel.man7p.inc usr/src/pkg/manifests/system-kernel.man9.inc usr/src/pkg/manifests/system-kernel.man9e.inc usr/src/pkg/manifests/system-kernel.man9f.inc usr/src/pkg/manifests/system-kernel.man9p.inc usr/src/pkg/manifests/system-kernel.man9s.inc usr/src/pkg/manifests/system-library-security-libsasl.mf usr/src/pkg/manifests/system-library-storage-libmpapi.mf usr/src/pkg/manifests/system-library.man3.inc usr/src/pkg/manifests/system-library.man3bsm.inc usr/src/pkg/manifests/system-library.man3c.inc usr/src/pkg/manifests/system-library.man3c_db.inc usr/src/pkg/manifests/system-library.man3cfgadm.inc usr/src/pkg/manifests/system-library.man3commputil.inc usr/src/pkg/manifests/system-library.man3contract.inc usr/src/pkg/manifests/system-library.man3curses.inc usr/src/pkg/manifests/system-library.man3devid.inc usr/src/pkg/manifests/system-library.man3devinfo.inc usr/src/pkg/manifests/system-library.man3dlpi.inc usr/src/pkg/manifests/system-library.man3elf.inc usr/src/pkg/manifests/system-library.man3exacct.inc usr/src/pkg/manifests/system-library.man3ext.inc usr/src/pkg/manifests/system-library.man3fstyp.inc usr/src/pkg/manifests/system-library.man3gen.inc usr/src/pkg/manifests/system-library.man3kstat.inc usr/src/pkg/manifests/system-library.man3kvm.inc usr/src/pkg/manifests/system-library.man3ldap.inc usr/src/pkg/manifests/system-library.man3lgrp.inc usr/src/pkg/manifests/system-library.man3lib.inc usr/src/pkg/manifests/system-library.man3mail.inc usr/src/pkg/manifests/system-library.man3malloc.inc usr/src/pkg/manifests/system-library.man3mp.inc usr/src/pkg/manifests/system-library.man3nsl.inc usr/src/pkg/manifests/system-library.man3nvpair.inc usr/src/pkg/manifests/system-library.man3pam.inc usr/src/pkg/manifests/system-library.man3scf.inc usr/src/pkg/manifests/system-library.man3sec.inc usr/src/pkg/manifests/system-library.man3secdb.inc usr/src/pkg/manifests/system-library.man3sip.inc usr/src/pkg/manifests/system-library.man3socket.inc usr/src/pkg/manifests/system-library.man3tsol.inc usr/src/pkg/manifests/system-library.man3uuid.inc usr/src/pkg/manifests/system-library.man3volmgt.inc usr/src/pkg/manifests/system-library.man3xcurses.inc usr/src/pkg/manifests/system-library.man3xnet.inc usr/src/pkg/manifests/system-library.man5.inc usr/src/pkg/manifests/system-network-http-cache-accelerator.mf usr/src/pkg/manifests/system-network-nis.mf usr/src/pkg/manifests/system-network-routing.mf usr/src/pkg/manifests/system-remote-shared-memory.mf usr/src/pkg/manifests/system-security-kerberos-5.mf usr/src/pkg/manifests/system-storage-fibre-channel-port-utility.mf usr/src/pkg/manifests/system-storage-sasinfo.mf usr/src/pkg/manifests/text-doctools.mf
2013-08-304072 make clobber leaves trashGordon Ross1-1/+4
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
2013-08-21 [illumos-gate merge]20130822release-20130822Keith M Wesolowski1-20/+11
commit 2a12f85ad140e332791b4bad1208a734c3f26bf3 3946 ::gcore commit 840b2722e5294ae44aa3af6189002f521d7c50e0 3915 Add adjuncts support to the build (fix lint) commit afffa6e9b45cbe9b33943e26568d8ac69b899252 4062 libscf: memory leaks in scf_simple_app_props_get() commit 2fbdf8dbf01ec1c85fcd3827cdf9e9f5f46c4c8a 4061 libzfs: memory leak in iter_dependents_cb() commit 713d6c208802cfbb806329ec0d154b641b80c355 4047 panic from dbuf_free_range() from dmu_free_object() while doing zfs receive
2013-08-213946 ::gcoreJeremy Jones1-20/+11
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2013-08-013918 "pargs -l" dies on incomplete core dumpsBryan Cantrill2-3/+6
3919 mdb/pmap should show unresolved map names on core dumps 3920 executable mapping in core dump misreported when file isn't found 3921 Pfindexec() finds wrong binary, wreaking havoc Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-06-24OS-2318 cron doesn't have CTFRobert Mustacchi1-0/+5
2013-04-15 [illumos-gate merge]Keith M Wesolowski1-1/+1
commit 8c430e5901323dc4ac1bd69a6bbf0bc356f02ae5 3708 Fast reboot support in ixgbe commit 187670a04e7557914566fc449b4d3af38caea282 3666 Implement SOCK_CLOEXEC flag to socket() commit f971a3462face662ae8ef220a18a98354d625d54 3673 core dumping is abysmally slow 3671 left behind enemy lines, agent LWP can go rogue 3670 add visibility into agent LWP's spymaster commit abc79d9dd51e98eafb6fc25b4a0b4f66bef40b00 3679 prtconf should print out PCI database information 3680 Want a library to allow programatic access to the pci database Conflicts: usr/src/uts/common/fs/proc/prvnops.c usr/src/uts/common/fs/proc/prcontrol.c usr/src/man/man1m/prtconf.1m usr/src/lib/Makefile usr/src/cmd/ptools/pflags/pflags.c Manifests: usr/src/pkg/manifests/system-library.mf [already present]
2013-04-123673 core dumping is abysmally slowBryan Cantrill1-0/+16
3671 left behind enemy lines, agent LWP can go rogue 3670 add visibility into agent LWP's spymaster Reviewed by: Keith M Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-04-05 [illumos-gate merge]Keith M Wesolowski1-5/+1
commit b1fa6326238973aeaf12c34fcda75985b6c06be1 3675 DTrace print() should try to resolve function pointers 3676 dt_print_enum hardcodes a value of zero commit cba073b1ec508c3bc83d649fd197b7d1c483eb55 3677 /dev/ipnet can duplicate packets commit dfc0fed81813380fb526f1a003d3be17ab26ce3b 3683 pfiles shouldn't try to trace itself 3684 pfiles crashes on processes with no files 3685 getsockname should set the sa_family_t for unbound unix domain sockets 3686 pfiles shows incorrect socket information on some getsockname calls commit bd6433eb4d5b16c480f15cd77e2201c318b2556d 3682 /usr/bin/head should implement -c -q and -v commit a1c36c8ba5112b6713dabac615bf8d56a45f0764 3500 Support LSI SAS2008 (Falcon) Skinny FW for mr_sas(7D) Conflicts: usr/src/man/man1/head.1 usr/src/cmd/head/head.c Manifests adapted: usr/src/pkg/manifests/driver-storage-mr_sas.mf [driver_aliases] usr/src/pkg/manifests/system-dtrace-tests.mf [nop]
2013-04-053683 pfiles shouldn't try to trace itselfRobert Mustacchi1-10/+8
3684 pfiles crashes on processes with no files 3685 getsockname should set the sa_family_t for unbound unix domain sockets 3686 pfiles shows incorrect socket information on some getsockname calls Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gwr@nexenta.com>
2013-04-02OS-2075 ptime -p could support multiple processesRobert Mustacchi1-37/+74
Reviewed by: Bryan Cantrill <bryan@joyent.com>
2013-04-01OS-2085 add visibility into agent LWP's spymasterBryan Cantrill1-0/+16
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
2013-03-25OS-2062 mdb/pmap should show unresolved map names on core dumpsBryan Cantrill1-1/+4
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-03-01OS-1909 pfiles shows incorrect socket information on some getsockname callsRobert Mustacchi1-0/+3
OS-1979 getsockname should set the sa_family_t for unbound unix domain sockets Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2013-03-01OS-1929 pfiles shouldn't try to trace itselfRobert Mustacchi1-5/+4
OS-1931 pfiles crashes on processes with no files
2013-02-28OS-1945 "pargs -l" dies on incomplete core dumpsBryan Cantrill1-2/+2
2012-12-203414 Need a new word of AT_SUN_HWCAP bitsRobert Mustacchi1-2/+21
3415 Add isainfo support for f16c and rdrand 3416 Need disassembler support for rdrand and f16c Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-11-023294 pfiles postmortem supportGarrett D'Amore1-139/+127
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-0/+15
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2010-10-20350 pfiles crashes when inspecting itselfRichard Lowe1-1/+5
Reviewed by: garrett@nexenta.com Approved by: gwr@nexenta.com
2010-10-0663 pfiles should list peer processes for local IPC connectionsAlexander Stetsenko1-10/+69
Reviewed by: a.eremin@nexenta.com, garrett@nexenta.com Approved by: garrett@nexenta.com
2010-07-07PSARC 2010/235 POSIX 1003.1-2008 *at(2) syscallsRoger A. Faulkner1-10/+6
6910251 need support for all POSIX.1-2008 *at(2) syscalls 6964835 mknod(2) auditing omits the pathname for invalid arguments
2010-06-17PSARC/2009/590 Socket Filter FrameworkAnders Persson1-2/+66
6939085 Socket Filter Framework 6802067 connect_failed kernel socket callback is not triggered 6776450 time spent in tcp_close could be reduced/deferred to a worker thread 6828586 assertion failed: family == 26, file: ../../common/fs/sockfs/socksyscalls.c, line: 1608 6802078 kernel socket 'newconn' callback is passing rcv queue size as an argument