mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 17:33:18 +00:00
Squashed commit of the following:
configs/: The few configurations that formerly set CONFIG_NFILE_DESCRIPTORS=0 should not default, rather they should set the number of descriptors to 3.
fs/: Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
tools/: Tools updates for changes to usage of CONFIG_NFILE_DESCRIPTORS.
syscall/: Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
libs/: Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
include/: Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
drivers/: Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
Documentation/: Remove all references to CONFIG_NFILE_DESCRIPTORS == 0
binfmt/: Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
arch/: Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
net/: Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
sched/: Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
sched/Kconfig: CONFIG_NFILE_DESCRIPTORS may no longer to set to a value less than 3
configs/: Remove all settings for CONFIG_NFILE_DESCRIPTORS < 3
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| lib_asprintf.c | ||
| lib_clearerr.c | ||
| lib_dprintf.c | ||
| lib_dtoa.c | ||
| lib_fclose.c | ||
| lib_feof.c | ||
| lib_ferror.c | ||
| lib_fflush.c | ||
| lib_fgetc.c | ||
| lib_fgetpos.c | ||
| lib_fgets.c | ||
| lib_fileno.c | ||
| lib_fopen.c | ||
| lib_fprintf.c | ||
| lib_fputc.c | ||
| lib_fputs.c | ||
| lib_fread.c | ||
| lib_freopen.c | ||
| lib_fseek.c | ||
| lib_fsetpos.c | ||
| lib_ftell.c | ||
| lib_fwrite.c | ||
| lib_gets.c | ||
| lib_gets_s.c | ||
| lib_libdtoa.c | ||
| lib_libfflush.c | ||
| lib_libfgets.c | ||
| lib_libflushall.c | ||
| lib_libfread.c | ||
| lib_libfwrite.c | ||
| lib_libnoflush.c | ||
| lib_libsnoflush.c | ||
| lib_libsprintf.c | ||
| lib_libvsprintf.c | ||
| lib_lowoutstream.c | ||
| lib_meminstream.c | ||
| lib_memoutstream.c | ||
| lib_memsistream.c | ||
| lib_memsostream.c | ||
| lib_nullinstream.c | ||
| lib_nulloutstream.c | ||
| lib_perror.c | ||
| lib_printf.c | ||
| lib_puts.c | ||
| lib_rawinstream.c | ||
| lib_rawoutstream.c | ||
| lib_rawsistream.c | ||
| lib_rawsostream.c | ||
| lib_rdflush.c | ||
| lib_remove.c | ||
| lib_setbuf.c | ||
| lib_setvbuf.c | ||
| lib_snprintf.c | ||
| lib_sprintf.c | ||
| lib_sscanf.c | ||
| lib_stdinstream.c | ||
| lib_stdoutstream.c | ||
| lib_stdsistream.c | ||
| lib_stdsostream.c | ||
| lib_tempnam.c | ||
| lib_tmpnam.c | ||
| lib_ungetc.c | ||
| lib_vasprintf.c | ||
| lib_vdprintf.c | ||
| lib_vfprintf.c | ||
| lib_vprintf.c | ||
| lib_vsnprintf.c | ||
| lib_vsprintf.c | ||
| lib_wrflush.c | ||
| lib_zeroinstream.c | ||
| Make.defs | ||
| nano_dtoa_data.c | ||
| nano_dtoa_engine.c | ||
| nano_dtoa_engine.h | ||
| nano_libvsprintf.c | ||
| nano_ultoa_invert.c | ||
| nano_ultoa_invert.h | ||