summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/conf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-041-1/+2
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-231-1/+2
* Teach lld to link the macppc kernelgkoehler2020-11-291-4/+15
* Commented WITNESS entry.mpi2020-04-151-1/+2
* mesh(4) is old world and only new world macppc hardware is supported.krw2020-01-243-9/+3
* remove unfinished macppc esp driver.tedu2020-01-212-7/+2
* Add fido(4), a HID driver for FIDO/U2F security keysreyk2019-12-171-1/+2
* The compiler -pg option implies -fno-ret-protector, as we want to disableguenther2019-11-071-2/+2
* Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha2019-09-041-3/+1
* Add clang support.kettenis2019-09-031-6/+11
* Further improve the filesystem stability of kernel installation by KARL.deraadt2019-06-211-3/+2
* Enable ucrcom(4) on all architectures that have uslcom(4).kettenis2019-05-081-1/+3
* Instead of using COPTS=-Oz (and similar) in make environment to forcederaadt2019-04-141-1/+2
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-2/+4
* umbg now supports DCF600USB as well; adjust comment. from weerd@sthen2019-03-221-2/+2
* Enable USB bwfm(4) on macppc RAMDISK as well, matching GENERIC.stsp2018-09-221-1/+2
* Enable bwfm(4) in GENERIC on macppc.stsp2018-09-211-1/+2
* Enable uscom(4) where uslcom(4) is already present.mpi2018-08-221-1/+3
* prune files.* entries that refer to files not in treejsg2018-02-142-9/+2
* Check for the existence of /bsd before trying to back it up to /obsd.tb2018-02-091-2/+2
* Enable ne(4) at pcmcia.mpi2017-11-272-2/+4
* Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theflorian2017-11-041-3/+5
* remove mention of unused MACOBIOVERBOSE and NBUF optionsjsg2017-10-231-2/+1
* input files should not be .o; from Scott Chelohaderaadt2017-10-111-2/+2
* When option DDB_STRUCTINFO was removed from the kernel, too much frompatrick2017-09-281-1/+12
* Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarmpi2017-09-121-27/+2
* swap ualea for urngjasper2017-08-281-2/+2
* Use ctfstrip(1) by default to strip kernels.mpi2017-08-121-2/+2
* Stop automatically regenerating gap.o (and hence linking a new kernel)tb2017-07-181-4/+6
* Pass the linker from make environment to makegap.sh. This is (only)visa2017-07-161-2/+2
* put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldespie2017-06-291-2/+2
* the illegal instruction is 0x00000000deraadt2017-06-271-3/+2
* dull dependency for copying makegap.sh to obj, so that installsderaadt2017-06-251-2/+2
* Generate a gap.link script, and use that to generate gap.o. On multi-ABIderaadt2017-06-221-23/+14
* Split early startup code out of locore.S into locore0.S. Adjust linkderaadt2017-06-132-7/+30
* add a dummy ld.script. macppc does not use one of these yet, butderaadt2017-06-131-0/+0
* make vers.o not depend on gap.o using a trick, because it is piece ofderaadt2017-06-111-2/+2
* Use umask 077 instead of cp -p when installing the kernel as root.bluhm2017-06-111-2/+2
* Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.deraadt2017-06-031-4/+5
* Build kernel with DEBUG=-g by default.mpi2016-11-291-2/+2
* Clean up the kernel Makefile's:natano2016-11-151-16/+4
* We don't generate an eddep script for kernel builds nowadays. The lastnatano2016-10-271-2/+2
* make cleandir should skip the version file; ok otto millertderaadt2016-10-241-2/+2
* cleandir: target for kernel compile directoriesderaadt2016-10-151-2/+5
* Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/,deraadt2016-10-141-2/+4
* Add -Wno-pointer-sign to all our gcc4 architectures.kettenis2016-09-241-2/+2
* Enable uwacom(4) where uts(4) is already present.mpi2016-09-121-1/+3
* bha depends on the deleted aha.h, so it will follow it into the attictedu2016-09-041-2/+1
* enable ure(4) where we already have url(4)jmatthew2016-06-282-2/+4