Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   kamil
Date:           Thu Oct  3 22:16:53 UTC 2019

Modified Files:
        src/external/bsd/libevent/dist: kqueue.c
        src/sys/compat/linux/common: linux_sched.c
        src/sys/compat/netbsd32: netbsd32.h netbsd32_conv.h
        src/sys/sys: event.h

Log Message:
Switch kevent udata from intptr_t void*

Synchromize the struct field format with other BSDs and Darwin.

No ABI change between older and newer struct form on the ports.

The change will require no changes to most C users during the transition
period as the header keeps a caller cast.

Discussed with core@ and there were no objections for this move.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/bsd/libevent/dist/kqueue.c
cvs rdiff -u -r1.71 -r1.72 src/sys/compat/linux/common/linux_sched.c
cvs rdiff -u -r1.126 -r1.127 src/sys/compat/netbsd32/netbsd32.h
cvs rdiff -u -r1.39 -r1.40 src/sys/compat/netbsd32/netbsd32_conv.h
cvs rdiff -u -r1.37 -r1.38 src/sys/sys/event.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index