Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add missing sys/fsuid.h | Eric Andersen | 2002-01-30 | 1 | -0/+36 | |
| | ||||||
* | Add in setfsuid() and setfsgid() so lpr-0.72 can compile. | Eric Andersen | 2002-01-29 | 1 | -4/+24 | |
| | | | | -Erik | |||||
* | Doh! I'd included sbrk.o twice... | Eric Andersen | 2002-01-29 | 1 | -1/+1 | |
| | ||||||
* | Default to using malloc-930716 on ARM systems, since it is | Eric Andersen | 2002-01-29 | 1 | -2/+2 | |
| | | | | about an order of magnitude faster. | |||||
* | Force DOPIC be true when HAVE_SHARED is true. Don't define | Eric Andersen | 2002-01-29 | 1 | -9/+12 | |
| | | | | | | -D__PIC when DOPIC is true, since the compiler does that for use when -fPIC is set. Some minor formatting cleanup. -Erik | |||||
* | Make it so powerpc can work despite lacking brk(). | Eric Andersen | 2002-01-29 | 2 | -0/+8 | |
| | ||||||
* | Go back to using ld, now that I've found the real problem... | Eric Andersen | 2002-01-29 | 1 | -4/+4 | |
| | ||||||
* | Minor touchups | Eric Andersen | 2002-01-29 | 1 | -15/+15 | |
| | ||||||
* | Create a changelog vs the 0.9.8 release so people can track | Eric Andersen | 2002-01-29 | 1 | -0/+83 | |
| | | | | exactly what has changed... | |||||
* | Updates to the v850 architecture from Miles Bader <miles@gnu.org> | Eric Andersen | 2002-01-29 | 4 | -20/+25 | |
| | ||||||
* | Fix the bug where binaries built with older toolchains would | Eric Andersen | 2002-01-28 | 9 | -31/+36 | |
| | | | | | | segfault. Turns out that 'ld -nostdlib' was the culprit. Who wouldof thought... -Erik | |||||
* | Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries to | Eric Andersen | 2002-01-25 | 1 | -4/+8 | |
| | | | | | | | build ldso stuff on non-shared-library systems. And Matthew Bloch <mattbee@soup-kitchen.net> noticed that we need to create some dirs before installing some stuff, so fix that as well. -Erik | |||||
* | Fix up all non-x86 arches to cope with the latest ldso update | Eric Andersen | 2002-01-25 | 4 | -31/+2 | |
| | | | | -Erik | |||||
* | Fixup build a bit. Be sneaky and include everything into | Eric Andersen | 2002-01-23 | 8 | -50/+21 | |
| | | | | a single .c file, making stuff be even smaller. | |||||
* | oops | Eric Andersen | 2002-01-21 | 1 | -4/+4 | |
| | ||||||
* | Make sbrk common, add arm/brk.c, cleanup leftover damage | Eric Andersen | 2002-01-21 | 6 | -18/+65 | |
| | ||||||
* | Allow apps to use varargs.h (not that they should) | Eric Andersen | 2002-01-19 | 1 | -10/+13 | |
| | ||||||
* | Don't waste space warning about tempnam() | Eric Andersen | 2002-01-17 | 1 | -1/+0 | |
| | ||||||
* | Enable fcntl64, and fix fcntl when large fils is enabled. | Eric Andersen | 2002-01-17 | 2 | -0/+32 | |
| | ||||||
* | * Added /etc/shadow support (Config selectable) | David McCullough | 2002-01-17 | 27 | -9/+778 | |
| | | | | * Moved some file paths from code into <paths.h> | |||||
* | Clean up builds on "sh" to use the right ARCH dirs | David McCullough | 2002-01-17 | 1 | -6/+18 | |
| | ||||||
* | The resolver is still using the old API so we cannot use the new resolver | David McCullough | 2002-01-17 | 1 | -1/+2 | |
| | | | | version numbers or apps get confused. | |||||
* | Added insque/remque support | David McCullough | 2002-01-17 | 3 | -1/+92 | |
| | ||||||
* | Don't print an error if the utmp file doesn't exist, getutent will return | David McCullough | 2002-01-17 | 1 | -1/+0 | |
| | | | | NULL as expected. | |||||
* | Fix simple malloc to work on systems with an MMU | David McCullough | 2002-01-17 | 1 | -9/+31 | |
| | ||||||
* | Add sbrk and friends | David McCullough | 2002-01-17 | 5 | -2/+74 | |
| | | | | Fix bug in setjmp (jmpbuf changed size) | |||||
* | Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror. | David McCullough | 2002-01-17 | 3 | -3/+88 | |
| | ||||||
* | Clearify error message | Eric Andersen | 2002-01-16 | 1 | -1/+1 | |
| | ||||||
* | Oops. I forgot to add -Bdynamic to this one. | Eric Andersen | 2002-01-16 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Tell ld explicitly when stuff is supposed to by dynamically linked | Eric Andersen | 2002-01-16 | 7 | -7/+7 | |
| | | | | -Erik | |||||
* | Hide all reference to wchar_t so configure won't get confused | Eric Andersen | 2002-01-16 | 3 | -3/+16 | |
| | | | | -Erik | |||||
* | Patch from Brian Stafford <brian@stafford.uklinux.net> to fixup | Eric Andersen | 2002-01-14 | 15 | -57/+259 | |
| | | | | support for Unix98 PTYs, and optionally exclude the older junk. | |||||
* | Enable fdatasync | Eric Andersen | 2002-01-14 | 1 | -0/+7 | |
| | ||||||
* | Both _dl_simple_ltoa and _dl_simple_ltoahex use buffers of size 21, | Eric Andersen | 2002-01-14 | 1 | -2/+2 | |
| | | | | | | but we were feeding them strings that were just 13 bytes long... Thanks to spudmonkey@racsa.co.cr for noticing! -Erik | |||||
* | Depend upon libc | Eric Andersen | 2002-01-12 | 6 | -6/+6 | |
| | ||||||
* | Make libc depend on ldso | Eric Andersen | 2002-01-12 | 1 | -1/+1 | |
| | ||||||
* | We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGS | Eric Andersen | 2002-01-11 | 2 | -8/+2 | |
| | ||||||
* | Sigh. Typod it again | Eric Andersen | 2002-01-11 | 1 | -1/+1 | |
| | ||||||
* | Oops. typo. | Eric Andersen | 2002-01-11 | 1 | -1/+1 | |
| | ||||||
* | More build system cleanups... | Eric Andersen | 2002-01-11 | 9 | -32/+29 | |
| | ||||||
* | Oops. We lost -FPIC in the shuffle... | Eric Andersen | 2002-01-11 | 1 | -0/+1 | |
| | | | | -Erik | |||||
* | Remove the now obsolete d-link tree. Update things to cope | Eric Andersen | 2002-01-11 | 5 | -16/+14 | |
| | | | | | with the new naming -Erik | |||||
* | Remove old named file. Fix headers on updated one. | Eric Andersen | 2002-01-11 | 2 | -1221/+5 | |
| | ||||||
* | Rework naming for shared lib loader to avoid potential | Eric Andersen | 2002-01-11 | 30 | -1984/+62 | |
| | | | | | nameing conflicts with std header files. -Erik | |||||
* | Don't use target strip on native binary | Eric Andersen | 2002-01-11 | 1 | -2/+1 | |
| | ||||||
* | Build glibc test apps static when told to. | Eric Andersen | 2002-01-11 | 2 | -2/+1 | |
| | | | | Make tiny live up to its name. | |||||
* | glibc test apps failed to be static when told to be | Eric Andersen | 2002-01-11 | 1 | -1/+16 | |
| | ||||||
* | Failed to call sort before calling uniq in several spots, | Eric Andersen | 2002-01-11 | 1 | -2/+2 | |
| | | | | | thereby causing ld to choke during the gcc build. -Erik | |||||
* | Cleanup makfile, use ld to avoid chicken-and-egg problems when | Eric Andersen | 2002-01-11 | 1 | -13/+6 | |
| | | | | | building gcc/g++. -Erik | |||||
* | Fix indenting | Eric Andersen | 2002-01-11 | 1 | -21/+21 | |
| |