summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/contract.c
AgeCommit message (Collapse)AuthorFilesLines
2017-05-16 [illumos-gate merge]Jerry Jelinek1-1/+4
commit ade42b557a6e29c3d17a61b1535d99af10e379be 8064 need a static DTrace probe in VN_HOLD commit fe4627ef755b7c263f91a0e6f07cdca5d7083501 8149 deadlock between datalink deletion and kstat read commit 4286ffae246c5943dbdc0d830e5e117c900d6baa 7444 fs/xattr.c should be more transparent (zfs_acl_test) commit faf269d301b574ab95145509e30b86f2caad6578 8221 libndmp: misleading-indentation commit 3bf67e00acfe087698262c7f308007f5dfb49f91 8222 libdscfg: misleading-indentation commit 3cf7d3e96c394bb30710bd264c0bb61f4646639f 8215 print: misleading-indentation Conflicts: usr/src/uts/common/io/dls/dls_mgmt.c usr/src/uts/common/fs/tmpfs/tmp_vnops.c usr/src/test/os-tests/tests/Makefile usr/src/test/os-tests/runfiles/default.run usr/src/pkg/manifests/system-test-ostest.mf
2017-05-168064 need a static DTrace probe in VN_HOLDSebastien Roy1-1/+4
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Prashanth Sreenivasa <pks@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-12OS-4825 cgroup user agent should be launched from the kernelJerry Jelinek1-1/+5
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-276659 nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek1-4/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek1-1/+1
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2013-08-313933 contract adoption can raceJerry Jelinek1-11/+39
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@nexenta.com>
2008-10-246753802 procfs may access kernel data it shouldn'tAntonello Cruz1-10/+87
2008-03-176675747 uninitialized kernel memory returned by ctfs when specially crafted ↵acruz1-2/+34
parameter is passed to ioctl
2008-02-25PSARC 2008/046 Process Contract Decorationsacruz1-13/+12
5079353 RFE: contract 'decoration' with service FMRI
2007-08-09PSARC 2007/290 Retire Agent for I/O Devicesvikram1-13/+153
6464720 Deliver a FMA I/O retire agent --HG-- rename : usr/src/cmd/fm/modules/common/io-retire/ior_main.c => deleted_files/usr/src/cmd/fm/modules/common/io-retire/ior_main.c
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+2411