Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sbrk.S to use _end symbol the same way brk.s was fixed some time | kan | 2007-06-27 | 1 | -2/+2 |
| | | | | | | | ago. sbrk.S should have gotten the same change then but was forgotten. Approved by: re (bmah) PR: kern/114049 | ||||
* | Use the RET macro. | cognet | 2004-11-09 | 1 | -1/+1 |
| | | | | | For setjmp() and longjmp(), put the signal mask where it's supposed to be, instead of in the space reserved for fp regs. | ||||
* | Import the FreeBSD/arm libc bits. | cognet | 2004-05-14 | 1 | -0/+88 |
Obtained from: NetBSD |