summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2012-03-131977 zfs allow arguments not parsed correctly after pyzfs removalAlexander Eremin1-2/+2
Reviewed by: Garrett D'Amore <garrett.damore@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-131971 i86 kernel should be more careful when casting pointersRichard Lowe2-7/+7
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2012-03-12OS-969 want to perturb vnicsRobert Mustacchi20-22/+2184
OS-997 net_* and hook_* man pages are wrong Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rob Gulewich <robert.gulewich@joyent.com> Reviewed by: Brendan Gregg <brendan.gregg@joyent.com>
2012-03-12OS-1024 sysconfig(_CONFIG_AVPHYS_PAGES) extremely slow inside zonesJerry Jelinek1-10/+7
2012-03-12OS-978 hyperlofs [fix multiple adds to same dir]Jerry Jelinek1-0/+2
2012-03-12OS-978 hyperlofsJerry Jelinek25-4/+3493
2012-03-09OS-986 remove more unneeded privs.Josh Wilsdon1-5/+0
2012-03-08OS-986 remove many default privs from KVM VMs that are unneeded.Josh Wilsdon2-32/+0
2012-03-08OS-1011 mdb needs ::printfBryan Cantrill3-1/+577
2012-03-06OS-993 when creating zone, zfs snapshot && zfs clone leave empty datasetBill Pijewski2-8/+23
2012-03-05OS-954 add vmxnet driver to illumosBill Pijewski16-0/+5034
2012-02-29STOR-84 reserve checksum entry for ZIO_CHECKSUM_SHA256_MACBill Pijewski2-0/+2
2012-02-20OS-970 kpreemptpri should be lowered to maxclsyspriBryan Cantrill1-2/+22
2012-02-20OS-975 stack overflow from squeue_drain()Bryan Cantrill5-0/+31
2012-02-16OS-948 add libdiskmgt spec as block commentBill Pijewski1-0/+180
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-02-16OS-950 zonecfg should not barf when MAC address is formatted with or without ↵Jerry Jelinek1-3/+29
leading zeros
2012-02-15OS-928 cyclic processing fails when cy_pend is greater than INT32_MAXBryan Cantrill1-1/+5
2012-02-15OS-887 cyclic_remove_here() blocked with cyp_rpend of UINT32_MAXBryan Cantrill1-8/+5
2012-02-14OS-962 need to update copyright banner to 2012John Sonnenschein1-1/+1
2012-02-13OS-946 IP DCE does not scaleJerry Jelinek5-2/+31
2012-02-09Merge branch 'gcc4'John Sonnenschein277-90613/+26630
2012-02-08OS-945 mdb_v8 still warns on some native stacksDave Pacheco1-111/+170
2012-02-09OS-939 v.v_proc and maxusers are not scaling on larger memory systemsJerry Jelinek1-5/+7
2012-02-08OS-926 zfs panic in zfs_fill_zplprops_impl()Bill Pijewski1-6/+11
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Matt Ahrens <matt@delphix.com>
2012-02-08OS-906 mdb_v8 could print better stack tracesDave Pacheco3-66/+361
OS-942 mdb_v8 could autoconfigure itself better OS-943 want dcmd for showing instructions for a given function
2012-02-07OS-912 wall(1) needs zones supportJohn Sonnenschein2-29/+156
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-02-07OS-893 Cannot raise the file descriptor limit over 64K for a project under SMFJerry Jelinek1-15/+5
2012-01-31OS-908 /usr/bin/env should say what program it is that errors outRobert Mustacchi1-1/+5
Reviewed by: Dave Pacheco <dap@joyent.com>
2012-01-27OS-896 update banner message for 2012Bill Pijewski1-1/+1
2012-01-27OS-872 destroy disk* datasets when destroying KVM zone.Josh Wilsdon1-1/+9
2012-01-26Merge branch 'master' into gcc4John Sonnenschein34-151/+1000
2012-01-24OS-881 To workaround OS-580 add support to only invalidate mappings from a ↵Jerry Jelinek11-126/+190
single process
2012-01-24OS-889 libumem should not use instant fit allocator by defaultRobert Mustacchi3-7/+32
OS-890 libumem should support up to 128k slabs Reviewed by: Brendan Gregg <brendan.gregg@joyent.com>
2012-01-24[OS-891] Setting allow_ip_spoofing = 1 in zone xml does not disable L3PROTECTRob Gulewich2-4/+2
2012-01-19OS-764 savecore erroneously claims you must be root to use itBill Pijewski1-2/+15
Reviewed by: Dave Pacheco <dap@joyent.com>
2012-01-16OS-878 libumem should allow you to specify an allocatorRobert Mustacchi4-6/+43
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2012-01-16OS-507 need better fss observabilityJerry Jelinek10-7/+691
2012-01-13OS-871 zone stuck in shutting_down - waiting for kernel thread ↵Jerry Jelinek3-0/+20
nfsauth_refresh_thread to terminate
2012-01-13OS-866 add support for creating kvm branded zones with a custom root dataset.Josh Wilsdon1-0/+8
2012-01-13Merge branch 'master' into gcc4John Sonnenschein1-1/+1
2012-01-13[OS-873] zoneadmd vplat.c illegally casts an int to (void *)John Sonnenschein1-1/+1
2012-01-13Merge branch 'master' into gcc4John Sonnenschein1-0/+11
2012-01-13Merge branch 'master' of git.joyent.com:illumos-joyentJohn Sonnenschein1-0/+11
2012-01-12OS-861 pages_pp_maximum/lotsfree discrepancy leads to mlock() failureBryan Cantrill1-0/+11
2012-01-12Merge branch 'master' into gcc4John Sonnenschein39-222/+1527
2012-01-12[OS-714] illumos mergeJohn Sonnenschein17-72/+415
Merge git://github.com/illumos/illumos-gate Conflicts: usr/src/uts/common/inet/tcp/tcp_timers.c usr/src/uts/common/io/mac/mac_sched.c
2012-01-101923 kernel panic in ire_round_robin due to divide by zeroRobert Mustacchi1-0/+5
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-01-101922 t_pcb of panic thread should be preserved on a panicBryan Cantrill1-0/+7
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-01-101920 ::ugrep and ::kgrep don't work for sizes less than 4Bryan Cantrill1-2/+10
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-01-101917 ::umem_verify seg faults on a dump with rampant corruptionBryan Cantrill2-16/+42
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>