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

Fix building profiling kernels by passing the -p flag to config(8) if the kernel's name ends in .PROF.

9 лет назад
conf

lucas pointed out that config failure could be swalled by true. use a new incantation suggested by tb.

год назад
dev

put opening { on same line as struct name ok claudio@

2 года назад
include

Add missing <machine/elf.h> for compound arches.

2 года назад
macppc

All the device and file type ioctl routines just ignore FIONBIO, so stop calling down into those layer from fcntl(F_SETFL) or ioctl(FIONBIO) and delete the "do nothing for this" stubs in all the *ioctl routines.

2 года назад
pci

Remove intentionally undocumented pci_{io,mem}_find and convert their last few users to pci_mapreg_info().

3 года назад
stand

move to 7.7-beta

год назад
Makefile

Introduce the KEEPKERNELS variable: if this is set either in mk.conf or the environment, 'make cleandir' does not descend into kernel build directories. Thus, kernel object files survive 'make build' on slower architectures.

10 лет назад
README

pcmcia works somewhat

24 года назад
README
This is the macppc port, it supports most of the "New World" Apple Macintosh
machines.
 
TODO:
* Sleep mode support
lower power while running.
suspend/hibernate support.
* Legacy machine support
esp ethernet
- other legacy support.
Openfirmware 1.x (xcoff bootloader)
 
Dale
drahn@cvs.openbsd.org