Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-09-27 | Do not mention a commented out strip(4), it is already in sys/conf/GENERIC. | Miod Vallat | |
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-05-09 | Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@. | Miod Vallat | |
2004-03-12 | commented pcmcia stuff | Theo de Raadt | |
2004-03-09 | Typos | Miod Vallat | |
2004-03-01 | rfx fits on the installation media. | Miod Vallat | |
2004-02-29 | Enter rfx, driver for the SBus RasterFlex frame buffer family. | Miod Vallat | |
Currently 8-bit only for now. This apparently completes the SBus frame buffer support list - yet if you stumble upon an unsupported SBus frame buffer, I'd love to hear about it... | |||
2004-02-20 | crank maxusers from 18 to 20 | Theo de Raadt | |
2004-01-27 | enable bpp for sun4m too; jason@ ok | Michael Shalayeff | |
2004-01-20 | do not put INET6 here, we want bsd.rd that fits | 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-20 | Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa. | Marc Espie | |
No confirmed report of `this work' for other arches yet... | |||
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-16 | Add support for unbuffered SBus LANCE devices. jason@ and deraadt@ OK | Todd C. Miller | |
2003-07-08 | add ep@pcmcia and phys, commented out an and com | Michael Shalayeff | |
2003-06-28 | add emulations for slinear:8 and ulinear:8; ok miod | Jason Wright | |
2003-06-25 | Recent bus_space changes make ne at pcmcia work out of the box, | Miod Vallat | |
tested by pb@ | |||
2003-06-23 | Attachment glue for stp and tslot drivers, and add them, as well as wi0, | Miod Vallat | |
to the appropriate configuration files. | |||
2003-06-18 | Rename p9k to pninek, since device base names with digits are confusing; | Miod Vallat | |
per deraadt@'s request. | |||
2003-06-17 | New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 | Miod Vallat | |
combination, found on the Tadpole SPARCbook 3 only (later model use the Power9100 and are already supported). Untested for lack of hardware and volunteers, but carefully crafted; if it does not work out of the box, this should be a good starting point. "worth having in the tree" millert@ | |||
2003-05-25 | mgx fits on the floppies, so add it as well. | Miod Vallat | |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and ↵ | Ted Unangst | |
mickey. | |||
2003-05-15 | Remove old inaccurate comments. | Miod Vallat | |
2003-05-14 | The ramdac's hater club is proud to present new yet another SBus frame | Miod Vallat | |
bufer driver, this time for the Southland Media Systems (now Quantum 3D) MGX and MGXPlus cards. Not complete, but a good start. | |||
2003-05-14 | remove flags from cgfourteen from here as well. | Federico G. Schwindt | |
2003-05-14 | No more flags either for those frame buffer drivers. | Miod Vallat | |
2003-05-14 | zs driver on sparc does not take flags anymore since 10 months, so don't | Miod Vallat | |
mention any. | |||
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 | Make the "slot" and "offset" locators for sbus drivers optional in | Miod Vallat | |
configuration lines. | |||
2003-05-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst | |
ok deraadt@ | |||
2003-04-13 | Add a simple driver for the SBus ``Prestoserve'' NVRAM cards. | Miod Vallat | |
The Legato Prestoserve NFS accelerator used to be very popular, back when NFSv3 did not exist, and disks and network speeds were not as good as they are now... This driver does not attempt to play any game with filesystems, but will only provide access to the cards NVRAM, as a block device. If you have bright ideas on ``what to do with a few MB of battery-backed memory'', I am interested in realistic suggestions! | |||
2003-03-10 | Sun documentation mentions that ZX can not run on a sun4c or inside an xbox, | Miod Vallat | |
so document this as well. | |||
2003-03-09 | zx fits on the floppies. | Miod Vallat | |
2003-03-09 | Add and enable zx. Not put in RAMDISK yet, need to check if this still fits | Miod Vallat | |
on the floppies first. | |||
2003-03-08 | agten does not need to imply rasops32 at the moment. | Miod Vallat | |
2003-03-06 | Premiliminary driver for the Fujitsu AG-10e SBus frame buffer. | Miod Vallat | |
It will currently only work in 8bit mode, and without using the i128 acceleration features (but that's a good start for 3.3). Written initially in november 2002, but it took some time in experiments until I realized the ramdac had to be fed values shifted left by 16 bits in order to work as intended, for no good reason. So, I am now officially founding a ``RAMDAC Hater's Club''. Feel free to apply. | |||
2003-03-05 | Driver for the Parallax XVideo and PowerVideo frame buffers. | Miod Vallat | |
Currently limited to dump frame buffer operation, the acceleration features will be used later... Code by me, tests on real hardware by Paul Weissmann. | |||
2003-03-03 | Enabled inclusion of ISP SBus f/w for GENERIC kernels. This tends | mjacob | |
to make people's days so much better. | |||
2003-01-31 | Various typos; Andrey Matveev | Miod Vallat | |
2003-01-14 | Move sunkbd defn to common place and remove old event.c reference | Jason Wright | |
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-11-23 | Mention that hme does not work in sun4c machines. | Miod Vallat | |
2002-10-27 | Turn into a really useful configuration file, i.e. GENERIC tuned for sun4c | Miod Vallat | |
hardware, like SUN4M is for sun4m hardware. | |||
2002-09-23 | Link the kernel so that it gets only one load section. | Artur Grabowski | |
2002-09-20 | Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit mode | Federico G. Schwindt | |
via flags, using 0x0001. miod@ ok. | |||
2002-09-05 | Fix STRIPFLAGS for elf version of strip. Use same flags | Marco S Hyman | |
as sparc64 (suggested by fgs@) | |||
2002-08-31 | Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more from | Miod Vallat | |
this series. Thanks to Andrey Smagin (andrey at smagin dot com) for providing a VS10 card. |