Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-30 | Add wscons stuff to the installation media as well. | Miod Vallat | |
2006-07-30 | options SCSIVERBOSE is long dead | Miod Vallat | |
2006-07-29 | Rewrite glass console detection and initialization code, it's simpler and | Miod Vallat | |
will not allocate frame buffer resources at probe time. A few buglets fixed while doing so. | |||
2006-07-28 | Driver for the color frame buffer option on VAXstation 3100 models 3x/4x. | Miod Vallat | |
Still a few rough edges to polish, but nevertheless usable; 4bpp flavour untested. | |||
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat | |
offending code has been taken out and shot. ok deraadt@ | |||
2006-07-24 | Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) and | Miod Vallat | |
Blaz Antonic's work, no acceleration yet, untested due to the lack of hardware, but enough sacrifices were made to the RAMDAC Gods. | |||
2006-07-24 | Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLC | Miod Vallat | |
systems, based on Blaz Antonic's work and adjusted to fit modern wscons requirements; currently running as a dumb frame buffer, acceleration code going in soon. | |||
2006-07-23 | Make smg(4) on par with the current state of wsdisplay drivers: make it use | Miod Vallat | |
a rasops backend and wsfont, better ioctl conformance, and too many other changes to mention. | |||
2006-07-20 | Here cometh the blinkenlichten on VAXens. | Miod Vallat | |
Register information from NetBSD (except for KA53), logic from OpenBSD/sparc. | |||
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt | |
so that things can use it; tested on all architectures; ok kettenis | |||
2006-01-17 | Use angle bracket and no relative paths for all include files which are not | Miod Vallat | |
created by config(8); no functional change. | |||
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler | |
2005-05-10 | - add vax optimized in4_cksum | Brad Smith | |
- de register and use ANSI prototype From NetBSD ok miod@ | |||
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith | |
ok deraadt@ | |||
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause | |
2005-04-30 | start the job of making things look more alike | Theo de Raadt | |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-09-16 | spacing | Theo de Raadt | |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-04-16 | bye bye, because miod wants a clean shack as much as i do | Theo de Raadt | |
2004-04-16 | remove #GATEWAY junk | Theo de Raadt | |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt | |
which begin to enable use of this will follow at a later time. | |||
2003-11-24 | -fno-builtin, checked by millert@ | Marc Espie | |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek | |
ok deraadt@ | |||
2003-06-26 | Compile the vax kernel with -Wmissing-prototypes -Wstrict-prototypes now. | Miod Vallat | |
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat | |
stack protection when building kernels. Intended to be used on installation media, with tight space constraints - currently, only added where SMALL_KERNEL was already defined. Not thoroughly tested, but requested by deraadt. | |||
2003-05-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst | |
ok deraadt@ | |||
2003-03-08 | qe tested and working well; enable | Hugh Graham | |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat | |
set from <sys.mk> | |||
2002-12-24 | Received a christmas card from Diego and Wim -- thanks! | Hugh Graham | |
It works even, so enable the dhu. | |||
2002-12-10 | VT100 emul is the default, and there is no point yet having more than one | Miod Vallat | |
wsscreen per wsdisplay device ; from deraadt@ long ago. | |||
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat | |
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed. | |||
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat | |
This makes sure it will be regenerated if you run config(8) again. | |||
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller | |
2002-06-11 | Oops, no need for 1k lpgsz support on the ramdisk. | Hugh Graham | |
2002-06-11 | New boot code, mostly from ragge's work in NetBSD. | Hugh Graham | |
Some header syncing and a couple network drivers came along for the ride. Assembly files have been renamed from .s to .S to facilitate diffs. Kernel is backwards compat - with manual interaction. OpenBSD features have been preserved. | |||
2002-05-16 | Fix a long standing problem on vax: on "arithmetic fault" exceptions, | Miod Vallat | |
we schedule a SIGFPE signal delivery to the faulting process. However, arithmetic faults come in two flavors: "traps" that are "regular" exceptions, and "faults" that are restartable exceptions. In the "fault" case, the frame pc points to the faulting instruction, instead of the next instruction, in case we could save the world by tweaking memory and make the instruction not fault again when restarted. In practice, this led to processes blocked in a SIGFPE loop madness. To avoid this, add a skip_opcode() routine to compute the address of the next opcode, effectively skipping the offending instruction ; this routine is a very stripped-down db_disasm(). While there, enhance the ddb disassembler to correctly recognize and disassemble two-byte opcodes. ok hugh@, deraadt@ | |||
2002-05-11 | Enable dz at uba, since it seems to move characters back and forth | Hugh Graham | |
in the SIMH/VAX simulator OK. If anyone has an actual card to test, a report would be appreciated. | |||
2002-04-05 | remove un-needed stuff. I leave NFSCLIENT for hugh | Theo de Raadt | |
2002-04-04 | permit maxusers down to 2 | Theo de Raadt | |
2002-02-23 | switch vax to -O2, from hugh | Theo de Raadt | |
2002-01-31 | Make comment more representative. | Hugh Graham | |
2002-01-31 | Make comment more representative. | Hugh Graham | |
2001-12-05 | Enable MSCP disk support, since although untested due to lack of | Hugh Graham | |
hardware, it's possible this is working... | |||
2001-11-14 | Compat layer for 1k Vax aout, from NetBSD. | Hugh Graham | |
2001-10-10 | gc SWAPPAGER and DEVPAGER options | Todd C. Miller | |
2001-10-06 | Remove MSDOSFS support from the ramdisk. | Miod Vallat | |