summaryrefslogtreecommitdiff
path: root/usr/src/lib/libidspace
AgeCommit message (Collapse)AuthorFilesLines
2022-04-25 [illumos-gate merge]Dan McDonald2-1/+5
commit 1e6b83029f8d7ea1ade06314dc14e2fbd0cd2bcb 14633 lib9p: unlinkat() does not work on 9p share commit 104fd2955714fa4ea6ed431b6b5cf2eb0766ecad 14623 bhyve/xhci: Connecting device on port 1 failed commit 77570342d4bf7e1e439bf1b8008312de7f031a0a 14653 loader: zfs: handle holes at the tail end correctly commit 1aa1f41fe10c6220a7fbef328fac1b72a8355a01 14495 bhyve VNC server should support alternate pixel formats 14494 bhyve VNC server could support multiple connections 14505 libumem's umem_update thread could be named 14506 libidspace does not expose id_allocff() 14640 bhyve VNC authentication fails with openssl3 Conflicts: usr/src/lib/libidspace/common/mapfile-vers usr/src/cmd/bhyve/Makefile
2022-04-2314495 bhyve VNC server should support alternate pixel formatsAndy Fiddaman2-0/+4
14494 bhyve VNC server could support multiple connections 14505 libumem's umem_update thread could be named 14506 libidspace does not expose id_allocff() 14640 bhyve VNC authentication fails with openssl3 Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Michael Zeller <mike@mikezeller.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-11-08 [illumos-gate merge]Dan McDonald7-62/+5
commit db2effc6fa1e364418090bfc0ca0cfd267792bea 14200 refhash could be used outside of mpt_sas commit da0001592ab4792956d927cb6a8dc2c02c7e6719 14221 logname(1) should only be delivered once commit 83c2c0baa22bd77bc77facf1e1ef091642673ce2 13679 rdist: error() and fatal() only do work in server commit 252adeb303174e992b64771bf9639e63a4d55418 14155 ld(1) string table merging could be much faster 14157 ld(1) string table merging should follow gABI more closely commit c53c97f77356a767b8a3cec554ede591cf4074d9 14189 want support for dd status= 14190 dd could include a human byte size commit 01aad2697e36a09a93fa18833b39bcc0486de567 14197 Implement id_space as a library commit 1e8d79d21400b4e47d64ce367181e7e5ce992649 13707 remove C99LMODE cruft 13708 remove lint cruft from Makefile.master commit 6538c7b4c76e1d53fc801540cfe1dfe59d26bf29 14121 loader: net_open() should not replace f->f_devdata commit 4fd0933306bf532a1642c8821ccc6e886949df54 14217 shbin and java exec modules do not work after 6826 Conflicts: usr/src/lib/libidspace/Makefile usr/src/lib/libidspace/Makefile.com usr/src/lib/libidspace/amd64/Makefile usr/src/lib/libidspace/common/mapfile-vers usr/src/lib/libidspace/i386/Makefile usr/src/uts/common/Makefile.files usr/src/uts/common/Makefile.rules usr/src/uts/common/sys/refhash.h
2021-11-0614197 Implement id_space as a libraryRobert Mustacchi7-0/+228
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Rich Lowe <richlowe@richlowe.net>
2020-02-24OS-8120 fix ldd guidance for GCC4 buildJohn Levon1-7/+3
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-02-20OS-3886 Implement id_space as a libraryRobert Mustacchi10-0/+294
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>