mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* assorted patches
@ 2011-04-11 14:18 Sascha Hauer
  2011-04-11 14:18 ` [PATCH 1/7] eth: check the result of edev->get_ethaddr Sascha Hauer
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sascha Hauer @ 2011-04-11 14:18 UTC (permalink / raw)
  To: barebox


Sascha Hauer (7):
      eth: check the result of edev->get_ethaddr
      net: add a context to the packet handler
      environment: make default env path configurable
      move simple_itoa to libbb so that others can use it
      kfifo: kfifo_put takes a const buffer
      copy_file: handle write return value correctly
      cp command: handle directories as last argument

 commands/cp.c         |    3 ++-
 commands/loadenv.c    |    2 +-
 commands/saveenv.c    |    2 +-
 common/environment.c  |    2 ++
 common/hush.c         |   15 +--------------
 common/startup.c      |    7 ++++---
 include/environment.h |    3 +++
 include/kfifo.h       |    2 +-
 include/libbb.h       |    2 ++
 include/net.h         |    8 +++++---
 lib/copy_file.c       |   15 +++++++++++----
 lib/kfifo.c           |    2 +-
 lib/libbb.c           |   13 +++++++++++++
 net/dhcp.c            |    4 ++--
 net/dns.c             |    4 ++--
 net/eth.c             |    6 ++++--
 net/net.c             |   17 ++++++++++-------
 net/netconsole.c      |    4 ++--
 net/nfs.c             |    4 ++--
 net/ping.c            |    4 ++--
 net/tftp.c            |    4 ++--
 21 files changed, 73 insertions(+), 50 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-04-11 14:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-11 14:18 assorted patches Sascha Hauer
2011-04-11 14:18 ` [PATCH 1/7] eth: check the result of edev->get_ethaddr Sascha Hauer
2011-04-11 14:18 ` [PATCH 2/7] net: add a context to the packet handler Sascha Hauer
2011-04-11 14:18 ` [PATCH 3/7] environment: make default env path configurable Sascha Hauer
2011-04-11 14:18 ` [PATCH 4/7] move simple_itoa to libbb so that others can use it Sascha Hauer
2011-04-11 14:18 ` [PATCH 5/7] kfifo: kfifo_put takes a const buffer Sascha Hauer
2011-04-11 14:18 ` [PATCH 6/7] copy_file: handle write return value correctly Sascha Hauer
2011-04-11 14:18 ` [PATCH 7/7] cp command: handle directories as last argument Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox