9
0
Fork 0

Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-02-27 08:27:25 -06:00
parent 798444f612
commit 9f92936a07
1 changed files with 7 additions and 0 deletions

View File

@ -9894,3 +9894,10 @@
* include/sys/select.h: Extend the fd_set type definition so that it
can handle more than 32 descriptors (if so configured). From Max
Neklyudov (2015-02-25).
* net/netdev/netdev_unregister.c: Fix a list handling error in
netdev_unregister(). From Max Neklyudov (2015-02-27).
* net/netdev/netdev_register.c: Improve the network device registration
logic. When multiple link types are used, modify how each interface
number is assigned to the device name by incrementing the device
number individually for each interface link type. From Max Neklyudov
(2015-02-27).