# $NetBSD: fstab,v 1.1 2002/04/26 03:29:32 lukem Exp $ /dev/md0a / ufs rw 1 1 icon' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/xdr_array.c
M CPU default of GCC - better support for SPARC64 - type checkings for abs/fabs - null pointer checks against struct member - various other improvements
AgeCommit message (Expand)Author
2013-03-11Replace previous Sun Microsystems, Inc. license with a standardtron
2013-03-04fix error messages and warnings.christos
2012-06-25Update old-style definitions to ANSI, remove a couple of registerabs
2005-08-05espie@openbsd:wiz
2003-01-18Merge the nathanw_sa branch.thorpej
2002-08-01correct range check. from openbsditojun
2002-07-30patch from openbsd to fix bounds checking, eliminating an overflow condition.darrenr
2000-01-22Delint.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-12revert; we can't break the existing ABI and APIlukem
1998-02-11use u_int32_t instead of size_t...lukem
1998-02-10major cleanup (to sync with changes made in include/rpc/*.h):lukem
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos
1995-04-14Don't pass a third argument (LASTUNSIGNED) to xdrproc_t functions ---jtc
1995-04-14Changed bzero to memset.jtc
1995-02-25save my sanity; stop using Id.cgd
2014-02-14Update LLVm/Clang to 3.5svn r201163. This brings improvements to thejoerg
16bit x86 support, self hosting for SPARC64 and improvements to the NetBSD driver on ARM, AArch64 and MIPS.
2014-01-15On ARM, force compiling some files in libc++ and LLVM's support libraryjoerg
with -march=armv6 to get native atomics as we currently lack the fallback symbols in libgcc and libc.
2014-01-05Update LLVM family to 3.5svn r198450. Interesting changes include:joerg
- 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
2013-09-21Update LLVM/Clang snapshot to r191105. This brings in a better detectionjoerg
of unused static variables and functions. Disable this for some external code and for ioconf.c in the kernel.
2013-09-03Use CPPFLAGS.src and not COPTS.src to override -std=c++11 flag. Thejoerg
latter doesn't help make depend.
2013-09-02Update LLVM/Clang snapshot to r189662. This includes many improvementsjoerg
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.
2013-07-07Update LLVM/Clang to snapshot r185778. This brings in a lot of work onjoerg
integrated-assembler support on PowerPC as well as support for compressed DWARF sections in some tools.
2013-05-28Update LLVM/Clang snapshot to r182734. Brings initial support forjoerg
integrated PowerPC assembler.
2013-04-28Update to LLVM/Clang snapshot r180686. Allows building without cxxabi.h.joerg
2013-04-25Update LLVM/Clang snapshot to r180004. This brings in the last pieces ofjoerg
C++11 support in Clang as well as initial SPARC64 support.
2013-02-04Update to LLVM/Clang snapshot r174288. This brings in the new AArch64joerg
backend as well as an import bug fix for pointer compare optimisations.
2013-01-23Update LLVM/Clang snapshot to r172366. Catch up with the move past 3.2joerg
release.
2012-08-09Update LLVM/Clang snapshot to r161532 for the usual set of improvementsjoerg
and bugfixes.
2012-04-29Update LLVM/Clang snapshot to r155677, bringing in a number of bugfixes.joerg
2012-04-14Update LLVM/Clang to r154578.joerg
2012-04-04Update LLVM/Clang snapshot to r153935. This brings in the new inlinejoerg
cost analysis.
2012-02-28Update LLVM/Clang snapshot to r151411. This brings in Lambda support forjoerg
C++11 and a new literal format string check to catch variadic argument functions.
2012-01-11Update LLVM/Clang snapshot to r147888. Most importantly, this fixes ajoerg
number of ABI issues for i386 and provides the correct __FLT_EVAL_METHOD__ when using i387.
2011-12-19Update LLVM/Clang snapshot to r146851. Most noticable, this fixes thejoerg
vfork issues with RUMP depending on inlining certain functions and a bad stdio simplification.
2011-10-11Update LLVM/Clang snapshot to r141658. This primarily fixes a regressionjoerg
preventing Qt4 from building.
2011-09-01Update LLVM/Clang snapshot to r138875. Primarily to get the rewrittenjoerg
temp file handling fixing boost-jam build.
2011-08-02Update LLVM/Clang snapshot to r136592. This brings support forjoerg
.code32/.code64 on x86.
2011-07-25Update to LLVM/Clang snapshot to r135906. Fixes a number of bugs foundjoerg
in the pkgsrc bulk builds.
2011-07-04Update LLVM/Clang to r134374. This brings the xstorerng alias for Viajoerg
PadLock, a bugfix for the C++ ABI in one edge condition and various compiler improvements.
2011-02-06Add LLVM and clang build system. It is enabled by MKLLVM=yes.joerg
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.