Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat | |
2005-12-31 | This port does not use dev/cninit.c. | Miod Vallat | |
2005-09-27 | Identify HP 9000/362 and HP 9000/382 models, and attach frodo on them. | Miod Vallat | |
Model 382 can be identified with a unique MMUID value; model 362 is told from model 360 by probing for the frodo chip. Their built-in frame buffer is not supported at the moment. Matching information derived from messages to the NetBSD mailing lists. | |||
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat | |
2005-08-06 | Model 360 does not have a PAC. | Miod Vallat | |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
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-04-22 | Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series. | Miod Vallat | |
Claims the console keyboard if a keyboard is detected at boot time, otherwise HIL is preferred (but due to wsmux both can be used simultaneously). | |||
2005-03-08 | Kill hp300 DISKLESS kernel, not worth using against GENERIC for diskless | Miod Vallat | |
systems since it still has all the filesystems for vnd usage and thus does not save much memory... ok deraadt@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-02-27 | Document how to set CONSCODE to point to an SGC device if one wants to force | Miod Vallat | |
the console. | |||
2005-01-24 | Switch hp300 wscons code to rasops, for DIO frame buffers. | Miod Vallat | |
Features: - coloured kernel messages - color support in console (use TERM=wsvt25) - pretty Gallant wsfont, rather than the acceptable or ugly (depending upon the frame buffer) ROM font - colormap ioctl support for Gatorbox and Topcat; DaVinci and Renaissance not done due to lack of hardware and/or documentation - even more code factorization tested on hyperion, and 4/6/8bpp catseye/topcat/kathmandu hardware, by millert@ and I | |||
2005-01-23 | Enable sgc and sti. | Miod Vallat | |
2005-01-18 | Enable WSDISPLAY_COMPAT_RAWKBD | Miod Vallat | |
2005-01-15 | Kill whitespace at EOL. | Miod Vallat | |
2005-01-14 | Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now. | Miod Vallat | |
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression. | |||
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-08-25 | Allow DMA transfers to be disabled through device flags; default is to enable | Miod Vallat | |
DMA. | |||
2004-08-22 | Crank maxusers to 32; 16 is not enough to workaround the 68040-pmap problem | Miod Vallat | |
on some machines, and I probably won't have time to fix it properly for this release. | |||
2004-08-04 | Crank maxusers to 32 on m68k GENERIC kernels, and to 16 on m68k installation | Miod Vallat | |
media. The latter is to work around a pmap issue on 680[46]0, for which either a kluge or a real fix look very ugly. | |||
2004-08-03 | Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver | Miod Vallat | |
interfaced with the MI scsi code. Adapted from NetBSD with some changes (especially to get tape and old cd-rom drives to not cause the driver to spin during probe). Tested by millert@ and I, ok millert@ | |||
2004-07-10 | files.hpux is now in a {m68k,hppa} subdir | Theo de Raadt | |
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-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and ↵ | Ted Unangst | |
mickey. | |||
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-16 | Old unused stuff left under the carpet. | Miod Vallat | |
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-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-01-10 | Switch m68k arches that do not exist in 68060 models back to pmap_motorola. | Miod Vallat | |
Others will be switched after more 060 tests. This time: hp300 | |||
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat | |
2001-12-20 | Temporarily revert the pmap_motorola changes, as they may account for | Miod Vallat | |
some problems as well. Requested by deraadt@ | |||
2001-12-14 | Sync compilation flags definition accross m68k-based arches. | Miod Vallat | |
mvme68k still lacks some -Wfoo flags, until it is warnings clean. | |||
2001-12-06 | MAPPEDCOPY no more. | Miod Vallat | |
2001-11-30 | Switch to pmap_motorola. | Miod Vallat | |
2001-11-25 | Extend the magic formulae to choose option FPSP only if 68040 processor | Miod Vallat | |
support needed. | |||
2001-11-21 | Provide COMPAT_SUNOS files via the common m68k configuration files. | Miod Vallat | |
2001-11-04 | Change the magic formulae in charge of setting the correct defines | Miod Vallat | |
for cpu, mmu, and cache attributes from a mandatory include file to the kernel makefile. This saves some cpp cycles and removes forced dependencies on hp300spu.h. millert@ does not like but does not object either. | |||
2001-10-10 | gc SWAPPAGER and DEVPAGER options | Todd C. Miller | |
2001-10-06 | Remove MSDOSFS support from the ramdisk. | Miod Vallat | |
2001-08-30 | Invoke genassym.sh with both m68k/m68k/genassym.cf and | Miod Vallat | |
machine/machine/genassym.cf files (poor man's inclusion). | |||
2001-08-26 | Nuke annoying defopt, by popular demand. Plus you get two typos fixed | Miod Vallat | |
for free. | |||
2001-08-19 | PANICBUTTON no more. | Miod Vallat | |
2001-07-15 | add install target | assar | |