| Age | Commit message (Expand) | Author |
| 2004-01-06 | Add proper boot/autoconf support for SDN devices. Take from Hugh Graham; | matt |
| 2004-01-04 | Spell controller with two ls. Inspired by miod@openbsd. | wiz |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2004-01-02 | kernel part of no-syscall upcall stack return: libpthread registers | cl |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-29 | hpfinish: pass correct buffer to diskerr(); | pk |
| 2003-12-14 | TOPDOWN_VM is now mandatory on vax. | ragge |
| 2003-12-13 | Add write barriers (a no-op on vax). | ad |
| 2003-12-11 | Copy ksi->ksi_info, not all of ksi, to user stack. | matt |
| 2003-12-11 | Rework things to move common stuff into Makefile.inc. | matt |
| 2003-12-10 | Make unimpl_emul.o depend on assym.h so that "make -j N" kernel builds | simonb |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-09 | Make sure to include <bsd.own.mk> to pick up the definition of HAVE_GCC3 | matt |
| 2003-12-08 | Strings (even ifdef'ed out) can't run past the end of the line. Use | matt |
| 2003-12-08 | Make -mno-asm-pic dependend on HAVE_GCC3 == no | matt |
| 2003-12-08 | Suppress a gcc3 type-punning warning. | matt |
| 2003-12-08 | Move common CFLAGS/AFLAGS to Makefile.inc. | matt |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-30 | Bugfixes for emulated instructions MOVTC and MOVTUC, from Bertram Barth: | ragge |
| 2003-11-28 | Manually moved from Attic/ in the repository since cvs failed to do so. | jhawk |
| 2003-11-17 | Various typo fixes from Jonathon Gray via jmc@openbsd. | wiz |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-11-06 | Initialize 'p' to NULL, to work around that the compiler otherwise | he |
| 2003-11-06 | Pull up the initialization of 'minnex', so that the compiler can know | he |
| 2003-11-06 | Add a default: branch with a panic() to the switch statement to | he |
| 2003-11-06 | Work around gcc 2.95.3's inability to detect that 'ck' will be set | he |
| 2003-11-04 | yield to the strchr() prototype from libkern.h | jdolecek |
| 2003-11-01 | rename local index() to strchr() | jdolecek |
| 2003-11-01 | Avoid sneaking past signal delivery in sa_upcall_userret(): | cl |
| 2003-10-31 | Don't pass the (unused) return value args to the | simonb |
| 2003-10-30 | s/sgn/sign/, for consistency with IEEE headers. | kleink |
| 2003-10-27 | Enter vaxfp.h, the VAX pendant of <machine/ieee.h>. | kleink |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-26 | C99 7.12#4: provide INFINITY, which defaults to HUGE_VALF. | kleink |
| 2003-10-25 | Add a dummy fpset for gdb. | matt |
| 2003-10-24 | add major for 'ses' for archs which have the other scsi devices | jdolecek |
| 2003-10-23 | Oops, s/DECIMAL_DIGIT/DECIMAL_DIG/. | kleink |
| 2003-10-22 | C99: provide DECIMAL_DIGIT. | kleink |
| 2003-10-22 | add wsfont major to archs which have the other wscons devices | jdolecek |
| 2003-10-22 | C99: provide FLT_EVAL_METHOD. | kleink |
| 2003-10-19 | Add lcspx console device driver. | ragge |
| 2003-10-19 | Add console text device driver for the LCSPX framebuffer. Really dump, | ragge |
| 2003-10-19 | Avoid the pvtable when devices are mapped. Fixes panics when unmapping | ragge |
| 2003-10-19 | Allow mmap() of /dev/mem. | ragge |
| 2003-10-19 | Fetch SCSI controller ID from nvram for VS4k90 also. | ragge |
| 2003-10-18 | Use the vax confdata to determine whether to use serial console. | ragge |
| 2003-10-18 | Do not try to fetch the current proc if curlwp == NULL. This caused | ragge |
| 2003-10-18 | Read out confdata for the VS4000/90 also. | ragge |
| 2003-10-10 | reassing majors for crypto and pf to use the newly defined MI major | jdolecek |
| 2003-10-10 | update the comment - the space for machine-dependant majors | jdolecek |