summaryrefslogtreecommitdiff
path: root/usr/src/lib/libipadm
AgeCommit message (Collapse)AuthorFilesLines
2020-05-05 [illumos-gate merge]Jerry Jelinek4-7/+4
commit 3052595ab8ddcc51231d239415b5eba5d913d45b 11807 "private use area" characters should be marked as "printable" commit cd61ae21816e53b94bc1673f3f1aa651fc3115e8 12447 should install library compat symlinks from library makefiles, not Targetdirs commit 241c90a06e8d1708235651863df515a2d522a03a 12454 remove lint library machinery commit 282d4a2d330d797757f16d55e1df9569f3e52d10 12666 libproc manpage bugs commit d906f494f9407f1ae043a922478ce3609959caf5 12670 Unaligned output of snoop's usage() function commit 18c4eaf123da22eddbe6e9a4ba7b8115ba748075 12669 Add omitted word in vmstat man page commit b68ab351091d2aea3f72a011f64de12fb05fc833 12028 zfs test mdb_001_pos can fail Conflicts: usr/src/lib/nsswitch/dns/Makefile.com usr/src/lib/libsff/Makefile usr/src/lib/brand/Makefile usr/src/lib/Makefile.lib usr/src/lib/Makefile.targ
2020-05-0412454 remove lint library machineryRichard Lowe4-7/+4
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-08-2311553 Want pluggable TCP congestion control algorithmsSebastien Roy1-1/+4
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2019-08-16 [illumos-gate merge]Jerry Jelinek1-1/+1
commit d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe 11528 Makefile.noget can get gone 11529 Use -Wno-maybe-initialized commit c4ccc1f9004b70b07e4cdb57641c38ab607306c9 11226 Remove NetraCT support commit dcfeff93f67a1188722a358e0fbfcd604993e573 11561 loader script needs to place .eh_frame after .text commit a8ffe4975d219124d53dcd9de30126f3a595d28f 11555 gptzfsboot: boot prompt is not refreshed on device change commit 79940ff6ac581ff9431c474dcfa18c78f1cb7a50 11556 ip_attr.c functions need to not dereference conn_ixa directly after lock drop commit fe949611d4f0a0f42a6923a31cd3073e5b2bc97c 10540 wsdiff much slower under python3 than python2 commit c1064fd7ce62fe763a4475e9988ffea3b22137de 11541 allocation_classes feature must be enabled to add log device Conflicts: usr/src/uts/sparc/Makefile.sparc usr/src/uts/intel/dev/Makefile usr/src/uts/i86pc/pcie/Makefile usr/src/cmd/zoneadmd/Makefile
2019-08-1611528 Makefile.noget can get goneJohn Levon1-1/+1
11529 Use -Wno-maybe-initialized Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-08-09OS-7329 Want pluggable TCP congestion control algorithmsSebastien Roy1-1/+4
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com> Approved by: Robert Mustacchi <robert.mustacchi@joyent.com>
2019-02-21 [illumos-gate merge]Jerry Jelinek1-3/+8
commit 7957da45b8e66b8cd6e917ac6bd8965817d7ef06 10144 BZ2_bzDecompressReset() gets NULL check wrong commit a8b4e7c71a6c1ef07e77c48dbb92fcdc8624266d 10424 uts: NULL pointer errors in DEBUG build commit f1ccfd86d00d3a46fa8dc85b88860e10a3ad1019 10423 bridge: cast between incompatible function types commit fb05fcb92e04bd3719e79f64be4c3432c2f1a119 10422 conskbd: cast between incompatible function types commit 98bfe312451089fb99dd3ccde47363ce4d275459 10420 consms: cast between incompatible function types commit 336380cbc80cdb79336de7f2b9a5d418c0991618 10383 myri10ge: NULL pointer errors commit 0333c43738b2582094bb2644c0a1f4211751447b 10364 vnode: cast between incompatible function types commit af34582fe571c99d9f74acf7c271e26c744fef5b 10416 zoneadmd leaves trailing comma on link address commit ffe245b40fe1731e6f0ea5c097a74eb78bc839e2 10415 Memory leak in ipadm_zone_get_network() commit b9e319bfd413f32cc39ec7b8ccc527f35712da7f 10419 ntxn: cast between incompatible function types commit 4fa33403ece8f42c56cba2b672d10f6ab4dc32cd 10418 chxge: cast between incompatible function types commit 888d78e951c54427c93b8ef788383952b9c63687 10410 kmdb: set terminal window size commit 3ab29d2187aaeb14feecd145834ac2f151dc822c 10378 agpgart: NULL pointer errors commit 7e12ceb3ebc63aeb71e91b496032ca22ca55f660 10376 uts: NULL pointer issues in genunix commit 7e897d1fc847b22dc338da9a5a59dae0cd8765de 10373 vm_anon: cast between incompatible function types commit 735c423ad1b2b03125a2c8d3840540d6b17f7dbf 10372 vmem: cast between incompatible function types commit b6d49c8438f976a7c4a6c9390228076c8f132847 10371 vfs: cast between incompatible function types commit d0cb1fb92629bc0283c88d4719df7285c1612700 9425 allow channel programs to be stopped via signals commit 9d1587b49e4692b8d6652e6c0b113a53b1af5313 10124 smatch fixes for cryptoadm Conflicts: usr/src/cmd/zoneadmd/vplat.c
2019-02-2010415 Memory leak in ipadm_zone_get_network()Andy Fiddaman1-3/+8
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Robert Mustacchi <rm@joyent.com>
2019-02-14 [illumos-gate merge]Jerry Jelinek1-35/+0
commit ba00d94ad32aec378c65c2bad5cd13dd9145041a 10121 smatch fix for auditstat commit 07e71bcf7552a80dff82c5f2b62d9d3a65c488b2 10391 SPARC build of libficl-sys fails after 10338 commit a6422048521434dc250a1832c980645e5de26b4e 9287 dladm Segmentation Fault (core dumped) on unknown field commit 9426efbbd0cbf49bc29df076259d21faff4226a9 10370 sunmdi: cast between incompatible function types commit f2c063acc68609f8132d5b735f167b1213cf5380 10359 terminfo: add underline for sun-color commit 954fa1e90ed4bd3992f7c431c152b972a1845034 10365 modconf: cast between incompatible function types commit 4dfd3a951f98bde88f1fe577490f5403db4db9d6 10363 rpcmod: this statement may fall through commit f06e090ade385ba43b3b86dc2dea1960ad49e8e4 10356 uts/common/io/tem: do not copy common line tails commit 54811da5ac6b517992fdc173df5d605e4e61fdc0 8423 Implement large_dnode pool feature 8199 multi-threaded dmu_object_alloc() 7432 Large dnode pool feature commit 856f710c9dc323b39da5935194d7928ffb99b67f 10361 usr/lib - stop lint library generation and packaging Conflicts: usr/src/uts/common/fs/zfs/dbuf.c
2019-02-1310361 usr/lib - stop lint library generation and packagingAndy Fiddaman1-35/+0
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Frederik Wessels <wessels147@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-01-15 [illumos-gate merge]Jerry Jelinek1-1/+4
commit c653bb4713ca694c2d16b04b65d5b76c0bb46bd4 10197 build smatch in parallel commit 15c07adc1c7b828006b5e3c4d528b92229d6bd23 10081 smatch indenting fixes for usr/src/uts commit 5661bb7641e85c46713da7a3002b29ecd2c3daf0 10080 smatch Makefile changes for usr/src/cmd commit 05ede3db5e3b7d540afbccdc872c735770e82ef3 10079 smatch Makefile changes for usr/src/lib commit cadd68ea0014761eda6a293664086dfa80686d85 10078 smatch fixes for UCB commit 1ea94c756c0bc9170021d7b570944a24f224c03f 10202 loader: use screen-#rows to find bottom left co-ordinates commit 08487eea68a2fa501b5042131c6db068089f82e1 10173 loader: support newer ZFS versions Conflicts: usr/src/lib/libdladm/Makefile.com usr/src/lib/fm/topo/modules/i86pc/chip/Makefile
2019-01-1410079 smatch Makefile changes for usr/src/libJohn Levon1-1/+4
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@joyent.com>
2018-07-31 [illumos-gate merge]Jerry Jelinek1-2/+2
commit e5c421abb8bd517cb6964747b9ce23066e1a1cef 9266 ixgbe: this statement may fall through commit 8a7aa2a592747bd90d85645126d80688e024a0e2 9673 move internet address manipulation functions to libc commit 7e3488dc6cdcb0c04e1ce167a1a3bfef83b5f2e0 9610 qede: error: left shift of negative value commit d972451485b9ccf8c5c4951e2d24f63da9ac2cc8 9609 qede: error: result of '983040 << 16' requires 37 bits to represent, but 'int' only has 32 bits commit 3df3d01f9da8be5cdd1e81a5d050c24ccc55caa9 9608 qede: error: 'free_buffer_count' may be used uninitialized in this function commit 0d7de619fa7b28e48c8e80fa26d724400f4f47a4 9607 qede: this statement may fall through commit 77b62fe435d195b5a58f123e6c5ec9c9dffdc877 9606 qede: error: this 'for' clause does not guard Conflicts: usr/src/man/man1m/route.1m usr/src/lib/libdladm/Makefile.com
2018-07-309673 move internet address manipulation functions to libcYuri Pankov1-2/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-13 [illumos-gate merge]Jerry Jelinek8-79/+608
commit 2ee1ed1ec5dfdf07d2c92db58b11f630de2a6e87 7388 Support -h <hostname> for ipadm DHCP (fix man lint) commit b31320a79e2054c6739b5229259dbf98f3afc547 7388 Support -h <hostname> for ipadm DHCP 8517 Add ipadm and nwam options to allow designating a DHCP address as the primary interface 8518 Allow using system-generated IAID/DUID for all DHCPv4 8519 Add ns_name_pton2 to libresolv2 mapfile commit c6e58d8c85cf3e5d0db157501b40276eb59edf16 8479 nvmeadm doesn't handle namespaces with EUI64 commit faeab80b5dcf1bc503f1f02494131eb0e6da46c3 8649 SD_RESET_THROTTLE_TIMEOUT is defined twice
2017-09-127388 Support -h <hostname> for ipadm DHCPChris Fraire8-79/+608
8517 Add ipadm and nwam options to allow designating a DHCP address as the primary interface 8518 Allow using system-generated IAID/DUID for all DHCPv4 8519 Add ns_name_pton2 to libresolv2 mapfile Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-06-26 [illumos-gate merge]Jerry Jelinek2-5/+0
commit f67cf39ba88ad7c4bee81445cc7a7468e0289f01 commit 7edb9f69d2426b044fa60c7a168c9eaeb12f1884 6431 document FreeBSD regex extensions commit dfc115332c94a2f62058ac7f2bce7631fbd20b3d 7431 ZFS Channel Programs Conflicts: usr/src/lib/libzpool/common/sys/zfs_context.h usr/src/lib/libzfs/common/libzfs_util.c usr/src/lib/libzfs/common/libzfs_impl.h
2017-06-26backout: 3729 getifaddrs must learn to stop worrying and love the other ↵Robert Mustacchi2-5/+0
address families (breaks consumers)
2017-06-22 [illumos-gate merge]Jerry Jelinek2-0/+5
commit a40ea1a7d80eee1b409e9dcc2e48c730988147ea 8297 update mdocml to 1.14.1 commit 299c9e70a71f87365f8f88fdea2cccbd0d5b8db6 8082 last(1) should be able to print years in output commit d21cedec4ed074c3a6feb4a8a007a9cb83cca060 8323 ndmpd: left shift of the negative value commit 78916deaa2ec29fc04f5a0cddacf4bd749a2188f 8415 loader: biosdisk comment wording commit 422eb17feeb8fadbfa2a80faf5c8a8d2987f9196 8374 loader: devicename.c cleanup commit e2fc3408efa6cdfc5e33c73c3567efc8c7592707 8376 cached v_path should be kept fresh commit e34d8872f4a713d904a4b34fb081060d1a7eba62 3729 getifaddrs must learn to stop worrying and love the other address families commit 0bb3cf0bf38ac0d43c9c480709323240b002c1dd 8335 mr_sas - remove PDSUPPORT conditional. commit 567fb7ba1e336fc2eab74e747be1e7ac51f1a4ee 8396 uts: vm_dep.h error: left shift of negative value commit 02553f55739fa960255c83b5c09351e2fa244ba2 8336 ed: misleading-indentation Conflicts: usr/src/uts/common/fs/vnode.c usr/src/uts/common/fs/lookup.c usr/src/tools/mandoc/Makefile
2017-06-213729 getifaddrs must learn to stop worrying and love the other address familiesSebastian Wiedenroth2-0/+5
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@kebe.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-01-09 [illumos-gate merge]Jerry Jelinek2-0/+3
commit 9a2c4685271c2f0cb4b08f4cc1192387e67af3f9 1599 backspace should perform delete on console commit d98490e4c04a9cb28c4a2c73887e16e5da1d9468 7734 uts: update properties with correct type 7735 uts: bootfs should use ddi_prop_get_int64() commit b130c20454b5d071292134d42cf34c9f5938c1d5 7738 libipadm`ipadm_enable_addr() leaks addrnvl commit cc6b30399e68fb9666466c57ed822f297b2c6ae4 7737 libipadm`ipadm_enable_if() leaks ifnvl
2017-01-067738 libipadm`ipadm_enable_addr() leaks addrnvlYuri Pankov1-0/+1
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com> Reviewed by: Rick McNeal <rick.mcneal@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-01-067737 libipadm`ipadm_enable_if() leaks ifnvlYuri Pankov1-0/+2
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com> Reviewed by: Rick McNeal <rick.mcneal@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-06-08OS-4335 ipadm_door_call should work in a branded zone without chrootJoshua M. Clulow1-3/+15
OS-4336 ipmgmtd should work in a branded zone without chroot Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-01-05 [illumos-gate merge]Jerry Jelinek1-5/+7
commit ad69a33458cf73ee14857d57799cf686946e0b88 5491 libipadm`i_ipadm_init_ifs() calls free() on bogus memory address commit 4076b1bf41cfd9f968a33ed54a7ae76d9e996fe8 5445 Add more visibility via arcstats; specifically arc_state_t stats and differentiate between "data" and "metadata"
2014-12-315491 libipadm`i_ipadm_init_ifs() calls free() on bogus memory addressYuri Pankov1-5/+7
Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Rick McNeal <rick.mcneal@nexenta.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-05-13OS-2837 lx brand only works with shared IP stacksJerry Jelinek1-1/+10
2013-08-013942 inject sanity into ipadm tcp buffer size propertiesSebastien Roy3-57/+79
3943 _snd_lowat_fraction tcp tunable has no effect Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Peng Dai <peng.dai@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-0/+2
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2010-08-166956844 ipadm private properties should begin with '_' instead of leading ↵Girish Moodalbail7-167/+313
protocol name
2010-07-27PSARC/2010/164 interfaces for basic install network configurationMark Haywood1-1/+0
6923163 Automated Install requires mechanism for configuring static IP addresses 6923168 Automated Install requires a mechanism for configuring name services for clients
2010-07-176969264 ipadm refresh-addr -i should start the dhcpagent client if it is not ↵Girish Moodalbail1-0/+4
already started
2010-07-096950944 ifa_addr and friends should be "sockaddr", not "sockaddr_storage"Darren Reed3-23/+39
2010-07-01PSARC 2010/166 layer-3 net properties for exclusive-IP zonesSowmini Varadhan9-15/+576
6944327 need to support address and defrouter resources for exclusive-IP zones
2010-06-306964517 OSnet mapfiles should use version 2 link-editor syntax (2nd pass)Ali Bahrami1-1/+3
6948720 SHT_INIT_ARRAY etc. section names don't follow ELF gABI 6962343 sgsmsg should use mkstemp() for temporary file creation
2010-06-296964123 cannot use 'ifconfig plumb' if persistent ipadm info existsVasumathi Sundaram1-9/+11
2010-06-07PSARC/2010/142 libinetcfg removalAnurag S. Maskey4-6/+62
6949257 libinetcfg removal 6944403 nwe_if_state structure misses the netmask info 6951482 stale ipmgmtd door handle can cause libipadm interfaces to fail
2010-05-05PSARC 2010/127 ipadm hostmodel propertySowmini Varadhan1-2/+107
6938553 Support user-friendly ipadm tunables for configuring end-system model
2010-05-036943319 race in parallel ipadm create-addr callsVasumathi Sundaram5-82/+130
6947353 ipadm cannot enable-addr tunnel addresses
2010-04-266941750 ifconfig is slow to bring up interfaces when netmasks not suppliedGirish Moodalbail1-23/+16
6946970 extra_priv_ports code in libipadm is flawed
2010-04-076939396 the qualifiers + & - should only work for applicable protocol propertiesGirish Moodalbail3-63/+81
2010-03-316927499 ipmgmtd will go out of sync when an interface is moved into an IPMP ↵Girish Moodalbail3-7/+22
group
2010-03-26PSARC 2009/306 Brussels II - ipadm and libipadmGirish Moodalbail17-0/+10120
PSARC 2010/080 Brussels II addendum 6827318 Brussels Phase II aka ipadm(1m) 6731945 need BSD getifaddrs() API 6909065 explicitly disallow non-contiguous netmasks in the next minor release 6853922 ifconfig dumps core when ether address is non-hexadecimal. 6815806 ipReasmTimeout value should be variable 6567083 nd_getset has some dead and confusing code. 6884466 remove unused tcp/sctp ndd tunables 6928813 Comments at odds with default value of tcp_time_wait_interval 6236982 ifconfig usesrc lets adapter use itself as source address 6936855 modifying the ip6_strict_src_multihoming to non-zero value will unbind V4 IREs