include <stddef.h> so that ptrdiff_t is again available
[oweals/busybox.git] / include /
2007-03-18 Denis Vlasenkoinclude <stddef.h> so that ptrdiff_t is again available
2007-03-17 Denis Vlasenkorandom fixes to help text
2007-03-17 Mike Frysingerpunt useless header as pointed out by src.obsolete...
2007-03-15 Denis Vlasenkogzip: Improve ptr_to_globals trick, allowing gcc
2007-03-15 Denis Vlasenkonetworking/interface.c: was doing really strange cachin...
2007-03-15 Denis Vlasenkomodify ptr_to_globals trick so that we do not violate
2007-03-14 Denis Vlasenkoarp, networking/interface.c: eliminate statics
2007-03-14 Denis Vlasenkostop using big static buffer for inode hash
2007-03-14 Bernhard Reutner... - change option -c to -Z to match newer upstream SElinu...
2007-03-14 Denis Vlasenkogzip: bbunzip integration fixes
2007-03-12 Denis Vlasenkointroduce and use setfscreatecon_or_die
2007-03-11 Denis Vlasenkonext portion of selinux updates: chcon, runcon. From
2007-03-10 Denis Vlasenkoselinux support by Yuichi Nakamura <ynakam@hitachisoft...
2007-03-09 Bernhard Reutner... - add chrt applet.
2007-03-09 Denis Vlasenkodiff: failed to confirm "static bug" in gcc - reinstati...
2007-03-07 Denis Vlasenkohwclock: support /dev/rtc0 etc
2007-03-07 Denis Vlasenkofix umount usage message
2007-03-07 Denis Vlasenkobunzip2/gunzip/uncompress/unlzma: merge into common...
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-03-06 Denis Vlasenkoifupdown: code to deconstruct the state_list gracefully
2007-02-26 Denis Vlasenkostart_stop_daemon: add -chuid support
2007-02-25 Denis Vlasenkogrep: "implement" -a and -I by ignoring them
2007-02-17 Denis Vlasenkosort: fix multiple -k (was ignoring all except last)
2007-02-17 Denis Vlasenkoinit: code readability enhancements; very small code...
2007-02-17 Denis Vlasenkoklogd: code de-obfuscation with small code size reduction
2007-02-14 Denis Vlasenkosyslogd: MARK code is buggy. Disabling it altogether...
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-09 Denis Vlasenkoping: support -I addr in family neutral manner; reuse...
2007-02-08 Mike Frysingermake sure ps/top output what they claim: vsz, not rss...
2007-02-07 Denis Vlasenkotftp: fix IPv6 fallout
2007-02-07 Denis Vlasenkofix #ifdef ENABLE_xxx -> #if
2007-02-06 Denis Vlasenkonew applets: selinux utils by KaiGai Kohei <kaigai...
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-04 Denis Vlasenkoudhcp: use improved gethostbyname replacement from...
2007-02-04 Denis Vlasenkoifconfig: use IPv6 infrastructure
2007-02-04 Denis Vlasenkomount: (try to) support cifs with IPv6
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-04 Denis VlasenkoBB_EXECLP should call execlp, not execvp
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkodo not put all <applet>_main() declarations
2007-02-03 Denis VlasenkoAdd BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFE...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #6
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2007-01-28 Bernhard Reutner... - document the multicast argument for ip link
2007-01-27 Denis Vlasenkofix warning in find.c
2007-01-26 Denis Vlasenkofix bin2hex bug. lowercase = uppercase | 0x20, not...
2007-01-26 Denis Vlasenkofix "expr has no effect" warning
2007-01-26 Denis Vlasenkofix non-ipv6 compile
2007-01-25 Denis Vlasenkoarping: stop using last gethostbyname2 in the tree
2007-01-24 Denis VlasenkoUnify ping and ping6. ping has -4 and -6 which force
2007-01-22 Denis Vlasenkoclean up commented out old code
2007-01-22 Denis Vlasenkoping6: stop using xgethostbyname2, remove it from libbb.
2007-01-22 Denis Vlasenkonslookup: full circle. Here we started IPv6 work. Use...
2007-01-22 Bernhard Reutner... - the archivers expect mode to be a mode_t, so do not...
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2007-01-22 Denis Vlasenkocomment out unused old networking API parts
2007-01-22 Denis Vlasenkocmdedit is not a 'command' editing anymore, it's just...
2007-01-22 Denis VlasenkoConvert cmdedit into more generic line input facility
2007-01-20 Bernhard Reutner... - make tty's pre SUSv3 option handling dependant on...
2007-01-20 Bernhard Reutner... - get_terminal_width_height does not and should never...
2007-01-20 Bernhard Reutner... - add C99 bool type for setups that support it.
2007-01-20 Denis Vlasenkofixing bugs revealed by randomconfig runs
2007-01-19 Denis Vlasenkols: use get_cached_username/groupname
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2007-01-18 Bernhard Reutner... - move the smallint that is platform dependant to it...
2007-01-18 Peter KjellerstedtUse char for smallint on CRIS as well.
2007-01-18 Denis Vlasenkosmallint can be a char for amd64 too
2007-01-14 Denis VlasenkoRename bb_sanitize_stdio -> bb_sanitize_server_stdio
2007-01-14 Denis VlasenkoBy popular request reinstate fakeidentd's standalone...
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-12 Denis Vlasenkorandom small size optimizations
2007-01-12 Denis Vlasenkonext part of ipv6-ization. mostly netcat.
2007-01-12 Denis Vlasenkonext part of ipv6-ization is here: wget & httpd
2007-01-11 Denis Vlasenkofakeinetd: attempted ipv6-ization (and it's done)
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-11 Denis Vlasenkoipv6-ization efforts continue. Few bugs are found,
2007-01-10 Denis Vlasenkoa bit more IPv6-ization work
2007-01-10 Denis VlasenkoImprove generic ipv4+ipv6 support in libbb.
2007-01-09 Denis VlasenkoFix typo in usage text by shortening it
2007-01-07 Bernhard Reutner... - a few minor tweaks
2007-01-07 Denis Vlasenkoadd arp applet - thanks to
2007-01-05 Denis Vlasenkodo not expose internal state of [g]zip unpacker.
2007-01-04 Bernhard Reutner... - remove duplicate includes
2007-01-04 Denis Vlasenkosyslogd: start using bb_common_bufsiz1 instead of stack...
2007-01-04 Denis Vlasenkonew libbb func: xmalloc_realpath (+ use it where makes...
2007-01-03 Denis Vlasenkoconvert calloc to xzalloc
2007-01-03 Denis Vlasenkoextern variable declaration in a .c file is heresy...
2007-01-03 Denis Vlasenkointroduce small[u]int
2006-12-31 Denis Vlasenkoremove commented out #includes etc
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-30 Denis Vlasenkofixdep.c: avoit doing memcmp in most cases
2006-12-30 Denis Vlasenkofix for uclibc-without-shadow.h compilation
2006-12-28 Denis Vlasenkofix build without shadow support
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-26 Denis Vlasenkoproperly export externs thru *.h files
2006-12-26 Denis Vlasenkostyle fixes
2006-12-26 Denis Vlasenkochattr: bugfixes and size reduction
2006-12-26 Denis Vlasenkoleftover of e2fsck surgery
next