Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-25 | fake cerror.S creation for now | Michael Shalayeff | |
1999-12-05 | fix space regs load insns, also some tabs vs spaces | Michael Shalayeff | |
1999-11-14 | this seem proper now | Michael Shalayeff | |
1999-09-16 | adopt to the new frame framework | Michael Shalayeff | |
1999-09-14 | this is the bcopy we use | Michael Shalayeff | |
1999-09-14 | some basic framework | Michael Shalayeff | |
1999-07-23 | replace the stub ieeefp functions with the real working functions, | Dale S. Rahn | |
from NetBSD. | |||
1999-06-15 | changes required for powerpc libc_r support. | Dale S. Rahn | |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
1999-06-02 | A couple of more __MIPSEX__ | Per Fogelstrom | |
1999-05-28 | use SYSENTRY, so that libc_r wraps this properly | Theo de Raadt | |
1999-05-01 | It is faster to split this into separate length and copy operations | Todd C. Miller | |
1999-04-30 | don't use a2 | Todd C. Miller | |
1999-04-30 | fix register usage (program logic is unchanged) | Todd C. Miller | |
1999-04-27 | use assembler here | Michael Shalayeff | |
1999-04-25 | missing parts from last commit | Todd C. Miller | |
1999-04-25 | m68k assembler version of strlcpy(3) | Todd C. Miller | |
1999-04-21 | Fix the _THREAD_SAFE path through the cerror code for powerpc. | Dale S. Rahn | |
libc_r was never completed for the powerpc arch. | |||
1999-03-12 | Fixes to the currently unused PIC support in the powerpc asm files. | Dale S. Rahn | |
contact rahnds@openbsd.org before attempting to use this funcationality. | |||
1999-02-09 | Fixed brk() and sbrk(). Removal of old mvme88k dir. | Steve Murphree | |
1999-02-04 | END -> SYSEND (typo fix) | David Leonard | |
1999-02-01 | Should be taken care of but make it obvious | Per Fogelstrom | |
1999-02-01 | mi ptrace | David Leonard | |
1999-02-01 | remove PASSTHRU | David Leonard | |
1999-01-28 | Preliminary version for PIC support. Builds and runs standard and profiled | Dale S. Rahn | |
just fine. pic version has been compiled, but without a ld.so has not been tested. Needs binutils 2.9.1 or later to build pic version. | |||
1999-01-22 | ENTRY -> SYSENTRY for sparc libc_r (per d@) | Marco S Hyman | |
1999-01-20 | use LIBCSRCDIR | David Leonard | |
1999-01-19 | thread support | David Leonard | |
1999-01-06 | _THREAD_SAFE | David Leonard | |
1999-01-06 | _THREAD_SAFE; nominal testing by fries | David Leonard | |
1999-01-06 | _THREAD_SAFE; nominal testing by fries | David Leonard | |
1999-01-06 | use indr_reference instead of PASSTHRU | David Leonard | |
1998-12-23 | libc_r support | Michael Shalayeff | |
1998-12-23 | _thread_sys changes for powerpc SYS.h, code mostly from d, fixed up | Dale S. Rahn | |
and completed for checkin. | |||
1998-12-17 | some missing parts; sys is not ready yet | Michael Shalayeff | |
1998-12-15 | correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff. | Steve Murphree | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-08-28 | some libc parts; memmove.S to written | Michael Shalayeff | |
1998-08-07 | Add correct handling of more systemcalls. either not implemented before | Dale S. Rahn | |
or poorly implemented. | |||
1998-07-19 | fix dependancy item for libc. arch is powerpc not ppc. hmmm. | Dale S. Rahn | |
1998-07-05 | Change some of the local symbols into "temporary", removed symbols. | Dale S. Rahn | |
makes it easier to debug code to see the function entry not the local branch targets. | |||
1998-07-04 | Changes to support profiling libraries for the powerpc port. | Dale S. Rahn | |
1998-05-17 | ENTRY takes 2 args nowadays | Niklas Hallqvist | |
1998-05-14 | NetBSD merge | Niklas Hallqvist | |
1998-02-08 | Better lint(1) framework. Mostly from cgd@NetBSD | Thorsten Lockert | |
1997-09-27 | Amazing how much confusion and how much tracing a simple 4 instead of a 3 | Per Fogelstrom | |
can cause!! Returned sigmask value was taken from wrong register... So no more zombies!!! | |||
1997-09-17 | Pointers are not signed. | Tobias Weingartner | |
1997-08-01 | pull in protos | Theo de Raadt | |
1997-07-23 | tabify | kstailey | |
1997-04-23 | Fix "bug" in linker. actually was bug in asm files that did not correctly | Dale S. Rahn | |
align the global data. This allows the workaround in crt0 to be removed. |