Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-27 | Backport from i386 andreas' diff for removing leading and | Alexander Yurchenko | |
duplicated spaces from cpu brand string. ok deraadt@ | |||
2004-02-27 | zap bad message; spotted by pvalchev | Theo de Raadt | |
2004-02-27 | Introduce simple priorities mechanism so that concurrent | Alexander Yurchenko | |
hw.setperf handlers don't override each other. Problem reported and tested by danh@. ok tedu@ deraadt@ | |||
2004-02-27 | Cleanup I[3456]86_CPU defines usage, unbreaks compilation | Alexander Yurchenko | |
without some of them. Problem reported by William Culler <william@neo.rr.com>. Help from tedu@ chris@, ok tedu@ chris@ deraadt@. | |||
2004-02-27 | move to 3.5-beta | Theo de Raadt | |
2004-02-27 | move to amd64 MACHINE_ARCH | Theo de Raadt | |
2004-02-27 | crank ramdisk to 3584 | Theo de Raadt | |
2004-02-26 | sync yds with i386; miod | Markus Friedl | |
2004-02-26 | APERTURE and USER_PCICONF for possible X server support. | Dale Rahn | |
2004-02-26 | add APERTURE support. | Dale Rahn | |
2004-02-26 | ahc does not work anymore and i'm not going in there again to fix it any ↵ | Michael Shalayeff | |
time soon | |||
2004-02-26 | put the goo there for ldt handling, even if we do not do it yet | Theo de Raadt | |
2004-02-25 | add default flags for yds(4); ok grange, fgsch, deraadt | Markus Friedl | |
2004-02-25 | will need brgphy too | Theo de Raadt | |
2004-02-25 | more working drivers | Theo de Raadt | |
2004-02-25 | dkcsum stuff for amd64, written by tom, who cannot commit it at the moment. | Theo de Raadt | |
now the amd64 knows what drive it was booted from. | |||
2004-02-24 | put auvia in the kernel | Theo de Raadt | |
2004-02-24 | support CPU_CHR2BLK sysctl | Theo de Raadt | |
2004-02-24 | add skc for whenever it comes | Theo de Raadt | |
2004-02-24 | skip _only_ irq 14 and 15; tested by form@ | Markus Friedl | |
2004-02-24 | repair kvm; deraadt@ ok | Michael Shalayeff | |
2004-02-23 | Switch to the 3 arg version of userret to more closely match other OpenBSD | Dale Rahn | |
architectures. | |||
2004-02-23 | the consdev pass from boot and a cnset() in the kernel seems to be a bit ↵ | Michael Shalayeff | |
premature and cause problems | |||
2004-02-23 | get use of NX; partially from netbsd; passes the regress; deraadt@ ok | Michael Shalayeff | |
2004-02-23 | provide _barrier method w/ {l,s,m}fence instructions | Michael Shalayeff | |
2004-02-23 | fix a pasto | Michael Shalayeff | |
2004-02-23 | add a comment on set/clr 64bit ops | Michael Shalayeff | |
2004-02-23 | Remove boot warning about todclock not found it attached at dsrtc0. | Dale Rahn | |
2004-02-23 | remove file no longer used due to previous commit. | Dale Rahn | |
2004-02-23 | switch to copying, with very slight modifification, i386/disksubr.c instead | Dale Rahn | |
of attempting to making a shareable version of the code. | |||
2004-02-23 | Improved boot args parsing. also assume that a bootfile of (hd0)... | Dale Rahn | |
is booting from 'wd0'. | |||
2004-02-23 | - Pick up the /boot argc, argv in locore.S (though not currently used) | Tom Cosgrove | |
- Probe for console devices (incl serial) in /boot - Pass console device from /boot to kernel (temp via additional param) With this, boot> set tty com0 now works. "just don't break a build" deraadt@ | |||
2004-02-22 | - Make comment about parameters passed by /boot reflect reality | Tom Cosgrove | |
- Don't use _C_LABEL() on a parameter given to RELOC(), since RELOC() does this itself ok mickey@ | |||
2004-02-22 | pretty a little | Theo de Raadt | |
2004-02-22 | Remove #if 0'd code. | Tom Cosgrove | |
requested by weingart@ | |||
2004-02-22 | isa ep works | Theo de Raadt | |
2004-02-22 | smaller ramdisk for now | Theo de Raadt | |
2004-02-22 | RAMDISK is ok here | Theo de Raadt | |
2004-02-22 | shrinky | Theo de Raadt | |
2004-02-22 | support -DNO_PROPOLICE | Theo de Raadt | |
2004-02-21 | aperture stuff | Theo de Raadt | |
2004-02-21 | much more goo | Theo de Raadt | |
2004-02-21 | Tidy up installboot -v output. | Tom Cosgrove | |
requested by and ok deraadt@ | |||
2004-02-21 | Tidy up installboot -v output. | Tom Cosgrove | |
requested by and ok deraadt@ | |||
2004-02-20 | turn off TRAP_SIGDEBUG | Theo de Raadt | |
2004-02-20 | use an old syscall (int $0x80) for the sigreturn; otherwise %rcx is trashed. | Theo de Raadt | |
we've been chasing this for 2 weeks.. finally spotted by kettenis@chello.nl | |||
2004-02-20 | This is amd64, not i386. | Miod Vallat | |
2004-02-20 | typo | Theo de Raadt | |
2004-02-20 | crank maxusers from 18 to 20 | Theo de Raadt | |
2004-02-19 | better fix to avoid 1 second machine pauses; from grange | Theo de Raadt | |