| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 10 | -1/+226 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -97/+12 |
* | fix some lint 'xxx used, but not defined' warnings by properly adding |  otto | 2007-05-15 | 1 | -1/+3 |
* | The int (32bit) argument must be sign extended on the 64 bit amd64 before |  drahn | 2006-05-09 | 1 | -3/+5 |
* | Remove the advertising clause in the UCB license which Berkeley |  jsg | 2005-12-13 | 12 | -72/+24 |
* | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 2005-11-29 | 1 | -2/+4 |
* | zap rcsid. |  espie | 2005-08-07 | 4 | -19/+4 |
* | cleanup KMSRC (copy to libkern) list from nonexistant srcs; also noticed before by marc@ and drahn@ |  mickey | 2005-06-29 | 1 | -3/+2 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -76/+2 |
* | Sync with NetBSD, picking up fixes to correctly reset status bits returning |  kettenis | 2004-07-13 | 1 | -3/+6 |
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many |  deraadt | 2004-02-27 | 1 | -2/+2 |
* | Define OSYSCALL* macros, as their SYSCALL* counterparts, but using the |  miod | 2004-02-22 | 2 | -3/+26 |
* | errno is int, not long; tracked down by otto@ |  miod | 2004-02-18 | 1 | -4/+4 |
* | correct syscall() stub; fixes perl and vi.recover |  deraadt | 2004-02-11 | 1 | -2/+3 |
* | Fix PIC cerror. ok miod@ mickey@ |  drahn | 2004-02-10 | 1 | -2/+3 |
* | CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@ |  drahn | 2004-02-10 | 2 | -12/+14 |
* | correct function names, ok deraadt@ |  drahn | 2004-02-10 | 3 | -6/+6 |
* | masks are only 32 bits on openbsd |  deraadt | 2004-02-09 | 1 | -2/+2 |
* | do signal blocking before saving registers |  deraadt | 2004-02-09 | 2 | -23/+23 |
* | 16 byte align for performance, as on other architectures |  deraadt | 2004-02-08 | 1 | -2/+4 |
* | from freebsd, helps awk too: |  deraadt | 2004-02-08 | 1 | -2/+2 |
* | from freebsd (and appears to make our awk work better) |  deraadt | 2004-02-08 | 1 | -17/+14 |
* | make old & new SYSENTRY macros |  deraadt | 2004-02-06 | 1 | -7/+12 |
* | things for amd64; from art@ |  mickey | 2004-01-28 | 41 | -0/+1846 |