summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/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
* remove more cfb and sfb bitsjsg2020-05-232-6/+2
* remove cfb and sfb alpha tc fb driversjsg2020-05-232-6/+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-044-12/+4
* 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
* 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-141-2/+1
* Check for the existence of /bsd before trying to back it up to /obsd.tb2018-02-091-2/+2
* Move common mutex implementations to a MI place.mpi2018-01-251-2/+1
* Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theflorian2017-11-041-3/+5
* Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.mpi2017-11-023-23/+8
* 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
* 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/+13
* newbsd: target which re-links a kernel. We cannot use the bsd: targetderaadt2017-06-131-1/+7
* 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
* Split early startup code out of locore.S into locore0.S. Adjust linkderaadt2017-06-052-7/+21
* The arm* architectures edit the ld.script, creating a copy in the compilederaadt2017-06-051-4/+6
* Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.deraadt2017-06-031-3/+4
* 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
* remove some ISA drivers for devices not recently seen in the wild.tedu2016-08-311-2/+1
* enable ure(4) where we already have url(4)jmatthew2016-06-282-2/+4
* Enable utvfu(4) everywhere where uvideo(4) is also enabled.mglocker2016-06-011-1/+5
* Do not remove local symbols from the table.mpi2016-04-291-4/+3
* Remove 'option COMPAT_PCVT' now that X doen't use it anymore.matthieu2016-04-241-2/+1
* Move HID support files out of dev/usb into new dev/hid directoryjcs2016-01-081-1/+6
* Enable uonerng(4) where ualea(4) is already present.mpi2016-01-081-1/+2
* make things fit, by skipping pcn* for now -- randomly firing a driver.deraadt2015-12-191-2/+2
* alpha ramdisk ran out of space, very slightly. Probably due to thederaadt2015-10-051-2/+1
* No need for wsmux on these installation media, which lack USB support.miod2015-09-194-11/+8
* Enable AlphaBook 1 support in bsd.rd toomiod2015-08-151-1/+2