| Commit message (Expand) | Author | Age | Files | Lines |
* | name space pollution; after art@ |  mickey | 2002-10-07 | 2 | -18/+18 |
* | kick, kick. Fix these files which did not come from NetBSD, but the |  drahn | 2002-10-07 | 14 | -6/+375 |
* | clean up ifdefs for PIC, resulting code unchanged. |  drahn | 2002-10-07 | 1 | -6/+3 |
* | s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate. |  drahn | 2002-10-07 | 2 | -14/+14 |
* | Simpler, smaller, more efficient and equivalent. |  drahn | 2002-10-07 | 1 | -13/+2 |
* | cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL() |  drahn | 2002-10-07 | 6 | -10/+10 |
* | curbrk -> __curbrk on sparc to avoid name space pollution. |  art | 2002-10-06 | 2 | -12/+12 |
* | Rename curbrk to __curbrk on i386 to avoid namespace pollution. |  art | 2002-10-06 | 2 | -12/+12 |
* | Rename curbrk to __curbrk on alpha to avoid namespace pollution. |  art | 2002-10-06 | 2 | -9/+9 |
* | Rename cerror to __cerror on i386 to avoid namespace pollution. |  art | 2002-10-06 | 8 | -23/+23 |
* | Rename cerror to __cerror on alpha to avoid namespace pollution. |  art | 2002-10-06 | 2 | -6/+6 |
* | Fix license and conformance with man page. |  smurph | 2002-09-18 | 4 | -53/+369 |
* | bye bye. |  fgsch | 2002-09-11 | 1 | -5/+0 |
* | better, faster scooter; fix cerror in mi someday |  mickey | 2002-09-10 | 1 | -9/+3 |
* | mi versions are good enough |  mickey | 2002-09-10 | 3 | -348/+4 |
* | sync from libkern (where the major fix was done or the kernel piece of this) |  mickey | 2002-08-27 | 1 | -18/+22 |
* | forgot to fix this while was fixing copy_on_fault shitz |  mickey | 2002-08-13 | 1 | -4/+4 |
* | Two touches to make this work with ELF. |  art | 2002-08-11 | 2 | -31/+18 |
* | no more of the French Favourite Symbol |  mickey | 2002-08-08 | 1 | -2/+2 |
* | fix KMSRCS after some files removelance |  mickey | 2002-08-08 | 1 | -2/+2 |
* | _C_LABEL where needed. |  art | 2002-08-05 | 3 | -13/+13 |
* | real vfork |  mickey | 2002-07-25 | 1 | -4/+16 |
* | we can live very well w/ MI ffs() |  mickey | 2002-07-08 | 2 | -62/+2 |
* | offload the arguments from the stack before performing |  mickey | 2002-07-08 | 1 | -9/+7 |
* | Rewrite to get proper Copyright. |  espie | 2002-06-18 | 1 | -15/+40 |
* | make fabs use asm, and license repair |  deraadt | 2002-06-17 | 1 | -6/+32 |
* | no more _NO_WEAK_ALIASES here. |  fgsch | 2002-06-10 | 1 | -18/+1 |
* | I was on drugs when I commited this initially, and still do not understand |  miod | 2002-05-22 | 8 | -244/+53 |
* | save the old onfault where the handler expects it to be, do not zero out on exit, but restore |  mickey | 2002-05-20 | 1 | -2/+3 |
* | kill unused line |  mickey | 2002-05-17 | 1 | -2/+1 |
* | Remove unused pieces and clean Makefile.inc |  miod | 2002-05-17 | 3 | -36/+1 |
* | Sync with netbsd version, adds SOFTFLOAT (not supported) and copyright. |  drahn | 2002-05-08 | 1 | -2/+39 |
* | OpenBSD tag. |  drahn | 2002-05-08 | 1 | -0/+1 |
* | Add copyright block to this file I wrote long ago. |  drahn | 2002-05-08 | 1 | -0/+31 |
* | More fp-related libc pieces for hppa. |  miod | 2002-03-11 | 12 | -1/+887 |
* | reverse the condition |  mickey | 2002-03-08 | 1 | -2/+2 |
* | set ret for mem*, no mycopy, better reverse copy check |  mickey | 2002-03-08 | 1 | -5/+3 |
* | use c versions |  mickey | 2002-02-25 | 3 | -199/+3 |
* | We need to keep K&R compat macros for some ports where the assemnbler is |  millert | 2002-02-19 | 11 | -26/+143 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 11 | -143/+26 |
* | rfork() needs a fork.S-like stub as well; ok art |  deraadt | 2002-02-17 | 10 | -0/+442 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 2 | -130/+130 |
* | fix typo, and put back stack frame ops |  mickey | 2002-02-08 | 1 | -8/+11 |
* | reverse condition in the sp botchness check, we need to nullify |  mickey | 2002-02-07 | 1 | -10/+9 |
* | additional condition on reverse copy; from fredette@ |  mickey | 2002-02-07 | 1 | -1/+2 |
* | no need to interlock the register, use r0 as output |  mickey | 2002-02-06 | 1 | -3/+3 |
* | implement the setjmp/longjmp family, based on fredette@'s work |  mickey | 2002-02-06 | 3 | -23/+204 |
* | sigprocmask should return 0 on success, fixes powerpc ntpdate problem. |  drahn | 2002-01-10 | 1 | -0/+1 |
* | system calls are made thru _thread_sys_* with weak symbols of the real name |  drahn | 2002-01-04 | 1 | -23/+16 |
* | longjmp(..., 0) is not really legal, but all other archs I've looked |  art | 2002-01-04 | 2 | -4/+11 |