Searched hist:207729 (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dlink_elf_obj.cdiff 296419 Sat Mar 05 22:35:55 MST 2016 kib In the link_elf_obj.c, handle sections of type SHT_AMD64_UNWIND same
as SHT_PROGBITS. This is needed after the clang 3.8 import, which
generates that type for .eh_frame section, which had SHT_PROGBITS type
before.

Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com>
PR: 207729
Tested by: dim (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
H A Dkern_conf.cdiff 207729 Thu May 06 17:29:43 MDT 2010 kib Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device node
in a no-sleep context. If resource allocation cannot be done without
sleep, make_dev_credf() fails and returns NULL.

Reviewed by: jh
MFC after: 2 weeks
/freebsd-11-stable/sys/sys/
H A Dconf.hdiff 207729 Thu May 06 17:29:43 MDT 2010 kib Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device node
in a no-sleep context. If resource allocation cannot be done without
sleep, make_dev_credf() fails and returns NULL.

Reviewed by: jh
MFC after: 2 weeks
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_devs.cdiff 207729 Thu May 06 17:29:43 MDT 2010 kib Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device node
in a no-sleep context. If resource allocation cannot be done without
sleep, make_dev_credf() fails and returns NULL.

Reviewed by: jh
MFC after: 2 weeks

Completed in 258 milliseconds