summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
...
* smtp now compilespatacongo2007-08-301-36/+25
* Basic infrastructure for socket() and bind()patacongo2007-08-282-1/+114
* Import of uIP 1.0patacongo2007-08-268-0/+2510
* Added cp commandpatacongo2007-07-011-1/+1
* Add dirname and basenamepatacongo2007-07-011-0/+66
* Add environment variable functionpatacongo2007-06-301-1/+1
* Add basic tasking support for environment variablespatacongo2007-06-302-2/+39
* Add getoptpatacongo2007-06-101-1/+15
* SDCC specific changes. Z80 support; re-enable __FILE__ and __LINE__ in assert...patacongo2007-06-092-7/+11
* Add support for custom system timer frequencypatacongo2007-06-092-4/+27
* Added statfs()patacongo2007-05-292-1/+7
* Remove duplicate definition of struct statfspatacongo2007-05-271-11/+0
* Added fat_getattrib.c and fat_setattrib.cpatacongo2007-05-273-0/+285
* Fix reference count problempatacongo2007-05-271-1/+1
* Add stat()patacongo2007-05-275-74/+90
* Fat dir operations seem to workpatacongo2007-05-261-1/+5
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-0/+8
* Add readdir() on mountpointspatacongo2007-05-261-0/+4
* Add FAT rmdir and unlinkpatacongo2007-05-211-5/+5
* Add unlink(), mkdir(), rmdir(), and rename()patacongo2007-05-214-9/+35
* Added fsync()patacongo2007-05-202-7/+15
* Support for open of FAT fspatacongo2007-05-192-6/+55
* fix isupper()patacongo2007-05-191-1/+1
* umount and fat fixespatacongo2007-05-141-3/+5
* Add FAT32 unmount; mountpoint open needs oflags+modepatacongo2007-05-131-1/+2
* Misc. changes to support FAT32 fileysystempatacongo2007-05-131-10/+19
* Add mount and umountpatacongo2007-05-122-5/+114
* Add structures to manage block driverspatacongo2007-05-091-43/+103
* Added mq_timedsend() and mq_timedreceive()patacongo2007-03-291-5/+9
* Add pthread_setschedprio() prototypepatacongo2007-03-241-0/+1
* Add SCHED_SPORADIC (even though we don't use it)patacongo2007-03-241-3/+4
* Add new pthread_* APIspatacongo2007-03-232-14/+72
* argv parameter should be 'const'patacongo2007-03-231-4/+4
* ioctl should be prototyped in sys/ioctl.hpatacongo2007-03-212-1/+68
* Added support for POSIX timerspatacongo2007-03-213-25/+36
* Add the framework to support POSIX timerspatacongo2007-03-211-7/+11
* Add kill()patacongo2007-03-201-5/+1
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-2013-543/+942
* Typopatacongo2007-03-191-1/+1
* Fix typospatacongo2007-03-191-9/+12
* Interrupts must be disabled in all low level context switchespatacongo2007-03-191-0/+21
* Fix botched conditional compilationpatacongo2007-03-171-1/+1
* Add strerror()patacongo2007-03-172-137/+260
* Add pthread_equal()patacongo2007-03-161-0/+6
* Move common parts of C5471 into drivers/ so it can be used by other platforms.patacongo2007-03-161-0/+241
* Define 'inline' for SDCC so that code can use the inline storage class if not...patacongo2007-03-161-0/+2
* Remove some defines that belong in limits.hpatacongo2007-03-161-2/+0
* Add 'ls' command to nshpatacongo2007-03-141-2/+2
* Added opendir, readdir, closedir, etc.patacongo2007-03-143-46/+121
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-0/+5