- Nov 23, 2015
-
-
Gregory Nutt authored
stddef.h: Use a round-about cast in the definition of offsetof() to avoid warnings on machines with 64 bit addresses and when size_t is less than 64-bits.
-
Ken Pettit authored
mksmartfs: Remove fs/smartfs/fs_mksmartfs.c and related headers. This has been moved to apps/fsutils/mksmartfs. From Ken Petit
-
- Nov 22, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Revert "Add option to specify logical sector size during low level format plus adds some run-time geometry tests. fs/smartfs: Remove the 'mksmartfs()' code from the kernel 'fs'" This reverts commit 96faf0fa3251ca10a17daddc728d931be5a206e0.
-
Gregory Nutt authored
Add option to specify logical sector size during low level format plus adds some run-time geometry tests. fs/smartfs: Remove the 'mksmartfs()' code from the kernel 'fs' directory and build.
-
Gregory Nutt authored
-
Gregory Nutt authored
Fixed a mismatching between the drawlinewindow's prototype and it's implementation
-
- Nov 21, 2015
-
-
Slimane Bendelloul authored
-
Gregory Nutt authored
-
Gregory Nutt authored
open() has been extended. You can now open block drivers and access them just as you can character drivers. For example, you can hexdump a block device.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 20, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Ken Pettit authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 19, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
RTC: Fix system time initialization when using an exernal RTC. Fix some bugs in the DS1307/DS3231 RTC driver
-
Gregory Nutt authored
-
Ken Pettit authored
drivers/mtd/smart.c Fixed SmartFS wear level error that occurs when the logical sector size is too small to save all wear level status bytes in a single sector. Logical sectors 1 and 2 were simply not being allocated and then the read_sector and write_sector routines were failing. From Ken Petit
-
- Nov 18, 2015
-
-
Gregory Nutt authored
stdio: Define BUFSIZ
-
Gregory Nutt authored
-
Paul A. Patience authored
-
Gregory Nutt authored
stdlib: Fix forgotten FARs
-
Gregory Nutt authored
atoi(): Cast return value to int
-
Gregory Nutt authored
-
Paul A. Patience authored
-