Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove | |
is cold (during startup). This adds RB_USERREQ to sys/reboot.h, uses it in the ddb commands, and ensures that */*/machdep.c:boot() won't set RB_HALT when cold if this flag is set. ok deraadt@ | |||
2004-03-10 | mpt fits | Theo de Raadt | |
2004-03-09 | undo part from tom | Theo de Raadt | |
2004-03-09 | simplify the delay stuff | Theo de Raadt | |
2004-03-05 | audio at uaudio works, deraadt@ ok | Anil Madhavapeddy | |
2004-02-28 | MTRR not yet | Theo de Raadt | |
2004-02-28 | MTRR on by default | Theo de Raadt | |
2004-02-28 | rename our NPXCW setting | Theo de Raadt | |
2004-02-28 | most USB devices | Theo de Raadt | |
2004-02-28 | em(4) on floppy | Theo de Raadt | |
2004-02-28 | copy from i386, no changes yet | Theo de Raadt | |
2004-02-28 | Initialize MXCSR when FPU is first used. ok deraadt@ | Thomas Nordin | |
2004-02-28 | sysctl hw.cpuspeed output | Theo de Raadt | |
2004-02-27 | move to amd64_() functions | Theo de Raadt | |
2004-02-27 | remove old crud | Theo de Raadt | |
2004-02-27 | more machdep sysctl support | Theo de Raadt | |
2004-02-27 | permit 10% of memory as buffer cache | Theo de Raadt | |
2004-02-27 | put a bit more flesh in the sysctl machdep; parts from tom | Theo de Raadt | |
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 | 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 | put the goo there for ldt handling, even if we do not do it yet | Theo de Raadt | |
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 | repair kvm; deraadt@ ok | Michael Shalayeff | |
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 | - 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 | Remove #if 0'd code. | Tom Cosgrove | |
requested by weingart@ | |||
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-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-19 | simplify rsp setting in sendsig | Theo de Raadt | |