summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2016-01-13NetBSD re-synchronization of the source treeLionel Sambuc
2015-03-18Fix unused variable warningsEmmanuel Blot
2014-12-12ARM: can build with llvm, switch to EABIBen Gras
2014-07-31New sources layoutLionel Sambuc
2014-07-28libc:x86 fix for get and setcontext assembly calls.Kees Jongenburger
2014-07-28x86:ensure that getcontext will return 0.Kees Jongenburger
2014-07-28Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)Lionel Sambuc
2014-03-03<machine/signal.h>Ben Gras
2014-03-03<machine/mcontext.h>Ben Gras
2014-03-03align <sys/ucontext.h> <sys/uio.h> <sys/un.h>Ben Gras
2014-03-02use netbsd <sys/signal.h> and sigset_tBen Gras
2014-03-01Adding ipc_ prefix to ipc primitivesLionel Sambuc
2013-08-09libc: make MINIX assembly code position-independentAntoine Leca
2013-06-24kernel, arm ucontext: ARM DBG=-g run fixesBen Gras
2013-06-16a few DBG=-g build fixes, both archesBen Gras
2013-02-04kernel, libc: signals fixesBen Gras
2013-01-30arm: make signal handlers workBen Gras
2013-01-25ARM: correctly store kernel_info_struct pointerThomas Veerman
2013-01-17ARM updatesLionel Sambuc
2013-01-14Libraries updates and cleanupLionel Sambuc
2013-01-14Moving all NetBSD headers back where they belong.Lionel Sambuc
2013-01-08libc, libutil: remove compat hacksBen Gras
2012-11-15Libc update to simplify merge.Lionel Sambuc
2012-10-07ARM support for kernel and vmArun Thomas
2012-09-24SYSENTER/SYSCALL supportBen Gras
2012-08-28ARM support for system librariesArun Thomas
2012-08-27machine/ipcconst.h for arch-specific constantsArun Thomas
2012-08-10brksize: Remove non-ELF codeArun Thomas
2012-07-28kernel: facility for user-visible memoryBen Gras
2012-06-19generate offsets for ucontext.SBen Gras
2012-06-18Use MACHINE_ARCH instead of ARCHThomas Veerman
2012-06-18Move setjmp and strnlen to common/lib.Kees Jongenburger
2012-02-14Full switch to clang/ELF. Drop ack. Simplify.Ben Gras
2011-06-24introduce option to time assert()sBen Gras
2011-06-06<timers.h> - add feature to time a code blockBen Gras
2010-12-10csu/build support for ELFArun Thomas
2010-11-18Inlining 64bit integer handling functionsTomas Hruby
2010-11-12GCC/clang: int64 routines in CArun Thomas
2010-08-17Macros for symbols used in both ASM and CArun Thomas
2010-07-23Move sensitive instructions from libc into kernelErik van der Kouwe
2010-07-23Throw out ins[bwl] and out[bwl] from libc as they are not usedErik van der Kouwe
2010-05-20Oops, last commit included more than was intendedErik van der Kouwe
2010-05-20More system processes, this was not enough for the release script to run on s...Erik van der Kouwe
2010-05-17Full 64-bit multitplication and division added to u64 libraryErik van der Kouwe
2010-05-04Let memory allocation be aligned on 8-byte boundaries.Kees van Reeuwijk
2010-04-29cpufeature() - rename _SSEx and correct logic in cpufeature() in libBen Gras
2010-03-24cdecl calling convention expects the callee to pop the hidden pointer onLorenzo Cavallaro
2010-03-23IPC status code for receive().Cristiano Giuffrida
2010-03-12- Add support for the ucontext system calls (getcontext, setcontext,Thomas Veerman
2010-03-08Include directory reorg and makefile updates.Arun Thomas