/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
.../arm/sys/
..
Ovfork.S

Avoid .align 0. Clang's integrated assembler actually honors this directive and the resulting byte-alignment triggers unaligned access.

9 лет назад
brk.S

_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything is ELF" world. Eliminate use of them in amd64, arm64, armv7, i386, macppc, mips64, and sparc64 code.

4 года назад
cerror.S

Use a consistent comment to explain why 32bit archs set their second return register to -1 in the syscall error path ("for lseek").

4 года назад
sbrk.S

_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything is ELF" world. Eliminate use of them in amd64, arm64, armv7, i386, macppc, mips64, and sparc64 code.

4 года назад
sigpending.S

Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp Eliminate pointless use of PIC_SYM() Split out DEFS.h from SYS.h like some other archs

10 лет назад
sigprocmask.S

Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp Eliminate pointless use of PIC_SYM() Split out DEFS.h from SYS.h like some other archs

10 лет назад
sigsuspend.S

Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp Eliminate pointless use of PIC_SYM() Split out DEFS.h from SYS.h like some other archs

10 лет назад
syscall.S

ARGH, forgot tags.

23 года назад
tfork_thread.S

Delete superfluous/duplicated #includes

4 года назад