Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | |||
2006-07-16 | Convert setuid/setgid users to xsetuid/xsetgid. | Rob Landley | |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-05-31 | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer | |
This needs a second pass to: + add bb_daemon(unsigned char no_chdir, unsigned char no_close, const char*flag) + eventually globally export argc and argv, so we don't need to pass it to bb_daemon(). | |||
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | |
2006-04-10 | - typo: s/biltin/builtin/g | Bernhard Reutner-Fischer | |
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | |
from before "if(x) free(x)". | |||
2006-01-25 | just whitespace | Tim Riker | |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2005-11-09 | change osbolete sigpause() to sigsuspend() | "Vladimir N. Oleynik" | |
2005-11-06 | Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with any | Rob Landley | |
reasonably recent glibc, and breaks with uClibc. So yank it. | |||
2005-10-05 | more lost changes BSD signals -> SysV signals. Noticed by Bernhard | "Vladimir N. Oleynik" | |
2005-10-05 | BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard | "Vladimir N. Oleynik" | |
2005-10-05 | dont typecast lvalue since gcc hates that | Mike Frysinger | |
2005-10-03 | sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 | "Vladimir N. Oleynik" | |
2005-08-01 | commiting: | Paul Fox | |
0000073: Add option to inetd applet to run in foreground this option was already there for uclinux -- this just exposes it in the normal case as well. | |||
2005-07-31 | use socklen_t instead of size_t with socket related functions | Mike Frysinger | |
2005-07-19 | applying fix from: | Paul Fox | |
0000088: inetd chargen stream does not generate the characters as recommended in RFC 864 Chragen service is generating garbage characters. | |||
2005-04-16 | Fix broken macro | Eric Andersen | |
2004-06-22 | Robin Farine writes: | Eric Andersen | |
Package: BusyBox Version: 1.0.0-pre10 Passing the -q <integer> option to inetd causes it to dereference an invalid pointer (optarg). The attached patch provides a fix to this problem. Robin | |||
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2004-02-22 | Patch from Vodz, cleanup memory usage, send strdup error messages to | Glenn L McGrath | |
syslog. | |||
2004-02-22 | remove duplicate header declarations | Glenn L McGrath | |
2004-02-18 | Dont use same variable and struct name | Glenn L McGrath | |
2004-02-18 | Formatting | Glenn L McGrath | |
2004-02-18 | remove debugging | Glenn L McGrath | |
2004-02-17 | Mark Lord writes: | Eric Andersen | |
The config file processing for inetd in busybox-1.00-pre7 and newer is broken -- the saved command argv[] values overwrite each other. Patch to fix it is attached. Cheers -- Mark Lord Real-Time Remedies Inc. | |||
2004-01-20 | Redo getconfigent, save 150 bytes, still small memory leak when | Glenn L McGrath | |
parsing invalid entries. | |||
2004-01-18 | Fix up a couple of bugs i introduced in yesterdays cleanup. | Glenn L McGrath | |
2004-01-17 | Modify bb_lookup_port to allow the protocol to be specified, allowing | Glenn L McGrath | |
/etc/services support for inetd, netcat and tftp. | |||
2004-01-17 | The functions setconfig, enter and bump_nofile were only called once, marge ↵ | Glenn L McGrath | |
them into the calling function. | |||
2004-01-17 | Use 1 line for function name and return value, | Glenn L McGrath | |
remove dofork define/variable, dont check pid value is < or > than 0 if we know it is 0. | |||
2004-01-17 | Remove some defined statements | Glenn L McGrath | |
2004-01-17 | Changed #define names for common features (superficial) | Glenn L McGrath | |
2004-01-17 | Use bb_get_chomped_line_from_file | Glenn L McGrath | |
2003-07-28 | Fixup bugs in last patch | Eric Andersen | |
2003-07-28 | last_patch95 from vodz: | Eric Andersen | |
Hi. Last patch have new libbb function vfork_rexec() for can use daemon() to uClinux system. This patched daemons: syslog, klogd, inetd, crond. This not tested! I havn`t this systems. Also. Previous patch for feature request MD5 crypt password for httpd don`t sended to this mailist on 07/15/03 (mailist have Pytom module problem?). The previous patch included, and have testing. --w vodz | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-02-11 | Fix compile error... header problems. | Manuel Novoa III | |
2003-02-10 | Fix compile error, last_patch82 by Vladimir N. Oleynik | Glenn L McGrath | |
2003-02-09 | New applet, inetd, make httpd features more configurable, update authors, ↵ | Glenn L McGrath | |
last_patch_80 from Vladimir N. Oleynik |