summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* dosfs: Fix format request with sectors per clusterSebastian Huber2012-05-311-2/+10
* libblock: Move rtems_bdbuf_get_media_block() callSebastian Huber2012-05-311-75/+78
* libblock: Simplify disk managementSebastian Huber2012-05-317-118/+229
* libblock: Remove explicit bds_per_group parameterSebastian Huber2012-05-311-18/+13
* libblock: Remove const qualifier from bdbuf APISebastian Huber2012-05-318-27/+27
* libblock: Add task stack size bdbuf configurationSebastian Huber2012-05-313-41/+72
* dosfs: Fix print format stringSebastian Huber2012-05-291-1/+2
* ftpd: Set current directory after session closeSebastian Huber2012-05-291-1/+2
* Filesystem: Wait for unmount() to finishSebastian Huber2012-05-294-11/+79
* shell/lsof: Use fprintf() instead of printk()Sebastian Huber2012-05-241-2/+6
* libblock: Fix read request block count calculationSebastian Huber2012-05-241-1/+1
* libblock: Fix state descriptionsSebastian Huber2012-05-241-1/+1
* Add config.h.in.Ralf Corsépius2012-05-241-0/+495
* network/dhcp: PR1841: Fix DNS processing in DHCPSebastien Bourdeauducq2012-05-221-3/+45
* pci.h cleanup - Consolidate common defines to cpukit pci.hJoel Sherrill2012-05-161-4/+8
* mvme5500 and cpukit pci.h - Eliminate mvme5500 specific pci.hJoel Sherrill2012-05-161-2/+12
* nfsclient: Fix symbolic link evaluationSebastian Huber2012-05-161-66/+97
* libcsupport: Adjust malloc_walk() prototypeSebastian Huber2012-05-163-3/+4
* Filesystem: Add missing include file <stdint.h>Sebastian Huber2012-05-151-0/+1
* Filesystem: Change pathconf_limits_and_optionsSebastian Huber2012-05-156-11/+7
* Filesystem: Move operations to mount table entrySebastian Huber2012-05-1537-64/+76
* Filesystem: Add const qualifier to lock/unlockSebastian Huber2012-05-157-15/+19
* Filesystem: PR1255: Move offset update to handlersSebastian Huber2012-05-1511-20/+39
* Filesystem: Add shared device IO supportSebastian Huber2012-05-1514-289/+255
* Filesystem: Use ioctl_command_tSebastian Huber2012-05-1515-89/+45
* rfs: Fix major and minor number integer typesSebastian Huber2012-05-151-25/+30
* libblock: Fix purge device tree traversalSebastian Huber2012-05-141-1/+2
* dosfs: Remove unused parameterSebastian Huber2012-05-141-1/+0
* devfs: C++ compatibilitySebastian Huber2012-05-141-1/+1
* Filesystem: Remove duplicate prototypeSebastian Huber2012-05-141-11/+0
* PR2065: RBTree: Insert function (protected) does not enable interruptsGedare Bloom2012-05-131-2/+4
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-1137-79/+3
* cpukit/aclocal - Fix one mistake by scriptJoel Sherrill2012-05-111-0/+1
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111906-3912/+0
* dosfs: Remove fat_file_datasync()Sebastian Huber2012-05-118-179/+73
* libblock: Add RTEMS_BLKIO_PURGEDEVSebastian Huber2012-05-112-0/+10
* Filesystem: PR1893: Fix write and truncate handlerSebastian Huber2012-05-119-37/+137
* Filesystem: PR1871: Fix O_APPENDSebastian Huber2012-05-118-143/+33
* Filesystem: PR1398: Fix lseek() mechanicSebastian Huber2012-05-1123-391/+166
* Score ISR - Minimize Capabilities When Not Simple VectoredJoel Sherrill2012-05-094-9/+21
* Score Semaphore - Need Semaphore Seize Body When Multiprocessing is EnabledJoel Sherrill2012-05-091-1/+1
* rbtree: API changes. Remove rbtree control node from RBTree_Next.Gedare Bloom2012-05-087-34/+19
* PR2061: RBTree: updating min and max on insert with duplicatesGedare Bloom2012-05-081-1/+6
* PR2060: RBTree: updating min and max on extract pathGedare Bloom2012-05-081-17/+9
* score/rbtree: eliminate unused function _RBTree_Peek.Gedare Bloom2012-05-083-68/+1
* rbtree: API ChangesGedare Bloom2012-05-082-11/+76
* score/rbtree: replace _RBTree_Peek_unprotected with _RBTree_First.Gedare Bloom2012-05-082-23/+3
* score/scheduling: Use RBTree_First instead of Peek in EDF scheduler.Gedare Bloom2012-05-081-6/+3
* Revert: Remove CVS IdsJoel Sherrill2012-05-0758-0/+194
* nfsclient: Add rename operationSebastian Huber2012-05-041-1/+45