Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-28 | wrong paste from lasi | Michael Shalayeff | |
2004-10-26 | simplify cache print a bit | Michael Shalayeff | |
2004-10-26 | there is nothing about cache associativity in there | Michael Shalayeff | |
2004-10-26 | better higher limits | Michael Shalayeff | |
2004-10-26 | disable sid hashing on pcxu and above | Michael Shalayeff | |
2004-10-25 | same fix as for com_gsc wrt unmapped console ports | Michael Shalayeff | |
2004-10-23 | configure() -> cpu_configure() | Michael Coulter | |
ok grange@ | |||
2004-10-22 | Remove option CPU hack, no changes in .o files. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-10-22 | xbowmux not yet | Per Fogelstrom | |
2004-10-21 | SIGFPE signal codes for SSE. | Mark Kettenis | |
nice deraadt@ | |||
2004-10-20 | Provide real console drivers on installation media, and deem pcons obsolete | Miod Vallat | |
(I still need to port a few SBUS video drivers from sparc to sparc64 for pcons to become really really unlikely used). GENERIC is just being reordered, RAMDISK* get the real additions, and it still fits even on the U1/1E/2 floppy disk. | |||
2004-10-20 | vr(4) now works out of the box and brings defenceless sparc64 in a new age | Miod Vallat | |
of misery, reported by Jean-Marc "Batou" Harang. | |||
2004-10-20 | put newline at right place during attach | Theo de Raadt | |
2004-10-20 | disable the intel wireless stuff by default | Theo de Raadt | |
2004-10-20 | support for Intel 2100/2200BG/2915ABG wireless devices written by | Theo de Raadt | |
damien.bergamini@free.fr. This gets imported even though there is no firmware in the tree. This is a ridiculous situation: everything is free, everything works, except Intel will not let us put a little dinky firmware flat file into OpenBSD. So OpenBSD is ready for Intel whenever they are. Are you a consumer? Do you want to see this changed -- contact jketreno@linux.intel.com and tell him how you feel about this. He is likely someone who cannot do anything about it, though. If anyone can work up or down the chain around his department and get me contact information for various people, I will compile and later publish such a list. Go do it people -- this is how things will change. Get me email addresses and phone numbers. | |||
2004-10-20 | Fix some 64 bit address problems. | Per Fogelstrom | |
Some function names made more unique. Other changes for the upcoming Origin 200 support. | |||
2004-10-18 | Do not pass -print-map to the linker anymore, as we don't care about this | Miod Vallat | |
output. | |||
2004-10-18 | Move exec.h out from sgi to share it with other mips64 ports; with | Alexander Yurchenko | |
a tip from miod@. ok pefo@ miod@ | |||
2004-10-17 | Move declaration of default _vtbl members (wdc_default_*) to | Alexander Yurchenko | |
wdcvar.h. | |||
2004-10-16 | Provide a dummp __swap64md() on MD_SWAP architectures; needed by nm(1) now. | Miod Vallat | |
2004-10-14 | astro and elroy will be elsewhere | Michael Shalayeff | |
2004-10-14 | a bit larger delays during boot() to let msgs appear | Michael Shalayeff | |
2004-10-13 | readd commented out isadma entry | Brad Smith | |
2004-10-12 | remove text after #endif (errors out with gcc3) | Christian Weisgerber | |
2004-10-12 | increase DFLSSIZ to smth more common in between other archs | Michael Shalayeff | |
2004-10-11 | strip out quite a few of the ISA devices | Brad Smith | |
with input from and ok miod@ | |||
2004-10-09 | size works now on cross-size .o files | Michael Shalayeff | |
2004-10-08 | Enable crypto(4), hifn(4) and create /dev/crypto | Ryan Thomas McBride | |
ok miod@ | |||
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-08 | Fix DDB/DEBUG ifdefs dance. | Alexander Yurchenko | |
Help and ok from miod, ok pefo@ | |||
2004-10-08 | Pasto in comment. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | Compile netisr code only for network-capable kernels. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | pseudo-device crypto is unnecessary for installs. | Ryan Thomas McBride | |
kill kill kill kill miod@ | |||
2004-10-08 | trapdebug_enter() really takes 2 args, not 1. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | disksubr.c should depend on disk. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | Use ${MKDEP} instead of mkdep. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-07 | accomodate for hppa64 as well | Michael Shalayeff | |
2004-10-06 | Pass -finhibit-size-directive to the compiler, so that binutils 2.15 | Miod Vallat | |
do not create an .eh_frame section in object files. | |||
2004-10-05 | kill unneeded includes | Michael Shalayeff | |
2004-10-05 | Support for 6300ESB (timecounter, not SpeedStep of course). | Alexander Yurchenko | |
2004-10-05 | Includes nit. | Alexander Yurchenko | |
2004-10-05 | - check if pm space is enabled | Alexander Yurchenko | |
- switch to pci_matchbyid() - minor nits | |||
2004-10-05 | the file is just a copy from 4.4bsd and thus ucb copyright is enough | Michael Shalayeff | |
2004-10-05 | kill dead isa/eisa and add spmath for tags generation | Michael Shalayeff | |
2004-10-05 | Get prototypes through cons_decl(), so that they are always right. | Miod Vallat | |
2004-10-05 | some more types | Per Fogelstrom | |
2004-10-05 | grab the perflevel during init so it's synced with reality. | Ted Unangst | |
other drivers to come. ok deraadt@ | |||
2004-10-05 | Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet. | Jonathan Gray | |
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@ | |||
2004-10-03 | nvram driver for i386 through /dev/nvram | joshua stein | |
currently read-only ok grange@, marius@ | |||
2004-10-03 | Merge locore_c_routines.c into machdep.c, and clear <machine/locore.h> as | Miod Vallat | |
done on mvme88k. <machine/locore.h> is about to die very soon... |