summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2015-04-30 [illumos-gate merge]20150430release-20150430Jerry Jelinek2-14/+7
commit 999cb8a98e50b015e1a30b4fe74618510fd0b4ac 5623 auditconfig(1M) man page incomplete commit 21520208ad6fda66aa89c585cc9d64979b0f3103 5624 sed(1) should not refer to re_format(7) Conflicts: usr/src/man/man1m/auditconfig.1m usr/src/man/man1/sed.1
2015-04-295623 auditconfig(1M) man page incompleteJerry Jelinek1-22/+129
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-04-295624 sed(1) should not refer to re_format(7)Robert Mustacchi1-7/+5
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-04-285863 psiginfo arguments should be constEric Sproul4-16/+18
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-04-285861 clean up obsolete init scriptsAlexander Eremin16-403/+12
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-281527 SMB server in non-global zonesGordon Ross53-895/+901
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Stepan Zastupov <stepan.zastupov@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-04-28OS-4237 lx_init_* scripts are a messJerry Jelinek3-3327/+27
2015-04-29 [illumos-gate merge]Jerry Jelinek73-1308/+931
commit 3e5de5d019b8b1edc6c40c035fa29f3a41341841 5863 psiginfo arguments should be const commit 4b92079ba1c38eb015d4df99305947dbeccbb80d 5861 clean up obsolete init scripts commit 8622ec4569457733001d4982ef7f5b44427069be 1527 SMB server in non-global zones
2015-04-28 [illumos-gate merge]Jerry Jelinek2-9/+35
commit e548823371e6dfbf1717dabbe24870fec98c6051 1501 taskq_create_proc ... TQ_DYNAMIC puts tasks in p0 (take 2) commit ee637354acf5da3e4a5853a500f444e3aec1a76e 5465 CFLAGS missing from BUILD.SO in lib/Makefile.lib Conflicts: usr/src/lib/Makefile.lib
2015-04-271501 taskq_create_proc ... TQ_DYNAMIC puts tasks in p0 (take 2)Gordon Ross1-6/+30
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Albert Lee <trisk@omniti.com>
2015-04-275465 CFLAGS missing from BUILD.SO in lib/Makefile.libGary Mills1-2/+5
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-265814 bpobj_iterate_impl(): Close a refcount leak iterating on a sublist.Will Andrews1-1/+3
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-265812 assertion failed in zrl_tryenter(): zr_owner==NULLMatthew Ahrens1-13/+14
Reviewed by: George Wilson <george@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Will Andrews <will@freebsd.org> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-265810 zdb should print details of bpobjMatthew Ahrens3-15/+90
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Will Andrews <will@freebsd.org> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-265809 Blowaway full receive in v1 pool causes kernel panicPaul Dagnelie1-1/+2
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Will Andrews <will@freebsd.org> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-265808 spa_check_logs is not necessary on readonly poolsMatthew Ahrens1-1/+1
Reviewed by: George Wilson <george@delphix.com> Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Reviewed by: Will Andrews <will@freebsd.org> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-265767 fix several problems with zfs test suiteJohn Wren Kennedy40-586/+1003
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-26OS-4234 ::crregs and the mystery of the missing #endifRobert Mustacchi1-0/+2
2015-04-27 [illumos-gate merge]Jerry Jelinek47-620/+1120
commit b67dde11a73a9455d641403cbbb65ec2add41b41 5814 bpobj_iterate_impl(): Close a refcount leak iterating on a sublist. commit 8df173054ca442cd8845a7364c3edad9d6822351 5812 assertion failed in zrl_tryenter(): zr_owner==NULL commit 732885fca09e11183dd0ea69aaaab5588fb7dbff 5810 zdb should print details of bpobj commit f40b29ce2a815bcc0787acf6f520a2b74258b785 5809 Blowaway full receive in v1 pool causes kernel panic commit 23367a2f2caec1ccb4d918bdd0f2fc2c9cadcd06 5808 spa_check_logs is not necessary on readonly pools commit 52244c0958bdf281ca42932b449f644b4decfdc2 5767 fix several problems with zfs test suite commit 8430278980a48338e04c7dd52b495b7f1551367a 5847 libzfs_diff should check zfs_prop_get() return
2015-04-25OS-4162 system appears (mostly) hung on kmem_move taskqBryan Cantrill1-1/+2
2015-04-25OS-4183 Panic due to inotify_clean and nfs4 mount.Bryan Cantrill1-1/+18
2015-04-25OS-4194 kmem_alloc() should deprecate KM_SLEEP allocations of 0 bytesBryan Cantrill9-32/+107
2015-04-245847 libzfs_diff should check zfs_prop_get() returnAlexander Eremin1-3/+7
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-24 [illumos-gate merge]Jerry Jelinek1-2/+3
commit 3c799a5a4e27f67d79142853c829f741e989c941 5864 typo in git-pbchk(1)
2015-04-24OS-4222 Want big theory statement on MAC's data pathRobert Mustacchi2-1/+942
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rob Gulewich <robert.gulewich@joyent.com>
2015-04-23OS-4223 Enable Intel SMEP support when availableRobert Mustacchi14-11/+208
OS-4224 want to be able to see x86 control regs with kmdb Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-04-235864 typo in git-pbchk(1)Nahum Shalman1-2/+3
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-23OS-4213 lxbrand should be able to set TCP_DEFER_ACCEPT after other socket ↵Jerry Jelinek6-11/+66
operations
2015-04-23 [illumos-gate merge]Jerry Jelinek14-1132/+1177
commit bbe876c07ed632b8f85e195d41e7948382064a95 5761 nfs4_prot.x should be updated for RFC 7531 commit 85aac7c12e738f35fbcd61cdc0503288fb66b382 5831 "beadm umount <dir>" core dump
2015-04-23OS-4214 lxbrand 64-bit signal delivery frame not quite right (fix DEBUG build)Joshua M. Clulow1-2/+0
OS-4215 lxbrand rt_sigreturn(2) could try to recover in the face of stack shenanigans (fix DEBUG build)
2015-04-22OS-4214 lxbrand 64-bit signal delivery frame not quite rightJoshua M. Clulow4-53/+152
OS-4215 lxbrand rt_sigreturn(2) could try to recover in the face of stack shenanigans Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-04-22OS-4199 lxbrand simple/test-os.js balks at improper dataPatrick Mooney4-38/+110
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-04-225761 nfs4_prot.x should be updated for RFC 7531Marcel Telka13-1131/+1176
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-04-225831 "beadm umount <dir>" core dumpIgor Kozhukhov1-1/+1
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-04-22 [illumos-gate merge]Jerry Jelinek5-27/+40
commit 14c3be3932e278c263b32fb17daff38fd4de18f8 5605 Disable IPP printing like SMB printing can be disabled commit c883468ae561a0b211f3633eb2a24aa4306661f2
2015-04-215605 Disable IPP printing like SMB printing can be disabledGordon Ross4-11/+37
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
2015-04-21backout: 1501 taskq_create_proc ... TQ_DYNAMIC puts tasks in p0 (needs work)Gordon Ross1-16/+3
2015-04-21OS-4154 lxbrand support TCP_DEFER_ACCEPTJerry Jelinek1-15/+77
2015-04-21OS-4206 support deferred TCP acceptsJerry Jelinek8-0/+311
2015-04-21 [illumos-gate merge]Jerry Jelinek1-1/+1
commit ede2438e8f556ca20640a62396a44cf0c635b8f9 5856 syscall/memctl should compare attr != 0, being an int, instead of NULL
2015-04-205856 syscall/memctl should compare attr != 0, being an int, instead of NULLRichard PALO1-1/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-20OS-4131 lxbrand AF_NETLINK should be handled consistentlyPatrick Mooney3-25/+14
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-04-17OS-4201 need GS support in arch_prctl()Jerry Jelinek5-7/+55
2015-04-17 [illumos-gate merge]Jerry Jelinek2-3/+19
commit b01b59e369b297df1b370a7ef94d2b9230d04452 5853 pfexec_call() error handling could be improved 5854 pfexecd should initialize pfexec response buffers
2015-04-175853 pfexec_call() error handling could be improvedRobert Mustacchi2-3/+19
5854 pfexecd should initialize pfexec response buffers Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Steven Williamson <steve@freeagent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-04-17 [illumos-gate merge]Jerry Jelinek4-40/+4
commit 3e8c3b95d57b4ab5caca2cc99b412489015c4858 5834 Remove dependency on sysidtool commit 7721f1230adeb792b06df9580f9696d03ff5911d 5837 libdtrace audit library build missing LDLIBS
2015-04-16OS-4188 NULL dereference in lwp_hash_in20150416Patrick Mooney19-165/+188
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-04-165834 Remove dependency on sysidtoolDan McDonald3-39/+2
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Alexander Pyhalov <alp@rsu.ru> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2015-04-16OS-4193 sngl should have sys_fs_import by defaultJosh Wilsdon1-1/+2
2015-04-16OS-4192 lx brand: add support for robust mutexesBryan Cantrill6-4/+275