Age | Commit message (Expand) | Author |
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 |
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 |
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 prem... | Michael Shalayeff |
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 |
2004-02-22 | - Make comment about parameters passed by /boot reflect reality | Tom Cosgrove |
2004-02-22 | Remove #if 0'd code. | Tom Cosgrove |
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 |
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 |
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 |
2004-02-19 | correct pointer to args | Theo de Raadt |
2004-02-18 | Stealth typo. ok deraadt@, millert@ | Thierry Deval |
2004-02-13 | save/restore fpu state around the signal handler. skip a gap on unempty stack... | Michael Shalayeff |
2004-02-13 | on sigreturn check cs and rflags for evilness; from i386 | Michael Shalayeff |
2004-02-11 | permit installboot to at least compile... remove some crud | Theo de Raadt |
2004-02-10 | Relocation types, used by ld.so | Dale Rahn |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-02-09 | remove debugging printf | Michael Shalayeff |