| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes needed for MIPS with regards to the .init and .fini sections. | "Steven J. Hill" | 2002-05-20 | 2 | -8/+9 |
* | Fixed MIPS dynamic linker by removing link order dependency bug. | "Steven J. Hill" | 2002-05-20 | 10 | -105/+93 |
* | Revert Erik's previous patch and fix what I believe he was trying to, while | Manuel Novoa III | 2002-05-12 | 1 | -20/+28 |
* | Add a missing #include | Eric Andersen | 2002-05-12 | 1 | -0/+5 |
* | Use the default version in include/sys instead | Eric Andersen | 2002-05-12 | 2 | -70/+0 |
* | Fixes for 64 bit arches | Eric Andersen | 2002-05-12 | 1 | -1/+29 |
* | Several bugfixes for problems that showed up on alpha | Eric Andersen | 2002-05-12 | 2 | -8/+20 |
* | Fix some silly bugs and type problems | Eric Andersen | 2002-05-12 | 1 | -15/+14 |
* | Small cleanups for alpha | Eric Andersen | 2002-05-12 | 1 | -0/+1 |
* | Fix this one up so it works | Eric Andersen | 2002-05-12 | 1 | -3/+3 |
* | Add a config file for alpha | Eric Andersen | 2002-05-12 | 1 | -0/+197 |
* | Add a default syscalls.h that will just error out. | Eric Andersen | 2002-05-12 | 3 | -0/+252 |
* | Fix the defines which I had backwards | Eric Andersen | 2002-05-11 | 1 | -26/+9 |
* | Fixup for architectures that do not supply the ipc system | Eric Andersen | 2002-05-11 | 1 | -22/+24 |
* | Majorly rework to also cope with architectures which do not use | Eric Andersen | 2002-05-11 | 1 | -2/+99 |
* | Oops. Stupid typo. | Eric Andersen | 2002-05-11 | 1 | -1/+1 |
* | Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alpha | Manuel Novoa III | 2002-05-11 | 3 | -19/+42 |
* | Begin the process of reworking the time functions for proper | Eric Andersen | 2002-05-11 | 15 | -410/+432 |
* | Implement readdir_r. Audit for proper thread safety and locking. | Eric Andersen | 2002-05-11 | 10 | -101/+140 |
* | Protect against ctype macros. | Manuel Novoa III | 2002-05-10 | 1 | -4/+6 |
* | First pass attempt at an alpha port | Eric Andersen | 2002-05-10 | 35 | -0/+3158 |
* | Another mips patch from Steven J. Hill: | Eric Andersen | 2002-05-09 | 8 | -88/+123 |
* | Fill a few little holes in the math library | Eric Andersen | 2002-05-09 | 6 | -46/+747 |
* | Rework the math library tests per the glibc math test code, with | Eric Andersen | 2002-05-09 | 24 | -9833/+5522 |
* | Add missing braces | Eric Andersen | 2002-05-09 | 1 | -1/+2 |
* | Fix funky use of brackets | Eric Andersen | 2002-05-09 | 2 | -4/+6 |
* | Fixup build a bit more | Eric Andersen | 2002-05-07 | 2 | -6/+17 |
* | When it is going to fail silently anyways, whine loudly and | Eric Andersen | 2002-05-07 | 1 | -1/+22 |
* | Forgot to change the Config templates. Changed one... the others are | Manuel Novoa III | 2002-05-06 | 1 | -7/+7 |
* | Update my TODO entries. | Manuel Novoa III | 2002-05-06 | 1 | -8/+2 |
* | The obligatory forgotten files... | Manuel Novoa III | 2002-05-06 | 4 | -0/+1055 |
* | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III | 2002-05-06 | 57 | -1766/+11677 |
* | No real need to make ldd.target and readelf.target be static... | Eric Andersen | 2002-05-03 | 1 | -2/+2 |
* | Speed things up by eliminating lots of needless exec calls | Eric Andersen | 2002-05-03 | 1 | -32/+29 |
* | Ensure that make clean really cleans up after itself | Eric Andersen | 2002-05-02 | 1 | -3/+19 |
* | Add missing sysctl.h and queue.h | Eric Andersen | 2002-05-02 | 2 | -0/+277 |
* | Patch from Tobias Anderberg <tobias.anderberg@axis.com> to | Eric Andersen | 2002-05-02 | 2 | -116/+54 |
* | Patch from Steven J. Hill <sjhill@realitydiluted.com>: | Eric Andersen | 2002-05-02 | 22 | -282/+601 |
* | Make ldd and readelf work even with byte swapped binaries | Eric Andersen | 2002-05-02 | 2 | -33/+105 |
* | Use __off64_t instead of off64_t. | Miles Bader | 2002-04-25 | 1 | -2/+2 |
* | Stupid libgcc.a from gcc 2.95.x uses __write in pure.o | Eric Andersen | 2002-04-25 | 1 | -0/+3 |
* | Don't bother zeroing BSS, since actually we _can_ rely on the loader to do it. | Miles Bader | 2002-04-25 | 1 | -10/+1 |
* | Rework libcrypt based on the openbsd crypt implementation so that it passes the | Eric Andersen | 2002-04-25 | 4 | -306/+685 |
* | Bah. Fix (non)password issue. | Eric Andersen | 2002-04-24 | 1 | -3/+2 |
* | Don't use $(PWD), use $(shell pwd) instead | Eric Andersen | 2002-04-24 | 1 | -5/+3 |
* | Add support for mmap64 | Eric Andersen | 2002-04-24 | 2 | -1/+53 |
* | Minor updates. | Eric Andersen | 2002-04-22 | 2 | -34/+32 |
* | Moved old README to INSTALL, and wrote a new README that is much more | David Schleef | 2002-04-20 | 2 | -54/+92 |
* | Make sure that CROSS="" for native building. | David Schleef | 2002-04-20 | 2 | -0/+17 |
* | uploading new snapshot | David Schleef | 2002-04-19 | 1 | -0/+10 |