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
/
other
/
netcat.c
Age
Commit message (
Expand
)
Author
2015-02-07
Make toy_exec() check if argc is in optargs and deal with it there so we don'...
Rob Landley
2015-01-16
AOSP master has <pty.h> and builds netcat/nc.
Elliott Hughes
2015-01-14
Switch netcat to stop parsing command line at first nonoption argument instea...
Rob Landley
2014-12-31
Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...
Rob Landley
2014-11-19
probe for getspnam(), forkpty(), utmpx, replace sethostname()
Isaac Dunham
2014-10-20
More static analysis fixes from Ashwini Sharma.
Rob Landley
2014-05-31
Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...
Rob Landley
2014-02-04
Tweak help text.
Rob Landley
2013-11-02
Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ...
Rob Landley
2013-07-18
Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reus...
Rob Landley
2013-07-06
This inlines CRC64, and nothing more.
Isaac Dunham
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-10-08
New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...
Rob Landley
2012-08-25
Regularize command headers, update links to standards documents.
Rob Landley
2012-08-25
Move commands into "posix", "lsb", and "other" menus/directories.
Rob Landley