Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl | |
ok mickey, deraadt | |||
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre | |
2004-09-20 | addres -> address | Miod Vallat | |
2004-08-24 | Better description of the path to bsd.rd, to avoid having to update it | Tom Cosgrove | |
every release. Mentioned by marc@, among others. Also note that cdboot's ls command doesn't work on ISO-9660 filesystems. help and ok jmc@ and deraadt@ | |||
2004-08-24 | Correctly document the order in which cdboot looks for kernels. | Tom Cosgrove | |
2004-08-24 | Have cdboot look for /3.6/i386/bsd.rd first. | Tom Cosgrove | |
"go for it" deraadt@ | |||
2004-08-24 | Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot. | Tom Cosgrove | |
"go for it" deraadt@; part of diff reviewed and ok weingart@. | |||
2004-08-21 | Fix typo in comment | Tom Cosgrove | |
2004-08-17 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1. | Tom Cosgrove | |
ok deraadt@ | |||
2004-08-06 | do not be quiet about this operation | Theo de Raadt | |
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-06-26 | Initial stab at CPU identification code for i386 boot programs. Added | Tom Cosgrove | |
to i386 libsa, but not yet used by boot etc. ok weingart@ | |||
2004-06-23 | Hook cdbr and cdboot into the build (though nothing uses them yet). | Tom Cosgrove | |
suggested by deraadt@ ok weingart@ | |||
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove | |
Testing krw@ and todd@, thanks. assistance, testing and ok weingart@ | |||
2004-06-22 | Remove... almost 10 years, and things have changed enough that this | Tobias Weingartner | |
is more historic than anything else. If ya want it, find it in the Attic. ok tom@ | |||
2004-06-22 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove | |
comfortably in a single CD sector of 2,048. Not currently hooked into the build. Based on the FreeBSD equivalent by John Baldwin, jhb (at) FreeBSD (dot) org, who agreed to change to a 3-clause BSD licence. Thanks. assistance, testing and ok weingart@ | |||
2004-05-05 | errx shall be used here | Michael Shalayeff | |
2004-04-07 | Allow pxeboot to compile with gcc3. | Tom Cosgrove | |
Found by various (thanks!), fix originally from naddy@. Prodded by espie@. ok deraadt@ | |||
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 | Remove example for ISC dhcpd. The vendor-class-identifier option is not | Tom Cosgrove | |
useful anyway, since amd64 machines use the same value as i386. requested by deraadt@ | |||
2004-03-19 | Tidy up the man page | Tom Cosgrove | |
Help and kickings from jmc@ | |||
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove | |
intended to support network installs using bsd.rd over TFTP. Thanks to the many who tested, including Diana Eichert. ok deraadt@ | |||
2004-03-12 | missing .El; | Jason McIntyre | |
2004-03-11 | If apm_connect() fails, don't try to pass the bios_apminfo_t structure | Tom Cosgrove | |
to the kernel, since it won't have been filled in, and since we can't make APM calls if we don't connect (per spec). Also tidy up the error message, to make it clear that it's an APM error. Problem found, and fix tested, by jmc@ ok millert@, weingart@ | |||
2004-03-09 | Spacing and KNF. Partly from Joris Vink <nimadeus at pandora dot be>. | Tom Cosgrove | |
ok henning@, 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-10 | Make debug_init void debug_init(void), like nearly all of the other | Tom Cosgrove | |
functions that machdep() calls. ok deraadt@ | |||
2004-02-10 | Enable interrupts before halt when we error out. Allows use of | Tom Cosgrove | |
Ctl-Alt-Del to reboot in case of failure. Much testing nick@; thanks. ok weingart@, deraadt@. | |||
2004-01-26 | Major overhaul of biosboot and installboot, using EDD (LBA) reads if | Tom Cosgrove | |
the BIOS supports it. File location data now geometry-independent (biosboot groks part of the inode), so installboot loses -h and -s. Many thanks to all those brave enough to try the snapshots. Thanks for the test reports, everyone. ok deraadt@ | |||
2004-01-20 | Check the values given to -h and -s. Closes PR 3640. | Tom Cosgrove | |
ok weingart@, deraadt@ | |||
2004-01-13 | Allow building w/o -traditional. OK weingart@ and mickey@ | Todd C. Miller | |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt | |
2004-01-05 | Major overhaul of our master boot record. | Tom Cosgrove | |
We now use EDD calls if the disk supports it, so we can boot partitions that start above the 8 GB CHS limit. Of itself, this change does not remove the current 8 GB limit for OpenBSD/i386. Much testing nick@; thanks. ok weingart@, deraadt@. | |||
2004-01-02 | after some advice from nick, note that only com0 is currently supported | Jason McIntyre | |
as serial; closes PR 3621 from Johan Fredin; ok nick@ krw@ millert@ deraadt@ | |||
2003-12-20 | - .Xr biosboot(8) in SEE ALSO | Jason McIntyre | |
- wording improvement - correct description of example from Tom Cosgrove; | |||
2003-12-18 | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile | Todd C. Miller | |
2003-12-16 | a bit more shrinking. do not bother printing the drive bus interfaces, | Theo de Raadt | |
saves more space. | |||
2003-12-16 | shorten terminal baud rate change strings | Theo de Raadt | |
2003-11-27 | gcc3 wants "m" operands to be lvalues. | Marc Espie | |
okay toby, mickey. | |||
2003-11-27 | Bad #undef, spotted by gcc3. | Marc Espie | |
okay toby, mickey. | |||
2003-11-26 | after some discussion with nick@, note that `hd*' syntax makes more | Jason McIntyre | |
sense when specifying a boot device than does `wd*' or `sd*', and replace examples with it; in line with what nick has already done to the faq; ok nick@ mickey@ weingart@ | |||
2003-11-22 | Unbreak compiling with DEBUG. | Alexander Yurchenko | |
Diff from mickey@, ok weingart@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-10-23 | - delay reading the disklabel for floppies until after we're sure it's | Federico G. Schwindt | |
the boot device. this fixes a delay (sometimes very long) if the bios correctly reports a floppy but it's unplugged. - bump version. original idea from mdw@, tested by nick@, toby@ ok. | |||
2003-10-04 | - document that boot will by default try to load /bsd, /obsd then /bsd.old. | Jason McIntyre | |
- indent examples, and put descriptions before rather than after them. ok mickey@ |