• 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
e590469 2002-08-25 09:06:10 Eric Andersen

ignore generated stuff

d2b22f1 2002-08-25 06:38:44 Manuel Novoa III

Tweak things so that struct stat and struct stat64 (seem to) work on
i386. This is for Erik to look at wrt the other archs.

e44c028 2002-08-25 06:23:58 Eric Andersen

Simple shared memory test

20dd264 2002-08-24 10:35:44 Eric Andersen

Avoid `ECANCELED' redefined on mips
-Erik

45c8301 2002-08-24 10:32:27 Eric Andersen

Use bits/kernel_stat.h, not asm/stat.h
-Erik

a61c423 2002-08-24 10:24:30 Eric Andersen

Ignore generated stuff

6d8239f 2002-08-24 10:07:33 Eric Andersen

Break dependancy of bits/types.h on the asm/posix_types.h kernel
header, which is not directly usable for many architectures.
-Erik

20d498e 2002-08-24 09:58:12 Eric Andersen

Break dependancy of bits/types.h on the asm/posix_types.h kernel
header, which is not directly usable for many architectures.
-Erik

6f29492 2002-08-24 08:31:13 Eric Andersen

Split out the definition of struct stat into the new arch
specific bits/kernel_stat.h file.
-Erik

ca0b61f 2002-08-24 04:03:57 Eric Andersen

Fix broken link

a77bd22 2002-08-24 03:48:19 Eric Andersen

Split out the arch dependant errno_values.h junk into arch dependant files.
-Erik

557d314 2002-08-24 03:25:29 Eric Andersen

Ignore generated binaries

86cdc97 2002-08-23 15:31:26 Miles Bader

(initfini.s): Search the uClibc include dir, so we can find <features.h>.

528ffac 2002-08-23 03:57:08 Eric Andersen

Rework struct stat/stat64 handling to eliminate kernel headers
-Erik

3660ced 2002-08-23 03:53:56 Eric Andersen

Rework errno handling to be kernel header free
-Erik

da59b78 2002-08-23 02:01:19 Eric Andersen

Support _syscall6 and _syscall7 for arm
-Erik

2c7e5c0 2002-08-22 21:03:53 Eric Andersen

Hide .hidden stuff unless explicitly enabled
-Erik

d3154ac 2002-08-21 09:54:52 Eric Andersen

Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way
we hose our code... hose our code... hose our code... this is the way we hose
our code... all thanks to glibc"
-Erik

2f2d9d6 2002-08-21 09:00:45 Eric Andersen

mode_t was being promoted to an int by gcc's __builtin_va_arg, causing bad
things to happen. This makes it explicit, so pthread using apps are no longer
broken...
-Erik

134080c 2002-08-21 08:57:16 Eric Andersen

Remove some noise

9d37b6c 2002-08-21 07:49:57 Eric Andersen

Stupid cut-n-paste error

9f6c1eb 2002-08-21 07:41:58 Manuel Novoa III

Unlike glibc, uClibc doesn't always support the d_type field of
struct dirent. So, disable the d_type support macros when d_type
isn't available. This fixes a build problem file fileutils-4.1.

0255e1a 2002-08-21 00:42:35 Eric Andersen

Only build libthread_db when both threads and debug are enabled
-Erik

3fec316 2002-08-20 03:04:25 Eric Andersen

Eliminate wrapping of struct stat and use the kernel version
directly. Eliminate all the attendant baggage. Fix internal
types to match kernel types more closely.
-Erik

bfefdc6 2002-08-19 20:07:21 Eric Andersen

Fixup struct _res handling so apps using struct _res can actually
compile ("worst standard ever!")
-Erik

9a87c82 2002-08-19 19:25:19 Eric Andersen

SuperH config update

c9c318e 2002-08-19 19:24:54 Eric Andersen

missed const-ifying this one.

5a66fdf 2002-08-19 19:22:38 Eric Andersen

some updates from Stefan Allius to make up the SuperH shared lib
loader build properly. Mostly just sprinkling casts, and making
static some things that should be static.

0d86dfc 2002-08-19 19:19:17 Eric Andersen

Add a .note section to make gdb happy

c0dc392 2002-08-19 19:10:01 Eric Andersen

Call the pthread setup junk early if possible.