2007-01-22 |
Denis Vlasenko | comment out unused old networking API parts |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Denis Vlasenko | remove obsolete FEATURE_WGET_IP6_LITERAL |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Denis Vlasenko | defconfig: refresh |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Denis Vlasenko | move shell/cmdedit.c -> libbb/lineedit.c |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Denis Vlasenko | cmdedit is not a 'command' editing anymore, it's just... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Denis Vlasenko | cmdedit: fix breakage |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Denis Vlasenko | cmdedit.h: remove |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Denis Vlasenko | cmdedit: stop playing dirty games with atexit |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Denis Vlasenko | Convert cmdedit into more generic line input facility |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Denis Vlasenko | Introduce FEATURE_EDITING_FANCY_KEYS, so that user... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Denis Vlasenko | cmdedit: more optimizations |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Denis Vlasenko | cmdedit: small optimizations |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Denis Vlasenko | sanitize cmdedit a bit (group functions by task etc) |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Bernhard Reutner... | - use makedev to get device number, else it gives wrong... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Denis Vlasenko | Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bernhard Reutner... | - point to correct version. Thanks to Yann E. MORIN. |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bernhard Reutner... | - make tty's pre SUSv3 option handling dependant on... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bernhard Reutner... | - get_terminal_width_height does not and should never... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bernhard Reutner... | - small size tweak |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bernhard Reutner... | - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bernhard Reutner... | - small size tweak |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bernhard Reutner... | - reuse retval for the option handling. |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bernhard Reutner... | - small size tweaks |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bernhard Reutner... | - make read_stduu() and read_base64() void, small size... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bernhard Reutner... | - small size tweak |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bernhard Reutner... | - add C99 bool type for setups that support it. |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Denis Vlasenko | Announce 1.3.2 and 1.4.0 on busybox.net |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Denis Vlasenko | head is 1.5.0.svn now |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Denis Vlasenko | releasing busybox 1.4.0 1_4_0 |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Denis Vlasenko | fixing bugs revealed by randomconfig runs |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Denis Vlasenko | fixes for amd64 compilation |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Denis Vlasenko | ls: stop doing time() for each file in "ls -l" |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Denis Vlasenko | strdup -> xstrdup |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Denis Vlasenko | ls: use get_cached_username/groupname |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Denis Vlasenko | openvt,getty,vfork_daemon_rexec,mount: tighten up fd... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Denis Vlasenko | fsck: dead code removal; also disable progress indicato... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Denis Vlasenko | fsck: stop using strtok |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Denis Vlasenko | fsck: move functions around so that related ones are... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Denis Vlasenko | fsck: small optimization |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Denis Vlasenko | fix potentially misaligned 32-bit accesses |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Bernhard Reutner... | - move the smallint that is platform dependant to it... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Peter Kjellerstedt | Use char for smallint on CRIS as well. |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Bernhard Reutner... | - reinstate paranoia check in wrapf(). |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Denis Vlasenko | fix subtle bug inherited from dash |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Denis Vlasenko | stop using global variable needlessly |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Denis Vlasenko | smallint can be a char for amd64 too |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Denis Vlasenko | sed,get_line_from_file: improve comments |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Bernhard Reutner... | - stty's visible() function and catv's guts are identic... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Bernhard Reutner... | - remove superfluous define that expanded to "!strcmp" |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Bernhard Reutner... | - reuse return code of vsnprintf to avoid pulling in... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Bernhard Reutner... | - merge display_changed() and display_all() |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Bernhard Reutner... | - peruse get_terminal_width_height and remove legacy... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Bernhard Reutner... | - rewrite find_param to use index_in_str_array |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Bernhard Reutner... | - manually inline tty_value_to_baud and remove string_t... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Bernhard Reutner... | - constify some read-only members and remove superfluou... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Bernhard Reutner... | - reuse option_mask32 for state-handling in main |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Bernhard Reutner... | - replace some occurances of "kernel" with busybox |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Denis Vlasenko | httpd: use fd#1 in inetd mode |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Denis Vlasenko | inetd: preparatory patch, no code changes |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Denis Vlasenko | Rename bb_sanitize_stdio -> bb_sanitize_server_stdio |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Denis Vlasenko | small size optimization |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Denis Vlasenko | isrv.h: add copyright info |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Denis Vlasenko | I forgot "svn add" AGAIN! :( |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Denis Vlasenko | fakeidentd: avoid extra fcntl calls |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Denis Vlasenko | fakeidentd: fix daemon mode (was thinking that it is in |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Denis Vlasenko | inetd: open log after daemonization |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Denis Vlasenko | By popular request reinstate fakeidentd's standalone... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Denis Vlasenko | whitespace fixes (leading spaces to tab) |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Denis Vlasenko | small fixes to ipv6 infrastructure |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Denis Vlasenko | random small size optimizations |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Denis Vlasenko | stty: fix bug reported by Paul Albrecht <albrecht@rdi1... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Denis Vlasenko | stty: rearrange functions, avoiding the need in forward... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Denis Vlasenko | undo RESERVE_CONFIG_BUFFER change. aldot, small on... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Denis Vlasenko | next part of ipv6-ization. mostly netcat. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Denis Vlasenko | next part of ipv6-ization. dnsd code is "interesting"... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Denis Vlasenko | next part of ipv6-ization is here: wget & httpd |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Denis Vlasenko | fakeinetd: attempted ipv6-ization (and it's done) |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Denis Vlasenko | fix my own breakage |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Denis Vlasenko | Trailing whitespace removal over entire tree |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Denis Vlasenko | fix verbose output; remove commented-out includes. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Denis Vlasenko | ipv6-ization efforts continue. Few bugs are found, |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Denis Vlasenko | code shrinkage by Bernhard Fischer <rep.nop@aon.at> |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Denis Vlasenko | missed a few #undefs (no real impact I think) |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Denis Vlasenko | fix bug 1146 (gunzip breakage introduced by me --vda) |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Denis Vlasenko | a bit more IPv6-ization work |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Denis Vlasenko | Improve generic ipv4+ipv6 support in libbb. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Denis Vlasenko | execute "safe applets" exev if not standalone shell |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Denis Vlasenko | Fix typo in usage text by shortening it |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Denis Vlasenko | Yet another small size reduction by Bernhard Fischer... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Denis Vlasenko | small size reduction by Bernhard Fischer <rep.nop@aon.at> |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Denis Vlasenko | small size reduction by Bernhard Fischer <rep.nop@aon.at> |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Denis Vlasenko | compilation fix by Bernhard Fischer <rep.nop@aon.at> |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bernhard Reutner... | - missing hunk to go with r17206 |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bernhard Reutner... | - shrink by 26 bytes or so |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bernhard Reutner... | - vapier wants LD to point to CC, revert my previous... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bernhard Reutner... | - shrink klogd a tiny bit. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bernhard Reutner... | vda, we once had a get_chomped_line_from_file or the... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Denis Vlasenko | ping6: fix sequence numbers (missed ntoh) and ttl display. |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Bernhard Reutner... | - guess we need dl too |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Bernhard Reutner... | - set LD to ld |
commit | commitdiff | tree | snapshot |
next |