| Rev. | Time | Author |
|---|---|---|
| 54069d7 | 2001-04-24 06:52:35 | Eric Andersen |
|
Make sure that we list the shared lib loader as a required lib |
||
| 0c156a8 | 2001-04-24 06:33:52 | Eric Andersen |
|
Fix up the main makefile. Autobuild ld.so and install it |
||
| b9c667b | 2001-04-24 06:23:19 | Eric Andersen |
|
Define where the shared lib loader now lives... |
||
| 4a479b9 | 2001-04-24 06:21:49 | Eric Andersen |
|
Fix up compiler name |
||
| 3d7f18f | 2001-04-24 06:20:42 | Eric Andersen |
|
Always use __NR_<name>, not SYS_<name> |
||
| e5b0dc8 | 2001-04-24 06:18:14 | Eric Andersen |
|
Revert my syscall changes. The _syscall# macros are not PIC |
||
| 842e41a | 2001-04-24 05:36:01 | Eric Andersen |
|
Ok, seems this _must_ be compiled as PIC code. |
||
| be032b8 | 2001-04-24 05:11:40 | Eric Andersen |
|
Ignore generated stuff. Add a 'make install' target that works. |
||
| 66f269d | 2001-04-24 02:43:54 | Eric Andersen |
|
Initial checkin for ld.so. This is a combination of effort from Manuel Novoa |
||
| c4a3f3f | 2001-04-23 23:56:15 | Eric Andersen |
|
Only compile in daemon() if the target has an MMU. |
||
| 4d7c5fe | 2001-04-21 04:14:22 | Eric Andersen |
|
Use the real getnetbyname(), not the stub in resolv.c |
||
| 40b7b3f | 2001-04-21 03:50:22 | Eric Andersen |
|
Stub out fpathconf() -- FIXME |
||
| 4a536a2 | 2001-04-21 03:48:34 | Eric Andersen |
|
Add in a trivial getlogin implementation |
||
| 4215cc7 | 2001-04-21 02:51:43 | Eric Andersen |
|
Update the ignore targets |
||
| b37d449 | 2001-04-21 02:49:19 | Eric Andersen |
|
Oops. I forgot the header file |
||
| e89dc91 | 2001-04-21 02:48:24 | Eric Andersen |
|
Add missing header file for daemon.c, add missing functions into unistd.h. |
||
| 039fefa | 2001-04-21 02:26:51 | Eric Andersen |
|
Nobody should be using the SYS_ syscall names. Use the __NR_<foo> |
||
| b593d7d | 2001-04-21 01:47:10 | Eric Andersen |
|
getnetbyname.o, res_init.o and res_query.o were missing from the Makefile, |
||
| 0622974 | 2001-04-20 16:53:33 | Manuel Novoa III |
|
Update the gcc wrapper. Changes described in the notes at the top of the file. |
||
| c75d808 | 2001-04-20 16:52:06 | Manuel Novoa III |
|
Change shared lib name. Update install_new target in Makefile. |
||
| 7829282 | 2001-04-20 05:55:41 | Eric Andersen |
|
Remove the old crypt implementation |
||
| 08012e2 | 2001-04-20 05:53:49 | Eric Andersen |
|
Add in a libcrypt implementation. About 8k. |
||
| 0adaa60 | 2001-04-20 00:42:16 | Eric Andersen |
|
Bring sh and i386 longjmp implementations into sync |
||
| b92a9d4 | 2001-04-20 00:31:06 | Eric Andersen |
|
Add missing alias siglongjmp = longjmp; |
||
| edfe725 | 2001-04-19 23:42:48 | Eric Andersen |
|
Remove all the __THROW macros |
||
| 99a6ee4 | 2001-04-19 07:00:20 | Eric Andersen |
|
Posix 1003.13 POSIX_MULTI_PROCESS specifies that execle() should |
||
| 1f849b3 | 2001-04-19 06:12:09 | Eric Andersen |
|
Add missing time() |
||
| 0fe8d5d | 2001-04-19 05:13:13 | Eric Andersen |
|
Update temp file handling and use a single function to do all |
||
| 7b6a954 | 2001-04-08 01:44:38 | Manuel Novoa III |
|
Fix dynamic linking bug. If you need -ldl, you must explicitly add the |
||
| bb4178a | 2001-04-07 08:34:52 | Eric Andersen |
|
Fix up more leftovers resultant from fixing _LIBC |
||
