]>
Git Repo - uclibc-ng.git/log
Eric Andersen [Sun, 17 Feb 2002 10:54:03 +0000 (10:54 -0000)]
Eliminate circular dependancy
Eric Andersen [Sun, 17 Feb 2002 10:36:37 +0000 (10:36 -0000)]
A ton of cleanups. Eliminate some useless code. Much better
debugging code now.
-Erik
Eric Andersen [Sat, 16 Feb 2002 20:19:35 +0000 (20:19 -0000)]
Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask is
not always a sigset_t... Fix from Geoffrey Espin.
Eric Andersen [Sat, 16 Feb 2002 20:16:20 +0000 (20:16 -0000)]
Several mips cleanups/additons from Geoffrey Espin.
Eric Andersen [Sat, 16 Feb 2002 20:03:25 +0000 (20:03 -0000)]
Patch from Yoshinori Sato <
[email protected] > to fix up
ptrace for the Hitachi h8300
David Schleef [Sat, 16 Feb 2002 02:41:59 +0000 (02:41 -0000)]
Additionally remove libc/tmp
David Schleef [Fri, 15 Feb 2002 23:12:53 +0000 (23:12 -0000)]
Try adding mipsel to the architectures
Eric Andersen [Fri, 15 Feb 2002 04:24:57 +0000 (04:24 -0000)]
Geoffrey Espin noticed a $ that should have been a double $$
since Make make eats $'s.
Eric Andersen [Thu, 14 Feb 2002 09:28:28 +0000 (09:28 -0000)]
Disable a lingering bit of wide char junk
Eric Andersen [Wed, 13 Feb 2002 20:03:59 +0000 (20:03 -0000)]
Fix missing longjmp symbol
Eric Andersen [Wed, 13 Feb 2002 10:22:54 +0000 (10:22 -0000)]
Fix copyright message
Eric Andersen [Wed, 13 Feb 2002 09:47:04 +0000 (09:47 -0000)]
A number of naming updates in preparation for adding in
proper threading. Most of this is from Stefan Soucek,
with additions and changes as needed from me.
Eric Andersen [Wed, 13 Feb 2002 09:32:52 +0000 (09:32 -0000)]
Several test suite updates. The testatexit, teston_exit, and
pthread tests were contributed by Stefan Soucek
Eric Andersen [Wed, 13 Feb 2002 07:25:03 +0000 (07:25 -0000)]
Fix silly buffer overflow
Eric Andersen [Tue, 12 Feb 2002 20:28:12 +0000 (20:28 -0000)]
Mark Robson noticed that our strcasecmp() behaviour was not
standards compliant. Brian Stafford then provided these new
implementations, which apprear to properly follow SUSv2.
-Erik
Eric Andersen [Mon, 11 Feb 2002 07:58:27 +0000 (07:58 -0000)]
HAVE_SA_RESTORER is supposed to be true, not false, on most arches.
-Erik
David Schleef [Mon, 11 Feb 2002 03:13:27 +0000 (03:13 -0000)]
Fix typo
David Schleef [Mon, 11 Feb 2002 03:10:32 +0000 (03:10 -0000)]
mksnapshot: updated version and filenames. control.in: changed
dependency from kernel-headers to kernel-source packages. rules:
force HAS_MMU=true, change mipsel to mips, untar kernel-source
package include directory and use that as kernel source
David Schleef [Mon, 11 Feb 2002 01:09:03 +0000 (01:09 -0000)]
Update version
Eric Andersen [Fri, 8 Feb 2002 15:55:04 +0000 (15:55 -0000)]
Dont choke when chown fails. Try to be more portable...
David McCullough [Wed, 6 Feb 2002 14:35:12 +0000 (14:35 -0000)]
Add in clone (untested)
Fix up setjmp/longjmp which were quite broken not withstanding
all the new versions.
Needs a little more test time before I'll trust this code totally.
Eric Andersen [Tue, 5 Feb 2002 23:03:08 +0000 (23:03 -0000)]
Updates from Martin Sieper
Eric Andersen [Tue, 5 Feb 2002 20:48:16 +0000 (20:48 -0000)]
Fix __adjtimex symbol
Eric Andersen [Tue, 5 Feb 2002 20:30:45 +0000 (20:30 -0000)]
OOps.
Eric Andersen [Tue, 5 Feb 2002 06:04:17 +0000 (06:04 -0000)]
use X/Open __sysv_signal name, then use the weak name for sysv_signal
-Erik
Eric Andersen [Mon, 4 Feb 2002 15:15:46 +0000 (15:15 -0000)]
Update text for release
Eric Andersen [Mon, 4 Feb 2002 14:37:22 +0000 (14:37 -0000)]
Update changelog
Eric Andersen [Mon, 4 Feb 2002 14:03:51 +0000 (14:03 -0000)]
Make powerpc default to faster malloc
Eric Andersen [Mon, 4 Feb 2002 14:02:15 +0000 (14:02 -0000)]
Fix naming error in brk.c, enable faster malloc by default
Eric Andersen [Mon, 4 Feb 2002 13:51:21 +0000 (13:51 -0000)]
Fixup mips so it now works and provides basic functionality
Eric Andersen [Mon, 4 Feb 2002 12:34:00 +0000 (12:34 -0000)]
Rework powerpc to be consistant with the other arches.
-Erik
Eric Andersen [Mon, 4 Feb 2002 11:12:58 +0000 (11:12 -0000)]
Minor cleanups
Eric Andersen [Mon, 4 Feb 2002 11:10:10 +0000 (11:10 -0000)]
Fix headers
Eric Andersen [Mon, 4 Feb 2002 10:52:28 +0000 (10:52 -0000)]
Fixup arch substitution
Eric Andersen [Mon, 4 Feb 2002 10:37:33 +0000 (10:37 -0000)]
Fix path
Eric Andersen [Mon, 4 Feb 2002 10:07:51 +0000 (10:07 -0000)]
Adjust sparc port do it now actually works.
-Erik
Eric Andersen [Mon, 4 Feb 2002 08:38:33 +0000 (08:38 -0000)]
A few more little cleanups
Eric Andersen [Mon, 4 Feb 2002 08:30:23 +0000 (08:30 -0000)]
Be consistant about the ways in which asm/unistd.h might
be included to avoid gratuitous conflicts... This is
a hack till we have proper _syscall macros for all archs.
-Erik
Eric Andersen [Mon, 4 Feb 2002 08:24:07 +0000 (08:24 -0000)]
Add include guards
Eric Andersen [Mon, 4 Feb 2002 07:31:02 +0000 (07:31 -0000)]
Add a config file for sparc
Eric Andersen [Mon, 4 Feb 2002 07:29:39 +0000 (07:29 -0000)]
Oops.
Eric Andersen [Sun, 3 Feb 2002 06:57:16 +0000 (06:57 -0000)]
Allow sparc code to at least compile
Eric Andersen [Sat, 2 Feb 2002 19:03:57 +0000 (19:03 -0000)]
Add in support for the Hitach H8/300H architecture,
contributed by Yoshinori Sato <
[email protected] >
Eric Andersen [Sat, 2 Feb 2002 15:01:46 +0000 (15:01 -0000)]
Oops. Fixup the defaults
Eric Andersen [Sat, 2 Feb 2002 13:53:32 +0000 (13:53 -0000)]
Do not expose the weak_alias() junk to the world. Wrap it
inside an #if defined _LIBC
-Erik
Eric Andersen [Sat, 2 Feb 2002 13:52:16 +0000 (13:52 -0000)]
Add in a weak __mempcpy for mempcpy to make certain GNU
programs happy. bother...
Eric Andersen [Sat, 2 Feb 2002 13:51:19 +0000 (13:51 -0000)]
I just wrote up gethostent(), sethostent(), and endhostent()
-Erik
Eric Andersen [Sat, 2 Feb 2002 13:49:24 +0000 (13:49 -0000)]
procmail now works
Eric Andersen [Sat, 2 Feb 2002 11:00:37 +0000 (11:00 -0000)]
Grr. I should learn to compile stuff before committing
Eric Andersen [Sat, 2 Feb 2002 10:54:48 +0000 (10:54 -0000)]
Oops
Eric Andersen [Sat, 2 Feb 2002 10:50:22 +0000 (10:50 -0000)]
Add in a weak for __adjtime
Eric Andersen [Sat, 2 Feb 2002 10:38:53 +0000 (10:38 -0000)]
Fix some typos...
Eric Andersen [Sat, 2 Feb 2002 09:20:12 +0000 (09:20 -0000)]
Don't free memory prematurely
Eric Andersen [Sat, 2 Feb 2002 08:00:56 +0000 (08:00 -0000)]
Update the working apps list. Not 100% completed, but getting close
and I'd rather not lose this... This has taken a _lot_ of time...
-Erik
Eric Andersen [Sat, 2 Feb 2002 07:54:13 +0000 (07:54 -0000)]
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
Eric Andersen [Sat, 2 Feb 2002 07:43:59 +0000 (07:43 -0000)]
Fix hstrerror
Eric Andersen [Fri, 1 Feb 2002 11:48:10 +0000 (11:48 -0000)]
Scrub up a few little things.
Eric Andersen [Fri, 1 Feb 2002 11:45:39 +0000 (11:45 -0000)]
Add in syscalls.h for mipsel, thanks to Steven J. Hill.
Remove and ignore generated syscall.h files from sparc and mipsel.
Eric Andersen [Fri, 1 Feb 2002 11:35:00 +0000 (11:35 -0000)]
Cleanup grammar and wording
Eric Andersen [Fri, 1 Feb 2002 10:01:48 +0000 (10:01 -0000)]
Add an example of how to use this thing.
Eric Andersen [Fri, 1 Feb 2002 09:57:11 +0000 (09:57 -0000)]
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
Eric Andersen [Fri, 1 Feb 2002 09:53:25 +0000 (09:53 -0000)]
Bump version number to 0.9.9
Eric Andersen [Fri, 1 Feb 2002 07:34:53 +0000 (07:34 -0000)]
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
Eric Andersen [Fri, 1 Feb 2002 07:01:17 +0000 (07:01 -0000)]
Be ever so pedantic and explicitly tell tar to use stdin,
not to just assume it.
-Erik
Eric Andersen [Fri, 1 Feb 2002 05:37:18 +0000 (05:37 -0000)]
Don't assume uid=gid
Eric Andersen [Thu, 31 Jan 2002 16:15:26 +0000 (16:15 -0000)]
Fix/simplify longjmp. Fix toplevel mips settings
Eric Andersen [Thu, 31 Jan 2002 16:11:00 +0000 (16:11 -0000)]
Don't complain about _GLOBAL_OFFSET_TABLE_
Eric Andersen [Thu, 31 Jan 2002 15:49:34 +0000 (15:49 -0000)]
Fixup setjmp and longjmp so they behave themselves properly now
on both x86 and arm...
-Erik
Eric Andersen [Thu, 31 Jan 2002 07:40:18 +0000 (07:40 -0000)]
Fix makefile so it actually works when cross compiling
-Erik
Eric Andersen [Thu, 31 Jan 2002 01:37:38 +0000 (01:37 -0000)]
make sure all utilities will build even with older toolchains by
using our own local elf.h header rather than the system one.
-Erik
Eric Andersen [Thu, 31 Jan 2002 00:25:03 +0000 (00:25 -0000)]
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
Eric Andersen [Thu, 31 Jan 2002 00:23:02 +0000 (00:23 -0000)]
Fix spelling error
Eric Andersen [Thu, 31 Jan 2002 00:21:03 +0000 (00:21 -0000)]
Fixup xfree86 entry
Eric Andersen [Wed, 30 Jan 2002 07:39:04 +0000 (07:39 -0000)]
Fixup util build
Eric Andersen [Wed, 30 Jan 2002 07:11:08 +0000 (07:11 -0000)]
Fixup setjmp implementation so it actaully works as expected
-Erik
Eric Andersen [Wed, 30 Jan 2002 01:37:02 +0000 (01:37 -0000)]
Add missing sys/fsuid.h
Eric Andersen [Tue, 29 Jan 2002 16:55:45 +0000 (16:55 -0000)]
Add in setfsuid() and setfsgid() so lpr-0.72 can compile.
-Erik
Eric Andersen [Tue, 29 Jan 2002 14:54:33 +0000 (14:54 -0000)]
Doh! I'd included sbrk.o twice...
Eric Andersen [Tue, 29 Jan 2002 14:38:43 +0000 (14:38 -0000)]
Default to using malloc-930716 on ARM systems, since it is
about an order of magnitude faster.
Eric Andersen [Tue, 29 Jan 2002 13:58:32 +0000 (13:58 -0000)]
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
Eric Andersen [Tue, 29 Jan 2002 13:27:05 +0000 (13:27 -0000)]
Make it so powerpc can work despite lacking brk().
Eric Andersen [Tue, 29 Jan 2002 13:07:02 +0000 (13:07 -0000)]
Go back to using ld, now that I've found the real problem...
Eric Andersen [Tue, 29 Jan 2002 11:37:47 +0000 (11:37 -0000)]
Minor touchups
Eric Andersen [Tue, 29 Jan 2002 11:17:56 +0000 (11:17 -0000)]
Create a changelog vs the 0.9.8 release so people can track
exactly what has changed...
Eric Andersen [Tue, 29 Jan 2002 09:02:55 +0000 (09:02 -0000)]
Updates to the v850 architecture from Miles Bader <
[email protected] >
Eric Andersen [Mon, 28 Jan 2002 13:10:32 +0000 (13:10 -0000)]
Fix the bug where binaries built with older toolchains would
segfault. Turns out that 'ld -nostdlib' was the culprit.
Who wouldof thought...
-Erik
Eric Andersen [Fri, 25 Jan 2002 02:56:12 +0000 (02:56 -0000)]
Miles Bader <
[email protected] > noticed that `make install' tries to
build ldso stuff on non-shared-library systems. And Matthew Bloch
<
[email protected] > noticed that we need to create some dirs
before installing some stuff, so fix that as well.
-Erik
Eric Andersen [Fri, 25 Jan 2002 01:00:44 +0000 (01:00 -0000)]
Fix up all non-x86 arches to cope with the latest ldso update
-Erik
Eric Andersen [Wed, 23 Jan 2002 16:04:40 +0000 (16:04 -0000)]
Fixup build a bit. Be sneaky and include everything into
a single .c file, making stuff be even smaller.
Eric Andersen [Mon, 21 Jan 2002 02:42:30 +0000 (02:42 -0000)]
oops
Eric Andersen [Mon, 21 Jan 2002 02:39:29 +0000 (02:39 -0000)]
Make sbrk common, add arm/brk.c, cleanup leftover damage
Eric Andersen [Sat, 19 Jan 2002 17:17:45 +0000 (17:17 -0000)]
Allow apps to use varargs.h (not that they should)
Eric Andersen [Thu, 17 Jan 2002 20:42:30 +0000 (20:42 -0000)]
Don't waste space warning about tempnam()
Eric Andersen [Thu, 17 Jan 2002 15:47:04 +0000 (15:47 -0000)]
Enable fcntl64, and fix fcntl when large fils is enabled.
David McCullough [Thu, 17 Jan 2002 06:26:05 +0000 (06:26 -0000)]
* Added /etc/shadow support (Config selectable)
* Moved some file paths from code into <paths.h>
David McCullough [Thu, 17 Jan 2002 06:06:54 +0000 (06:06 -0000)]
Clean up builds on "sh" to use the right ARCH dirs
David McCullough [Thu, 17 Jan 2002 05:48:41 +0000 (05:48 -0000)]
The resolver is still using the old API so we cannot use the new resolver
version numbers or apps get confused.
David McCullough [Thu, 17 Jan 2002 05:39:44 +0000 (05:39 -0000)]
Added insque/remque support
David McCullough [Thu, 17 Jan 2002 04:22:57 +0000 (04:22 -0000)]
Don't print an error if the utmp file doesn't exist, getutent will return
NULL as expected.
David McCullough [Thu, 17 Jan 2002 04:17:31 +0000 (04:17 -0000)]
Fix simple malloc to work on systems with an MMU
This page took 0.057363 seconds and 4 git commands to generate.