Age | Commit message (Expand) | Author |
2017-06-11 | make vers.o not depend on gap.o using a trick, because it is piece of | Theo de Raadt |
2017-06-11 | Use umask 077 instead of cp -p when installing the kernel as root. | Alexander Bluhm |
2017-06-10 | Use software interrupt to process TX/RX data between sio and tty(4) | Kenji Aoyama |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-04 | Sync with current NetBSD/luna68k code. | Kenji Aoyama |
2017-06-03 | Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007. | Theo de Raadt |
2017-05-29 | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. | Martin Pieuchot |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-03-20 | Do not map resources which are actually not used within the kernel. Saves | Miod Vallat |
2017-03-20 | Fix previous. Commited from the wrong tree. | Miod Vallat |
2017-03-20 | Remove unused defines. Some of them can be traced to MVME188 and make no | Miod Vallat |
2017-03-20 | Replace hardcoded addresses with symbolic constants from <machine/board.h> | Miod Vallat |
2017-03-19 | Put the address of the per-cpu clock and interrupt registers into the cpu_info | Miod Vallat |
2017-03-16 | Unroll two small bus_space_{read_write}_multi operations in a hot code path. | Miod Vallat |
2017-03-16 | Use a power of two and left shift, rather than integer multiplication, for | Miod Vallat |
2017-03-16 | Fix passing entropy from boot loader to the kernel: | Miod Vallat |
2017-03-15 | Fix building profiling kernels by passing the -p flag to config(8) | Theo Buehler |
2017-03-15 | We do not need while loop around uiomove(9) in lcdwrite(). | Kenji Aoyama |
2017-03-11 | Fix uninitilized variables (confusion between enc and p->encoding | Alexandre Ratchov |
2017-02-28 | Switch geteblks()'s size argument from int to size_t. It's called with | Martin Natano |
2017-02-10 | Unbreak 'config -p'. | Martin Pieuchot |
2017-02-08 | Now pcexmem(4) and pcexio(4) are attached at cbus(4), we do not need to | Kenji Aoyama |
2017-01-22 | Introduce the KEEPKERNELS variable: if this is set either in mk.conf or | Theo Buehler |
2017-01-15 | Harmonize the way frame buffer drivers display resolution and color | Frederic Cambus |
2017-01-13 | Ansify cpu_sysctl() on alpha, arm, arm64, luna88k and sparc64. | Frederic Cambus |
2017-01-09 | Sync with NetBSD/luna68k changes. | Kenji Aoyama |
2016-12-17 | Add new device xp(4), preliminary support for LUNA's I/O processor. | Kenji Aoyama |
2016-12-03 | luna88k bootloader needs __ashldi3 to compile sys/lib/libsa/ufs.c 1.26. | Kenji Aoyama |
2016-11-29 | Build kernel with DEBUG=-g by default. | Martin Pieuchot |
2016-11-15 | Clean up the kernel Makefile's: | Martin Natano |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-11-05 | Two tweaks for compile/Makefile.inc: | Martin Natano |
2016-10-27 | We don't generate an eddep script for kernel builds nowadays. The last | Martin Natano |
2016-10-24 | make cleandir should skip the version file; ok otto millert | Theo de Raadt |
2016-10-15 | cleandir: target for kernel compile directories | Theo de Raadt |
2016-10-14 | Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/, | Theo de Raadt |
2016-10-09 | Apply consistency to forever loops with continue and NOTREACHED | Tom Cosgrove |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-09-04 | Remove support for tape block devices. Nobody mount(8)s tapes any longer. | Christian Weisgerber |
2016-09-04 | Modify to ANSI-style function declarations. No binary change. | Kenji Aoyama |
2016-09-03 | remove cnw driver. it was never enabled anywhere except on amd64 (and only | Ted Unangst |
2016-09-02 | Add switch(4) cdev entry | Kazuya Goda |
2016-09-01 | space -> tab | Kenji Aoyama |
2016-08-29 | Change le(4) buffer address to 0x71010000, which is the same address | Kenji Aoyama |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2016-07-16 | Fix typo in comment in three machdep.c files: | Tom Cosgrove |
2016-06-13 | rename raiseipl to splraise() | David Gwynne |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-05-31 | fix arch/mach confusion in make tags. from frantisek holop | Ted Unangst |