index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
ifconfig.c
Age
Commit message (
Collapse
)
Author
2013-06-08
Yet more ifconfig cleanup.
Rob Landley
2013-06-02
More ifconfig cleanup, described on list.
Rob Landley
2013-05-21
More ifconfig cleanup, inlining show_ip_addr(), hex_to_binary(), and ↵
Rob Landley
set_hw_address().
2013-05-20
Next round of ifconfig cleanup, to be described on mailing list.
Rob Landley
2013-05-19
Yet more ifconfig cleanup. (As described on the mailing list [CLEANUP] thread.)
Rob Landley
2013-05-12
Ifconfig cleanup to option parsing.
Rob Landley
2013-04-26
Add posix headers to toynet.h, move xioctl() to lib.c, introduce lib/net.c ↵
Rob Landley
and move xsocket() to it.
2013-04-25
And another round of ifconfig cleanup.
Rob Landley
2013-04-24
Yet more drive-by cleanup of ifconfig.
Rob Landley
2013-04-20
More ifconfig cleanup.
Rob Landley
2013-04-20
ifconfig cleanup (Reorder functions to eliminate need for prototypes, put ↵
Rob Landley
main at end).
2013-04-19
Another round of ifconfig cleanup.
Rob Landley
2013-04-16
More ifconfig cleanup.
Rob Landley
2013-04-16
Fix the help commit I screwed up, and replace leading tabs with spaces.
Rob Landley
2013-04-16
More ifconfig cleanup.
Rob Landley
2013-04-16
Isaac Dunham's help string cleanup.
Rob Landley
2013-04-14
ifconfig uses __caddr_t in one location; this is not guaranteed to work ↵
Isaac Dunham
everywhere. It does not compile OOB on musl, so I changed it to the portable equivalent, char *. This compiles on musl, and should compile anywhere.
2013-04-11
More ifconfig cleanup.
Rob Landley
2013-04-05
More ifconfig cleanups, mostly removing unused code.
Rob Landley
2013-04-04
Drive-by cleanup on ifconfig.
Rob Landley
2013-04-04
An ifconfig bugfix from the original submitter.
Rob Landley
2013-04-02
Kyungwan Han submitted ifconfig.
Rob Landley