| Age | Commit message (Expand) | Author |
| 2013-03-11 | Replace previous Sun Microsystems, Inc. license with a standard | tron |
| 2013-03-04 | fix error messages and warnings. | christos |
| 2012-06-25 | Update old-style definitions to ANSI, remove a couple of register | abs |
| 2005-08-05 | espie@openbsd: | wiz |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-08-01 | correct range check. from openbsd | itojun |
| 2002-07-30 | patch from openbsd to fix bounds checking, eliminating an overflow condition. | darrenr |
| 2000-01-22 | Delint. | mycroft |
| 1999-01-20 | * ensure memory is released if operations fail (in authunix_create(), | lukem |
| 1998-02-13 | * in get_myaddress(); always return sockaddr_in containing localhost:PMAP_PORT. | lukem |
| 1998-02-12 | revert; we can't break the existing ABI and API | lukem |
| 1998-02-11 | use u_int32_t instead of size_t... | lukem |
| 1998-02-10 | major cleanup (to sync with changes made in include/rpc/*.h): | lukem |
| 1997-07-21 | If port provides __weak_alias(), provide an Standard C and POSIX pure | jtc |
| 1997-07-13 | Fix RCSID's | christos |
| 1995-04-14 | Don't pass a third argument (LASTUNSIGNED) to xdrproc_t functions --- | jtc |
| 1995-04-14 | Changed bzero to memset. | jtc |
| 1995-02-25 | save my sanity; stop using Id. | cgd |
M CPU default of GCC
- better support for SPARC64
- type checkings for abs/fabs
- null pointer checks against struct member
- various other improvements
|
16bit x86 support, self hosting for SPARC64 and improvements to the
NetBSD driver on ARM, AArch64 and MIPS.
|
|
with -march=armv6 to get native atomics as we currently lack the
fallback symbols in libgcc and libc.
|
|
- Improvements in the SPARC64 support
- ARM backend can almost build a full NetBSD/EABI system with the
integrated assembler
- PowerPC grows disassembler support
- LLD supports copy relocation, beginning of MIPS backend
- New diagnostic for use of bool expression as size_t argument for
strncmp and friends
|
|
of unused static variables and functions. Disable this for some external
code and for ioconf.c in the kernel.
|
|
latter doesn't help make depend.
|
|
to the new SLP vectorizer, fast codegen support for PPC and using
terminfo for the color sequences. In addition, add (optional) build
infrastructure for lld to allow easier testing. This is controlled by
MKLLD.
|
|
integrated-assembler support on PowerPC as well as support for
compressed DWARF sections in some tools.
|
|
integrated PowerPC assembler.
|
|
|
|
C++11 support in Clang as well as initial SPARC64 support.
|
|
backend as well as an import bug fix for pointer compare optimisations.
|
|
release.
|
|
and bugfixes.
|
|
|
|
|
|
cost analysis.
|
|
C++11 and a new literal format string check to catch variadic argument
functions.
|
|
number of ABI issues for i386 and provides the correct
__FLT_EVAL_METHOD__ when using i387.
|
|
vfork issues with RUMP depending on inlining certain functions and a bad
stdio simplification.
|
|
preventing Qt4 from building.
|
|
temp file handling fixing boost-jam build.
|
|
.code32/.code64 on x86.
|
|
in the pkgsrc bulk builds.
|
|
PadLock, a bugfix for the C++ ABI in one edge condition and various
compiler improvements.
|
|
Upstream sources can be fetched by running "make checkout" in
src/external/bsd/llvm, they will be properly imported once the
integration and missing features are sorted out.
|