Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nommu: use MAP_UNINITIALIZE for mallocs | Mike Frysinger | 2009-11-23 | 1 | -0/+2 |
| | | | | | | | | | Now that the kernel supports MAP_UNINITIALIZE, have the malloc places use it to get real uninitialized memory on no-mmu systems. This avoids a lot of normally useless overhead involved in zeroing out all of the memory (sometimes multiple times). Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-23 | 1 | -1/+1 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-04-21 | 1 | -1/+5 |
| | |||||
* | sync with glibc | Mike Frysinger | 2005-12-01 | 1 | -2/+8 |
| | |||||
* | define MREMAP_FIXED | Mike Frysinger | 2005-11-27 | 1 | -0/+1 |
| | |||||
* | Sync up sparc headers | Eric Andersen | 2001-11-14 | 1 | -9/+27 |
| | |||||
* | I just grabbed the bits dir from glibc 2.1.3 on a sparc box | Eric Andersen | 2001-03-06 | 1 | -0/+77 |
to facilitate the sparc porting work being done by Mathew Bosworth. -Erik |