Denis Vlasenko
|
6543304876
patch #3: make resolv.c use __uc_malloc
|
17 anos atrás |
Denis Vlasenko
|
1f93766a7d
convert des.c to use __uc_malloc (-70 kbytes of bss)
|
17 anos atrás |
Denis Vlasenko
|
dc0bc69411
introduce __uc_malloc, so that users can intercept libc internal OOM.
|
17 anos atrás |
Denis Vlasenko
|
519ca27d4a
Remove stray code alignment (.align 16 and .align 4 directives)
|
17 anos atrás |
Denis Vlasenko
|
2ea436fb13
execXp should go to next PATH dir on any error except ENOEXEC,
|
17 anos atrás |
Denis Vlasenko
|
434e9e3cba
include/sys/mman.h says that msync exists only on MMU.
|
17 anos atrás |
Denis Vlasenko
|
373fe15a8a
des.c: move 0.5k of static data on stack, they are used only temporarily
|
17 anos atrás |
"Steven J. Hill"
|
bc1f2a2fe6
Enable all of the remaining baud rates. All of the other architectures have them enabled, so let's go all the way. There was a quick discussion on IRC about making the max baud rate configurable. That requires a bunch of #ifdef salting throughout all of the 'termios.h' files for the pre-processor to chew on. I'm going to pass on that for now.
|
17 anos atrás |
"Steven J. Hill"
|
265498cfd7
Apply patch as submitted by Blue Smurfy Swirly <blauwirbel@gmail.com> for Sparc32.
|
17 anos atrás |
Denis Vlasenko
|
a903e9ba46
syslog.h: allow prioritynames[]/facilitynames[] to be defined const
|
17 anos atrás |
"Steven J. Hill"
|
1e8d3393a3
Fix broken syscall() function since the original patch did not work.
|
17 anos atrás |
Mike Frysinger
|
4b738bd4c1
tweak msync prototype to match header
|
17 anos atrás |
Bernhard Reutner-Fischer
|
a7f47450c0
- make sure to define _LIBC in libc-symbols.h before including anything
|
17 anos atrás |
Mike Frysinger
|
f2410a178f
as noted by psm, make sure we accumulate PICFLAG-y back into PICFLAG
|
17 anos atrás |
Mike Frysinger
|
dcad31e64c
pull from Blackfin repo: add -mid-shared-library for UCLIBC_FORMAT_SHARED_FLAT and -msep-data for UCLIBC_FORMAT_FLAT_SEP_DATA
|
17 anos atrás |
Joakim Tjernlund
|
23a4b23a9a
Carmelo AMOROSO <carmelo.amoroso@st.com> writes:
|
17 anos atrás |
Joakim Tjernlund
|
a35c1f1a28
Correct return value. Pointed out by psm.
|
17 anos atrás |
Mike Frysinger
|
7bb0258ff9
change the auxvt code from being dependent on MMU to !LDSO as auxvt things are ELF-specific, not MMU-specific
|
17 anos atrás |
Mike Frysinger
|
d662b01231
Bernd Schmidt writes: make sure custom stacks work properly for no-mmu
|
17 anos atrás |
Mike Frysinger
|
8daa5a586a
Atsushi Nemoto writes:
|
17 anos atrás |
Mike Frysinger
|
2b178f6024
Atsushi Nemoto writes:
|
17 anos atrás |
Mike Frysinger
|
dc542b5742
Jean-Christian de Rivaz writes:
|
17 anos atrás |
Joakim Tjernlund
|
7dfbb9a929
Remove the arch specific mmap impl. for Powerpc. The common one will do.
|
17 anos atrás |
Mike Frysinger
|
3cf0739274
use POSIX -eq rather than bash == #1360
|
17 anos atrás |
"Steven J. Hill"
|
58c5f8ba4c
Fix MIPS syscall() and pipe functions to set errno correctly as reported by Daniel Jacobowitz on the mailing list. More information available at <http://www.uclibc.org/lists/uclibc/2007-May/017968.html> .
|
17 anos atrás |
"Steven J. Hill"
|
9ce2de577f
Fix ARM EABI signal unwinding to accomodate signal frame layout between Linux kernel versions as reported by Joseph S. Myers on the mailing list. More information available at <http://www.uclibc.org/lists/uclibc/2007-May/017971.html> .
|
17 anos atrás |
Peter Kjellerstedt
|
b947380b03
Restored indentation.
|
17 anos atrás |
Peter Kjellerstedt
|
8bd9107175
Made it compile again.
|
17 anos atrás |
Khem Raj
|
22a4424b0b
Fix arm mmap when using mmap2 syscall. Fixes bug #1303
|
17 anos atrás |
Khem Raj
|
4bad095847
Remove preprocessor warning due to missing definition of USE_TLS
|
17 anos atrás |