Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-20 | On xmalloc failure, stop trying to determine the total amount of allocated | Pascal Stumpf | |
memory up to this point by using sbrk(2). This is of course wildly incorrect for any mmap-based malloc(3). This also makes it possible to bring pledge(2) to gnu/. comments kettenis@, ok miod@ | |||
2015-06-11 | Fix CVE-2012-3509, an integer overflow in libiberty, leading to | Alexander Bluhm | |
heap-buffer overflow. From Sebastian Trahm; OK deraadt@ | |||
2003-11-24 | And the includes are taken from GCC 2.95.pre3 test3 | Marc Espie | |
2015-01-19 | Prefer strdup() to malloc() + strcpy() and ftello() to ftell() | Miod Vallat | |
ok deraadt@ guenther@ millert@ | |||
2014-08-31 | Finally ``revert'' to the recent pexecute interface, now that we do not need | Miod Vallat | |
to support gcc 2.95. Tested on gcc 3 and gcc 4 platforms, riding on the major bump. | |||
2014-08-31 | Now that gcc 2.95 is out of the tree, get rid of the old hash table interface | Miod Vallat | |
it was the only user of. Bump major. | |||
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther | |
members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME. Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures. DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead. Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@ | |||
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen | |
ok guenther@ | |||
2010-09-04 | Compile the v3 demangler support code in libiberty, bump minor. Will be used | Miod Vallat | |
in a not-so-distant future. ok kettenis@ (some time ago) | |||
2010-05-26 | make gcc4 lib sprintf/strcpy free. | Marc Espie | |
activate proper C99 stuff. fix locale support when there's no locale. work common with kettenis@ | |||
2009-10-12 | Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c to | Robert Nagy | |
the list of built files and switch the md5.h header to the libiberty one. This change is needed by gcc4 and it is a major library crank for libiberty. tested by many people on many architectures and finally ok'd by deraadt@ | |||
2008-07-24 | bump | Martynas Venckus | |
2008-06-22 | Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD, | Miod Vallat | |
as has been done for the __sentinel__ attribute, since all toolchains support it. | |||
2008-06-07 | Put back sprintf -> snprintf changes which have been lost accidentally in the | Miod Vallat | |
last update. | |||
2008-06-07 | Put back the diff made between rev. 1.1.1.3 and 1.3 | Charles Longeau | |
ok miod@ | |||
2008-05-27 | Merge OpenBSD specific changes: | Miod Vallat | |
- pexecute implementation replaced with the older gcc 2.95 implementation, as gcc 2.95's collect2 relies upon an implementation behaviour which has been lost in further libiberty updates. - keep the old hash table interfaces, which are used by gcc 2.95. - keep the OpenBSD replacement for the md5 interface. - keep the OpenBSD strl{cat,cpy} and snprinft usage. Bump libiberty minor version due to the addition of a few new symbols. | |||
2008-05-27 | Update libiberty to the version found in binutils 2.17.1 (which still | Miod Vallat | |
identifies itself as the gcc 3 version...) | |||
2006-07-12 | makeinfo --no-split, simplifies sets immensely. | Marc Espie | |
Approved deraadt@, kettenis@ | |||
2005-04-27 | strcpy->strlcpy, needed by libstdc++ actually. | Marc Espie | |
2005-04-16 | amd64 canonicalization | Mark Kettenis | |
ok pvalchev@, fine deraadt@ | |||
2005-04-14 | use snprintf. okay deraadt@ | Marc Espie | |
2005-02-04 | unfuck amd64 | Peter Valchev | |
2005-01-25 | simplify OpenBSD case by using arch(1) and sed to grab | Brad Smith | |
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@ | |||
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn | |
2004-12-24 | fix up conflicts | Marc Espie | |
2004-09-18 | gnu code will never, ever, EVER, get close to passing lint | Theo de Raadt | |
2004-08-30 | cute side-effect of bsd.lib.mk, some typos only show up with make tags. | Marc Espie | |
noticed by marco@ okay millert@ | |||
2004-08-11 | Clean up old mips stuff and add sgi. | Per Fogelstrom | |
ok deraadt@ | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-07-04 | cats -> arm; miod ok | Theo de Raadt | |
2004-05-17 | Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library. | Mark Kettenis | |
ok otto@, pval@ | |||
2004-04-21 | Add luna88k related directories and information to the build infrastructure. | Miod Vallat | |
ok deraadt@, millert@, krw@ - mdoc ok jmc@ | |||
2004-02-27 | cope with MACHINE_ARCH changing from x86_64 to amd64. For now, we want | Theo de Raadt | |
the toolchain to remain at the name x86_64. Tested on all other architectures that care. Done as very small snippets, so that espie does not blow a fuse. | |||
2004-01-03 | missing prototypes; ok espie | Peter Valchev | |
2003-12-28 | resurrect pexecute.c for now, since vax and m68k barf on pex-unix.c | Marc Espie | |
2003-12-26 | add libiberty.info to CLEANFILES | Brad Smith | |
ok espie@ | |||
2003-12-25 | Manual merge of ChangeLog entries. | Marc Espie | |
A bit icky, but binutils includes contain both libiberty stuff and its own stuff... | |||
2003-12-25 | bye-bye. Merge should basically be finished | Marc Espie | |
2003-12-25 | typo in demangler | Marc Espie | |
2003-12-25 | restore #ifdef __cplusplus around demangler prototypes. | Marc Espie | |
Restore comment that was lost. | |||
2003-12-25 | Compile the right files, bump minor number. | Marc Espie | |
2003-12-25 | revert to versions in gcc 3.3.2, those are more recent | Marc Espie | |
2003-12-25 | Automatic merge | Marc Espie | |
2003-12-25 | Update to libiberty from binutils-2.14 | Marc Espie | |
2003-12-25 | Update to libiberty from binutils-2.14 | Marc Espie | |
2003-11-25 | Build the new pieces of libiberty that gcc3 will want. | Marc Espie | |
Bump major because of changes in c++ demangler. | |||
2003-11-25 | `merge' old hashtab interface and new, since those are disjoint. | Marc Espie | |
2003-11-25 | quick and dirty md5 functions wrapper, so that we can use the libc version. | Marc Espie | |
Help from markus. | |||
2003-11-25 | extra file mangled by cvs. | Marc Espie | |
kill files that no longer exist. | |||
2003-11-25 | fix instances of cvs brain-damage. We want the current FSF version of | Marc Espie | |
these files. |