提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt a77786ddf1 Update submodules 9 年之前
  Gregory Nutt a43c294652 Update ChangeLog 9 年之前
  Gregory Nutt 7d3d49e227 Upate submodules 9 年之前
  Gregory Nutt d166dda8f6 Update ChangeLog 9 年之前
  Gregory Nutt f4978c12d5 Update ChangeLog 9 年之前
  Gregory Nutt 08213f830d poll() and select() should not be built if poll() is disabled 9 年之前
  Gregory Nutt 7483ed38ce Fix some procfs registration typos 9 年之前
  Gregory Nutt eaa113a284 Update submodule 9 年之前
  Gregory Nutt 7a7a8f5835 Update submodules 9 年之前
  Gregory Nutt ad64c033e7 s/procfs: The procfs file system can now be configured so that it supports a runtime registration of procfs entries with CONFIG_FS_PROCFS_REGISTER=y 9 年之前
  Gregory Nutt 6af3ba78b9 Remove CONFIG_NET_PINGADDRCONF. This was a uIP way of assigning IP addresses, but is not standard and not a appropriate feature in general. 9 年之前
  Gregory Nutt 4c22aae14a Update ChangeLog 9 年之前
  Gregory Nutt 5c9e05693e Upate submodules 9 年之前
  Gregory Nutt e4236941c6 net/net_procfs.c: Add basic support for networking procfs entries 9 年之前
  Gregory Nutt 8075a67803 include/nuttx/net/netdef.h: Add a missing macro 9 年之前
  Gregory Nutt 2a93c66948 include/nuttx/net/netdev.h and several Ethernet drivers in arch/: Most network drivers to not support statistics. Those that do only support them when DEBUG is enabled. Each driver collects an architecture specific set of statistics and there is no mechanism in place to view those statistics. Thus, the driver feature was mostly useless. This change standardizes the driver statistics and puts the definition in the common network device structure defined in netdev.h where they can be accessed by network applications. All Ethernet drivers that collect statistics have been adapted to use these common statistics. 9 年之前
  Gregory Nutt 470784d8ca Update submodules 9 年之前
  Gregory Nutt 603f3afd6d Some minor clean-up from last changes 9 年之前
  Gregory Nutt ed35eb0f8d drivers/loop: Add a loop character device that can be used to setup and teardown loop devices 9 年之前
  Gregory Nutt e5f27f5865 Fix some conditional compilation. CONFIG_LIBC_LOCALTIME should be checked in most of the same places wehre CONFIG_TIME_EXTENDED is checked 9 年之前
  Gregory Nutt 8f5047323f Update ChangeLog and submodules 9 年之前
  Ken Pettit c0b9dcf8a9 fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit 9 年之前
  Gregory Nutt 6230e6e199 size_t should be 64-bits on a 64-bit machine. mmsize_t should be 32-bits (unless CONFIG_MM_SMALL is selected). This commit backs out the last change to stddef.h 9 年之前
  Gregory Nutt 8914400750 PCF85163: Correct I2C address 9 年之前
  Gregory Nutt 4b29bcee7f Rename up_rtcinitialize to up_rtc_initialize so that it looks like other RTC interfaces 9 年之前
  Gregory Nutt 1b7d7a53b2 Update submodules 9 年之前
  Gregory Nutt 0d18b13a16 Update ChangeLog 9 年之前
  Gregory Nutt 8d963e66cf Fix some stylistic issues found by tools/nxstyle 9 年之前
  Gregory Nutt 5a99735782 (Hopefully) cosmetic changes from review of recent merges for conformance to coding standard 9 年之前
  Gregory Nutt 2ae7485a57 Update ChangeLog 9 年之前