hg: dio/dev: 2 new changesets
sergey.nazarkin at oracle.com
sergey.nazarkin at oracle.com
Fri Dec 5 16:08:55 UTC 2014
Changeset: c69cb4805050
Author: snazarki
Date: 2014-12-05 19:57 +0400
URL: http://hg.openjdk.java.net/dio/dev/rev/c69cb4805050
8066691: Expected UnavailableDeviceException is not thrown when again openning UART in EXCLUSIVE mode
Summary: Open device list is kept for source compatibility with JavaME. File lock to prevent access from different process.
Reviewed-by: snazarki
Contributed-by: alexey.mironov at oracle.com
! src/share/linux/native/com/oracle/dio/uart/serial.c
! src/share/linux/native/com/oracle/dio/uart/serial.h
! src/share/linux/native/com/oracle/dio/uart/uart.c
+ src/share/linux/native/com/oracle/dio/utils/list_helper.c
+ src/share/native/com/oracle/dio/list_helper.h
Changeset: b583dbc924ea
Author: snazarki
Date: 2014-12-05 20:08 +0400
URL: http://hg.openjdk.java.net/dio/dev/rev/b583dbc924ea
8066676: Add privilege API for JavaME compatibility
Summary: To maintain source level compatibility with JavaME API to save, restore, drop privileges and stubs for SE implementation were added.
Reviewed-by: snazarki
Contributed-by: alexey.mironov at oracle.com
! src/share/linux/native/com/oracle/dio/gpio/gpio.c
! src/share/linux/native/com/oracle/dio/i2c/i2c.c
! src/share/linux/native/com/oracle/dio/mmio/mmio.c
! src/share/linux/native/com/oracle/dio/spibus/spi.c
+ src/share/linux/native/com/oracle/dio/stub/privilige_manager.c
+ src/share/native/com/oracle/dio/privilege_manager.h
More information about the dio-dev
mailing list