| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Similar commit in main:
(cherry picked from commit 1d386b48a555)
|
| |
|
|
|
|
|
|
|
|
|
| |
The existing implementation of bzero incorrectly clears bytes when the
start address is not word aligned. Fix it by using REG_SHI macro which
works on both 32 and 64 bit.
Submitted by: Artem Belevich (fbsdlist at src cx)
Notes:
svn path=/head/; revision=218939
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Update libc assembly code to use macros that work on both o32 and n64.
Merge string functions from NetBSD.
The changes are from http://svn.freebsd.org/base/user/jmallett/octeon
Approved by: rrs (mentor), jmallett
Notes:
svn path=/head/; revision=209231
|
| |
|
|
| |
Notes:
svn path=/head/; revision=178580
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93033
|
|
|
the OpenBSD tree and should be considered preliminary. They are here
to facilitate building of the tree.
Notes:
svn path=/head/; revision=44440
|