Age | Commit message (Expand) | Author |
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 |
2003-05-09 | assembler versions of insque and remque for m68k, also from 4.4BSD | Todd C. Miller |
2003-05-09 | insque and remque are VAX instructions, no need for C functions; From 4.4BSD | Todd C. Miller |
2003-05-02 | Add Doug Gwyn's portable alloca() for platforms w/o an assembler | Todd C. Miller |
2003-04-22 | Indent delay slot insns | Jason Wright |
2003-04-17 | ELF fixups, ELF PIC syscall support, asm changes as requested by assembler. | Dale Rahn |
2003-03-10 | duplicate words and spelling fixes in comments | David Krause |
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat |
2003-02-18 | indent delay slot | Jason Wright |
2003-02-08 | Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous... | Jason Wright |
2003-01-29 | Align this char array accessed as double, for paranoia reasons. | Dale Rahn |
2003-01-16 | Waiter! I asked for a working vfork! | Miod Vallat |
2003-01-16 | Alignment requirements are satisfied in ENTRY(), no need to add more here. | Miod Vallat |
2003-01-15 | minbrk is exposed, gmon uses it | Michael Shalayeff |
2003-01-07 | Get static rcsid correctly, better style for .S files, trim whitespace. | Miod Vallat |
2003-01-07 | Properly align __infinity - m88k is very strict wrt double alignment. | Miod Vallat |
2003-01-07 | Get the rounding modes table correct, eventually. | Miod Vallat |
2003-01-07 | One more pass to get thinks correct wrt weak symbols and syscalls. | Miod Vallat |