Age | Commit message (Expand) | Author |
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 |
2003-01-04 | Fix *longjmp() return values. | Miod Vallat |
2003-01-02 | Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs | Miod Vallat |
2003-01-02 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | Miod Vallat |
2003-01-02 | Begone. | Miod Vallat |
2003-01-02 | Typos | Miod Vallat |
2002-11-23 | Make the mul/div/rem (and u... versions) weak so that ld.so can override | Dale Rahn |
2002-11-18 | Oops, unbrek libc_p | Miod Vallat |
2002-11-06 | Move the weak definition from before the syscall's entry point to | Todd C. Miller |
2002-11-06 | From NetBSD; Use _C_LABEL, not SYSNAME to call sigaltstack, sigblock, | Todd C. Miller |
2002-11-05 | thread safe libc -- 2nd try. OK miod@, millert@ | Marco S Hyman |
2002-11-05 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | Miod Vallat |
2002-11-05 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | Miod Vallat |
2002-11-03 | back out previous patch.. there are still some vax/m68k issues | Marco S Hyman |
2002-11-03 | libc changes for thread safety. Tested on: | Marco S Hyman |
2002-11-01 | Stub to help libc_r builds | Miod Vallat |