Age | Commit message (Expand) | Author |
2013-04-23 | Do a PC-relative relocation for _map rather than going through | Martynas Venckus |
2013-04-11 | Fix obviously stupid bug in the PIC_{LOAD,STORE} macros when compiling with | Miod Vallat |
2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases | Martynas Venckus |
2013-02-02 | Userland bits for m68k/ELF. Mostly addition of register prefixes to the | Miod Vallat |
2013-01-24 | Oops, due to the way return from system calls work, we can not use a delay | Miod Vallat |
2013-01-23 | The kernel sources mention that the system call entry point is trap #450; the | Miod Vallat |
2013-01-20 | Fix PIC_LOAD and PIC_STORE macros to really access the variable, instead of | Miod Vallat |
2013-01-20 | PIC-related code should follow the #ifdef __PIC__ line, not the #else line. | Miod Vallat |
2013-01-13 | Remove machine-dependent glue for strtorQ, since hppa64 quad-precision | Martynas Venckus |
2013-01-11 | Add END() directives to the various functions. | Miod Vallat |
2013-01-11 | Add a bunch of macros to help writing PIC code for libc .S routines. Handles | Miod Vallat |
2013-01-08 | fix __cerror non-weak symbol name | Miod Vallat |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2012-12-26 | Actually invoke the system call in libc's sigreturn() wrapper; went unnoticed | Miod Vallat |
2012-12-22 | Make sure the stack is 16-byte aligned otherwise the use of certain SSE | Mark Kettenis |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-03 | Add two missing quad-precision emulation functions: _Qp_cmp and _Qp_cmpe. At | Mark Kettenis |
2012-09-15 | Adapt ieee.h, gdtoa and libc to the fact that we don't have 80-bit | Martynas Venckus |
2012-09-04 | Add support for -fPIC | Theo de Raadt |
2012-09-04 | remove lint leftovers; ok guenther@ | Okan Demirmen |
2012-09-04 | these are no longer used; ok guenther | Theo de Raadt |
2012-09-01 | Make this __STDC__ aware. | Miod Vallat |
2012-08-22 | Fix missing PIC -> __PIC__ conversions; ok pascal | Theo de Raadt |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-08-12 | Fix almost ten-years old bug in siglongjmp(), which would not restore a signal | Miod Vallat |
2012-07-03 | adapt the NetBSD code to make sigpending work on sh | Jonathan Gray |
2012-07-01 | The kernel returns the pending set; this stub has to save it through | Philip Guenthe |
2012-07-01 | make this actually work | Mark Kettenis |
2012-06-25 | Do not use <machine/float.h>, that is an deformed BSD-ism. | Theo de Raadt |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
2012-04-19 | rely on the compiler giving us a built-in alloca. any new architecture | Theo de Raadt |
2012-04-12 | alloca.c cannot be used | Theo de Raadt |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-04-11 | Mark outermost frame such that backtraces in thread terminate at | Mark Kettenis |
2012-04-11 | Provide __tfork_thread() for hppa64. This makes libc compile again. | Joel Sing |
2012-03-22 | Move __tfork_thread() from rthreads (libpthread) to libc so that | Philip Guenthe |
2012-01-17 | Remove assembly version of strlen from i386 and amd64, where it's | Mike Belopuhov |
2012-01-17 | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, | Philip Guenthe |
2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | Philip Guenthe |
2011-10-11 | Change to syscall is done, so delete an XXX comment | Philip Guenthe |
2011-09-19 | Make this actually work. | Mark Kettenis |
2011-09-19 | Use a long-displacement branch instruction to call __cerror, since the | Mark Kettenis |
2011-09-19 | Clear the upper 32-bits of the system call address we load using ldil, since | Mark Kettenis |
2011-09-17 | arithemtic -> arithmetic | Miod Vallat |
2011-09-05 | Switch sigreturn() to the normal syscall entry instead of int$80. | Philip Guenthe |
2011-08-19 | Bring libc and libm in line with the compiler now that we no longer have a | Mark Kettenis |
2011-08-16 | 64-bitification went a bit too far here; sigset_t is 32-bit so using 64-bit | Mark Kettenis |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | Kill weak `cerror' alias, it's colliding with the userland namespace. Noticed | Miod Vallat |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |