irclog2html for uclibc on 2002.09.12

13:56:06mjn3sjhill: morning
13:56:52sjhillg'morning Manuel
13:57:02sjhillso what's on the agenda today?
13:59:24mjn3need to build a custom filesystem for the zaurus.  that should finish off that project and then i can get back to i10n/i18n stuff, plus fix a couple of minor issues i'm aware of
14:22:44sjhillhey andersee
14:23:01anderseemorning
14:23:08anderseeAll going ok?
14:23:42anderseesjhill: BTW, I've got my uClibc build script updated and it now works stock for mipsel...  Tried it this morning and it worked.
14:23:49mjn3andersee: morning.  i commited a couple of vodz's patches to busybox.  bb_asprintf was broken for some archs plus he fixed another bug in arith.c
14:24:01anderseesjhill: good good.
14:24:26anderseesjhill: We need to get those new applets in as well...  awk and such
14:25:27anderseesjhill: I've not reviewed them yet to be sure that would pass the Manuel test.  ;-)
14:25:31mjn3the bb_asprintf bug has a similar counterpart in uClibc, but only in one of my optional configurations.  i think i mentioned i needed to fix a bug involving va_copy/va_end...
14:25:55anderseemjn3: yup.  I remember you mentioning that.
14:26:16mjn3andersee: the "Manuel test"???  ;-)
14:26:22anderseemjn3: hehe.
14:26:35anderseemjn3: i.e. whether a new busybox applets sucks....
14:26:50mjn3andersee: i might get the va_copy stuff fixed today.  my priority though is getting the zaurus filesystem done
14:27:07mjn3ahh... you mean, find the bloat quotient.
14:27:49anderseemjn3: yup
14:28:16anderseemjn3: The Manuel test is looking to see if committing the applet would make you cringe.  ;-)
14:28:47mjn3well, when i start building a setup on the zaurus for my own use, i'll probably do some shrinking of a few bb applets i'm sure.
14:29:31anderseeYou know, I really should get busybox 0.60.4 out the door today.
14:29:38mjn3andersee: i still haven't recovered from glancing at fbset
14:29:43anderseeI've done far too much procrastinating...
14:29:46anderseemjn3: hehe
14:29:59anderseeis happy
14:30:14anderseeThe replacement for my laptop power supply just arrived from UPS
14:30:58anderseeThe connector on the old one was busted... which made using the laptop a a brief thing at best
14:31:03mjn3andersee: if you do, vodz has at least one patch pending i think.  i committed last_patch5[34].gz this morning, but didn't look at last_patch52.gz
14:31:13mjn3mjn3@mars:~/work/embedded/busybox/util-linux$ zgrep "^diff" ~/last_patch52.gz
14:31:13mjn3diff -rbu busybox.orig/applets/applets.c busybox/applets/applets.c
14:31:13mjn3diff -rbu busybox.orig/console-tools/chvt.c busybox/console-tools/chvt.c
14:31:13mjn3diff -rbu busybox.orig/console-tools/deallocvt.c busybox/console-tools/deallocvt.c
14:31:13mjn3diff -rbu busybox.orig/console-tools/setkeycodes.c busybox/console-tools/setkeycodes.c
14:31:13mjn3diff -rbu busybox.orig/include/applets.h busybox/include/applets.h
14:31:15mjn3diff -rbu busybox.orig/include/libbb.h busybox/include/libbb.h
14:31:17mjn3diff -rbu busybox.orig/include/usage.h busybox/include/usage.h
14:31:19mjn3diff -rbu busybox.orig/libbb/get_console.c busybox/libbb/get_console.c
14:31:21mjn3diff -rbu busybox.orig/loginutils/adduser.c busybox/loginutils/adduser.c
14:31:25mjn3diff -rbu busybox.orig/procps/kill.c busybox/procps/kill.c
14:31:44anderseeI'll be looking over all the pending patches first.
14:31:56anderseeGenerally, vodz' patches are fine
14:31:58mjn3andersee: also, there was something about init and SIG_CHILD.  see  http://www.busybox.net/lists/busybox/2002-August/012057.html
14:33:21anderseemjn3: Hmm.  I think I added that patch...
14:33:28anderseemjn3: checking.
14:35:49mjn3andersee: also, if you felt like it, there's a small implementation of mesg that i coded as an example/reply to someone else's suggested version.  needs to be fleshed out re uhttp://www.busybox.net/lists/busybox/2002-May/011409.htmlsage and stuff.  see
14:36:23mjn3seems to be dys-paste-ic
14:37:31anderseehehe
14:39:06anderseemjn3: I'd added that SIG_CHLD patch to stable, but not to unstable.
14:39:55mjn3that would do it
15:15:38mjn3andersee: i was just looking at fbset again... besides being bloated, it also uses floating point ops :-(
15:16:28mjn3thinks busybox needs a no-float option
18:26:23sjhillandersee: around?
18:26:38anderseeyup
18:26:45anderseeGetting sleepy though
18:26:49sjhillgah...sorry, nevermind :)
18:26:59anderseeno no.  what's up?
18:27:01sjhilli got confused which CVS repository i was updating
18:27:15anderseeoh
18:27:39anderseeNew design win for busybox and uClibc...  from Intel this time.  http://www.linuxdevices.com/articles/AT7941141731.html
18:29:07sjhill$80! i don't believe it
18:29:37anderseeThats about the cost of just the 802.11b card....
18:30:17sjhillright
18:31:14sjhilli'll definitely buy one though
18:31:35anderseeAlso this morning I got an email from a company that processes over 1 billion stock transactions per day.  They've been running
18:31:35anderseeall the 1000 or so systems in their data center on MSDOS for the past 10 years or so.  Guess what they are migrating their system to?  Linux, busybox and uClibc.
18:32:47sjhillcool, hopefully you'll score a contract
18:33:30anderseehehe.  That is one of the downsides to opensource....  They can do without me.  :)
18:34:20anderseeWe shall see.  For example, I'd never even heard about this Intel thing till I saw that article...
18:38:44sjhillhmm
20:03:13mjn3andersee: hey... i think i'm going to rewrite fbset from scratch this weekend.  the current implementation offends me...
20:05:28mjn3andersee: i don't know if you want to for this release, but i think we _really_ need to audit the busybox code for floating point use
20:23:42anderseemjn3: indeed
20:23:59anderseeIt would be good to do for this release...
23:01:18caldo_de_canahello, anyone alive?
23:25:35mjn3yes

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with infobot logs, split per channel and by date, etc.