summaryrefslogtreecommitdiff
path: root/usr/src/uts/common
AgeCommit message (Collapse)AuthorFilesLines
2016-03-29 [illumos-gate merge]Jerry Jelinek2-2/+0
commit a7d0884d71898c1977a10cdb2235307e2eb9b20e 6752 E_SUPPRESSION_DIRECTIVE_UNUSED lint warnings on SPARC build commit c3862f21bea547737e494d7e7ff98c21a3490e6f 6830 ipkg brand config.xml needs smb privileges commit 258e8624229ac7ff3af9890752a92cd251b83825 5895 mdb_alloc() succeeds for 4294967295 bytes in 32-bit process
2016-03-28 [illumos-gate merge]Patrick Mooney4-18/+132
commit a4888653b44963eab5e74d73b1ac425648d2e62b 6828 iprb should have alias for pci8086,1064 commit 6a19b8666104dbf912da5a4fb193c9c2b29e21bb 4740 kstat(1M) prints wrong snaptime commit 1ef6182819f36233702ddc54686e703bb23a0153 2902 iscsit should fold the case of scsi names that we get from initiators commit 2e27316f97ec8fac1caee78fe7fe05306261e070 439 Need man page for timegm() commit 5335409b2fd9c9c1d570d3e83bd2386dd8f526de 6001 strcat(9f) needs a manpage commit b6dd77d465d357e7777305038b5579625ae268c1 6726 ctype(3C): missing description for isxdigit_l commit aa9ab05c0bbc3211e983fe34e9174559f1462665 4704 thr_sigsetmask(3c): Minor typos in the man page commit efbf89fbc68a0864d303fe237fc420cf018d52f7 6497 nvlist_empty() needs to appear in man pages commit a6ae009119d792a981d8b7153f8cb3851fe04ebb 6471 avl_remove(9F) man page is needed commit 79192153bee37eb85baa06695c8a483f93466f71 6489 atomic_bits(3C) should list atomic_ops(3C) in See Also commit 22f7b4012dd9e585f59664dcaf9573289230d516 6241 Minor typo in mount_nfs(1m) man page commit 4bfcae809e209680a47fe4a1a1d2ed8f5ad0790f 6693 mdoc(5): typos in MT-LEVEL names commit 44f88c2eeb6a7c329d82467a31c4a501eae16fec 6721 tran_setup_pkt(9E) returns int, not a pointer commit 4854f07f374eaa71835ef1badc7ba55466f85ef9 6718 tran_tgt_init(9E) returns int, not void commit 979eca435dd26bdb0460d501038ad90a972807d1 6783 ddi_fm_service_impact has wrong synopsis commit 7bc870e686dc02eed8049c71d916e03f1c233a1a 6753 remove acpi_fw.h commit e5b33823e7efd785e2f2ada4683abdef7c2a436c 6817 libbe should not free string from nvlist_lookup_string() commit e4cb59f791c5c6dea7ad4caa6dee845024ce71ef 6781 zpool man page needs updated to remove duplicate entry of "cannot be" where it discusses cache devices commit 63d0f4f15e0d9605137029897b712a2774ed7fa8 6746 startup_bios_disk() should not be built for xpv commit 797f979d1fe26bfb1cdeb3e7a86ed24c0b654200 6684 Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing protection Conflicts: usr/src/man/man9f/Makefile usr/src/uts/common/io/mac/mac_protect.c
2016-03-26OS-5280 i40e tx hangs if entire ring fills before cleaningRobert Mustacchi3-4/+24
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-03-252902 iscsit should fold the case of scsi names that we get from initiatorsYuri Pankov3-8/+125
Reviewed by: Steve Peng <steve.peng@nexenta.com> Reviewed by: Rob Gittins <rob.gittins@nexenta.com> Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-03-24OS-5278 i40e keeps pestering MAC about its link stateRobert Mustacchi1-2/+8
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-244242 file rename event fires before the rename happens [fix mismerge]Jerry Jelinek2-4/+0
2016-03-24 [illumos-gate merge]Jerry Jelinek5-32/+51
commit 23db4d6f668fd45f22b6b1fb668988cdf671a67b 6686 import missing ipf manual pages commit 54207fd2e1e7ed01d0416da8cf296dbef920fbfc 4242 file rename event fires before the rename happens commit 28614c54e31c80fa6afc3ca7035a9eaa79fbaa63 6769 bop_printf internal buffer is too small commit 7be29260103110981d73ce525891934e1cdf4374 6687 icmp(7P) and icmp6(7P) should mention that you need PRIV_NET_ICMPACCESS Conflicts: usr/src/uts/common/sys/vnode.h usr/src/uts/common/fs/zfs/zfs_vnops.c usr/src/uts/common/fs/ufs/ufs_vnops.c usr/src/uts/common/fs/udfs/udf_vnops.c usr/src/uts/common/fs/tmpfs/tmp_vnops.c usr/src/uts/common/fs/pcfs/pc_dir.c usr/src/man/man7p/icmp6.7p usr/src/man/man7p/icmp.7p usr/src/man/man4/ippool.4 usr/src/man/man4/ipnat.4 usr/src/man/man4/ipmon.4 usr/src/man/man4/ipf.4
2016-03-236684 Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing ↵Cody Peter Mello6-44/+319
protection Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-23OS-5270 i40e tcp checksumming failsRobert Mustacchi1-2/+2
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-03-234242 file rename event fires before the rename happensJerry Jelinek9-60/+176
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-23OS-5260 lxbrand epoll_pwait needs sigset translationPatrick Mooney2-8/+29
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-23OS-5259 lxbrand mmap(2) should heed personalityPatrick Mooney7-11/+204
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Cody Mello <melloc@joyent.com>
2016-03-236680 SIOCGLIFADDR doesn't set sin6_scope_id for link-local IPv6 addressesCody Peter Mello1-0/+4
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2016-03-22OS-5262 Fix ping6(8) in LXCody Peter Mello1-2/+4
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-22OS-5148 ftruncate at offset should emit proper eventsPatrick Mooney11-27/+103
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-22OS-5258 /proc/$pid/stat tty_nr is an untranslated illumos dev_tJerry Jelinek6-43/+92
OS-5246 Add support for /proc/devices Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-22OS-5072 lxbrand support PT_GNU_STACKPatrick Mooney3-7/+104
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-22 [illumos-gate merge]Jerry Jelinek3-27/+28
commit d43bd0bebdba92e6469a190f259d5cc8daf4f0ea 6768 dboot_elfload64 add debug message about BSS commit e41d648bc8b227d5ffb1101707472d2a2eb66c2b 4156 prtconf - illumos or more generic branding to replace "Oracle Corporation" commit 5dde82e7956bd330e7bee953344937998249feb2 6747 xdr_READDIR4res() bypass the XDR mblk API
2016-03-216747 xdr_READDIR4res() bypass the XDR mblk APIMarcel Telka3-27/+28
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-18OS-5254 lx brand: kill(-1) spuriously returns EPERM for non-rootBryan Cantrill1-8/+11
2016-03-17OS-5223 removed shm segment is no longer availableJerry Jelinek5-12/+79
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-17OS-5249 lxbrand fcntl(F_SETPIPE_SZ) needed by MapRPatrick Mooney1-3/+81
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-15OS-5248 lxbrand stat(2) does not properly mangle st_devPatrick Mooney1-2/+23
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-15OS-5247 fdisk -l core dumpsJerry Jelinek1-1/+1
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-15OS-5245 disable sysfs cpu hierarchy, breaks javaJerry Jelinek1-1/+8
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-15OS-5243 unused variable in lx_prvnops.cJerry Jelinek1-3/+1
OS-5244 lx_proc spacing problem in /proc/partitions format Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-15 [illumos-gate merge]Jerry Jelinek1-12/+10
commit 5a4ef21a18dfdc65328821a265582d03e85a97c9 5227 space should be automatically included in 'print' class by localedef commit c16316e19fd89a1ebd17d6934bc47af7a11ff924 6745 Swapped bytes in rpc_cots_connections port kstat commit 8b2aab4fb2ee21a9076eb25068178246a12470b7 6436 156 lint errors in common/crypto/edonr/edonr.c
2016-03-14OS-5240 mfs wants /sys/devices/system/node; causes core dumpJerry Jelinek2-20/+418
OS-5239 MapR mfs wants /sys/devices/system/cpu/kernel_max Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-146745 Swapped bytes in rpc_cots_connections port kstatMarcel Telka1-12/+10
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-14 [illumos-gate merge]Jerry Jelinek3-11/+13
commit a1b1a2a0aac3d3c0533efa646a9d7a7dca91fc7c 5857 lofiadm should ask passphrase once if the crypto is already set up commit 3b4315d3f6ce29d16d3f8e2c62b2f9c24192c3a8 6735 pfp should allocate appropriate space for sockaddr commit d65f2bb4e50559c6c375a2aa9f728cbc34379015 6734 dtrace_canstore_statvar() fails for some valid static variables
2016-03-135857 lofiadm should ask passphrase once if the crypto is already set upAndrey Sokolov2-10/+13
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-136735 pfp should allocate appropriate space for sockaddrPatrick Mooney2-10/+10
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2016-03-126734 dtrace_canstore_statvar() fails for some valid static variablesBryan Cantrill1-4/+4
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-03-12OS-5241 lx brand: tcpdump fails to bind()Bryan Cantrill2-8/+64
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-12OS-5235 wscons should support reset fg/bg SGR sequencesJoshua M. Clulow1-0/+18
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-03-11OS-5233 lxbrand mapr wants /proc/vmstatPatrick Mooney2-1/+58
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-116732 epoll fails to wake when fd addedPatrick Mooney1-2/+5
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Richard PALO <richard@netbsd.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-03-11OS-5206 /proc/partitions major/minor should be consistent with statPatrick Mooney10-707/+516
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-11OS-5224 Want primordial i40e driverRobert Mustacchi31-2/+29952
2016-03-106681 zfs list burning lots of time in dodefault() via dsl_prop_*Alex Wilson1-7/+6
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-03-10 [illumos-gate merge]Jerry Jelinek3-14/+47
commit 286ef71398fb54b1d5007d6f45aa4320a9e0ede2 6370 ZFS send fails to transmit some holes commit 4549a1bd3fb75b70dd34ba46715014effe21dc07 6727 lofiadm: remove "o:" from getopt argument commit e2e882f7e139a951a52c7f4b5af447c3e6e68398 6691 V490 and V890 symlinks missing on SPARC build commit 2f15e7adf5d6f13b15dfa8f3900a07804cadd86c 6581 cmd/format should be able label virtio BLKDEV drives commit debed2c9e88134586f1a03761f87d8a1d599b854 6733 mh_contents rwlock is not initialised Conflicts: usr/src/cmd/lofiadm/main.c
2016-03-10OS-5217 setsockopt(TCP_KEEPCNT) can return EINVAL spuriouslyBryan Cantrill1-7/+30
Reviewed by: Dave Pacheco <dap@joyent.com>
2016-03-096370 ZFS send fails to transmit some holesPaul Dagnelie2-14/+43
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Chris Williamson <chris.williamson@delphix.com> Reviewed by: Stefan Ring <stefanrin@gmail.com> Reviewed by: Steven Burgess <sburgess@datto.com> Reviewed by: Arne Jansen <sensille@gmx.net> Approved by: Robert Mustacchi <rm@joyent.com>
2016-03-096733 mh_contents rwlock is not initialisedJorgen Lundman1-0/+4
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-08OS-5222 epoll fails to wake when fd addedPatrick Mooney1-2/+5
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2016-03-08OS-4612 Want zvol block devices in LX to handle some Linux disk ioctlsJerry Jelinek3-8/+315
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-07 [illumos-gate merge]Jerry Jelinek15-46/+26
commit 5c5f137104b2d56181283389fa902220f2023809 2976 remove useless offsetof() macros commit 876de206688d9fe008ad80c116a23a56701579d1 3373 gcc >= 4.5 concerns about offsetof()
2016-03-052976 remove useless offsetof() macrosRichard Lowe11-41/+10
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-053373 gcc >= 4.5 concerns about offsetof()Richard Lowe4-5/+16
Portions contributed by: Igor Pashev <pashev.igor@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-05OS-5214 SLAAC IP detection should not check Cur Hop Limit fieldCody Peter Mello1-2/+2