• 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
f6a7ce0 2003-01-23 16:58:29 Eric Andersen

Per patch from Nathan Field at ghs.com, fix the mips __compare_and_swap inline
function. Without this fix, pthread_mutex_lock/pthread_mutex_unlock don't work
on mips.

7e6a89b 2003-01-23 16:57:02 Eric Andersen

Per patch from Nathan Field at ghs.com, fix __pthread_initialize_manager so it
locks before calling clone when under a debugger, and unlocks on success or
failure of clone when under a debugger.

8286f90 2003-01-23 16:55:00 Eric Andersen

Per patch from Nathan Field at ghs.com, add a couple of variables
needed to make gdb happy when debugging threadded apps.

513ba9a 2003-01-23 16:52:47 Eric Andersen

Fix indenting. Per patch from Nathan Field at ghs.com, change
LINUXTHREADS_PTHREAD_THREADS_MAX to properly point to "__pthread_threads_max".

de69a10 2003-01-23 15:36:15 Eric Andersen

Patch from Brett Hunt at micron.com to fixup potential segfaults
during 'make menuconfig'

c5a9df3 2003-01-23 04:08:38 Manuel Novoa III

Fixed a bug related file position in append mode. _stdio_fwrite now
seeks to the end of the stream when append mode is set and we are
transitioning to write mode, so that subsequent ftell() return
values are correct.
Also fix _stdio_fopen to support fdopen() with append specified when
the underlying file didn't have O_APPEND set. It now sets the
O_APPEND flag as recommended by SUSv3 and is done by glibc.

9febc84 2003-01-23 02:43:14 Eric Andersen

Update sigaction syscall names to act more like glibc. Fix the x86 sigaction
implementation such that gdb can actually debug signal handlers. Gdb behaves
much better now, for example, on multi-threaded apps.
-Erik

270ae06 2003-01-23 01:55:19 "Steven J. Hill"

Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type
definition and to be consistent with the ABI. Done per conversation
with Ralf (Linux/MIPS) maintainer.

91b9b81 2003-01-23 00:35:45 Eric Andersen

Add in arm specific sigaction implementation to fix sa_restorer
behavior so it works as expected

e696e9e 2003-01-23 00:03:47 Eric Andersen

Missed an endif

49bf4a5 2003-01-22 23:51:59 Eric Andersen

Looks like sigaction on arm needs adjustment, so split this into
a common header file and a default implementation.

5faa956 2003-01-19 04:46:17 Eric Andersen

Only include lockf64 when large file support is enabled, fixing
a problem noticed by Jeff Mock. Sorry about that.
-Erik

f5636fb 2003-01-17 16:57:44 Eric Andersen

Remember to also export LC_ALL in addition to setting it.
-Erik

c52c2a2 2003-01-16 16:15:18 Eric Andersen

Update build rules a bit. fix quoting problems. Update default
x86 compiler optimization to not force building i386 opcodes.

8fb868c 2003-01-14 18:15:35 Eric Andersen

Strip off unwanted quotes from ARCH_CFLAGS. Attempt to
enforce consistent sort order, 'gcc -print-search-dirs'
behavior, etc by forcing the build into the C locale.
-Erik

05160e2 2003-01-12 03:07:38 Eric Andersen

Patch from Robert Schwebel -- support ncurses installed in /usr/local

2d1e800 2003-01-10 23:43:40 Eric Andersen

Update website dev image blurb

9148921 2003-01-10 15:26:14 Eric Andersen

Patch from Jay Kulpinski:
__decode_dotted() does not count the null terminating byte of
a hostname in the DNS response. This causes lookups to fail
if the DNS response doesn't compress domain names in the
message.

18689d5 2003-01-10 12:47:08 Eric Andersen

Fix warnings

acf6afe 2003-01-10 12:32:11 Eric Andersen

Implement lockf64
-Erik

2ace214 2003-01-10 12:07:38 Eric Andersen

Patch from Nick Fedchik to support ether_aton

24fbe56 2003-01-10 01:17:39 Eric Andersen

mention the uClibc root_fs now available on uclibc.org

31aaccd 2003-01-09 10:44:24 Eric Andersen

Hide unimplemented and legacy ecvt and friends from configure.
-Erik

7f70a7f 2003-01-09 03:52:00 Eric Andersen

Disable the __USE_EXTERN_INLINES versions of these headers, which
use non-existant glibc internals.

3afa00c 2003-01-09 03:24:56 Manuel Novoa III

For now, "#if 0" out the inlining of (currently unsupported) glibc-specific
string->numeric conversion functions.

a2f6468 2003-01-08 10:16:51 Eric Andersen

Lineo has ceased to exist and is no longer a sponsor

434bf7e 2003-01-05 13:47:26 Manuel Novoa III

Fix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly.

854603b 2003-01-04 04:55:47 Eric Andersen

If they call dlopen with anything other than RTLD_LAZY
or RTLD_NOW then we need to error out.

f980a78 2003-01-03 01:48:42 Eric Andersen

Rework sparc architecture support so it will compile
and run. Seems to be working...
-Erik

d4b3749 2002-12-21 17:56:39 Eric Andersen

Be sure we have a crt1.o file. Use the asm version by default.
-Erik