Age | Commit message (Expand) | Author |
2004-02-11 | correct syscall() stub; fixes perl and vi.recover | Theo de Raadt |
2004-02-10 | Fix PIC cerror. ok miod@ mickey@ | Dale Rahn |
2004-02-10 | CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@ | Dale Rahn |
2004-02-10 | correct function names, ok deraadt@ | Dale Rahn |
2004-02-09 | masks are only 32 bits on openbsd | Theo de Raadt |
2004-02-09 | do signal blocking before saving registers | Theo de Raadt |
2004-02-08 | 16 byte align for performance, as on other architectures | Theo de Raadt |
2004-02-08 | from freebsd, helps awk too: | Theo de Raadt |
2004-02-08 | from freebsd (and appears to make our awk work better) | Theo de Raadt |
2004-02-07 | Do not generate text relocations in PIC code. | Dale Rahn |
2004-02-06 | make old & new SYSENTRY macros | Theo de Raadt |
2004-02-06 | fix alias definition, was backwards. | Dale Rahn |
2004-02-03 | correct psABI functions _Q_feq and friends (they return 'int' not long double); | Jason Wright |
2004-02-03 | Correct modf (from alpha) instead of one which doesnt compile from NetBSD | Dale Rahn |
2004-02-02 | add missing frexp | Dale Rahn |
2004-02-02 | cleanup | Dale Rahn |
2004-02-02 | This file was not supposed to committed. | Dale Rahn |
2004-02-02 | Use the real fpgetround found in softfloat. | Dale Rahn |
2004-02-02 | fix __weak_alias | Dale Rahn |
2004-02-02 | Add missing minbrk symbol, fixes profiling builds. | Dale Rahn |
2004-02-02 | sigh, watch for compile errors... | Dale Rahn |
2004-02-01 | ARGH, forgot tags. | Dale Rahn |
2004-02-01 | arm libc support. From NetBSD. currently supports softfloat. | Dale Rahn |
2004-01-29 | fix to use sigaltstack again. help miod ok miod deraadt | Ted Unangst |
2004-01-28 | things for amd64; from art@ | Michael Shalayeff |
2004-01-26 | Use libkern's fast ffs() in libc too. | Miod Vallat |
2004-01-15 | ABI breakage happened with the sigaltstack replacement. It is too late, | Theo de Raadt |
2004-01-05 | Use correct type for old values. No binary change. | Otto Moerbeek |
2003-12-25 | Use an unsigned comparison against minbrk. | Miod Vallat |
2003-12-24 | In the never-ending story of *setjmp bugs, fix a typo preventing | Miod Vallat |
2003-12-19 | Speed up sbrk() one cycle by removing an unnecessary register shuffling. | Miod Vallat |
2003-12-08 | OR r13, not r9 to match SYS.h; fixes syscall(2) on mvme88k; OK miod@ | Todd C. Miller |
2003-10-16 | Only a clown like me could put cerror in the data section by mistake... | Miod Vallat |
2003-09-01 | These files are not necessary anymore. | Miod Vallat |
2003-08-06 | In setjmp() and sigsetjmp(), be sure to return with r14 and r15 unchanged, as | Miod Vallat |
2003-08-01 | Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times. | Miod Vallat |
2003-07-24 | warn about unsafe APIs at link time. Conditional on libc/Makefile defining | Theo de Raadt |
2003-07-21 | enable the libc portions of the quad float stuff (nothing will call this | Jason Wright |
2003-07-21 | implementation of __ftoul (float -> unsigned long) (based on __dtoul above it) | Jason Wright |
2003-07-21 | quad float emulation stuff. Mostly based on freebsd (which is based on | Jason Wright |
2003-07-15 | proto repairs | Theo de Raadt |
2003-07-10 | Use a logical comparison (unsigned) for pointers. ok drahn@ | Thierry Deval |
2003-06-25 | pull in headers | Theo de Raadt |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-11 | oops | Theo de Raadt |
2003-06-11 | ansification; checked by pval | Theo de Raadt |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-06-02 | three four kill ... | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |