Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
So fix wget & getopt32. Also fix multiple --header options
order: add and use rev_llist.
|
|
|
|
|
|
(patch by Diekema, Jon (AGRE) <Jon.Diekema@smiths-aerospace.com>)
|
|
|
|
|
|
|
|
|
|
Renaming...
|
|
|
|
Patch by Gabriel Somlo <somlo at cmu.edu>
|
|
|
|
|
|
|
|
make it (partially) CONFIG_LFS-aware
|
|
|
|
http://busybox.net?var=a/b
http://busybox.net?login=john@doe
http://busybox.net#test/test
|
|
|
|
|
|
|
|
|
|
|
|
It is impossible to formulate sane ABI based on
size of ulong because it can be 32-bit or 64-bit.
Basically it means that you cannot portably use
more that 32 option chars in one call anyway...
Make it explicit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
httpd: ifdef CONFIG -> if ENABLE (shorted, catched typos)
|
|
|
|
("On-demand net module loading fails with CONFIG_FEATURE_IFUPDOWN_IP")
|
|
|
|
|
|
in /etc/network/interfaces. Patch author is Gabriel L. Somlo <somlo@cmu.edu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add O_LARGEFILE support (not run tested :).
|
|
|
|
|
|
|