| Commit message (Expand) | Author | Age | Files | Lines |
* | "the the" -> "the" in comment |  mmcc | 2015-12-11 | 1 | -2/+2 |
* | Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in the |  guenther | 2015-11-14 | 13 | -41/+80 |
* | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), |  guenther | 2015-10-27 | 3 | -5/+7 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 2 | -4/+6 |
* | Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs. |  guenther | 2015-10-17 | 5 | -25/+14 |
* | Wrap <stdlib.h> so that calls go direct and the symbols not in the |  guenther | 2015-09-13 | 2 | -3/+2 |
* | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in |  guenther | 2015-09-13 | 2 | -22/+6 |
* | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-05 | 7 | -34/+38 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 11 | -31/+53 |
* | Hide many (194!) symbols that nothing should be using. |  guenther | 2015-08-26 | 5 | -81/+12 |
* | Explicitly list the symbols permitted to be exported by libc. |  guenther | 2015-08-22 | 1 | -0/+18 |
* | Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers. |  uebayasi | 2015-06-17 | 10 | -14/+40 |
* | Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes. |  uebayasi | 2015-06-12 | 1 | -2/+2 |
* | Put END() matching _ENTRY() (== ENTRY() w/o prof). |  uebayasi | 2015-06-01 | 1 | -1/+2 |
* | Put END() matching ENTRY(). |  uebayasi | 2015-06-01 | 1 | -1/+2 |
* | Put END() where appropriate. |  uebayasi | 2015-05-29 | 4 | -10/+12 |
* | Put obvious END() macros that match ENTRY() entries. |  uebayasi | 2015-05-29 | 12 | -12/+51 |
* | Sprinkle END() in some straightforward *.S files that have ENTRY(). The |  uebayasi | 2015-05-29 | 10 | -5/+17 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 2015-05-15 | 2 | -4/+4 |
* | Eliminate the last uses of *fork's second syscall return register; the pid |  guenther | 2015-04-21 | 1 | -3/+3 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2015-04-07 | 2 | -7/+26 |
* | Simplify fork/vfork logic: the kernel has handled returning zero in the child |  guenther | 2015-03-31 | 2 | -15/+3 |
* | remove code for ancient gcc. |  daniel | 2015-01-04 | 1 | -7/+1 |
* | Import new amd64 assembly versions of strchr/index, strrchr/rindex, |  reyk | 2014-12-09 | 5 | -95/+442 |
* | restructure libc/string + libc/arch/*/string coperation regarding |  deraadt | 2014-11-30 | 9 | -5/+359 |
* | One of these optimized stubs creates some incredibly subtle damage, |  deraadt | 2014-11-20 | 12 | -391/+4 |
* | Add amd64 assembler versions of some standard functions to libc. The |  reyk | 2014-11-20 | 12 | -4/+391 |
* | Nuke the machinery to sync libkern with libc, it's not been used in the |  miod | 2014-06-09 | 1 | -4/+1 |
* | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h |  matthew | 2014-06-04 | 1 | -11/+1 |
* | add proto for amd64 case; unify otherwise |  deraadt | 2013-11-12 | 1 | -2/+4 |
* | Do a PC-relative relocation for _map rather than going through |  martynas | 2013-04-23 | 1 | -2/+2 |
* | remove lint leftovers; ok guenther@ |  okan | 2012-09-04 | 2 | -5/+2 |
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 13 | -28/+28 |
* | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 2012-06-21 | 1 | -5/+4 |
* | rely on the compiler giving us a built-in alloca. any new architecture |  deraadt | 2012-04-19 | 2 | -16/+1 |
* | alloca.c cannot be used |  deraadt | 2012-04-12 | 1 | -2/+1 |
* | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 1 | -44/+0 |
* | Move __tfork_thread() from rthreads (libpthread) to libc so that |  guenther | 2012-03-22 | 1 | -0/+94 |
* | Remove assembly version of strlen from i386 and amd64, where it's |  mikeb | 2012-01-17 | 1 | -18/+0 |
* | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, |  guenther | 2012-01-17 | 2 | -5/+5 |
* | Change to syscall is done, so delete an XXX comment |  guenther | 2011-10-11 | 1 | -5/+1 |
* | Switch sigreturn() to the normal syscall entry instead of int$80. |  guenther | 2011-09-05 | 2 | -26/+3 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 3 | -2/+110 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 3 | -110/+2 |
* | Move __cerror to ___cerror with a weak alias so that rthreads can override it. |  guenther | 2011-04-04 | 2 | -3/+6 |
* | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 1 | -2/+2 |
* | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 1 | -2/+2 |
* | these were not needed |  martynas | 2008-12-09 | 1 | -2/+1 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 1 | -1/+2 |
* | - add long double signbit |  martynas | 2008-12-09 | 6 | -6/+38 |