summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand
AgeCommit message (Collapse)Author
2004-07-24Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=',Todd C. Miller
it is not valid in sh.
2004-07-15"mib[4] is too much and mib[3] would be enough" (left over from whenTom Cosgrove
another sysctl() - which did require mib[4] - was removed). From Andrey Matveev - andrushock (at) vniigim (dot) ru - via mickey@. ok mickey@
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2004-05-17Work arounda behaviour change in binutils-2.14, now -m<...> -nostdlibDale Rahn
removes /usr/libdata from the script search path. add it back with a -L
2004-05-05errx shall be used hereMichael Shalayeff
2004-04-03add pxeboot references to FILES and SEE ALSO;Jason McIntyre
ok deraadt@
2004-03-22Fix dates on my copyrights.Tom Cosgrove
Noticed my miod@, thanks. ok deraadt@.
2004-03-21Grammar fix from jmc@Tom Cosgrove
2004-03-21Enter pxeboot on amd64. Initially intended to support network installsTom Cosgrove
using bsd.rd over TFTP. ok deraadt@
2004-03-21Bring in sync with i386 and enable interrupts before halt when we errorTom Cosgrove
out. Allows use of Ctl-Alt-Del to reboot in case of failure. ok weingart@, deraadt@
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
now the amd64 knows what drive it was booted from.
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-22Remove #if 0'd code.Tom Cosgrove
requested by weingart@
2004-02-21Tidy up installboot -v output.Tom Cosgrove
requested by and ok deraadt@
2004-02-20This is amd64, not i386.Miod Vallat
2004-02-09this is mixed sized eelf nlist version and thus cannot check sizes against ↵Michael Shalayeff
SIZE_T_MAX; deraadt@ ok
2004-02-03das boot; das cloned das from das i386Michael Shalayeff