Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-10 | As noted by Bill Huang <billhuang@redsonic.com>, the gid and uid | Eric Andersen | |
were reversed in putpwent(). Oops. -Erik | |||
2002-09-09 | Remove malloc_simple from subdir list. | Manuel Novoa III | |
2002-09-09 | Clean up a warning. | Manuel Novoa III | |
2002-09-09 | Fixed compile bugs having to do with 64-bit filesystem operations that | "Steven J. Hill" | |
need to be disabled when 'DOLFS' is disabled. | |||
2002-09-09 | Fixup multi-line string | Eric Andersen | |
-Erik | |||
2002-09-09 | (realloc): Record the correct size in the malloc header in the case | Miles Bader | |
where we extended the existing allocation, and got back more than we asked for from the heap. | |||
2002-09-06 | Patch from Tero_Lyytik�inen <tero@paravant.fi> to fix bug in matchchar | Manuel Novoa III | |
case. | |||
2002-09-06 | Add #include <malloc.h> to silence warning. | Manuel Novoa III | |
2002-09-06 | Initial checkin. | Miles Bader | |
2002-09-06 | Update debugging hooks. | Miles Bader | |
2002-09-06 | Add in some weak aliases to allow C99 apps to compile w/o defining | Eric Andersen | |
_ISOC99_SOURCE, per what glibc does. -Erik | |||
2002-09-05 | Fixed another address alignment where a pagesize of 4k were assumed. | Tobias Anderberg | |
2002-09-05 | split-out memalign and realloc | Eric Andersen | |
-Erik | |||
2002-09-05 | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | |
2002-09-04 | 'syscall' now properly works for MIPS. | "Steven J. Hill" | |
2002-09-04 | Make sjhill happy, and revive memalign | Eric Andersen | |
-Erik | |||
2002-09-04 | Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux | "Steven J. Hill" | |
Test Project to compile as well as be consistent with the architecture specific files. Maybe eventually the architecture specific files could be removed all together. | |||
2002-09-04 | Per discussions with Erik, 'valloc.c' should be built on top of whichever | "Steven J. Hill" | |
memory allocator you choose. Unfortunately, the 'malloc-930716' needs a fair amount of work before it is functional. For now, changes have been made to add the 'valloc' call and it works properly with the plain 'malloc' allocator. | |||
2002-09-04 | Added 'valloc' back in. Ok, Erik can smack me now. | "Steven J. Hill" | |
2002-09-04 | Add syscalls: modify_ldt _sysctl setresuid getresuid setresgid getresgid | "Steven J. Hill" | |
2002-09-04 | Added function 'mkdtemp' for Linux Test Project. | "Steven J. Hill" | |
2002-09-04 | Added function 'get_current_dir_name' for Linux Test Project. Tested and | "Steven J. Hill" | |
works identically to function in glibc. | |||
2002-09-04 | (free): | Miles Bader | |
Update debug statement. Update to use __heap_delete and __heap_is_empty. | |||
2002-09-04 | (__heap_delete): Renamed from `__heap_unlink_free_area'. | Miles Bader | |
(__heap_free_area_alloc): Use __heap_delete. (__heap_is_empty): New macro. | |||
2002-09-03 | Support fstatvfs64 and statvfs64 | Eric Andersen | |
-Erik | |||
2002-09-03 | Oops. Turns out I broke statvfs() and fstatvfs() back in February, | Eric Andersen | |
when I accidentally changed them unconditionally into the 64 bit versions... Oops. -Erik | |||
2002-08-30 | Redo stat structures (kernel changed too). | Miles Bader | |
2002-08-30 | Add __kernel_ino64_t. | Miles Bader | |
Make __kernel_loff_t unconditional. | |||
2002-08-30 | CFLAGS+=-D__FORCE_NOGLIBC, not CFLAGS+=__FORCE_NOGLIBC | Aaron Lehmann | |
Change a than to then | |||
2002-08-30 | Doc fix. | Miles Bader | |
2002-08-30 | (__heap_free): Tighten up the inner loop, and make the code more readable. | Miles Bader | |
2002-08-30 | Use `likely' & `unlikely' instead of the `__malloc_'-prefixed versions. | Miles Bader | |
2002-08-30 | (likely, unlikely): New macros. | Miles Bader | |
2002-08-30 | (likely, unlikely): New macros. | Miles Bader | |
(__malloc_likely, __malloc_unlikely): Macros removed. | |||
2002-08-28 | Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com> | Eric Andersen | |
2002-08-28 | If the initfini.pl script changes, regenerate the crt[in].S files. | David McCullough | |
2002-08-28 | Fix broken getpriority syscall, per email from Marshall M. Midden | Eric Andersen | |
-Erik | |||
2002-08-28 | fix grammar | Eric Andersen | |
2002-08-27 | Final update | Eric Andersen | |
2002-08-27 | Somehow the bit of code that add the offset of envp to argv got lost | David McCullough | |
and envp was a very small number and not an address. I think this fixes most of the SH platform. | |||
2002-08-27 | update for release | Eric Andersen | |
2002-08-27 | Update changelog for release | Eric Andersen | |
2002-08-27 | Obligatory forgotten file... sys_errlist garbage. | Manuel Novoa III | |
2002-08-27 | Semonstrate a problem where weak symbols referenced in shared libs are not | Eric Andersen | |
being overridden when those same symbols _are_ overridden by other shared libs in the main app. Ick. -Erik | |||
2002-08-27 | Make sure that bits/syscalls.h always includes bits/syscall.h | Eric Andersen | |
-Erik | |||
2002-08-27 | Reimplement sys_errlist[] so that it works on sparc, alpha, and mips. | Manuel Novoa III | |
In my opinion, this is a complete waste of good memory and is only done to avoid the anticipated whining by people who think this libary is named uCglibc. At some point this may become a configurable option. And even then, it may not be available in all configs... for instance when system error messages become locale-dependent. | |||
2002-08-27 | Make this as glibc-like as possible while avoiding the fileutils | Manuel Novoa III | |
problem. glibc hides the DT_* enum values unless __USE_BSD is defined. | |||
2002-08-27 | Fix a delay slot problem, this gets some apps working on SH, a good number | David McCullough | |
are still seg-faulting. | |||
2002-08-27 | Move the _DIRENT_HAVE_D_TYPE test to avoid breaking fileutils | Eric Andersen | |
-Erik | |||
2002-08-27 | No need to hide this stuff when _DIRENT_HAVE_D_TYPE is not | Eric Andersen | |
defined... Nothing too sacred in there and it can be used for other things... -Erik |