| 06:21:26 | bug1 | is there a function to convert relative paths to absolute ? |
| 06:44:14 | BZFlag | is realpath() in uClibc? |
| 06:45:30 | BZFlag | yep. looks like it. in stdlib/realpath.c see "man realpath" for usage. |
| 06:53:21 | bug1 | ahh, cool, i had given up looking, was going to use bb's concat_path_file and getcwd |
| 06:53:40 | bug1 | would have been messy |
| 07:02:21 | bug1 | check this out |
| 07:02:25 | bug1 | 27506 572 144 28222 6e3ebusybox.old |
| 07:02:34 | bug1 | 18371 472 116 18959 4a0fbusybox.new |
| 07:02:42 | bug1 | text data bss dec hexfilename |
| 07:02:52 | bug1 | ar, busybox, dpkg-deb, gunzip, tar, zcat |
| 07:03:01 | bug1 | :) |
| 07:03:45 | bug1 | (and the applets work) |
| 07:03:59 | BZFlag | yowser! what did you do? |
| 07:04:22 | bug1 | new generic unarchive code ive been working on for a few weeks |
| 07:04:38 | BZFlag | sweet. |
| 07:05:02 | bug1 | im going to make a patch soon and mention it on the ml |
| 07:05:24 | BZFlag | for 0.60.4 or 0.61pre or both? ;-) |
| 07:05:57 | bug1 | the patch will be against unstable, so 0.61pre |
| 07:05:59 | BZFlag | you have the long name tar stuff in there? |
| 07:06:17 | BZFlag | ie, you are up to current cvs, yes? |
| 07:07:22 | bug1 | functionally its the same as CVS for that comparison, but there are still things i need to do such as tar --exclude |
| 07:07:54 | BZFlag | nods |
| 07:08:59 | bug1 | im going to have to be carefull when i do merge it, its going to be hard to commit just bits of it, so i might have to keep it seperate for a while untill there are no bugs |
| 07:09:19 | bug1 | and do a big changover that will effect all unarchive code |
| 08:07:05 | bug1 | hmm, actually its not as goo as i though 22335 508 144 22987 59cbbusybox.old |
| 08:07:18 | bug1 | still 4k is ok |
| 19:17:18 | kergoth | libbb/syscalls.c:43: unknown register name `lr' in `asm' when trying to build libbb.a for x86 |
| 19:17:21 | kergoth | :) |
| 19:17:23 | kergoth | ideas? |
| 19:19:45 | BZFlag | listens to the silence. |
| 19:19:58 | BZFlag | same if yu do a "make clean" first? |
| 19:20:00 | kergoth | grumbles and goes back to cursing make |
| 19:20:04 | kergoth | yeah |
| 19:20:12 | kergoth | hrm |
| 19:20:26 | BZFlag | bb version? cvs? |
| 19:22:39 | kergoth | oh, nevermind, i'm a moron |
| 19:22:42 | kergoth | thwaps self |
| 19:22:52 | BZFlag | hmm. looks like syscall3 handling is broke, wrong kernel includes? ;-) |
| 19:23:42 | kergoth | yep, remind me not to leave the staging's include dir in the includepath when building for x86 :) |
| 19:24:30 | BZFlag | heh |
| 19:41:04 | Russ|werk | k, udhcp now plugs into busybox |
| 19:45:52 | BZFlag | udhcpc right? no d? |
| 19:51:22 | Russ|werk | BZFlag: both |
| 20:02:22 | Russ|werk | new its just cp udhcp/*.[ch] busybox/networking/udhcp to keep it in sync |
| 20:02:27 | Russ|werk | s/new/now/ |
| 20:33:55 | BZFlag | cool. |