Commit Graph

24530 Commits

Author SHA1 Message Date
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
Sebastian Huber
4fdc3ee0aa dosfs: Avoid error caused by bdbuf configuration
The success of a block size change depends on the bdbuf configuration.
Do not treat a failed block size change as a hard error.  This is only a
missed performance optimization.
2012-12-14 10:18:31 +01:00
Sebastian Huber
d0b9295fd9 Fix spelling 2012-12-14 10:17:04 +01:00
Sebastian Huber
6d5ba497b1 Filesystem: Revert documentation changes 2012-12-14 10:13:36 +01:00
Mathew Kallada
a0e6c73850 posix: Doxygen enhancement task #4
http://www.google-melange.com/gci/task/view/google/gci2012/7955219
2012-12-13 20:51:15 -05:00
Alex Ivanov
41b590f966 libcsupport: Doxygen enhancement task #9 2012-12-13 12:13:19 -06:00
Sebastian Huber
da02535ac5 termios: Fix output flush 2012-12-13 17:35:59 +01:00
Gedare Bloom
8f005260a9 libcsupport: Revert termios Doxygen. Add file header. 2012-12-13 08:06:31 -05:00
Sebastian Huber
4b8e01f7c5 dosfs: Add sync_device option for msdos_format() 2012-12-13 11:38:53 +01:00
Sebastian Huber
60e8cd430e dosfs: Fix error status handling 2012-12-13 11:38:52 +01:00
Ralf Kirchner
465b086534 dosfs: Bugfix for disks of for example 100MB size 2012-12-13 11:38:52 +01:00
Ralf Kirchner
26d6eddb0d dosfs: Whitespace change 2012-12-13 11:38:52 +01:00
Ralf Kirchner
253b3e5a67 dosfs: Fix request evaluation
Return the ability to set a cluster size other than one sector for
unaligned volumes.
2012-12-13 11:38:52 +01:00
Sebastian Huber
73719950c0 bsp/lpc32xx: Fix console baud configuration 2012-12-13 11:36:37 +01:00
Sebastian Huber
b0da579608 termios: Implement tcflush()
New IO control RTEMS_IO_TCFLUSH.
2012-12-13 11:36:37 +01:00
Sebastian Huber
ad13ebe071 termios: Fix tcflow() error status 2012-12-13 11:36:37 +01:00
Sebastian Huber
8e3a7f4f8d libcsupport: Revert documentation changes 2012-12-13 11:34:06 +01:00
Mathew Kallada
c2ae79e93c misc: Header File Doxygen Enhancement Task #3
http://www.google-melange.com/gci/task/view/google/gci2012/8006220
2012-12-12 15:57:49 -05:00
Mathew Kallada
f1eb368d1a cpukit/rtems: Header File Doxygen Enhancement GCI Task #8
http://www.google-melange.com/gci/task/view/google/gci2012/7948217
2012-12-12 06:25:40 -05:00
Mathew Kallada
9bff3752de libfs: Doxygen Enhancement GCI Task #7
http://www.google-melange.com/gci/task/view/google/gci2012/8006219
2012-12-11 18:54:46 -05:00
Alex Ivanov
cc390b62c4 libcsupport: Doxygen enhancement GCI task #6
http://www.google-melange.com/gci/task/view/google/gci2012/7992212
2012-12-11 17:35:30 -05:00
Alex Ivanov
17c6ad6a01 libcsupport: Doxygen enhancement GCI task #4
http://www.google-melange.com/gci/task/view/google/gci2012/8009205
2012-12-11 16:51:08 -05:00
Alex Ivanov
c9bb60a94c libcsupport: GCI Doxygen Task #7
http://www.google-melange.com/gci/task/view/google/gci2012/7975223
2012-12-11 06:49:45 -05:00
Alex Ivanov
37509959b2 libcsupport: Doxygen enhancement task #5
http://www.google-melange.com/gci/task/view/google/gci2012/7992211
2012-12-10 14:51:23 -05:00