• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. Time Author
53c4df1 2002-02-02 16:54:13 Eric Andersen

Several little additions and cleanups. Add getw() and putw().
Add in some missing header files (netipx/ipx.h include/lastlog.h
include/sgtty.h include/sys/perm.h)
-Erik

d62a439 2002-02-02 16:43:59 Eric Andersen

Fix hstrerror

ef91508 2002-02-01 20:48:10 Eric Andersen

Scrub up a few little things.

c5ffc06 2002-02-01 20:45:39 Eric Andersen

Add in syscalls.h for mipsel, thanks to Steven J. Hill.
Remove and ignore generated syscall.h files from sparc and mipsel.

7fa1ecb 2002-02-01 20:35:00 Eric Andersen

Cleanup grammar and wording

4718635 2002-02-01 19:01:48 Eric Andersen

Add an example of how to use this thing.

640e8b5 2002-02-01 18:57:11 Eric Andersen

Add in a configurator script. Now people can put stuff like this:

$(UCLIBC_DIR)/extra/Configs/uClibc_config_fix.pl --arch=$(ARCH) --cross="$(CROSS)" \
--devel_prefix=$(STAGING_DIR) --kernel_dir=$(KERNEL_DIR) --large_file=false \
--rpc_support=true --c99_math=true --shared_support=true --ldso_path="/lib" \
--shadow=true --file=$(UCLIBC_DIR)/extra/Configs/Config.$(ARCH) > $(UCLIBC_DIR)/Config;

into their makefiles and automagically get the right things happening...
-Erik

6b172cd 2002-02-01 18:53:25 Eric Andersen

Bump version number to 0.9.9

e788a83 2002-02-01 16:34:53 Eric Andersen

Add install_utils and install_target_utils targets, so people
that don't like my amazingly cool ldd and readelf tools, can
(most unwisely ;-) ignore them.
-Erik

4dd4bdd 2002-02-01 16:01:17 Eric Andersen

Be ever so pedantic and explicitly tell tar to use stdin,
not to just assume it.
-Erik

202f0c6 2002-02-01 14:37:18 Eric Andersen

Don't assume uid=gid

2ad28ec 2002-02-01 01:15:26 Eric Andersen

Fix/simplify longjmp. Fix toplevel mips settings

5cea2f7 2002-02-01 01:11:00 Eric Andersen

Don't complain about _GLOBAL_OFFSET_TABLE_

8dd9c51 2002-02-01 00:49:34 Eric Andersen

Fixup setjmp and longjmp so they behave themselves properly now
on both x86 and arm...
-Erik

290b060 2002-01-31 16:40:18 Eric Andersen

Fix makefile so it actually works when cross compiling
-Erik

e2d432e 2002-01-31 10:37:38 Eric Andersen

make sure all utilities will build even with older toolchains by
using our own local elf.h header rather than the system one.
-Erik

62d35f1 2002-01-31 09:25:03 Eric Andersen

For now, don't let googlebot and friends spider the cvsweb stuff, since my
little DSL line can't deal with the load. I'll reenable this in a few days
when I get things colocated.
-Erik

4295d77 2002-01-31 09:23:02 Eric Andersen

Fix spelling error

fdd0ee6 2002-01-31 09:21:03 Eric Andersen

Fixup xfree86 entry

6291050 2002-01-30 16:39:04 Eric Andersen

Fixup util build

a6cf8dc 2002-01-30 16:11:08 Eric Andersen

Fixup setjmp implementation so it actaully works as expected
-Erik

474c740 2002-01-30 10:37:02 Eric Andersen

Add missing sys/fsuid.h

57bb1f1 2002-01-30 01:55:45 Eric Andersen

Add in setfsuid() and setfsgid() so lpr-0.72 can compile.
-Erik

3a04183 2002-01-29 23:54:33 Eric Andersen

Doh! I'd included sbrk.o twice...

b1c0f6d 2002-01-29 23:38:43 Eric Andersen

Default to using malloc-930716 on ARM systems, since it is
about an order of magnitude faster.

5811a4e 2002-01-29 22:58:32 Eric Andersen

Force DOPIC be true when HAVE_SHARED is true. Don't define
-D__PIC when DOPIC is true, since the compiler does that for
use when -fPIC is set. Some minor formatting cleanup.
-Erik

de15e46 2002-01-29 22:27:05 Eric Andersen

Make it so powerpc can work despite lacking brk().

4e164bd 2002-01-29 22:07:02 Eric Andersen

Go back to using ld, now that I've found the real problem...

e8e8095 2002-01-29 20:37:47 Eric Andersen

Minor touchups

a2f978a 2002-01-29 20:17:56 Eric Andersen

Create a changelog vs the 0.9.8 release so people can track
exactly what has changed...