id: fix "id <user>" case. Requires getgrouplist().
[oweals/busybox.git] / libbb /
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-19 Bernhard Reutner... - Rename getpty() to xgetpty() and adjust callers.
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-05-16 Bernhard Reutner... - fix bug where we incorrectly rejected ifconfig eth0...
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-05-07 Denis Vlasenkohttpd: fix several bugs triggering by realtive path...
2008-04-29 Denis Vlasenkofix build failure for libbusybox
2008-04-25 Denis Vlasenkolibbb: fix wrong sscanf count check (affects pidof...
2008-04-25 Denis Vlasenkolineedit: hack for making it sort-of-work even if term...
2008-04-24 Bernhard Reutner... - bump copyright year
2008-04-24 Denis Vlasenkolineedit: filename completion on symlinks-to-dirs shoul...
2008-04-23 Denis Vlasenkogetopt32: fix "tar x" case; fix memory leak
2008-04-22 Denis Vlasenkoadd forgotten files. I am forgetting it all the time :(
2008-04-22 Denis Vlasenko*: remove remaining instances of ".data" hack
2008-04-21 Denis Vlasenkogetopt32: fix recently broken opt_complementary "--"
2008-04-21 Denis Vlasenkotentative fix for ppc64 problems with ioctl.
2008-04-20 Denis Vlasenkoxmalloc_open_read_close: use fstat to get file size...
2008-04-20 Denis Vlasenkolibbb: prevent xmalloc_open_read_close from dying on...
2008-04-19 Denis Vlasenkolibbb: introduce xmalloc_xopen_read_close and use where...
2008-04-19 Denis Vlasenkostyle fixes. no code changes
2008-04-13 Denis Vlasenkofix english in comment
2008-04-13 Denis Vlasenkoash: speed up NOFORK code in ash by eliminating second...
2008-04-11 Denis Vlasenkofix build with gcc -combine
2008-04-09 Denis Vlasenkoactually adding xfuncs_printf.c :(
2008-04-09 Denis VlasenkoSplitting xfuncs.c into two parts. No code chabges.
2008-04-08 Denis VlasenkoAvoid linking in printf/bsearch if possible. -20k for...
2008-04-06 Denis Vlasenkobrctl: optional support for "show" cmd (by L. Gabriel...
2008-04-01 Denis Vlasenkoxfunc_die: resurrect (actually, it's "svn add" being...
2008-04-01 Denis Vlasenkoshells: do not frocibly enable test, echo and kill...
2008-03-28 Denis Vlasenkocopy_file: handle "cp /dev/foo file" (almost) compatibl...
2008-03-28 Denis Vlasenkowhitespace fixes
2008-03-27 Denis Vlasenkomdev: plug a few memory and fd leaks; simplify code...
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-26 Denis Vlasenkopatch: add support for -R. ~ +110 byte. By Pascal Bella...
2008-03-24 Denis Vlasenko*: whitespace fixes, no code changes
2008-03-24 Denis Vlasenkolpd: fix OOM vulnerability (was eating arbitrarily...
2008-03-20 Denis Vlasenkoinetd: use change_identity().
2008-03-19 Denis Vlasenkodie_if_bad_username: shrink: 88 -> 77 bytes
2008-03-19 Denis Vlasenko...and actually adding new file now...
2008-03-19 Denis Vlasenkoadduser/addgroup: check username for invalid chars
2008-03-17 Denis Vlasenkoremove extra spaces in help text; delete duplicate...
2008-03-17 Denis Vlasenko*: mode tcp/udpsvd to networking, delete ipsvd/*
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenkoclean up TODO file. No real code changes.
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenkodnsd: properly set _src_ IP:port on outgoing UDP packets
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkodos2unix: tiny shrink
2008-03-17 Denis Vlasenkolibbb: introduce and use sigprocmask_allsigs and sigact...
2008-03-12 Denis Vlasenkolibbb: introduse and use signal_[no_]SA_RESTART_empty_m...
2008-03-12 Denis Vlasenkonc: remove a bit of bloat
2008-03-12 Denis Vlasenkoinetd: make it NOMMU-capable and IPv6-friendly. Lots...
2008-03-12 Denis Vlasenkocrond: make it NOMMU-capable
2008-03-05 Paul Foxdefine DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is...
2008-03-02 Denis Vlasenkoactually add bb_qsort.c
2008-03-02 Denis Vlasenkolibbb: inntroduce and use bb_pstrcmp() and qsort_string...
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-27 Denis Vlasenkolibbb: add forgotten part of "script" applet change
2008-02-27 Denis Vlasenkoscript: new applet by Pascal Bellard <pascal.bellard...
2008-02-25 Denis Vlasenkoactually add libbb/safe_gethostname.c
2008-02-25 Denis Vlasenko*: intrduce and use safe_gethostname. By Tito <farmatit...
2008-02-25 Denis Vlasenkolpd: spool mode added by Vladimir
2008-02-24 Denis Vlasenkolpd: new applet by Vladimir Dronnikov <dronnikov AT...
2008-02-24 Denis Vlasenkoless,klogd,syslogd,nc,tcpudp: exit on signal by killing...
2008-02-22 Denis Vlasenkosmall code readability and typo fixes
2008-02-22 Denis Vlasenkolpr and lpq applets by Walter Harms.
2008-02-20 Denis Vlasenkocorrected English in comment
2008-02-20 Denis Vlasenkolibbb: introduce and use nonblock_safe_read(). Yay!
2008-02-18 Denis Vlasenkolineedit: tiny shrink
2008-02-18 Denis Vlasenkomount: recognize "dirsync" (closes bug 835)
2008-02-17 Denis Vlasenkowhitespace fixes
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-02-15 Mike Frysingerwe need to pass back the rtc device name that was actua...
2008-02-15 Mike Frysingersplit some rtc funcs out of hwclock and into an rtc...
2008-02-14 Denis Vlasenkolibbb: filename completion should match dangling symlin...
2008-02-13 Denis Vlasenkocp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug...
2008-02-11 Bernhard Reutner... - spelling fixes
2008-02-10 Denis Vlasenkogetpot: add support for "a+" specifier for nonnegative...
2008-02-02 Denis Vlasenkomsh: fix Ctrl-C handling with line editing
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2008-01-28 Denis Vlasenko*: move getopt reset code to better place(s)
2008-01-27 Denis Vlasenkomkswap, readahead: stop using fdlength, it is reported...
2008-01-27 Denis Vlasenkotentatively fix getopt state corruption for NOFORK...
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2008-01-24 Denis Vlasenkofdisk: fix a case where break was reached only for...
2008-01-18 Paul Foxeliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the...
2008-01-11 Paul Foxenable use of ^V prefix to allow forced insertion of...
2008-01-11 Paul Foxallow 8-bit characters
2008-01-07 Denis Vlasenkops: fix build breakage from vda's recent commit
2008-01-06 Denis Vlasenkops: fix overflow in USER and VSZ columns
2008-01-05 Denis Vlasenkops: add conditional support for -o [e]time
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-12-30 Denis Vlasenkoadding libbb/printable.c
2007-12-30 Denis Vlasenkolibbb: introduce fputc_printable (from ed)
2007-12-26 Denis VlasenkoFix xmalloc_fgets_str so that it really does NOT strip...
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-12-24 Denis Vlasenkodefconfig: update
next