Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1997-04-21 | Ugly hack to work around bug in 88k linker. | Dale S. Rahn | |
1997-04-17 | Fix __STDC__ macro handling of #, only hurt for mkdep not cpp due | gvf | |
to cpp's use of -traditional. NetBSD PR port-m68k/3222. Fix from <horimoto@cs-aoi.cs.sist.ac.jp>. | |||
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1997-01-17 | frexp version from m68k, both are IEEE so should be fine. | Dale S. Rahn | |
Ok what other routines are missing at this point I wonder, Do we have a standards compilance test? If so, it really needs to be run on this port. | |||
1997-01-02 | Change order of includes to pick up sys/types.h so that typedefs | Dale S. Rahn | |
of htonl and friends are not parse errors. | |||
1997-01-02 | Add fp.c file, reformat to be more readable. | Dale S. Rahn | |
1997-01-02 | Stub routines for set|get fpsticky, fpround, ... | Dale S. Rahn | |
Fixing this is listed in the Todo section. | |||
1996-12-21 | Check-in of powerpc library support. | Dale S. Rahn | |
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. | |||
1996-12-11 | generate reboot.o like other system calls | Theo de Raadt | |
1996-11-29 | use types.h rather than machine/endian.h. Latest htonl changes need that | imp | |
1996-11-13 | Bad include directive. | etheisen | |
1996-11-13 | Merge to NetBSD, added RCSids | Niklas Hallqvist | |
1996-11-13 | Sync to NetBSD + fixup RCS IDs | Niklas Hallqvist | |
1996-11-13 | Move RCSid up | Niklas Hallqvist | |
1996-11-13 | Sync with kernel, from NetBSD | Niklas Hallqvist | |
1996-09-23 | Minor warning about unterminated constant fixed | imp | |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | Thorsten Lockert | |
1996-09-15 | Remove dead code | Thorsten Lockert | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-08-12 | Stupid bug fixed.. | Per Fogelstrom | |
1996-07-30 | Cleanup of abi call and endian stuff. Also fixed some bugs. (AENT). | Per Fogelstrom | |
1996-07-25 | oops, floatconstants are in memory so wee need a .cpload to set gp-reg. | Per Fogelstrom | |
1996-06-23 | from mark; set r1 to -1 as well as r0 so callers expecting a 64 bit | Theo de Raadt | |
result will get -1. | |||
1996-05-22 | sync to ragge | Theo de Raadt | |
1996-05-22 | sync to mark | Theo de Raadt | |