Commit Graph

8207 Commits

Author SHA1 Message Date
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
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
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
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
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
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