summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand
AgeCommit message (Expand)Author
2005-05-28*slightly drunk*Tobias Weingartner
2005-05-03The return value from getEBDAaddr() (info) is not used in bios_E820(),Tom Cosgrove
2005-05-03Convert the size of a memory chunk from bytes to megabytes beforeTom Cosgrove
2005-04-30As on i386, ensure we save the %ebx register returned from the BIOSTom Cosgrove
2005-04-29Make boot code use real mode with 64K segments instead of 1M segments,Tom Cosgrove
2005-03-13Only use bangpxe calling on PXE 2.1 and above. Makes no difference onTom Cosgrove
2005-03-13KNFTom Cosgrove
2005-03-13On return from real mode, reload the GDT using a 16-bit pointer ratherTom Cosgrove
2005-02-18fix zlib's homepage; ok henning@, jmc@Robert Nagy
2004-12-04add /etc/dhcpd.conf to FILES;Jason McIntyre
2004-10-09size works now on cross-size .o filesMichael Shalayeff
2004-09-20addres -> addressMiod Vallat
2004-08-24Sync with i386 cdboot.8:Tom Cosgrove
2004-08-24Correctly document the order in which cdboot looks for kernels.Tom Cosgrove
2004-08-24Have cdboot look for /3.6/amd64/bsd.rd first.Tom Cosgrove
2004-08-24Have cdbr look for cdboot at /3.6/amd64/cdboot as well as at /cdboot.Tom Cosgrove
2004-08-21Hook cdbr and cdboot into the build.Tom Cosgrove
2004-08-21Enter cdboot, a CD-specific second-stage bootrap. Based on the i386Tom Cosgrove
2004-08-21Enter cdbr, an El Torito no-emulation CD boot sector that fitsTom Cosgrove
2004-08-18Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1,Tom Cosgrove
2004-07-24Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=',Todd C. Miller
2004-07-15"mib[4] is too much and mib[3] would be enough" (left over from whenTom Cosgrove
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-05-17Work arounda behaviour change in binutils-2.14, now -m<...> -nostdlibDale Rahn
2004-05-05errx shall be used hereMichael Shalayeff
2004-04-03add pxeboot references to FILES and SEE ALSO;Jason McIntyre
2004-03-22Fix dates on my copyrights.Tom Cosgrove
2004-03-21Grammar fix from jmc@Tom Cosgrove
2004-03-21Enter pxeboot on amd64. Initially intended to support network installsTom Cosgrove
2004-03-21Bring in sync with i386 and enable interrupts before halt when we errorTom Cosgrove
2004-03-21i386 -> amd64. Ok miod@, deraadt@, tom@.Matthieu Herrb
2004-03-12missing .El here, too;Jason McIntyre
2004-02-25dkcsum stuff for amd64, written by tom, who cannot commit it at the moment.Theo de Raadt
2004-02-23- Pick up the /boot argc, argv in locore.S (though not currently used)Tom Cosgrove
2004-02-22Remove #if 0'd code.Tom Cosgrove
2004-02-21Tidy up installboot -v output.Tom Cosgrove
2004-02-20This is amd64, not i386.Miod Vallat
2004-02-09this is mixed sized eelf nlist version and thus cannot check sizes against SI...Michael Shalayeff
2004-02-03das boot; das cloned das from das i386Michael Shalayeff