Age | Commit message (Expand) | Author |
2002-10-07 | kick, kick. Fix these files which did not come from NetBSD, but the | Dale Rahn |
2002-10-07 | clean up ifdefs for PIC, resulting code unchanged. | Dale Rahn |
2002-10-07 | s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate. | Dale Rahn |
2002-10-07 | Simpler, smaller, more efficient and equivalent. | Dale Rahn |
2002-10-07 | cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL() | Dale Rahn |
2002-10-06 | curbrk -> __curbrk on sparc to avoid name space pollution. | Artur Grabowski |
2002-10-06 | Rename curbrk to __curbrk on i386 to avoid namespace pollution. | Artur Grabowski |
2002-10-06 | Rename curbrk to __curbrk on alpha to avoid namespace pollution. | Artur Grabowski |
2002-10-06 | Rename cerror to __cerror on i386 to avoid namespace pollution. | Artur Grabowski |
2002-10-06 | Rename cerror to __cerror on alpha to avoid namespace pollution. | Artur Grabowski |
2002-09-18 | Fix license and conformance with man page. | Steve Murphree |
2002-09-11 | bye bye. | Federico G. Schwindt |
2002-09-10 | better, faster scooter; fix cerror in mi someday | Michael Shalayeff |
2002-09-10 | mi versions are good enough | Michael Shalayeff |
2002-08-27 | sync from libkern (where the major fix was done or the kernel piece of this) | Michael Shalayeff |
2002-08-13 | forgot to fix this while was fixing copy_on_fault shitz | Michael Shalayeff |
2002-08-11 | Two touches to make this work with ELF. | Artur Grabowski |
2002-08-08 | no more of the French Favourite Symbol | Michael Shalayeff |
2002-08-08 | fix KMSRCS after some files removelance | Michael Shalayeff |
2002-08-05 | _C_LABEL where needed. | Artur Grabowski |
2002-07-25 | real vfork | Michael Shalayeff |
2002-07-08 | we can live very well w/ MI ffs() | Michael Shalayeff |
2002-07-08 | offload the arguments from the stack before performing | Michael Shalayeff |
2002-06-18 | Rewrite to get proper Copyright. | Marc Espie |
2002-06-17 | make fabs use asm, and license repair | Theo de Raadt |
2002-06-10 | no more _NO_WEAK_ALIASES here. | Federico G. Schwindt |
2002-05-22 | I was on drugs when I commited this initially, and still do not understand | Miod Vallat |
2002-05-20 | save the old onfault where the handler expects it to be, do not zero out on e... | Michael Shalayeff |
2002-05-17 | kill unused line | Michael Shalayeff |
2002-05-17 | Remove unused pieces and clean Makefile.inc | Miod Vallat |
2002-05-08 | Sync with netbsd version, adds SOFTFLOAT (not supported) and copyright. | Dale Rahn |
2002-05-08 | OpenBSD tag. | Dale Rahn |
2002-05-08 | Add copyright block to this file I wrote long ago. | Dale Rahn |
2002-03-11 | More fp-related libc pieces for hppa. | Miod Vallat |
2002-03-08 | reverse the condition | Michael Shalayeff |
2002-03-08 | set ret for mem*, no mycopy, better reverse copy check | Michael Shalayeff |
2002-02-25 | use c versions | Michael Shalayeff |
2002-02-19 | We need to keep K&R compat macros for some ports where the assemnbler is | Todd C. Miller |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | rfork() needs a fork.S-like stub as well; ok art | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-08 | fix typo, and put back stack frame ops | Michael Shalayeff |
2002-02-07 | reverse condition in the sp botchness check, we need to nullify | Michael Shalayeff |
2002-02-07 | additional condition on reverse copy; from fredette@ | Michael Shalayeff |
2002-02-06 | no need to interlock the register, use r0 as output | Michael Shalayeff |
2002-02-06 | implement the setjmp/longjmp family, based on fredette@'s work | Michael Shalayeff |
2002-01-10 | sigprocmask should return 0 on success, fixes powerpc ntpdate problem. | Dale Rahn |
2002-01-04 | system calls are made thru _thread_sys_* with weak symbols of the real name | Dale Rahn |
2002-01-04 | longjmp(..., 0) is not really legal, but all other archs I've looked | Artur Grabowski |
2002-01-03 | Always have the real entry point to the syscall called _thread_sys_ | Artur Grabowski |