summaryrefslogtreecommitdiff
path: root/nuttx/libc/misc
Commit message (Expand)AuthorAgeFilesLines
* Add CRC8 support. From Ken PettitGregory Nutt2014-12-092-1/+142
* Updated commentsGregory Nutt2014-11-291-4/+16
* Update some Documentation and comments associated with the last ioctl changeGregory Nutt2014-11-291-2/+2
* Add some commentsGregory Nutt2014-11-291-2/+6
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-292-0/+111
* Move syslog logic from libc/misc and libc/stdio to libc/syslogGregory Nutt2014-10-082-62/+20
* make standard syslog and vsyslog POSIX compliant (also modify non-standard sy...Gregory Nutt2014-10-082-31/+16
* Fix a couple more places where the wrong allocator is being usedGregory Nutt2014-09-111-3/+3
* When a privileged thread exits, we have to use the kernel alloctor to free me...Gregory Nutt2014-09-111-12/+17
* Rename some functions and reshuffling some paramtersGregory Nutt2014-09-112-38/+67
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-2/+3
* Lpc17xx Ethernet: Comment out an assertion that is reported to first inapprop...Gregory Nutt2014-07-111-2/+2
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-2/+2
* More trailing whilespace removalGregory Nutt2014-04-134-6/+6
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-2/+5
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-271-2/+0
* Pattern matching logic extended by Ken PettitGregory Nutt2013-12-121-5/+68
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+1
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-281-2/+6
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-2/+2
* Fix typo/compilation error with USB device DMA memory allocation is enabledGregory Nutt2013-07-121-2/+0
* Add CRC16 supportGregory Nutt2013-07-072-1/+139
* More SLCD-related fixesGregory Nutt2013-05-262-10/+3
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-262-2/+36
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-241-24/+16
* STM32L-Discovery LCD driver is code compele but untestedGregory Nutt2013-05-231-7/+18
* Add logic to encode/decode special SLCD actionsGregory Nutt2013-05-234-2/+577
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-111-2/+6
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-1/+4
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+5
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-22/+22
* Move stream data from TCB to task group structure.patacongo2013-01-261-96/+38
* Fix an error handling bug in the fread logicpatacongo2013-01-112-10/+8
* Fix bad conditional in nuttx/libc/misc/Make.defspatacongo2013-01-031-1/+1
* Add support for key release eventspatacongo2012-12-272-63/+137
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-261-1/+7
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-262-4/+9
* Add logic to serialize and marshal out-of-band keyboard commandspatacongo2012-12-253-1/+340
* OK.. I think the directory has been recovered and renamedpatacongo2012-11-109-9/+9
* Still trying to recover directory contentspatacongo2012-11-109-0/+1373