Age | Commit message (Expand) | Author |
2015-06-17 | Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers. | Masao Uebayashi |
2015-06-12 | Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes. | Masao Uebayashi |
2015-06-08 | At some point arm moved to a unified syntax for arm and thumb instructions. | Jonathan Gray |
2015-06-01 | Since the __{div,rem}{l,q}{,u} special libc entry points use a specific | Miod Vallat |
2015-06-01 | Put END() matching _ENTRY() (== ENTRY() w/o prof). | Masao Uebayashi |
2015-06-01 | Put END() matching ENTRY(). | Masao Uebayashi |
2015-05-29 | Put END() where appropriate. | Masao Uebayashi |
2015-05-29 | Put obvious END() macros that match ENTRY() entries. | Masao Uebayashi |
2015-05-29 | Sprinkle END() in some straightforward *.S files that have ENTRY(). The | Masao Uebayashi |
2015-05-26 | Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gas | Miod Vallat |
2015-05-15 | Make index/rindex weak aliases of strchr/strrchr since they are not | Todd C. Miller |
2015-05-14 | Use STRONG_ALIAS instead of ALTENTRY. | Mark Kettenis |
2015-05-12 | Put the right number of leading underscores in ___cerror and __cerror, for | Miod Vallat |
2015-04-21 | Eliminate the last uses of *fork's second syscall return register; the pid | Philip Guenther |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-03-31 | Stop encoding the syscall number in the swi instruction - this has been | Joel Sing |
2015-03-31 | Simplify fork/vfork logic: the kernel has handled returning zero in the child | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-01-04 | remove code for ancient gcc. | Daniel Dickman |
2014-12-11 | we do not need the complexity of an assembly swab function here. | Ted Unangst |
2014-12-09 | Import new amd64 assembly versions of strchr/index, strrchr/rindex, | Reyk Floeter |
2014-12-05 | memmove/bcopy from libkern, almost certainly the unrolling here is | Theo de Raadt |
2014-12-04 | asm version from libkern, but mempcy() remains tied to the | Theo de Raadt |
2014-12-02 | Noone cares what castle the princess is in | Theo de Raadt |
2014-12-02 | sync bcopy/memmove/memcpy implementation with the kernel. ok deraadt | Ted Unangst |
2014-11-30 | restructure libc/string + libc/arch/*/string coperation regarding | Theo de Raadt |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2014-11-22 | mop up a barely started project... getting in the way of grepping the tree! | Theo de Raadt |
2014-11-20 | One of these optimized stubs creates some incredibly subtle damage, | Theo de Raadt |
2014-11-20 | Add amd64 assembler versions of some standard functions to libc. The | Reyk Floeter |
2014-11-14 | let this compile with clang; no binary change with gcc. | Daniel Dickman |
2014-09-12 | Fix some bugs in the _Qp_sqrt implementation that would limit the accuracy | Mark Kettenis |
2014-08-15 | XPG requires insque() and remque() to work with linear lists and not just | Philip Guenther |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-06-09 | Nuke the machinery to sync libkern with libc, it's not been used in the | Miod Vallat |
2014-06-07 | Fix modf() on sparc | Tobias Ulmer |
2014-06-04 | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h | Matthew Dempsky |
2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2014-04-17 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-01-10 | match what hppa is doing now (not tested, but should be right) | Theo de Raadt |
2014-01-10 | correct argument handling; this has been broken since to beginning | Theo de Raadt |
2013-12-31 | Remove #ifdef _REENTRANT code that isn't used here. These days, the code | Mark Kettenis |
2013-12-24 | yup, we do ELF | Theo de Raadt |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-13 | bring in math.h to provide prototypes | Theo de Raadt |
2013-11-12 | add proto for amd64 case; unify otherwise | Theo de Raadt |