Sebastian Huber
aaee3a9179
libtests/malloctest: Add test case
2012-12-22 16:41:08 +01:00
Sebastian Huber
d8efe3dc71
libtests/malloctest: Add test case
2012-12-22 16:28:26 +01:00
Sebastian Huber
9fd4d0d106
IMFS: Documentation
2012-12-21 21:38:00 +01:00
Sebastian Huber
f58fd9702e
libblock: Use @brief in documentation
2012-12-21 20:28:24 +01:00
Jennifer Averett
e5e1d8f000
libblock: Doxygen Enhancement Task #1 corrections
2012-12-21 11:56:26 -06:00
Mathew Kallada
f6c7bcfe99
libblock: Doxygen Enhancement Task #1
2012-12-21 11:42:39 -06:00
Mathew Kallada
f5f2676824
libmisc: Doxygen Enhancement Task #1
2012-12-21 11:13:06 -06:00
Sebastian Huber
72c686167d
libblock: Use rtems_blkdev_create_partition()
...
Use rtems_blkdev_create_partition() instead of rtems_disk_create_log()
to avoid problems with the huge IMFS_GENERIC_DEVICE_MAJOR_NUMBER.
2012-12-21 15:45:55 +01:00
Sebastian Huber
3b91605e84
IMFS: Fix resource leak in IMFS_allocate_node()
2012-12-21 15:45:55 +01:00
Sebastian Huber
c5d27600f9
libcsupport: Add rtems_resource_snapshot_take()
...
Add rtems_resource_rtems_api, rtems_resource_posix_api,
rtems_resource_snapshot, rtems_resource_snapshot_equal(), and
rtems_resource_snapshot_check().
2012-12-21 15:45:51 +01:00
Sebastian Huber
fe1dc221b6
score: Add _Objects_Active_count()
2012-12-21 15:40:27 +01:00
Sebastian Huber
cbd07e4ce0
score: Add rtems_chain_node_count_unprotected()
2012-12-21 15:40:27 +01:00
Sebastian Huber
3af7e23e7f
bsp/gen83xx: Add GPR_1 to register map
2012-12-21 15:40:27 +01:00
Sebastian Huber
a640b204c0
bsp/gen83xx: Fix RCWLR_CEVCO defines
2012-12-21 15:40:27 +01:00
Sebastian Huber
566c05c896
bsp/gen83xx: Fix CSB clock calculation for MPC8309
2012-12-21 15:40:26 +01:00
Alex Ivanov
ef5e4526dc
libfs: Doxygen Enhancement Task #1
2012-12-20 09:45:31 -06:00
Mathew Kallada
d883ce2eff
libfs: Doxygen Enhancement Task #6 "
2012-12-20 08:22:52 -06:00
Ayush Awasthi
1be3fad9b4
posix: Doxygen Enhancement Task #6
...
http://www.google-melange.com/gci/task/view/google/gci2012/7945218
2012-12-19 22:23:52 -05:00
Ayush Awasthi
65f6d3ce56
posix: Doxygen Enhancement Task #9
...
http://www.google-melange.com/gci/task/view/google/gci2012/7948216
2012-12-19 09:57:03 -05:00
Alex Ivanov
ab8721996a
posix: Doxygen Enhancement Task #10
...
http://www.google-melange.com/gci/task/view/google/gci2012/7997223
2012-12-19 09:53:08 -05:00
Mathew Kallada
148e3de629
libmisc: Doxygen Enhancement Task #2
...
http://www.google-melange.com/gci/task/view/google/gci2012/7959228
2012-12-19 09:51:38 -05:00
Ayush Awasthi
9889d51724
posix: Doxygen Enhancement Task #3
...
http://www.google-melange.com/gci/task/view/google/gci2012/8022219
2012-12-19 09:49:08 -05:00
Ralf Corsépius
b1efb2fab7
Update from automake-1.12.6.
2012-12-19 14:13:48 +01:00
Alex Ivanov
11109ea227
libfs: Doxygen Enhancement Task #2
...
http://www.google-melange.com/gci/task/view/google/gci2012/8032207
2012-12-18 15:46:38 -05:00
Ayush Awasthi
d527562eee
posix: Doxygen Enhancement Task #11
...
http://www.google-melange.com/gci/task/view/google/gci2012/7987221
2012-12-18 15:42:30 -05:00
Ayush Awasthi
f0bd30c495
posix: Doxygen Enhancement Task #12
...
http://www.google-melange.com/gci/task/view/google/gci2012/8003214
2012-12-18 11:55:40 -05:00
Andreas Heinig
7b5513f04f
PR2083 Wrong return value in _RBTree_Has_only_one_node
...
The function _RBTree_Has_only_one_node shall return a boolean value, but
returns NULL. NULL, however, is defined as: (void *)0. Hence it does not match
the scalar bool type. Return false instead.
2012-12-18 11:27:49 -05:00
Sebastian Huber
4592658b70
bsps/arm: Move promiscuous mode setting
2012-12-18 11:22:19 +01:00
Sebastian Huber
3f58ac7add
bsps/arm: Add PHY up/down
...
All PHYs will be set to power up/down state with the BMCR[BMCR_PDOWN]
setting.
The KSZ80X1RNL will use the energy detect power down (EDPD) mode with
PLL automatically turned in the up state. It will use the slow
oscillator mode in the down state.
To prevent system bus lock-ups the PHY is set to the up state before
Ethernet module initialization. In case of a communication failure with
the PHY or weird PHY identifiers the initialization will be aborted.
2012-12-18 11:22:19 +01:00
Sebastian Huber
50233d370c
bsps/arm: Add PHY timeout detection
2012-12-18 11:22:19 +01:00
Sebastian Huber
2cd48da071
bsps/arm: Add interface down support
2012-12-18 11:22:19 +01:00
Sebastian Huber
e99893f986
bsps/arm: Prepare for interface down support
2012-12-18 11:22:18 +01:00
Sebastian Huber
573822b1e9
bsps/arm: Use assert() instead of status macros
2012-12-18 11:22:18 +01:00
Sebastian Huber
5970dcc9e2
bsps/arm: Remove superfluous attributes
2012-12-18 11:22:18 +01:00
Sebastian Huber
e5a7f8469a
bsps/arm: Avoid mbuf migration in LPC ethernet
...
The receive task will only hand over a mbuf if it gets a new one
immediately. This avoids mbuf migration out of the receive task in case
of overload.
2012-12-18 11:22:18 +01:00
Sebastian Huber
c9562c593b
bsp/lpc32xx: Add UART_CLKMODE settings
2012-12-18 11:22:18 +01:00
Sebastian Huber
380628ea05
bsp/lpc32xx: Configure U4_TX pin for UART 4
2012-12-18 11:22:17 +01:00
Sebastian Huber
d1cf32676d
bsp/lpc32xx: Fix function prototype
2012-12-18 11:22:17 +01:00
Sebastian Huber
f25d31f52b
bsp/lpc32xx: Add idle thread body
2012-12-18 11:22:17 +01:00
Sebastian Huber
1edaa5fe7b
libnetworking: Make functions public
...
Make functions rtems_bsdnet_semaphore_obtain_recursive() and
rtems_bsdnet_semaphore_release_recursive() public.
2012-12-18 11:22:17 +01:00
Sebastian Huber
ea4f072ef3
shell: Remove interface down warning in ifconfig
...
Whether an interface down is supported or not depends on the interface
driver.
2012-12-18 11:22:17 +01:00
Sebastian Huber
c40f36b08b
libtests/md501: Use test cases of RFC 2202
2012-12-16 21:38:27 +01:00
Sebastian Huber
f95d74a4ad
libtests/md501: New test
2012-12-16 17:33:57 +01:00
Mathew Kallada
810ecf05af
posix: Doxygen Enhancement Task #7
...
http://www.google-melange.com/gci/task/view/google/gci2012/7958218
2012-12-16 08:38:02 -05:00
Alex Ivanov
d86308bdf8
posix: Doxygen Enhancement Task #2
...
http://www.google-melange.com/gci/task/view/google/gci2012/7988213
2012-12-15 16:03:12 -05:00
Mathew Kallada
eb08acf903
posix: Doxygen Enhancement Task #8
...
http://www.google-melange.com/gci/task/view/google/gci2012/8003213
2012-12-15 15:41:05 -05:00
Alex Ivanov
e49a36cb0b
posix: Doxygen Enhancement Task #5
...
http://www.google-melange.com/gci/task/view/google/gci2012/7959229
2012-12-15 09:54:10 -05:00
Gedare Bloom
e79a766fb3
libcsupport: Update file header for termios.h to remove link, add description.
2012-12-15 07:26:34 -05:00
Alex Ivanov
e43f4758af
posix: Doxygen Enhancement Task #1
...
http://www.google-melange.com/gci/task/view/google/gci2012/7987220
2012-12-15 07:25:05 -05:00
Alex Ivanov
cefc9aea6b
libcsupport: Doxygen Enhancement Task #8
...
http://www.google-melange.com/gci/task/view/google/gci2012/7996208
2012-12-15 07:23:36 -05:00