Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-24 | Use '=' 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 when | Tom Cosgrove | |
another sysctl() - which did require mib[4] - was removed). From Andrey Matveev - andrushock (at) vniigim (dot) ru - via mickey@. ok mickey@ | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco 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-17 | Work arounda behaviour change in binutils-2.14, now -m<...> -nostdlib | Dale Rahn | |
removes /usr/libdata from the script search path. add it back with a -L | |||
2004-05-05 | errx shall be used here | Michael Shalayeff | |
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre | |
ok deraadt@ | |||
2004-03-22 | Fix dates on my copyrights. | Tom Cosgrove | |
Noticed my miod@, thanks. ok deraadt@. | |||
2004-03-21 | Grammar fix from jmc@ | Tom Cosgrove | |
2004-03-21 | Enter pxeboot on amd64. Initially intended to support network installs | Tom Cosgrove | |
using bsd.rd over TFTP. ok deraadt@ | |||
2004-03-21 | Bring in sync with i386 and enable interrupts before halt when we error | Tom Cosgrove | |
out. Allows use of Ctl-Alt-Del to reboot in case of failure. ok weingart@, deraadt@ | |||
2004-03-21 | i386 -> amd64. Ok miod@, deraadt@, tom@. | Matthieu Herrb | |
2004-03-12 | missing .El here, too; | Jason McIntyre | |
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-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 | Remove #if 0'd code. | Tom Cosgrove | |
requested by weingart@ | |||
2004-02-21 | Tidy up installboot -v output. | Tom Cosgrove | |
requested by and ok deraadt@ | |||
2004-02-20 | This is amd64, not i386. | Miod Vallat | |
2004-02-09 | this is mixed sized eelf nlist version and thus cannot check sizes against ↵ | Michael Shalayeff | |
SIZE_T_MAX; deraadt@ ok | |||
2004-02-03 | das boot; das cloned das from das i386 | Michael Shalayeff | |