History log of /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/fm.c
Revision Date Author Comments
# 297077 20-Mar-2016 mav

MFC r277300 (by smh): Mechanically convert cddl sun #ifdef's to illumos

Since the upstream for cddl code is now illumos not sun, mechanically
convert all sun #ifdef's to illumos #ifdef's which have been used in all
newer code for some time.

Also do a manual pass to correct the use if #ifdef comments as per style(9)
as well as few uses of #if defined(__FreeBSD__) vs #ifndef illumos.


# 271001 03-Sep-2014 delphij

MFC r270247: MFV r270195:

Illumos issue:
5045 use atomic_{inc,dec}_* instead of atomic_add_*


# 270998 03-Sep-2014 delphij

MFC r270239: MFV r270193:

Illumos issues:
5042 stop using deprecated atomic functions


# 271001 03-Sep-2014 delphij

MFC r270247: MFV r270195:

Illumos issue:
5045 use atomic_{inc,dec}_* instead of atomic_add_*


# 270998 03-Sep-2014 delphij

MFC r270239: MFV r270193:

Illumos issues:
5042 stop using deprecated atomic functions