Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek | |
ok deraadt@ | |||
2003-06-11 | Add pmsi to GENERIC, PR #3251 | Miod Vallat | |
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@ | |||
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-05 | Allocate by default 6 virtual consoles on alpha, as on i386, rather than | Miod Vallat | |
only one. X11 is configured here to start on ttyC5, like on i386 again. This requires alpha-specific changes to the X servers, that went in the tree before 3.2 was released. On tga-compatible boards, there are no virtual consoles available, and these changes will have no effect. | |||
2002-09-26 | renable sppp and lmc, now free | Theo de Raadt | |
2002-09-24 | Get rid of gx(4) and use em(4) since it supports more cards and works better | Nathan Binkert | |
overall. | |||
2002-09-23 | turn off sppp, lmc, and cz until various licenses on those components are | Theo de Raadt | |
resolved. sorry -- i've been warning people for some time that i would start to take this stance. | |||
2002-08-24 | aperture driver for alpha. It works here the same as on i386 | Matthieu Herrb | |
to allow access to VGA card's memory by mmapping /dev/xf86. The macdep.allowaperture does also control /dev/pci access. Ok miod@, deraadt@ | |||
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-07-07 | Add isadma to bsd.rd, for proper isapnp operation. | Miod Vallat | |
Found the hard way by pvalchev@ | |||
2002-07-05 | Sync the ethernet controllers list with GENERIC. | Miod Vallat | |
2002-07-04 | ep at isapnp works (dma on isapnp is still non-working). | Miod Vallat | |
And fix a comment while there. | |||
2002-07-03 | sis(4) works on alpha, so move it out of the UNTESTED section. | Aaron Campbell | |
2002-06-30 | AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton. | Miod Vallat | |
Added to floppy31 still fits. | |||
2002-06-30 | Art says I shouldn't be shy, so uncomment lc entries. | Miod Vallat | |
2002-06-30 | Add lc[01] at isa entries, commented out. Tested and work fine. | Miod Vallat | |
2002-06-28 | Oops. Doing a diff before commit is not enough. You have to read the diff too. | Artur Grabowski | |
2002-06-28 | The IEEE fp stuff changed the rules for how fpu should be enabled. | Artur Grabowski | |
We kept too much of the old code in trap handling. This should fix floppies and bsd.rd on some machines. | |||
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller | |
2002-06-19 | natypos | Miod Vallat | |
2002-06-16 | Oops, uncomment wsdisplay at vga, commented out by mistake last time. | Miod Vallat | |
2002-05-10 | uhid changes | Theo de Raadt | |
2002-05-09 | Sync hid stuff including ukbd, ums, and uhid with NetBSD | Nathan Binkert | |
This adds a uhidev device which can be thought of as something like a uhid bus. It allows more than one ukbd, ums, or uhid to attach to the same device instance. This functionality is found on many of the newer keyboards that have extra buttons. (The extra buttons show up as uhid device(s)). Tested by me on i386, dale on macppc, and jason on sparc64 | |||
2002-05-02 | Big TURBOchannel support catchup from NetBSD, part 1. | Miod Vallat | |
A few local changes and tweaks remain. This bring DEC 3000 machines back in the game, but framebuffers are still not supported at the moment. Thanks to ericj@ and nate@ for supplying me a DEC 3000 for testing. | |||
2002-04-28 | IEEE 754 floating point completion code, and implementation of the | Peter Valchev | |
FP_C (Floating Point Control Quadword). From ross@NetBSD. Added a way to disable it with option NO_IEEE, which appears on the ramdisks to save space. This affects only programs compiled with -mieee, and what it essentially does is enabling infinities and NaNs, instead of generating SIGFPE on division by zero, overflow, etc. ok art, deraadt | |||
2002-04-26 | add WSDISPLAY_COMPAT_RAWKBD for XFree86 servers. | Matthieu Herrb | |
XXX this should be factored out later for all arches using wscons ok miod@, deraadt@ | |||
2002-04-14 | gx, not wx, you fool. spotted by miod | Theo de Raadt | |
2002-04-02 | move to gx | Theo de Raadt | |
2002-04-02 | gx works on alpha and i386 add a commented line for the driver | Nathan Binkert | |
2002-04-01 | Re-add dc | Nathan Binkert | |
2002-03-30 | fxp fits again | Theo de Raadt | |
2002-03-24 | This is ridiculous. Put the same dc vs de on the floppy as the kernel. How ↵ | Theo de Raadt | |
did you forget about this, Nate? | |||
2002-03-23 | typo repair; openbsd@davidkrause.com | Theo de Raadt | |
2002-03-04 | ok, so apparently wx doesn't work so well | Nathan Binkert | |
2002-03-04 | dc is not listed twice. Put de back, and move dc out of the untested section. | Nathan Binkert | |
While we're at it, move wx out of the untested section too. | |||
2002-03-04 | since we can't fit both dc and de, we've got to have de so we can have support | Nathan Binkert | |
for 2104x chips which dc does not support at all. | |||
2002-03-04 | Move dc from the untested group since it is tested, though a commit will | Nathan Binkert | |
soon make de win over dc on alpha in all cases, so de would have to be disabled to use dc. (For 21140 and 21142/3 chips. Clones will use dc bydefault.) | |||
2002-03-04 | dc not de | Theo de Raadt | |
2002-02-09 | spelling, brige->bridge | Eric Jackson | |
2002-02-09 | these functions are no longer needed | Eric Jackson | |
2002-01-23 | add midi and sequencer devices | Eric Jackson | |
2002-01-23 | enable spkr, isabeep devices | Eric Jackson | |
2002-01-23 | add support for AlphaPC 64. | Eric Jackson | |
from NetBSD. | |||
2002-01-16 | Make our minds and do not list the same line, once commented, once not. | Miod Vallat | |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat | |
2001-12-07 | remove fxp. hey art, that is how i respond to kernel bloat! | Theo de Raadt | |