summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
2016-06-23Fix UVMHIST builds for kernels that don't include usbskrll
2016-06-04Add NVMe command passthrough support.nonaka
2016-05-27The UART in the allwiner SoCs is not full-compatible with the 16550, andbouyer
2016-05-13Clarify the intention here after discussing it with soda@skrll
2016-05-13- change major number limit for MI devices from 255 to 511,soda
2016-05-11Update with info about tty/storage reservationsskrll
2016-05-01Added nvme(4) for Non-Volatile Memory Host Controller Interface devices.nonaka
2016-04-27Add rt2860 now that it compiles.christos
2016-04-26First pass at adapting SLHCI_DEBUG to USBHISTskrll
2016-04-23Merge nick-nhusb (missed commit)skrll
2016-04-12Add PAX_MPROTECT_DEBUGchristos
2016-04-09Use && to fail early if subcommands of kernel link fail.riastradh
2016-02-24Move linux_work.c and workqueue.h from sys/external/bsd/drm2 toskrll
2015-12-31WELCOME 2016!mrg
2015-12-09Rename verified_exec.c -> veriexec.c.maxv
2015-12-05Add basic clock device infrastructure.jmcneill
2015-11-27use commands() instead of target() because assym.mk creates all the targetschristos
2015-11-27PR/50483: David A. Holland: fix building of assym.d:christos
2015-11-14Always include the "vfs" attribute (module). Although all of thepgoyette
2015-11-09Whether or not the semaphore code is loaded as a module or built-in, itspgoyette
2015-10-06Expose struct kauth_cred for the benefit of the debugger. I can't convince gccchristos
2015-09-15Clean up splash image build. Print messages when creating files.uebayasi
2015-09-15Fix build of SPLASHSCREEN without SPLASHSCREEN_IMAGE. Since there is no wayuebayasi
2015-09-14Handle splash image generation better.uebayasi
2015-09-11Fix splashscreen_image option to include splash_image.onat
2015-09-11Indent.uebayasi
2015-09-10Fix dependency of *.d -> assym.h in `-S' mode.uebayasi
2015-09-10Simplify the dependency line further.uebayasi
2015-09-09Improve previous.uebayasi
2015-09-09Restore *.[sS] -> assym.h dependency in `-S' mode.uebayasi
2015-09-07Preserve the order of files in ${ALLFILES} -> ${OBJS} conversion.uebayasi
2015-09-06More build ordering.uebayasi
2015-09-06Don't pass ``-DCOPY_SYMTAB'' to ${CC}; it's replaced with opt_copy_symtab.h.uebayasi
2015-09-06Move ldscript related code out of Makefile.kern.inc.uebayasi
2015-09-06Clean up. Move assym.h/vers.c related code out of Makefile.kern.inc.uebayasi
2015-09-06Clean up. Move SSP-specific adjustment out of Makefile.kern.inc.uebayasi
2015-09-06Allow MD to link libraries. Build rules are written in MD makefiles untiluebayasi
2015-09-04Make config(1) output only ${ALLFILES}, selected input files, and pass it touebayasi
2015-09-03Add generated *.c files (devsw.c and ioconf.c) to ${CFILES} by config(1)uebayasi
2015-09-03Prepare for relative ${MD_OBJS}.uebayasi
2015-09-03Move `all' target definition to Makefile.kern.inc.uebayasi
2015-09-03Kernel depends on swap<kernel>.o too.uebayasi
2015-09-03Sort dependendy to keep alphabetical build order.uebayasi
2015-09-03Define kernel dependency in Makefile.kern.inc.uebayasi
2015-09-03Rename ${COMPILE.c} to ${KCOMPILE.c} to avoid potential conflicts with thoseuebayasi
2015-09-03Refactor.uebayasi
2015-09-03Simplify. Wrap long lines.uebayasi
2015-09-03Stop ordering objects alphabetically now that I am sure I can fix fallouts.uebayasi
2015-09-03Build conf/param.c normally.uebayasi
2015-09-02Fix link of kernels whose name don't start with "netbsd*".uebayasi