summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os
AgeCommit message (Collapse)AuthorFilesLines
2016-06-22 [illumos-gate merge]release-20160625Jerry Jelinek1-6/+53
commit 01aaaf328842760a1002109b299908a027e94cf8 7051 want id_space(9F) docs commit c1de7575521deda5ee777b8054a9c5b12f15b1ee 7120 mDNS resync was not wsdiff safe commit 9c05409f2b9301e686735887a9573454cceb0331 7069 i386_XARCH should include -m32 commit 406fc5100dac8d225a315a6def6be8d628f34e24 6602 lofi should support labeled devices commit f3a07f941f1be263a48a040c059edbcb722cf436 4712 Prefer 'parsable' over 'parseable' in the manual pages commit 1b2031a95889aea96be6af55dcf31a0d5ffdfed9 7050 Prefer 'subcommand' over 'sub-command' in the manual pages commit 831b40b1c811223fd0b1131791a38e3ae5143377 7049 Prefer 'writable' over 'writeable' in the manual pages commit a716f1a92056bc2e231e57ae2a20725ce606ea73 7047 Fix spelling mistakes in sections 9E, 9F and 9S commit 95e15299a2c42b8014fa27631a6f3be2a93febc2 7048 Fix spelling mistakes in sections 7D, 7I, 7IPP, and 7P commit df23565fe1d0b225f9f898c50dfafea6749b0b7f 7046 Fix spelling mistakes in section 5 commit c855112f85cf71e42f6381a66f3f86f98e2ed24e 7045 Fix spelling mistakes in section 4 commit 843c398e8904ed9d833d2af3103894f909fb4b52 7042 Fix spelling mistakes in library sections commit 0db8de19c0e494758b68b702523a2b0eaffe3b2e 7044 Fix spelling mistakes in sections 1HAS and 2 commit df23d905b96680e56379c5a5ecb4b363f36b9e74 7041 Fix spelling mistakes in sections 1 and 1M commit 71af3be340c57171837478555e2eb0d496318cfc 7040 Detect common spelling errors in manual pages Conflicts: usr/src/uts/common/fs/vfs.c usr/src/man/man7d/cpuid.7d usr/src/man/man5/privileges.5 usr/src/man/man3c/signalfd.3c usr/src/cmd/lofiadm/main.c
2016-06-216602 lofi should support labeled devicesToomas Soome1-6/+53
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-16OS-5462 lxbrand kernel should be lint cleanPatrick Mooney1-5/+4
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-117057 SysV IPC rctls should report usageJerry Jelinek2-8/+73
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-097058 crash dump progress should be emitted more frequentlyJoshua M. Clulow1-8/+16
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-06-06backout OS-5440 pfexec and the case of the missing error message (see OS-5452)Alex Wilson1-1/+1
2016-06-01OS-5440 pfexec and the case of the missing error messageAlex Wilson1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-16OS-5192 need faster clock_gettimePatrick Mooney1-0/+1
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com>
2016-05-09OS-5238 crash dump progress should be emitted more frequentlyJoshua M. Clulow1-8/+16
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-06OS-5386 small monotonic timer clamping incorrectJerry Jelinek1-1/+2
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-026826 want support for nested interpretersJerry Jelinek3-9/+26
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Cody Mello <cody.mello@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com
2016-04-306934 add kstat to track anon memory reservation failure (ENOMEM)Jerry Jelinek1-0/+3
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-04-256862 duplicate code in cpu_update_pctJerry Jelinek1-18/+10
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-04-22OS-5355 SysV IPC rctls should report usageJerry Jelinek2-8/+73
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-12OS-4825 cgroup user agent should be launched from the kernelJerry Jelinek2-5/+29
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-08OS-5311 docker init children not always in the correct contractJerry Jelinek1-5/+7
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-046829 Would like boot_time and init_pid for zones exposed to GZ kstatsJerry Jelinek1-2/+6
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Adam Števko <adam.stevko@gmail.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-04-046823 need per-zone kstat to track pageinsJerry Jelinek2-0/+70
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-31OS-5289 remove extraneous yield declaration in core.cRobert Mustacchi1-1/+0
Reviewed by: Dave Pacheco <dap@joyent.com>
2016-03-30OS-5293 lx brand: prelink(8)'d binaries core dump before main()Bryan Cantrill1-4/+9
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-29OS-5267 enable highres clock usage for non-priviliged usersJerry Jelinek1-12/+46
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-03-17OS-5223 removed shm segment is no longer availableJerry Jelinek2-9/+58
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-10 [illumos-gate merge]Jerry Jelinek1-0/+4
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-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-02-29 [illumos-gate merge]Jerry Jelinek8-34/+16
commit aab83bb83be7342f6cfccaed8d5fe0b2f404855d 6659 nvlist_free(NULL) is a no-op commit d643a855cbd8c4fb4fe966406fa05dff70673597 6674 sys/isa_defs.h shouldn't unconditionally define _ILP32 commit bcf23f43dc1b73080eeded927585ee86feab40a7 6596 Macro redefined in strtolctype.h
2016-02-276659 nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek8-34/+16
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-26OS-5189 lx dev enumeration can deadlock with zfsJerry Jelinek1-2/+7
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-26OS-5187 improve /proc/diskstat handlingJerry Jelinek1-1/+5
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-25OS-5179 flatten zvol entries for /dev and /proc/partitionsJerry Jelinek1-4/+16
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-07 [illumos-gate merge]Jerry Jelinek1-4/+1
commit 6d6fcbbb256ba9a8fe3e6076ae8a1f493b1f1a99 6600 cmd/fm should use the msgfmt(1) that Makefile.master tells it to commit aeac2d873b68a43f6650e0d0f021c02f5a653a21 6606 pysolaris has no translations but pretends otherwise commit f3b6506e5de00944c5a877f02a83b5e850f37ef5 6564 F_FLOCKW and F_FLOCK are undefined symbols in SPARC build commit 238d8f47d92b5b99a374f9639e0704420d3aef77 6601 Various GLD drivers return EINVAL instead of ENOTSUP for unused mac_prop_id_t's commit 4870e0a7381ec2ec57437062574e6ddc3dd48d7f 6582 initial reorg adding sys/null.h for 5218 6487 clean up __STDC__ ifdefs in rpcsvc/dbm.h 6563 fmtmsg.h should be simplified and neither define NULL nor _NULL Conflicts: usr/src/lib/Makefile
2016-02-056582 initial reorg adding sys/null.h for 5218Richard PALO1-4/+1
6487 clean up __STDC__ ifdefs in rpcsvc/dbm.h 6563 fmtmsg.h should be simplified and neither define NULL nor _NULL Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Robert Mustacci <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-18 [illumos-gate merge]Jerry Jelinek1-26/+3
commit 696be233fd50b992c5f28974cd022f078f832272 6556 64-bit SPARC libc needs signalfd.o too commit 0d5ae8c1274da6a6c74059317942eea625104946 6345 remove xhat support Conflicts: usr/src/uts/common/vm/vm_as.c
2016-01-166345 remove xhat supportJosef 'Jeff' Sipek1-26/+3
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2016-01-06 [illumos-gate merge]Jerry Jelinek10-62/+57
commit ceef08daa722b3a411ef838c03fb2fe6ada2f884 6507 i386 makecontext(3c) needs to 16-byte align the stack commit dc32d872cbeb56532bcea030255db9cd79bac7da 6514 AS_* lock macros simplification
2016-01-056514 AS_* lock macros simplificationJosef 'Jeff' Sipek10-62/+57
Reviewed by: Piotr Jasiukajtis <estibi@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-04OS-5071 Welcome to 2016Patrick Mooney1-2/+2
2015-12-01 [illumos-gate merge]Jerry Jelinek1-1/+1
commit cbff3abd8ecaa7b8e6a47457e0a5e562dbfc2cad 6457 ucopystr can't find its way home commit 7a5aac98bc37534537d4896efd4efd30627d221e 3252 Need a proper flock() implementation Conflicts: usr/src/uts/common/os/flock.c usr/src/man/man3c/flock.3c usr/src/man/man2/fcntl.2 usr/src/lib/libbc/libc/sys/common/flock.c
2015-11-243252 Need a proper flock() implementationJerry Jelinek2-5/+326
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-11-24OS-4949 kmem_move taskq appears to be inducing significant system latencyBryan Cantrill1-233/+42
2015-11-176342 want signalfd support [fix mismerge]Jerry Jelinek1-0/+1
2015-11-17 [illumos-gate merge]Jerry Jelinek1-1/+0
commit 68ecb2ec930c4b0f00acaf8e0abb2b19c4b8b76f 6393 zfs receive a full send as a clone commit 3d729aecc03ea6ebb9bd5d56b8dccd24f57daa41 6342 want signalfd support commit f9eb9fdf196b6ed476e4ffc69cecd8b0da3cb7e7 6451 ztest fails due to checksum errors Conflicts: usr/src/uts/sparc/Makefile.sparc usr/src/uts/common/os/sig.c usr/src/uts/common/io/signalfd.c
2015-11-166342 want signalfd supportJerry Jelinek2-0/+24
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-11OS-4937 lxbrand ptracer count updates can racerelease-20151112Patrick Mooney2-1/+30
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-11-06 [illumos-gate merge]Jerry Jelinek1-15/+5
commit 53de82f8192091fc067cfa8315c2debac58adc0a 6427 cscope-fast clobber misses scanner.c commit bef9e21af8ac4992b7dfef56530c7b0ed9184096 6305 blkdev should provide the device_error kstat for iostat -E commit 374f65e730bef62a7c83fb2cb0250f74d2a6a1e8 6304 iostat(1M) should be able to handle KSTAT_DATA_STRING commit c0e96d867a045da50bf7e014cab94cb44528a0f5 6303 support KSTAT_DATA_STRING in non-virtual named kstats commit 3c8ab7ef4c92d599fef219e45c08fe01e0fbe880 6302 kstat module needs cleanup commit f1bf06561684fdb7e38b282b7a4508d35a50985b 6301 format(1M) should be able to use device inquiry properties commit 510a68476ba6e33759b7603130d76db4cec783d1 6300 blkdev and blkdev drivers should provide inquiry properties commit 0c6eaab480b44a0c790ad94e7cb6084792411de9 6299 SATA inquiry property generation doesn't work as advertised Conflicts: usr/src/tools/cscope-fast/Makefile
2015-11-056303 support KSTAT_DATA_STRING in non-virtual named kstatsHans Rosenfeld1-15/+5
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Garrett D'Amore <garrett@damore.org>
2015-11-05OS-4915 want FX high priority zone configuration optionJerry Jelinek1-0/+64
OS-4925 ps pri shows misleading value for zone in RT scheduling class Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-11-046417 Want a privilege for accessing information about physical memoryJerry Jelinek2-1/+11
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2015-10-27OS-4824 Unlike Linux, nested interpreters don't workJerry Jelinek3-9/+26
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Cody Mello <cody.mello@joyent.com>
2015-10-166208 add support for timerfdBryan Cantrill3-12/+24
Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-10-166291 nested epoll does not mimic Linux behaviorPatrick Mooney1-5/+25
Reviewed by: Bryan Cantrill <bryan@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>