Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-13 | Take advantage of the way config(8) works to probe for bugtty last during | Miod Vallat | |
autoconf. Bugtty will then not attach if either cl or dart has attached. Note that, if you boot -c and disable the real console driver for your board, you lose, because of the early console initialization. This is not supported anyway. | |||
2004-01-12 | Oops, put back nvram0 for now. | Miod Vallat | |
2004-01-05 | Support for the second set of serial ports on the M8120 (untested) | Miod Vallat | |
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. | |||
2004-01-02 | There is no such thing as ``device cpu'' for now. | Miod Vallat | |
2004-01-01 | Add sram on mvme187. | Miod Vallat | |
2003-12-27 | Replace the MVME376 driver from a homemade and dusty if_ve driver to | Miod Vallat | |
a ``regular'' if_le driver, sharing the common am7990 code. | |||
2003-12-26 | Merge the attachment part and the real work part of the SCSI drivers in | Miod Vallat | |
one file per driver. | |||
2003-12-25 | Enable vx(4) again - while it still awaits more tests, it can attach without | Miod Vallat | |
affecting a multiuser boot. | |||
2003-12-25 | Disable vx* for now. | Miod Vallat | |
2003-12-21 | -fno-builtin-* finally tested | Marc Espie | |
2003-10-11 | Nuke trailing whitespace. | Miod Vallat | |
2003-10-11 | Merge sclock and clock pseudo-devices. | Miod Vallat | |
2003-10-01 | Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy. | Miod Vallat | |
Also, honor default compilation options in stand/ whenever possible. This requires an up-to-date compiler, but it's not exactly like many people are going to be affected by this change... | |||
2003-08-30 | Compile kernels with -mno-check-zero-division. Saves two pages, and things | Miod Vallat | |
will go wrong anyway, should the kernel divide by zero... | |||
2003-08-09 | New RAMDISK configuration, inspired by the mvme68k one; and the associated | Miod Vallat | |
fixes to get the kernel to compile without option DDB and without option DIAGNOSTIC. | |||
2003-08-01 | Fix pcctwo locator typos | Miod Vallat | |
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 | |
2003-01-14 | Define exception vector tables as assembly source, with the appropriate | Miod Vallat | |
macros, rather than include files - no need to pollute <machine/> area... | |||
2003-01-04 | Fix a few pcctwo attachment addresses | 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-03-14 | Remove PTRACE support out of the ramdisks/miniroots. | Miod Vallat | |
2002-02-19 | proper dependencies on assym.h | Theo de Raadt | |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat | |
2001-12-22 | Assume xxx.usr bug in RAMDISK. | Steve Murphree | |
2001-12-22 | Make RAMDISK work. | Steve Murphree | |
2001-12-22 | vme devices 'auto vector'. | Steve Murphree | |
2001-12-22 | Put miod's Makefile hack to define M88100 and M88110 back in. | Steve Murphree | |
2001-12-22 | GENERIC configuration now includes MVME197 and M88110 options. | Steve Murphree | |
2001-12-22 | masive cmmu overhaul. function pointers now control cmmu functionality | Steve Murphree | |
instead of case statements based on cpu type. | |||
2001-12-19 | Introduce brdtyp and change what cputyp means. | Steve Murphree | |
2001-12-19 | bus switch name shortened. Added register definitons and functionality. | Steve Murphree | |
2001-12-16 | Revert the mvme88k to 20011212. Recent changes had not been merged correctly, | Miod Vallat | |
and I am fed up with dissecting diffs to put back code that disappeared. This will likely be fixed shortly. | |||
2001-12-13 | Add magic to the kernel Makefile to remove the need to explicitely put | Miod Vallat | |
the processor type in the configuration files, if you specify a board type. Also, some syntaxic sugar for the MVME187 case as well. | |||
2001-12-13 | Make this run successfully through config(8), for starters... | Miod Vallat | |
2001-12-13 | Support for MVME197 completed. Fix SPL defs. | Steve Murphree | |
2001-11-27 | Move the declaration of EH_DEBUG and ERRATA__XXX_USR to the kernel | Miod Vallat | |
configuration files. | |||
2001-11-23 | dev{cons,cninit.c} are mandatory. | Miod Vallat | |
2001-11-08 | There is no point keeping ramdisk support in non-RAMDISK kernels. | Miod Vallat | |
2001-10-28 | Prune more old stuff | Miod Vallat | |
2001-08-30 | Let non ddb kernels compile. | Miod Vallat | |
2001-08-26 | We can now compile kernels with -Werror. | Miod Vallat | |
2001-08-23 | option M88000 is not necessary for mvme88k. | Miod Vallat | |